Working with multiple files
Από mechpedia
Relative imports
Πληροφορίες ΕΔΩ
Εν ολίγοις nested \input επιτρέπονται αλλά το path πρέπει να είναι γίνεται πάντα λες και το input βρίσκεται στο main file
main.tex
chapter1
cha1.tex
input1.tex
input2.tex
chapter2
cha2.tex
Τα \input{} του cha1.tex πρέπει να είναι ως εξής:
\input{./chapter1/input1.tex}

