TeXworks ⇒ Create the DVI but not the PS or PDF
Create the DVI but not the PS or PDF
I would like to know how to configure Texworks to create a dvi file without automatically generating the ps or pdf file.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: Create the DVI but not the PS or PDF
Due to its built-in PDF viewer TeXworks primarily aims at producing PDF with corresponding preconfigured typesetting profiles. Are there any good reasons that you want to create DVI? This format is only intermediate and not made for viewing. Nevertheless you can open a command line and compile with LaTeX instead of PDFLaTeX.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10344
- Joined: Mon Mar 10, 2008 9:44 pm
Create the DVI but not the PS or PDF
Hi,
welcome to the board!
Also I sometimes need to compile in DVI mode. At first I used the command line, just typing
Stefan
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
LaTeX.org admin
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.