Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails on finding the logfile when using synctex with lualatex #53

Open
kaueraal opened this issue Jul 28, 2017 · 3 comments
Open

Fails on finding the logfile when using synctex with lualatex #53

kaueraal opened this issue Jul 28, 2017 · 3 comments

Comments

@kaueraal
Copy link

When running
latexrun --latex-cmd lualatex --latex-args '-shell-escape -interaction=nonstopmode -synctex=1' --bibtex-cmd biber main.tex
latexrun is not able to find the log file and outputs
failed to extract job name from latex log.
It is probably due to the fact, that lualatex outputs
SyncTeX written on main.synctex.gz.Transcript written on main.log.
instead of the usual line when synctex is enabled.

Using
latexrun --latex-cmd lualatex --latex-args '-shell-escape -interaction=nonstopmode' --bibtex-cmd biber main.tex
works correctly.

@marco-vassena
Copy link

I noticed that now the syntax for adding extra arguments is --latex-args='--synctex=1'

@marco-vassena
Copy link

I can run it, but it doesn't seem to generate the *synctex.gz file

@marco-vassena
Copy link

The file is written into the output directory (obj_dir default latex.out).
If you need it in the top directory for synching the pdf, pass flag -O ..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants