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}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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, ...}
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis