diff options
author | steve <steve@FreeBSD.org> | 2000-01-29 13:39:38 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-01-29 13:39:38 +0800 |
commit | 42bd7efeb13982269aadc2d21f89ba92218a42d9 (patch) | |
tree | 66012104ca6167a9b01ed58bd26374ab7502be59 /print/dvipdfm/pkg-message | |
parent | 27b3587c2dc011805593a91065660bf86c4fbfdc (diff) | |
download | freebsd-ports-gnome-42bd7efeb13982269aadc2d21f89ba92218a42d9.tar.gz freebsd-ports-gnome-42bd7efeb13982269aadc2d21f89ba92218a42d9.tar.zst freebsd-ports-gnome-42bd7efeb13982269aadc2d21f89ba92218a42d9.zip |
Adding dvipdfm version 0.12.7.
Convert DVI files to PDF files.
PR: 16150
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'print/dvipdfm/pkg-message')
-rw-r--r-- | print/dvipdfm/pkg-message | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/print/dvipdfm/pkg-message b/print/dvipdfm/pkg-message new file mode 100644 index 000000000000..55fc8b918981 --- /dev/null +++ b/print/dvipdfm/pkg-message @@ -0,0 +1,24 @@ +Replace the dvipdfm.def in your LaTex distribution with the one +provided by the latest dvipdfm distribution. This is necessary for +.eps and .png file support. The install script will not do this +for you because I do not believe it is healthy to overwrite a file +supplied by a different distribution. If you want to use hyperref +with "breaklinks" support, you may want to replace hdvipdfm.def +with the version in this distribution. + +The files dvipdfm.def and hdvipdfm.def from the latest dvipdfm +distribution may be found in /usr/local/share/dvipdfm. The files +that should to be replaced may be found in +/usr/local/share/texmf/tex/latex/graphics. + +Edit the config script in the texmf/dvipdfm directory and change to +suit your needs. An important configuration option is to set the +helper application for converting PS/EPS files to PDF format. By +default this is setup for GhostScript. If the idea +of executing running a command in a shell scares you, +comment out the line with the command string. Alternatively, +if you really want to disable it, comment the #define HAVE_SYSTEM +in config.h + +IMPORTANT: If you installed this from the packages rather than the +ports, you MUST run mktexlsr as root. |