However, I use \import. For example
Code: Select all
\import{./chap1/}{chapter1}
\import{./chap2/}{chapter2}
\import{./chap3/}{chapter3}
\import{./chap4/}{chapter4}
Code: Select all
\import{./chap1/}{chapter1}
\import{./chap2/}{chapter2}
\import{./chap3/}{chapter3}
\import{./chap4/}{chapter4}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Ack. I hadn't realised that I was using the import package.localghost wrote:You have to give a brief description of this command and tell us where it comes from because it is not from standard LaTeX. In case it is from a non-standard document class not available on CTAN, attach the class file to your next post or give a link where to get it.
Best regards
Thorsten
Code: Select all
\input{filepath}{filename}
Code: Select all
\includefrom{filepath}{filename}
Code: Select all
\includeonly{file1, file2, ...}
NEW: TikZ book now 40% off at Amazon.com for a short time.