NEWS | R Documentation |
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