Package: latex2html / 2015-debian1-1

Metadata

Package Version Patches format
latex2html 2015-debian1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
using multipage options should use zeropadding.patch | (download)

pstoimg.pin | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 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 !
makeseg/makeseg | 10 5 + 5 - 0 !
2 files changed, 8 insertions(+), 8 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 defined(@array) is an error since perl 5.21.x
perl5.22 unescaped left braces.patch | (download)

latex2html.pin | 14 7 + 7 - 0 !
versions/frame.pl | 2 1 + 1 - 0 !
versions/html4_0.pl | 2 1 + 1 - 0 !
3 files changed, 9 insertions(+), 9 deletions(-)

 escape literal braces in regexp to avoid deprecation warnings