Texmaker and TeXstudio ⇒ TexMakerX (with interactive spellchecking!)
Re: TexMakerX (with interactive spellchecking!)
great job!
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!
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.

Re: TexMakerX (with interactive spellchecking!)
Strange here it works (with FoxitReader/AcrobatReader)
Perhaps the pdf reader you use (which one is it?) marks the file as write-protected when opening it, prevent Latex to override it.
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!)
I use Acrobat Reader!
Re: TexMakerX (with interactive spellchecking!)
Okay, what version? (I checked it with 8)
And some more questions:
What error do you get?
And how is the command written under Options\Configure (Commands\Pdf Viewer)?
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!)
the command is
version 9.1
Error
thank you!
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!)
Now I could reproduce it, whenever Reader 9.1 opens a pdf it is write-protected.
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.
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!)
yeah! it would be great!! TeXnicCenter seems to close the pdf before compiling!!
But it would really greate to have this possibility in TexMaker!!
But it would really greate to have this possibility in TexMaker!!
Re: TexMakerX (with interactive spellchecking!)
In the SVN version it is now possible, to define a command which is run before every compilation.(on the Options\Configure\Quick Build page, but perhaps I will move it somewhere else)
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)
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!)
where can i get the SVn version!?
Re: TexMakerX (with interactive spellchecking!)
Here:
http://texmakerx.svn.sourceforge.net/sv ... erx/trunk/
However it's only source, you have to compile it yourself (with gcc and qt)
http://texmakerx.svn.sourceforge.net/sv ... erx/trunk/
However it's only source, you have to compile it yourself (with gcc and qt)