Package: latex2html / 2015-debian1-1
Metadata
Package | Version | Patches format |
---|---|---|
latex2html | 2015-debian1-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
using multipage options should use zeropadding.patch | (download) |
pstoimg.pin |
5 4 + 1 - 0 ! |
pstoimg: using -multipage options should use zeropadding The option -multipage results in files ending with numbers. When converting a document with more than 9 pages it results in: . doc1.png doc2.png ... doc10.png . A filename listing therefore would result in: . doc1.png doc10.png doc2.png ... This patch makes pstoimg zeropad the numbers appropriately, when the document has more than 9 pages (and maybe when it has more than 99 pages again), resulting in: . doc01.png doc01.png ... doc10.png |
debian install.patch | (download) |
config/install.pl |
6 3 + 3 - 0 ! |
adjust to debian installation This patch adjusts several files to the Debian specific installation. |
perl5.22 defined array.patch | (download) |
versions/frame.pl |
2 1 + 1 - 0 ! |
defined(@array) is an error since perl 5.21.x |
perl5.22 unescaped left braces.patch | (download) |
latex2html.pin |
14 7 + 7 - 0 ! |
escape literal braces in regexp to avoid deprecation warnings |
1