\input{"preamble_paper.tex"} \def\envlist{ \hfill\vspace{0.3em} } %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \usepackage[style=alphabetic]{biblatex} $for(bibliography)$ \addbibresource{$bibliography$} $endfor$ \begin{document} %\date{} \title{$title$} $for(author)$\author{$author.name$} $endfor$ \maketitle \tableofcontents \newpage $body$ \newpage \printbibliography[title=Bibliography] \end{document}