Texmaker and TeXstudio ⇒ TexMakerX (with interactive spellchecking!)
Re: TexMakerX (with interactive spellchecking!)
Just one little thing... if the documed compile is already opened in PDF, and then i recompile it... i get an error!
I have to close the pdf to copile it well!
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: TexMakerX (with interactive spellchecking!)
Perhaps the pdf reader you use (which one is it?) marks the file as write-protected when opening it, prevent Latex to override it.
Re: TexMakerX (with interactive spellchecking!)
Re: TexMakerX (with interactive spellchecking!)
And some more questions:
What error do you get?
And how is the command written under Options\Configure (Commands\Pdf Viewer)?
TexMakerX (with interactive spellchecking!)
Code: Select all
"C:/Programmi/Texmaker/viewpdf.bat" %.pdf
Error
Code: Select all
! I can't write on file `"energia.pdf"'.Please type another file name for output
Re: TexMakerX (with interactive spellchecking!)
The faster solutions seems to be, to switch to another reader which behaves better.
Or perhaps I'm going to add a feature to TexMakerX, that it closes the pdf Reader before compiling.
Re: TexMakerX (with interactive spellchecking!)
But it would really greate to have this possibility in TexMaker!!
Re: TexMakerX (with interactive spellchecking!)
And with a special DDE syntax: "dde://service/topic/commands" you can use it to close the pdf.
E.g: To close all running pdf readers you can write dde://acroview/control/[AppExit()] and to close the current document you can use dde://acroview/control/[DocOpen("?am).pdf")][DocClose("?am).pdf")]
(although latter will bring the reader window to the top, at least with 9.1, it seems Adobe wanted to break as much compatibility features as possible)
Re: TexMakerX (with interactive spellchecking!)
Re: TexMakerX (with interactive spellchecking!)
http://texmakerx.svn.sourceforge.net/sv ... erx/trunk/
However it's only source, you have to compile it yourself (with gcc and qt)