LaTeX-Paket import
- http://www.tex.ac.uk/cgi-bin/texfaq2html?label=docotherdir Bits of document from other directories
- defines an
\importcommand that accepts a full path name and the name of a file in that directory - Commands:
\subimport,\includefrom,\subincludefrom - To avoid searching the TEXINPUTS path when importing files, use the 'star' versions of the commands: "\import*" and "\subimport*".
-
\usepackage{import}
\import{../texfiles/schleifen/}{texdatei_ohne_endung} - http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/import.html
Gotchas
- der Befehl
\importhat zwei Parameter - trailing Slash (beim 1. Parameter) muss sein