I'd like to tell texify to place compiled output (i.e., .pdf in my case) in the parent directory (I'm using MikTeX 2.8 on Vista32). I run the following:
texify --pdf --clean --tex-option=--output-directory=".." main.tex
I keep getting an error reading:
texify: Windows API Error: The system cannot find the file specified
Things work fine without --tex-option=--output-directory="..". Omitting --pdf doesn't improve the situation
Q: How can I get texify to place compiled output in the parent directory using the --tex-option (or other) switch?
I have very little experience on the command line, so I suspect the answer may be a simple one.
"..", you used the full path to the parent directory, does it work? – Willie Wong Mar 01 '11 at 17:06latexmkinstead: "Specify -output-directory when using latexmk". – Martin Scharrer Mar 01 '11 at 17:06texify, or do you call it manually on the command line? – diabonas Mar 01 '11 at 17:09latexmkthere's ajobnameswitch specifically built to handle this sort of thing. There doesn't seem to be anything like that fortexify. Guess that's what the--tex-optionswitch is for but it just doesn't seem to be working in my case. – lowndrul Mar 01 '11 at 17:34-I ".."solution doesn't seem to work for me. – Ali Mehrizi Jun 18 '12 at 01:58