Accepting request 879087 from Publishing
- 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 (forwarded request 878730 from dirkmueller) OBS-URL: https://build.opensuse.org/request/show/879087 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/latex2html?expand=0&rev=40
This commit is contained in:
commit
16cd8af8f0
@ -1,3 +1,30 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 13 09:44:55 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Tue Dec 22 09:24:14 UTC 2020 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package latex2html
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define share_dir %{_datadir}/latex2html
|
%define share_dir %{_datadir}/latex2html
|
||||||
%define _texmfmaindir %{_datadir}/texmf
|
%define _texmfmaindir %{_datadir}/texmf
|
||||||
Name: latex2html
|
Name: latex2html
|
||||||
Version: 2020.2
|
Version: 2021
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: LaTeX to HTML Converter
|
Summary: LaTeX to HTML Converter
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:09f2d7f086fee9538523fd5074ada8ebadbdbc2227ca11d9d36189e698e5cfaf
|
|
||||||
size 1120639
|
|
3
v2021.tar.gz
Normal file
3
v2021.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:872fe7a53f91ababaafc964847639e3644f2b9fab3282ea059788e4e18cbba47
|
||||||
|
size 1130224
|
Loading…
Reference in New Issue
Block a user