28 lines
448 B
TeX
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}
|
||
|
|