SHA256
1
0
forked from pool/latex2html

Accepting request 905216 from Publishing

- 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 (forwarded request 903986 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/905216
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/latex2html?expand=0&rev=41
This commit is contained in:
Dominique Leuenberger 2021-07-16 20:12:27 +00:00 committed by Git OBS Bridge
commit 7ab2895d04
5 changed files with 29 additions and 19 deletions

View File

@ -1,8 +1,8 @@
Index: config/install.pl Index: config/install.pl
=================================================================== ===================================================================
--- config/install.pl.orig 2002-11-29 12:49:01.000000000 +0100 --- config/install.pl.orig
+++ config/install.pl 2013-11-25 15:17:23.522211642 +0100 +++ config/install.pl
@@ -293,8 +293,10 @@ @@ -295,8 +295,10 @@ my @icon_types = $cfg{'IMAGE_TYPES'} ?
split(/\s+/,$cfg{'IMAGE_TYPES'}) : qw(gif); split(/\s+/,$cfg{'IMAGE_TYPES'}) : qw(gif);
my $iconrx = join('|', @icon_types); my $iconrx = join('|', @icon_types);
@ -14,15 +14,3 @@ Index: config/install.pl
print STDERR "Error: Cannot install icons in '$dest1': No write permission.\n"; print STDERR "Error: Cannot install icons in '$dest1': No write permission.\n";
$dest1 = ''; $dest1 = '';
} }
@@ -372,7 +374,10 @@
if($cfg{TEXPATH}) {
print "\nNote: trying to install LaTeX2HTML style files in TeX directory tree\n ($cfg{TEXPATH})\n";
- unless(mkpath($cfg{TEXPATH})) {
+ my $dest = $cfg{TEXPATH};
+ my $destdir=$ENV{"DESTDIR"};
+ $dest= "$destdir$dest";
+ unless(mkpath($dest)) {
#my $testpath = $cfg{TEXPATH}; # to strip (latex2)html
#$testpath =~ s/[$dd$dd][^$dd$dd]*$//;
#if((-d $cfg{TEXPATH} && !-w _) || (-d $testpath && !-w _)) {

View File

@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sun Jul 4 19:42:52 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Mar 13 09:44:55 UTC 2021 - Dirk Müller <dmueller@suse.com> Sat Mar 13 09:44:55 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -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: 2021 Version: 2021.2
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

3
v2021.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:892714d87d2ab357488679bda91ae1333b1da6d9743fd42443cc71aaf069cb83
size 1139791

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:872fe7a53f91ababaafc964847639e3644f2b9fab3282ea059788e4e18cbba47
size 1130224