diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:18:36 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-06 02:18:36 +0000 |
commit | f6920db5c1343205c600f1a54a391a6c64e3ba88 (patch) | |
tree | ab4dd72e009226ba3ad0d1af38890cc7cfc4f430 /cfgcache.pm | |
parent | da8c31f73f85bc67327ef4bee50e238cbe71d596 (diff) |
automatic import of latex2htmlopeneuler24.03_LTS
Diffstat (limited to 'cfgcache.pm')
-rw-r--r-- | cfgcache.pm | 97 |
1 files changed, 97 insertions, 0 deletions
diff --git a/cfgcache.pm b/cfgcache.pm new file mode 100644 index 0000000..7a4b503 --- /dev/null +++ b/cfgcache.pm @@ -0,0 +1,97 @@ +# LaTeX2HTML site specific configuration file +# generated by config.pl + +# You may edit this file to get around deficiencies of the configuration +# procedure, but you have to be sure of what you are doing! +# If you think there are bugs in the configuration procedure, please report +# them. See the BUGS file on how to do it. Your help is appreciated! + +package cfgcache; +require Exporter; +@ISA = qw(Exporter); +@EXPORT = qw(%cfg); + +$cfg{'ANYTOPNM'} = q'/usr/bin/anytopnm'; +$cfg{'BINDIR'} = q'/usr/bin'; +$cfg{'BMPTOPPM'} = q'/usr/bin/bmptoppm'; +$cfg{'CRAYOLAFILE'} = q'/usr/share/latex2html/styles/crayola.txt'; +$cfg{'DVIPS'} = q'/usr/bin/dvips'; +$cfg{'DVIPSOPT'} = q' -E'; +$cfg{'GIFTOPNM'} = q'/usr/bin/giftopnm'; +$cfg{'GS'} = q'/usr/bin/gs'; +$cfg{'GSALIASDEVICE'} = q'ppmraw'; +$cfg{'GSDEVICE'} = q'pnmraw'; +$cfg{'GSLANDSCAPE'} = q''; +$cfg{'GS_LIB'} = q''; +$cfg{'HASHBANG'} = q'1'; +$cfg{'HTML_VALIDATOR'} = q''; +$cfg{'ICONPATH'} = q'file:/usr/share/latex2html/icons'; +$cfg{'ICONSERVER'} = q''; +$cfg{'ICONSTORAGE'} = q''; +$cfg{'IMAGE_TYPES'} = q'png gif'; +$cfg{'INITEX'} = q'/usr/bin/initex'; +$cfg{'JPEGTOPNM'} = q'/usr/bin/jpegtopnm'; +$cfg{'KPSEWHICH'} = q'/usr/bin/kpsewhich'; +$cfg{'LATEX'} = q'/usr/bin/latex'; +$cfg{'LATEX2HTMLDIR'} = q'/usr/share/latex2html'; +$cfg{'LATEX2HTMLPLATDIR'} = q'/usr/share/latex2html'; +$cfg{'LIBDIR'} = q'/usr/share/latex2html'; +$cfg{'METADPI'} = q'0'; +$cfg{'METAMODE'} = q''; +$cfg{'MKTEXLSR'} = q'/usr/bin/mktexlsr'; +$cfg{'NULLFILE'} = q'/dev/null'; +$cfg{'PBMMAKE'} = q'/usr/bin/pbmmake'; +$cfg{'PCXTOPPM'} = q'/usr/bin/pcxtoppm'; +$cfg{'PERL'} = q'/usr/bin/perl'; +$cfg{'PERLFOOTER'} = q''; +$cfg{'PERLHEADER'} = <<'EOQ'; +#! /usr/bin/perl -w +EOQ +$cfg{'PERLSCRIPTDIR'} = q'/usr/bin'; +$cfg{'PICTTOPPM'} = q''; +$cfg{'PK_GENERATION'} = q'0'; +$cfg{'PNGTOPNM'} = q'/usr/bin/pngtopnm'; +$cfg{'PNMBLACK'} = q''; +$cfg{'PNMCAT'} = q'/usr/bin/pnmcat'; +$cfg{'PNMCROP'} = q'/usr/bin/pnmcrop'; +$cfg{'PNMCROPOPT'} = q' -sides '; +$cfg{'PNMCUT'} = q'/usr/bin/pnmcut'; +$cfg{'PNMFILE'} = q'/usr/bin/pnmfile'; +$cfg{'PNMFLIP'} = q'/usr/bin/pnmflip'; +$cfg{'PNMPAD'} = q'/usr/bin/pnmpad'; +$cfg{'PNMROTATE'} = q'/usr/bin/pnmrotate'; +$cfg{'PNMSCALE'} = q'/usr/bin/pnmscale'; +$cfg{'PNMTOPNG'} = q'/usr/bin/pnmtopng'; +$cfg{'PPMQUANT'} = q'/usr/bin/ppmquant'; +$cfg{'PPMTOGIF'} = q'/usr/bin/ppmtogif'; +$cfg{'PPMTOJPEG'} = q'/usr/bin/ppmtojpeg'; +$cfg{'PREFIX'} = q'/usr'; +$cfg{'RGBCOLORFILE'} = q'/usr/share/X11/rgb.txt'; +$cfg{'SGITOPNM'} = q'/usr/bin/sgitopnm'; +$cfg{'SHLIBDIR'} = q'/usr/share/latex2html'; +$cfg{'TEX'} = q'/usr/bin/tex'; +$cfg{'TEXPATH'} = q'/usr/share/texmf/tex/latex/html'; +$cfg{'TIFFTOPNM'} = q'/usr/bin/tifftopnm'; +$cfg{'TMPSPACE'} = q'/tmp'; +$cfg{'WEB2C'} = q'1'; +$cfg{'XBMTOPBM'} = q'/usr/bin/xbmtopbm'; +$cfg{'XWDTOPNM'} = q'/usr/bin/xwdtopnm'; +$cfg{'dd'} = q'/'; +$cfg{'distver'} = q'2008'; +$cfg{'exec_extension'} = q''; +$cfg{'gif_interlace'} = q'netpbm'; +$cfg{'gif_trans'} = q'netpbm'; +$cfg{'have_dvipsmode'} = q''; +$cfg{'have_geometry'} = q'1'; +$cfg{'have_images'} = q'1'; +$cfg{'have_pstoimg'} = q'1'; +$cfg{'perl_starter'} = q''; +$cfg{'pipes'} = q'1'; +$cfg{'plat'} = q'unix'; +$cfg{'scriptdir'} = q'/usr/bin'; +$cfg{'scriptext'} = q''; +$cfg{'srcdir'} = q'/X/latex2html-2008'; +$cfg{'texlive'} = q'0'; +$cfg{'wrapper'} = q'0'; + +1; # must be last line |