SHA256
1
0
forked from pool/latex2html
latex2html/latex2html-perl-bindir.diff
Petr Gajdos d7c8d4d285 - updated to 2018
* config: avoid warning "untie attempted"
  * Handle . not in @INC for images.pl and internals.pl
  * fix \graphicspath with relative path in preamble
    https://github.com/latex2html/latex2html/issues/40
  * \providecommand should not redefine existing command
  * Picture generation via dvipng
  * KOI8-R, CP1251 and UTF-8 support for Russian 
  * default to white background for rendering images.
    if $LATEX_COLOR set, pass as transparency color to pstoimg.
    https://bugs.debian.org/188024
  * usepackage xcolor.  uses rgb black rather than cmyk black.
    fixes eqns appearing as dark grey rather than black.
  * Fix stray comment mark: Issue #19
- altered patches
  % latex2html-perl-bindir.diff
  % latex2html-perl526.patch

OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=32
2018-12-31 08:22:50 +00:00

10 lines
275 B
Diff

--- cweb2html/makemake.pl
+++ cweb2html/makemake.pl
@@ -1,4 +1,4 @@
-#!/usr/local/bin/perl
+#!/usr/bin/perl
################################################################################
# Copyright 1998-1999 by Jens Lippmann (lippmann@rbg.informatik.tu-darmstadt.de)