From e4c2dc8c62386730b90ed1ae603069b6e4ee83723756af076ef63e562f6b0692 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Mon, 15 Mar 2021 07:49:16 +0000 Subject: [PATCH] Accepting request 878730 from home:dirkmueller:Factory - 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 ” 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 OBS-URL: https://build.opensuse.org/request/show/878730 OBS-URL: https://build.opensuse.org/package/show/Publishing/latex2html?expand=0&rev=47 --- latex2html.changes | 27 +++++++++++++++++++++++++++ latex2html.spec | 4 ++-- v2020.2.tar.gz | 3 --- v2021.tar.gz | 3 +++ 4 files changed, 32 insertions(+), 5 deletions(-) delete mode 100644 v2020.2.tar.gz create mode 100644 v2021.tar.gz diff --git a/latex2html.changes b/latex2html.changes index 5fa0404..fd26dc8 100644 --- a/latex2html.changes +++ b/latex2html.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Sat Mar 13 09:44:55 UTC 2021 - Dirk Müller + +- 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 ” 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 + ------------------------------------------------------------------- Tue Dec 22 09:24:14 UTC 2020 - Dirk Müller diff --git a/latex2html.spec b/latex2html.spec index 850d0cf..dba1d29 100644 --- a/latex2html.spec +++ b/latex2html.spec @@ -1,7 +1,7 @@ # # spec file for package latex2html # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define share_dir %{_datadir}/latex2html %define _texmfmaindir %{_datadir}/texmf Name: latex2html -Version: 2020.2 +Version: 2021 Release: 0 Summary: LaTeX to HTML Converter License: GPL-2.0-or-later diff --git a/v2020.2.tar.gz b/v2020.2.tar.gz deleted file mode 100644 index 80030cf..0000000 --- a/v2020.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:09f2d7f086fee9538523fd5074ada8ebadbdbc2227ca11d9d36189e698e5cfaf -size 1120639 diff --git a/v2021.tar.gz b/v2021.tar.gz new file mode 100644 index 0000000..be86613 --- /dev/null +++ b/v2021.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:872fe7a53f91ababaafc964847639e3644f2b9fab3282ea059788e4e18cbba47 +size 1130224