2eafb8192e
GitOrigin-RevId: 176e455371a8371586e8a3ff0d56ee9f3ca2324e
9 lines
189 B
Text
9 lines
189 B
Text
\documentclass[a4paper]{scrartcl}
|
|
|
|
$if(title)$\title{$title$}$endif$
|
|
$if(author)$\author{$for(author)$$author$$sep$ \and $endfor$}$endif$
|
|
|
|
\begin{document}
|
|
\maketitle
|
|
$body$
|
|
\end{document}
|