General ⇒ Source Directory outside of working Directory
Source Directory outside of working Directory
Is there a way to keep a source file (.tex) somewhere far from the directory where working files (.aux, .log, .dvi, .pdf, etc.) get created? I'm using Kile, but the question sounds to me like General.
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
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Source Directory outside of working Directory
Code: Select all
\input{/home/user/tex/macros}
Re: Source Directory outside of working Directory
Do you mean that the master file still has to be present in the working directory and nowhere else?