> pdflatex -output-directory ./tmp foo.tex
>
> The output file (foo.pdf) would also appear there, which is where the
> lack of a -output-filename hampers things (if such would exist, we could
> just specify the filename to be something like ../foo)

You can always supplement with symlinks. For example, just once:

ln -sf tmp/foo.pdf

Then anytime after that:

pdflatex -output-director ./tmp foo.tex

Suddenly a "foo.pdf" will get placed within the current directory, and 
it should get updated every time you run pdflatex again.

--Ted

-- 
Ted Pavlic <t...@tedpavlic.com>

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Vim-latex-devel mailing list
Vim-latex-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vim-latex-devel

Reply via email to