mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
10 lines
189 B
Text
10 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}
|