1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-08 22:33:27 +02:00
home-manager/tests/modules/programs/pandoc/template.latex

10 lines
189 B
Plaintext
Raw Normal View History

\documentclass[a4paper]{scrartcl}
$if(title)$\title{$title$}$endif$
$if(author)$\author{$for(author)$$author$$sep$ \and $endfor$}$endif$
\begin{document}
\maketitle
$body$
\end{document}