%% smart %% to=latex %% template=tex/poster.tex %% filter=tex/poster-filters.py %% biblatex

library('ggplot2')
library('knitr')
theme_set(theme_grey(base_size=10))
knitr::opts_chunk$set(fig.width = 16, fig.height = 4)

[columns=2]

[column]

Syntax help

List:

Numbered list:

\vskip5cm

Figures:

plot(co2)

Tables:

header x header y


x1 y1 x2 y2

knitr::kable(
  head(iris, 3), caption = 'IRIS data as an example.',
  booktabs = TRUE
)

Invisible parts

[column]

Introduction

Motivation

Objectives

Methods

Results

Conclusions

Take-home message

Acknowledgements

Bibliography

\printbibliography

[/columns]



laderast/DSI_explore1 documentation built on May 29, 2019, 3:40 a.m.