Simplify custom LaTeX templates maintenance with "partials" & baked-in internal template snippets: The `common.latex` partial is the most important, as it contains almost all LaTeX definitions and instructions necessary to compile pandoc-generated LaTeX code.
% In LaTeX templates, use
$common.latex()$
Manual template updates become mostly unnecessary this way.
See the contents of the partial with
pandoc --print-default-data-file=templates/common.latex