Tagged Questions
9
votes
3answers
312 views
Difference between - and -- in compiling options
In running MiKTeX
What is the difference between -shell=escape and --shell-escape
What is the difference between -synctex=1, --synctex=1, and --synctex=-1
14
votes
4answers
1k views
Use MiKTeX option through latexmk
When I use MiKTeX normally, I call this:
pdflatex --aux-directory="C:\Users\doncherry\Documents\LaTeX\AUXI_global" foo.tex
For latexmk outputting pdf (via pdfLaTeX) with continuous previewing, my ...
8
votes
3answers
1k views
Texify and `--output-directory`
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 ...