Content deleted Content added
grammar: "software program" → "computer program" |
m +{{Digital-typography-stub}} using StubSorter |
||
(5 intermediate revisions by 5 users not shown) | |||
Line 1:
{{
{{
{{
{{lowercase|title=dvips}}
'''dvips''' is a [[computer program]] that converts the [[DVI file format|Device Independent file format (DVI)]] output of [[TeX]] [[typography]] into a printable or otherwise presentable form.
The TeX typesetting system outputs DVI files which are intended to be [[device independent|independent of the output device]]. In particular, they are not understood by [[computer printer|printer]]s and lack information such as [[font]] shapes. Thus, a converter (i.e., a [[Front and back ends|backend]]) is needed to translate from a DVI file to a printer language. Although other DVI backends such as [[dvilj]] exist,
By using TeX <code>\special</code> commands, it is possible to directly insert "literal PostScript" into the DVI file and have such snippets of PostScript appear in the final file generated by
When producing postscript files, dvips embeds fonts inside the file. Most recent distributions will normally embed scalable fonts, also known as [[Type 1 font]]s. Files generated with older distributions, however, may embed raster fonts. To substitute raster for scalable fonts in a postscript file in a situation where the original dvi file is unavailable use a utility called [[pkfix]].
==References==
{{
==External links==
Line 25 ⟶ 21:
{{
{{Digital-typography-stub}}
|