Usage

Equations

Just use regular LaTeX expressions enclosed in either \(...\) for inline equations such as (\bar{x} = \frac{1}{n}\sum_{i = 1}^{n}x_{i}) or \[...\] to display an equation in its own line:

[\bar{x} = \frac{1}{n}\sum_{i = 1}^{n}x_{i}]

Citations

Citations are generated using BibTex and can be linked using the following syntax.

| Citation | Code | Output | |:-------------|:----------------------|:--------------------| |Parenthetical |[@heckman1979sample] |[@heckman1979sample] | |Inline |@heckman1979sample |@heckman1979sample |

Table: Citations.

Columns

Specify the number of columns for the main body of the document changing the parameter multicol in the YAML header. For example, if you want 2 columns, use multicol: 2. Default is multicol: false, which yields a single column.

Inline Footnotes

Foonotes are neat^[Yeah they are.].

Code

hello_world <- function() {
  print("Hello World!")
}
hello_world()

Text

\lipsum[1-10]



sboysel/boysel documentation built on May 29, 2019, 3:24 p.m.