Texmaker and TeXstudio ⇒ configuring texmaker
configuring texmaker
I have configuered texmaker and in quick build options I have selected "pdfLatex+view Pdf", But after compiling, Pdf file does't open automatically. I need to go to the folder and open it. One more thing is, If the respective Pdf file is open, instead of over righting it, compiler gives lot of error messages. Please someone help me in this regard.
Thanks in advance,
Shivakanth.
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Re: configuring texmaker
LO
Re: configuring texmaker
Could someone help me?
valentina
Re: configuring texmaker
Re: configuring texmaker
As for overwriting open files - it cannot be done if you use Acrobat Reader as your viewer because it locks open files so that pdftex cannot write on them. You always have to close them. This can be automated by using DDE interface of acroread but unfortunately texmaker does not have support for DDE (but e.g. TeXnicCenter does) so you might consider different text editor or different pdf viewer.
Cheers,
Tomek
Re: configuring texmaker
in commands tab for pdfviewer
"C:/Program Files/Adobe/Reader 8.0/Reader/AcroRd32.exe" %.pdf
and the same command in users quick build option. It does not open the file if any other pdf file is opened at the momment. Says document not found or something similar.
Thanx again!
configuring texmaker
Code: Select all
@start "" "C:\path\to\where\you\have\AcroRd32.exe" "%~f1"
Cheers,
Tomek
Re: configuring texmaker
worked like a charm!
thank you!
Re: configuring texmaker
I had the same problem, acroread (launched from TexMaker) couldn't find the file to open. The issue was the same, acroread wanted the absolute path to the file. I had some pdf file still opened from another directory. After I closed all my acroreads and hit the TexMaker quickbuild button, it compiled and opend my pdf.
Nevertheless, the solution with the script is very nice.
See you!
Re: configuring texmaker
I have exactly the same problem.. However I have no idea how I should do what you describe .. here are my qestions :
- Where should I go to configure the path ?
and
-What should I write there
Pardon me and thanks in advance

Yannis