depot/third_party/home-manager/tests/modules/programs/pandoc/template.latex
Default email 2eafb8192e Project import generated by Copybara.
GitOrigin-RevId: 176e455371a8371586e8a3ff0d56ee9f3ca2324e
2023-01-10 02:35:00 -07:00

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}