library(knitr)
opts_chunk$set(comment = "#>")

boysel Article Template

Mathematical Expressions

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.

Inline Footnotes

Foonotes are neat^[Yeah they are.].

Code

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

Document includes

Add arbitrary content to the headers of each output document. For example, to include extra LaTeX packages:

header-includes:
  - \usepackage{lipsum}

References



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