Hi,
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.
General ⇒ Source Directory outside of working Directory
NEW: TikZ book now 40% off at Amazon.com for a short time.
- Stefan Kottwitz
- Site Admin
- Posts: 10321
- Joined: Mon Mar 10, 2008 9:44 pm
Source Directory outside of working Directory
Yes, you can use absolute paths, starting with a slash, such as
Stefan
Code: Select all
\input{/home/user/tex/macros}
LaTeX.org admin
Re: Source Directory outside of working Directory
Thanks!
Do you mean that the master file still has to be present in the working directory and nowhere else?
Do you mean that the master file still has to be present in the working directory and nowhere else?