question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Compilation broken by --tex-option in the README's texify toolchain

See original GitHub issue

Since 2.0.0, compilation is only successful with the texify toolchain if I delete the line "--tex-option=\"-interaction=nonstopmode -file-line-error\"".

Not being very familiar with texify or this particular option, I can’t tell if the issue is on my end - but this toolchain did work in the previous version.

The latexmk toolchain does work as expected.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
James-Yucommented, Apr 11, 2017

Thanks a lot! Will change the readme accordingly.

1reaction
zachjweinercommented, Apr 11, 2017

@James-Yu I found that breaking up the two options passed to --tex-option works, as such:

"latex-workshop.latex.toolchain": [
		{
			"command": "texify",
			"args": [
			"--synctex",
			"--tex-option=\"-interaction=nonstopmode\"",
			"--tex-option=\"-file-line-error\"",
			"--pdf",
			"%DOC%.tex"
			]
		}
	]
Read more comments on GitHub >

github_iconTop Results From Across the Web

The atom-latex from ashthespy - GithubHelp
Hi! changing the custom toolchain for each document in the settings is not really the way things should work. This custom toolchain works...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found