NEWS | R Documentation |
New document_date
YAML variable to optionally set a
'Published at' or alike date (Ilya Kashnitsky in #85).
Small tweaks to README.md (Dirk)
Support pandoc
columns mode (Dirk in #88)
The processing error first addressed in release 0.0.8 is now fixed by removing one stray command; many thanks to Javier Bezos.
The hotfix of also installing titlesec.sty has been reverted.
Processing of the 'papersize' and 'watermark' options was updated.
Two erroneous 'Provides' were removed from the pinp class.
The upquote
package is now use to use actual
(non-fancy) quotes in verbatim mode (Dirk fixing #75)
The underlying PNAS style was updated to the most recent v1.44 version of 2018-05-06 to avoid issues with newer TeXLive (Dirk in #79 fixing #77 and #78)
The new PNAS code brings some changes eg watermark is longer an option but typesetting paragraphs seems greatly improved. We may have stomped on an existing behavior, if see please file an issue.
However, it also conflicts with the current texlive version of titlesec so for now we copy titlesec.sty (and a support file) in using a prior version, just like we do for pinp.cls and jss.bst.
Added some more documentation for different YAML header fields.
A new option has been added for a 'date_subtitle' (Ilya Kashnitsky in #64 fixing #63).
'doi' YAML option renamed to 'doi_footer' to permit DOIs in refs, 'doi' header still usable (Dirk in #66 fixing #65).
The 'doi' macro was redefined to create a hyperlink.
Added YAML header option 'papersize' (Saghir Bashir in #54 and #58 fixing #24).
Added YAML header option 'collapse' with default 'false' (#59).
pandoc
version 2 or later, in its wisdom, no longer
lets us embed a bibliography in the header, so the vignette was
altered by a CRAN request
Correct NEWS headers from 'tint' to 'pinp' (#45).
New front-matter variables ‘skip_final_break’ skips the
pnasbreak
on final page which back as default (#47).
Support option to collapse code and result blocks.
Section 'Acknowledgements' now conditional on a frontmatter
setting, section 'Matmethods' has been removed, pnasbreak
no longer used which stabilizes LaTeX float formatting. References
are now shown in the column just like other content (Dirk in #36).
Vignette now uses new numbered sections frontmatter switch which improves the pdf outline.
New front-matter options for title/section header colors, and link colors (Dirk in #39).
YAML frontmater options are now documented in the help page
for pinp
as well (Dirk in #41).
The YAML segment can be used to select font size, one-or-two column mode, one-or-two side mode, linenumbering and watermarks (#21 and #26 addressing #25)
If pinp.cls
or jss.bst
are not present, they are
copied in ((#27 addressing #23)
Output is now in shaded framed boxen too (#29 addressing #28)
Endmatter material is placed in template.tex
(#31
addressing #30)
Expanded documentation of YAML options in skeleton.Rmd
and clarified available one-column option (#32).
Section numbering can now be turned on and off (#34)
The default bibliography style was changed to jss.bst
.
A short explanatory vignette was added.
Initial CRAN release