General ⇒ Latex \Input question
Latex \Input question
{\centering \bf {TEST 3}\\*}
\input{../R11/TestFolder/sampleData-20090915.tex}
this command works if the input data is up one folder. What should I do if the input data is present up three folders?
The Data file is located in:
20080915test09/R11/TestFolder/sampleData-20090915.tex
My latex script is located in:
20080915test09\Report\11\ZoneA\Master.tex
the command -- \input{../R11/TestFolder/sampleData-20090915.tex} works if the Master.tex file is located in 20080915test09\Report. Please let me know what I should use if the Master.tex file is located in the 20080915test09\Report\11\ZoneA.
Thank you in advance.
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
Re: Latex \Input question
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Latex \Input question
I would use Elpoca's syntax too. Just one other comment: \bf is an obsolete LaTeX2.09 command, like \rm, \sf, \it, ... it's just defined by certain class files because of compatibility reasons. With LaTeX2e use \bfseries instead.
Stefan