Template_These_MathSTIC/Appendices/appendix_A.tex
2022-12-02 19:18:41 +01:00

28 lines
448 B
TeX

\documentclass[../main.tex]{subfiles}
\makeatletter
\def\input@path{{\subfix{../}}}
%or: \def\input@path{{/path/to/folder/}{/path/to/other/folder/}}
\makeatother
\graphicspath{{\subfix{../}}}
\hypersetup{
pdfauthor = {Author},
pdftitle = {Appendix: A},
pdfsubject = {Appendix: A},
% pdfkeywords = {mots-cl\'{e}s},
}
\begin{document}
\section{Appendix A} \label{appendix:A}
Interesting things about A.
\end{document}