Linux Commands Examples

A great documentation place for Linux commands

dvipdf

Convert TeX DVI file to PDF using ghostscript and dvips


see also : gs - dvips

Synopsis

dvipdf [ options ] input.dvi [ output.pdf ] ...


add an example, a script, a trick and tips

: email address (won't be displayed)
: name

Step 2

Thanks for this example ! - It will be moderated and published shortly.

Feel free to post other examples
Oops ! There is a tiny cockup. A damn 404 cockup. Please contact the loosy team who maintains and develops this wonderful site by clicking in the mighty feedback button on the side of the page. Say what happened. Thanks!

examples

0
source
            
latex descricao
latex descricao
dvipdf descricao.dvi
0
source
            
latex presentation.latex
dvipdf presentation.dvi
0
source
            
latex Report.tex
dvipdf Report.dvi
evince Report.pdf
0
source
            
latex formulas_np1.tex
dvipdf formulas_np1.dvi
0
source
            
latex reading_list_template.tex
dvipdf reading_list_template.dvi
0
source
            
latex thesis1
latex thesis1
dvipdf thesis1.dvi
0
source
            
latex analiticka_geometrija.tex
dvipdf analiticka_geometrija.dvi
latex derivacije_i_integrali.tex
latex derivacije_i_integrali.tex
dvipdf derivacije_i_integrali.dvi
latex geometrijski_likovi.tex
dvipdf geometrijski_likovi.dvi

description

This script invokes dvips(1) with the -q option, and pipes its output into gs(1) with the following options:

-q -dNOPAUSE -dBATCH -sDEVICE=pdfwrite

as well as -sOutputFile and any options from the command-line.

version

This document was last revised for Ghostscript version 9.07.


see also

gs , dvips


author

Artifex Software, Inc. are the primary maintainers of Ghostscript. This manpage by George Ferguson.

How can this site be more helpful to YOU ?


give  feedback