With this command pdflatex.exe -synctex=1 -aux-directory output -interaction=nonstopmode %.tex I try to create a user command, adding --shell-escape and removing -aux-directory txs:///pdflatex -shell-escape {-aux-directory}
pdflatex.exe -synctex=1 -aux-directory output -interaction=nonstopmode %.tex
txs:///pdflatex -shell-escape {-aux-directory}
Message Output: Process started: pdflatex.exe -synctex=1 -aux-directory output -interaction=nonstopmode "file".tex -shell-escape {-aux-directory}
Process started: pdflatex.exe -synctex=1 -aux-directory output -interaction=nonstopmode "file".tex -shell-escape {-aux-directory}
However, the files are created in the output directory What am I doing wrong?
why don't you set a user command which is inherent complete e.g. ''pdflatex.exe -synctex=1 -interaction=nonstopmode "file".tex -shell-escape'' ?
Log in to post a comment.
With this command
pdflatex.exe -synctex=1 -aux-directory output -interaction=nonstopmode %.texI try to create a user command, adding --shell-escape and removing -aux-directory
txs:///pdflatex -shell-escape {-aux-directory}Message Output:
Process started: pdflatex.exe -synctex=1 -aux-directory output -interaction=nonstopmode "file".tex -shell-escape {-aux-directory}However, the files are created in the output directory
What am I doing wrong?
why don't you set a user command which is inherent complete e.g. ''pdflatex.exe -synctex=1 -interaction=nonstopmode "file".tex -shell-escape'' ?