mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
83a76502f3
Dvipsk converts a DVI file produced by TeX (or other program) to a PostScript file. Missing fonts can be automatically generated if METAFONT exists on the system, or can be converted from `gf' to `pk' format on demand. Dvips also supports `tpic', `psfig', `emtex', and `METAPOST'. Submitted by: Makoto WATANABE <watanabe@zlab.phys.nagoya-u.ac.jp> PR: 5707
34 lines
642 B
Plaintext
34 lines
642 B
Plaintext
--- dvipsk/contrib/config.ps.orig Sun May 3 06:42:37 1998
|
|
+++ dvipsk/contrib/config.ps Sun May 3 06:59:56 1998
|
|
@@ -4,13 +4,13 @@
|
|
*
|
|
m 1000000
|
|
*
|
|
-* And send output by default to the printer.
|
|
+* Run as a filter by default.
|
|
*
|
|
-o !lpr
|
|
+f
|
|
*
|
|
* Default resolution.
|
|
*
|
|
-D 400
|
|
+D 300
|
|
*
|
|
* Last resort sizes.
|
|
*
|
|
@@ -21,10 +21,10 @@
|
|
* If your default is a4 uncomment the following definition
|
|
* and comment out the letterSize definition.
|
|
*
|
|
-*@ A4size 210mm 297mm
|
|
-*@+ %%PaperSize: A4
|
|
+@ A4size 210mm 297mm
|
|
+@+ %%PaperSize: A4
|
|
|
|
-@ letterSize 8.5in 11in
|
|
+*@ letterSize 8.5in 11in
|
|
|
|
@ letter 8.5in 11in
|
|
@+ %%BeginPaperSize: Letter
|