Texmaker and TeXstudio ⇒ Missing highlighted area in pdf view after “quick build"
Missing highlighted area in pdf view after “quick build"
But, suddenly it doesn't work. I don't know why. I tried to reinstall it, but it was useless. Does anybody know where the problem is? I use the Windows-version of TeXmaker.
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
Re: Missing highlighted area in pdf view after “quick build"
-
- Posts: 1
- Joined: Sun Oct 11, 2015 10:16 am
Re: Missing highlighted area in pdf view after “quick build"
I encountered the same problem and this post was the only one I could find about it.
But I don't completely understand how you fixed it. Did you write something in the pdflatex command line?
I am using texmaker and completely new
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Missing highlighted area in pdf view after “quick build"
welcome to the forum!
The option is called
-synctex=1
(there's a typo on the post above). It's a command line option, but you can configure it in your editor settings. Go to "Configure TeXmaker" in the main menu, take a look at those settings and make the same for pdfLaTeX in your editor:Stefan
-
- Posts: 1
- Joined: Mon Apr 10, 2017 5:44 pm
Missing highlighted area in pdf view after “quick build"

Missing highlighted area in pdf view after “quick build"
I have the same problem since I have updated the texmaker to version 5.0.2.
My pdflatex option is like this:
"/Library/TeX/texbin/pdflatex" -synctex=1 --shell-escape -interaction=nonstopmode %.tex
It is on MacOS but it should not count.
Is there any other option that I need to set?
Paul
Missing highlighted area in pdf view after “quick build"
Solved it by also adding -synctex=1 to the LaTeX command:
Code: Select all
"latex" -synctex=1 -interaction=nonstopmode %.tex