MatthewIreland / kudos-research

0 stars 0 forks source link

Create per-supervision LaTeX file containing information to correctly populate header fields in LaTeX template #2

Open MatthewIreland opened 4 years ago

MatthewIreland commented 4 years ago
\documentclass[10pt,twoside,a4paper]{article}

\input{per_supervision_headers.tex}

\input{template.tex}   % template.tex has \input{includes.tex} at the top

\begin{document}

\input{supervision_questions.tex}

\end{document}