mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
fba0718c8e
PR: 15149 Submitted by: maintainer Reviewed by: ports-jp
20 lines
940 B
Plaintext
20 lines
940 B
Plaintext
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'.
|
|
|
|
The dvipsk program is modified version of Tom Rokicki's dvips and
|
|
use the kpathsea library for configuration and path searching.
|
|
You may have to set some variables in the path configuration file for
|
|
kpathsea `/usr/local/share/texmf/web2c/texmf.cnf' so that the program
|
|
can find PK fonts, Virtual fonts and TFM files. For example,
|
|
|
|
PKFONTS = .:/usr/local/lib/fonts/{pk118:pk240:pk300:pk360:pk400:pk600}:{$TEXMF
|
|
/fonts:$VARTEXFONTS}//pk/{$MAKETEX_MODE:modeless}//
|
|
VFFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts}//vf//
|
|
TFMFONTS = .:{/usr/local/share/fonts/makejvf:$TEXMF/fonts:$VARTEXFONTS}//tfm//
|
|
|
|
- Makoto WATANABE
|
|
watanabe@zlab.phys.nagoya-u.ac.jp
|