Search found 1 match

by RobBla
Fri May 03, 2019 2:10 pm
Forum: Texmaker and TeXstudio
Topic: Missing highlighted area in pdf view after “quick build"
Replies: 6
Views: 22960

Missing highlighted area in pdf view after “quick build"

I had the same issue on Mac. I used Stefan Kottwitz's setting but it was still not working.
Solved it by also adding -synctex=1 to the LaTeX command:

Code: Select all

"latex" -synctex=1 -interaction=nonstopmode %.tex