WinEdt ⇒ winedt 5.7 and foxit pdf reader
winedt 5.7 and foxit pdf reader
what do I have to modify to have foxit as the default viewer?
Lang
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: winedt 5.7 and foxit pdf reader
Otherwise, you can right click on a pdf file in explorer and choose "Open with...". Find the foxit reader program, and make sure the checkbox "Always open this filetype with this application" and hit "Ok", it should always open that filetype with that application from then on.
Re: winedt 5.7 and foxit pdf reader
Sorry, I didn't make myself clear.
At the moment, I am using winedt (v5.7). My default pdf reader is foxit pdf reader.
When I do a pdflatex, everything is fine. To view the pdf file I go to 'accessories/pdf/acrobat reader', I get a warning
'cannot run ...xyz.pdf' (where xyz is the name of file) before foxit opens the pdf file successfully.
So, the question is: How can I stop the warning?
thanks
Lang
-
- Posts: 55
- Joined: Thu Oct 30, 2008 4:12 pm
Re: winedt 5.7 and foxit pdf reader
You might want to untick the Auto-detect check boxes, although I'm not sure if these make that much difference.
-
- Posts: 55
- Joined: Thu Oct 30, 2008 4:12 pm
winedt 5.7 and foxit pdf reader
Code: Select all
...// If you prefer some other application (eg. GSView)// to be associated with pdf files uncomment the following:// Run('%$("GSView"); "%P\%N.pdf"','%P',0,0,'%N.pdf - GSview',1,1);// ShellExecute("Open", "%N.pdf","","%P",1);// Exit;SaveRegisters(1111111111);// ===============================================================// GSView?FindInString(`%$('AcroRead')`,'GSView',1,2,1000,1);IfOK(!"Relax;",!"JMP('not_gs')");Run('%$("AcroRead"); "%P\%N.pdf"','%P',0,0,'%N.pdf - GSview',1,1);RestoreRegisters(1111111111);Exit;:not_gs:: ========================================================// Foxit?FindInString(`%$('AcroRead')`,'Foxit',1,2,1000,1);IfOK(!"Relax;",!"JMP('not_foxit')");Run('%$("AcroRead"); "%P\%N.pdf"');RestoreRegisters(1111111111);Exit;:not_foxit:: =====================================================// SumatraPDF?FindInString(`%$('AcroRead')`,'SumatraPDF',1,2,1000,1);IfOK(!"Relax;",!"JMP('not_sumatra')");Run('%$("AcroRead"); "%P\%N.pdf"');RestoreRegisters(1111111111);Exit;
Re: winedt 5.7 and foxit pdf reader
Thank you so much for your help. I will try this and report back.
Lang
Re: winedt 5.7 and foxit pdf reader
in WinEDT 5.7 the Acrobat Opendoc.edt macro file is totally different in macro language from what you posted here.
Any suggestion?
Many thanks
-
- Posts: 55
- Joined: Thu Oct 30, 2008 4:12 pm
winedt 5.7 and foxit pdf reader
Also, I have to ask you: where did you get WinEdt 5.7 from, given that the most recent stable version of it is 5.5 and 5.6 is only in beta?
Cheers,
pandammonium