Texmaker and TeXstudio ⇒ Why TeXMakerX cannot preview?
-
- Posts: 10
- Joined: Wed Sep 22, 2010 5:03 am
Why TeXMakerX cannot preview?
My TeX distribution is TeXLive2010.
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Why TeXMakerX cannot preview?
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Why TeXMakerX cannot preview?
The best is if you try to get a preview of something.
If you do this step by step, it should show a preview and then we can see what the difference is:
1) Create a new document as simple as possible (no package, but document class and document).
2) Save it and check if it actually compiles
3) Open the preview tab in the bottom panel (if it is not open, the preview is shown as a tooltip which easily vanishes)
4) Select a word in the document
5) Press Alt+P and wait a few seconds
6) Repeat from 4
If this doesn't work, change the preview option on the configure\editor\ page between dvipng an dvips.
Why TeXMakerX cannot preview?
Thanks for this. I don't know what netheril's problem is or was, but Preview wasn't working for me either. When I went into Options > Configure TexMakerX > Editor, at first I didn't see this option, but then I clicked "Show Advanced Options" at the bottom and an empty menu item appeared. No option was selected by default, which is no doubt why Preview wasn't doing anything. In fact, the menu item looked like an empty box without a label. But once I set it to dvipng, the Preview feature worked fine.benibela wrote: If this doesn't work, change the preview option on the configure\editor\ page between dvipng an dvips.
(I'm running TMX 1.9.9a SVN 1060 with TeXlive 2010 on Arch Linux x86_64 for the record. TMX is not my usual editor, or I probably would have delved into this earlier myself.)
Why TeXMakerX cannot preview?
Thanks returned, that was a stupid bug. I rewrote the whole configuration storage from 1.9.9 to 1.9.9a, and this broke some options.frabjous wrote: Thanks for this. I don't know what netheril's problem is or was, but Preview wasn't working for me either. When I went into Options > Configure TexMakerX > Editor, at first I didn't see this option, but then I clicked "Show Advanced Options" at the bottom and an empty menu item appeared. No option was selected by default, which is no doubt why Preview wasn't doing anything.