TeXworks ⇒ Create the DVI but not the PS or PDF
Create the DVI but not the PS or PDF
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: Create the DVI but not the PS or PDF
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10324
- Joined: Mon Mar 10, 2008 9:44 pm
Create the DVI but not the PS or PDF
welcome to the board!
Also I sometimes need to compile in DVI mode. At first I used the command line, just typing
latex filename
at the command prompt for producing the DVI file, later I configured TeXworks for this. You can easily add further typesetting tools such as LaTeX in dvi mode: in the main menu, click Edit / Preferences, choose Typesetting, and go to Processing Tools. There you can add a latex call by clicking the + button:
Choose an existing tool and click the Edit button to see how it's done for different engines.Stefan
Create the DVI but not the PS or PDF
Yes, the difference between creating a PDF and creating a DVI can be the difference between 5 minutes and 5 seconds for a large document with EPS figures. Although DVI viewers require more processing than PDF viewers to display pages, this extra wait time is much less than if you were to convert to PDF. The extra second of load time per page for DVI viewers is easily tolerable for those who only want to look at a page or two before applying more edits.localghost wrote:Are there any good reasons that you want to create DVI?
In fact, this is (was, at least) the default functionality of Kile. A smart DVI viewer is packaged with Kile for the editing stages and only at the end would you convert to PDF.