|

library(knitr)
library(tidyverse)
theme_set(theme_bw())
opts_chunk$set(echo=FALSE, warning=FALSE, message=FALSE, fig.align="center")
# opts_chunk$set(echo=FALSE, warning=FALSE, message=FALSE, fig.align="center", fig.pos="H")
# if(interactive()) setwd(dirname(rstudioapi::getActiveDocumentContext()$path))

\newpage

Background

Lorem ipsum.

Prior work

Lorem ipsum.^[First footnote, inline]

Objective

Lorem ipsum.[^footnote2]

[^footnote2]: Second footnote, reference with a keyword.

Procedure

Lorem ipsum.[^foot3]\textsuperscript{,}^foot4

[^foot3]: See the the source to see how to get two footnotes with a superscript comma outside math mode.

Results

Lorem ipsum.

Discussion

Lorem ipsum.

knitr::knit_exit()
knitr::include_graphics("/path/image.png")


Try the Tmisc package in your browser

Any scripts or data that you put into this service are public.

Tmisc documentation built on Aug. 23, 2023, 1:07 a.m.