Content deleted Content added
No edit summary |
m +{{Digital-typography-stub}} using StubSorter |
||
(17 intermediate revisions by 16 users not shown) | |||
Line 1:
{{Multiple issues|
{{Notability|date=August 2011}}
{{Primary sources|date=August 2011}}}}
{{lowercase|title=dvips}}
'''dvips''' is a [[
The TeX typesetting system outputs DVI files which are intended to be [[device independent|independent of the output device]].
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]].▼
▲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 <tt>dvips</tt>. This flexibility allows the user to include, say, watermarks on his document (especially via the use of proper packages<ref>http://www.ctan.org/tex-archive/macros/latex/contrib/eso-pic/</ref>) or further postprocess the PostScript file<ref><tt>[[pstricks]]</tt></ref>.
▲When producing postscript files, dvips embeds fonts inside the file. Most recent distributions will normally embed scalable fonts. 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 18 ⟶ 19:
[[Category:PostScript]]
[[Category:Free TeX software]]
[[Category:Digital typography]]▼
{{free-software-stub}}▼
|