diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-05-05 01:00:22 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-05-05 01:00:22 +0000 |
commit | 9bb4bf9603931bf193ee4a27153bdfbb88b48576 (patch) | |
tree | 03df153dc52e5f502d0423b723822620ebf62906 /textproc/latex2html/files | |
parent | Activate latex2html. (diff) |
Import of latex2html, which turns LaTeX into HTML
PR: 6502
Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
Notes
Notes:
svn path=/head/; revision=10848
Diffstat (limited to 'textproc/latex2html/files')
-rw-r--r-- | textproc/latex2html/files/local.pm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/textproc/latex2html/files/local.pm b/textproc/latex2html/files/local.pm new file mode 100644 index 000000000000..61d170a36173 --- /dev/null +++ b/textproc/latex2html/files/local.pm @@ -0,0 +1,28 @@ +################################################################# +# local.pm +# +# Local Configuration for LaTeX2HTML +# +# This file is created automatically. Do not edit! +# +################################################################# + +package main; + +### start pstoimg configuration ### +$GS_LIB = '/usr/local/share/ghostscript/5.0'; # Inserted by configure-pstoimg +$PNMCAT = '/usr/X11R6/bin/pnmcat'; # Inserted by configure-pstoimg +$PPMQUANT = '/usr/X11R6/bin/ppmquant'; # Inserted by configure-pstoimg +$PNMFLIP = '/usr/X11R6/bin/pnmflip'; # Inserted by configure-pstoimg +$PPMTOGIF = '/usr/X11R6/bin/ppmtogif'; # Inserted by configure-pstoimg +$HOWTO_TRANSPARENT_GIF = 'netpbm'; # Inserted by configure-pstoimg +$GS_DEVICE = 'ppmraw'; # Inserted by configure-pstoimg +$GS = '/usr/local/bin/gs'; # Inserted by configure-pstoimg +$PNMFILE = '/usr/X11R6/bin/pnmfile'; # Inserted by configure-pstoimg +$HOWTO_INTERLACE_GIF = 'netpbm'; # Inserted by configure-pstoimg +$PBMMAKE = '/usr/X11R6/bin/pbmmake'; # Inserted by configure-pstoimg +$PNMCROP = '/usr/X11R6/bin/pnmcrop'; # Inserted by configure-pstoimg + +### end pstoimg configuration ### + +1; |