Revisions of latex2html

buildservice-autocommit accepted request 1153251 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 64)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 1153250 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 63)
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN
buildservice-autocommit accepted request 1151123 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 62)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 1150775 from Bernhard Wiedemann's avatar Bernhard Wiedemann (bmwiedemann) (revision 61)
Remove .log files during build
for reproducible packages even with --nocheck
buildservice-autocommit accepted request 1148726 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 60)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 59)
- version update to 2024
  * "make clean" removes manual.pdf
    https://bugs.debian.org/1046413
- modified patches
  % latex2html-share-dir.diff (refreshed)
buildservice-autocommit accepted request 1101163 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 58)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 57)
- version update to 2023.2
  * DONT_INCLUDE now affects \usepackage but not \input
  * support \usepackage[xindy]{imakeidx} for sorting accents
  * support babel main language option
  * support hyphenat package
buildservice-autocommit accepted request 1060350 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 56)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 1060012 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 55)
- update to 2023:
  * update for latest pdftocairo
buildservice-autocommit accepted request 989993 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 54)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 989493 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 53)
- update to 2022.2:
  * spacing of eqnarray and align
  * check for preview.sty in config.pl
  * check for failure of pdflatex run
  * newline after footnote should give space
  * fix ref to label inside float
  * add sidewaysfigure, sidewaystable
  * fix eqnarray*
- drop latex2html-binmode.diff.
  latex2html-dest-dir.diff, latex2html-perl-bindir.diff
buildservice-autocommit accepted request 971973 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 52)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 971943 from Ferdinand Thiessen's avatar Ferdinand Thiessen (susnux) (revision 51)
- Update to version 2022
- Remove outdated manual latex2html-manual.tar.bz2,
  build up-to-date manual from source as part of the build process.
- Drop latex2html-backref-workaround.diff, was a workaround for
  perl 5.18 not used in any supported openSUSE version anymore.
Petr Gajdos's avatar Petr Gajdos (pgajdos) committed (revision 50)
- do not package test logs (WARNINGS in this case) [bsc#1188918]
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 903986 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 49)
- update to 2021.2:
  * latex2html -long_titles   fix duplicate file names
  * latex2html -long_titles 5 -title "Title"
  * correct link from index.html
  * pnmquant -norandom    for reproducible builds
  * treat cygwin as unix
  * $WORDS_IN_INDEX configurable
  * fix image size for multline, subequations
  * remove extra <SPAN> after subequations
  * equation numbering for multline
  * close bold, etc, at end of environment
  * implement memoir document class
  * fix scanning of latex comments
  * fix subequation numbering
  * babel should not set character encoding of input file
  * package nomencl.sty
  * package nameref.sty
  * options -cut_ref_num -add_ref_name
buildservice-autocommit accepted request 879087 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 48)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 878730 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 47)
- update to 2021:
  * implement listings package
  * support for \hyperref (hyperref.sty and html.sty syntax)
  * \multirow with automatic width (*)
  * support for length units em and ex in &convert_length
  * support for font-, page- and minipage-relative length units
  * support for specifying image size in wrapfigure
  * support for commands: \; \, \quad \qquad inside \textsc
  * \itemize[], \enumerate[], \description[] (discard argument)
  * &convert_to_unicode in style &#8221; for chars > 255
  * correct several special symbols for koi8-r encoding
  * repair \htmladdimg and user scaling in \includegraphics
  * repair scaling for undefined environments in use_dvipng mode
  * correct placement of the $\degree$ symbol in use_dvipng mode
  * repair scaling in nouse_dvipng mode
  * 256-color gif dithering via png16m followed by ppmquant
  * correct transparent color specification (for the $\_$ symbol)
  * correct Makefile for building manual
  * adjust spacing for eqnarray
  * fix alignment of eq numbers for safari
  * fix infinite loop on empty itemize env
  * make link to correct bibliography if there is more than one
  * "References" by default, "Bibliography" for book
buildservice-autocommit accepted request 858977 from Petr Gajdos's avatar Petr Gajdos (pgajdos) (revision 46)
baserev update by copy to link target
Petr Gajdos's avatar Petr Gajdos (pgajdos) accepted request 858089 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 45)
- update to 2020.2:
  - gs 9.50: -dNOSAFER to write to tmp dir
  - css fix: put caption below figure
  - fix bug with gif with >256 colors
  - fix eqnarray*
  - fix "make test"
  - fix false matches when reusing images for long environments.
  - fork on \include, not on \input
  - fix figure size with png
  - allow verbatim in figure
  - output height with displaymath, center displaymath
  - enable -nouse_pdftex -image_type svg
  - fall back to unicode combining characters for accents
  - generate higher numbered UTF8 chars
Displaying revisions 1 - 20 of 64
openSUSE Build Service is sponsored by