Tim77
01-10-2010, 12:30
Hallo,
ich nutze ein tief verschachteltes LaTeX-Dokument und arbeite mit
\input{layout/styles/file1}
\input{layout/styles/file2}
\input{layout/styles/file3}
\input{layout/general/file1}
\input{layout/general/file2}
\input{content/preface/file1}
\input{content/preface/file2}
\input{content/preface/file3}
\input{content/introduction/file1}
was allerdings zu sehr langen Pfadangaben führen kann. Diese würde ich gerne verkürzen, in dem ich vorher ins entsprechende Verzeichnis wechsle:
\changedir{layout/styles}
\input{file1}
\input{file2}
\input{file3}
\changedir{layout/general}
\input{file1}
\input{file2}
...
Gibt es einen Befehl oder ein Paket, der so etwas wie changedir macht?
ich nutze ein tief verschachteltes LaTeX-Dokument und arbeite mit
\input{layout/styles/file1}
\input{layout/styles/file2}
\input{layout/styles/file3}
\input{layout/general/file1}
\input{layout/general/file2}
\input{content/preface/file1}
\input{content/preface/file2}
\input{content/preface/file3}
\input{content/introduction/file1}
was allerdings zu sehr langen Pfadangaben führen kann. Diese würde ich gerne verkürzen, in dem ich vorher ins entsprechende Verzeichnis wechsle:
\changedir{layout/styles}
\input{file1}
\input{file2}
\input{file3}
\changedir{layout/general}
\input{file1}
\input{file2}
...
Gibt es einen Befehl oder ein Paket, der so etwas wie changedir macht?