| yml_latex_opts |
block_headings |
make paragraph and subparagraph (fourth- and
fifth-level headings, or fifth- and sixth-level with book classes)
free-standing rather than run-in; requires further formatting to
distinguish from subsubsection (third- or fourth-level headings). Note
that the YAML field is actually called block-headings. |
| yml_latex_opts |
classoption |
a character vector of options for document class,
e.g. “oneside” |
| yml_latex_opts |
documentclass |
the document class usually “article”, “book”, or
“report” |
| yml_latex_opts |
geometry |
a character vector of options for the geometry LaTeX package,
e.g. “margin=1in” |
| yml_latex_opts |
indent |
Logical. Use document class settings for indentation?
The default LaTeX template otherwise removes indentation and adds space
between paragraphs. |
| yml_latex_opts |
linestretch |
adjusts line spacing using the setspace LaTeX package,
e.g. 1.25, 1.5 |
| yml_latex_opts |
margin_left, margin_right,
margin_top, margin_bottom |
sets margins if geometry is not used,
otherwise geometry overrides these. Note that the actual
YAML fields use - instead of _,
e.g. margin-left. |
| yml_latex_opts |
pagestyle |
control the pagestyle LaTeX command: the
default article class supports “plain” (default), “empty” (no running
heads or page numbers), and “headings” (section titles in running
heads) |
| yml_latex_opts |
papersize |
paper size, e.g. letter, a4 |
| yml_latex_opts |
secnumdepth |
numbering depth for sections (with
--number-sections pandoc) |
| yml_latex_opts |
fontenc |
allows font encoding to be specified through fontenc LaTeX package (with
pdflatex); default is “T1” (see LaTeX font encodings
guide) |
| yml_latex_opts |
fontfamily |
font package for use with pdflatex: TeX Live includes
many options, documented in the LaTeX Font Catalogue. The
default is “Latin Modern”. |
| yml_latex_opts |
fontfamilyoptions |
a character vector of options for
fontfamily. |
| yml_latex_opts |
fontsize |
font size for body text. The standard classes allow
“10pt”, “11pt”, and “12pt”. |
| yml_latex_opts |
mainfont, sansfont,
monofont, mathfont,
CJKmainfont |
font families for use with xelatex or lualatex: take
the name of any system font, using the fontspec LaTeX package.
CJKmainfont uses the xecjk
LaTeX package.. |
| yml_latex_opts |
mainfontoptions,
sansfontoptions, monofontoptions,
mathfontoptions, CJKoptions |
a character vector of options to use with mainfont,
sansfont, monofont, mathfont, CJKmainfont in xelatex and lualatex. Allow
for any choices available through fontspec. |
| yml_latex_opts |
microtypeoptions |
a character vector of options to pass to the microtype LaTeX
package. |
| yml_latex_opts |
colorlinks |
Logical. Add color to link text? Automatically enabled
if any of linkcolor, filecolor,
citecolor, urlcolor, or toccolor
are set. |
| yml_latex_opts |
linkcolor, filecolor,
citecolor, urlcolor,
toccolor |
color for internal links, external links, citation
links, linked URLs, and links in table of contents, respectively: uses
options allowed by xcolor, including the
dvipsnames, svgnames, and x11names lists |
| yml_latex_opts |
links_as_notes |
Logical. Print links as footnotes? Note that the actual
YAML field is links-as-notes |
| yml_latex_opts |
lof, lot |
Logical. Include list of figures or list of
tables? |
| yml_latex_opts |
thanks |
contents of acknowledgments footnote after document
title |
| yml_latex_opts |
toc |
include table of contents |
| yml_latex_opts |
toc_depth |
level of section to include in table of contents. Note
that the actual YAML field is toc-depth |
| yml_latex_opts |
biblatexoptions |
list of options for biblatex. |
| yml_latex_opts |
biblio_style |
bibliography style, when used with natbib and biblatex. Note that the actual
YAML field is biblio-style |
| yml_latex_opts |
biblio_title |
bibliography title, when used with natbib and biblatex. Note that the actual
YAML field is biblio-title |
| yml_latex_opts |
bibliography |
a path to the bibliography file to use for
references |
| yml_latex_opts |
natbiboptions |
a character vector of options for natbib |