c47c350f65
Add a module for pandoc that provides the following: 1. Setting default configuration options. 2. Installing templates. 3. Installing citation styles.
10 lines
189 B
Plaintext
10 lines
189 B
Plaintext
\documentclass[a4paper]{scrartcl}
|
|
|
|
$if(title)$\title{$title$}$endif$
|
|
$if(author)$\author{$for(author)$$author$$sep$ \and $endfor$}$endif$
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
$body$
|
|
\end{document}
|