-1) {
# $colspec[$#colspec] .= join('', "",$celldata,' | ');
-@@ -794,9 +792,7 @@ sub translate_colspec {
+@@ -794,9 +792,7 @@
}
$celldata .= ' ' if ($celldata =~ /\\\w+$/);
@@ -195,7 +153,7 @@ Index: latex2html-2008/versions/html4_1.pl
$at_text .= $celldata;
} elsif ( $char =~ /;|\&/ ) {
-@@ -965,9 +961,7 @@ sub process_tabular {
+@@ -965,9 +961,7 @@
while (/\\parbox/) {
local($parlength) = length($_);
@@ -206,7 +164,7 @@ Index: latex2html-2008/versions/html4_1.pl
if ($parlength == length($_)) {
print "\n*** \\parbox's remain in table!!\n";
-@@ -1196,9 +1190,7 @@ sub process_tabular {
+@@ -1196,9 +1190,7 @@
}
$colspec = &translate_environments("$OP$tmp$CP$colspec$OP$tmp$CP");
$colspec = &translate_commands($colspec);
@@ -217,7 +175,7 @@ Index: latex2html-2008/versions/html4_1.pl
$colspec = ';SPMnbsp;' if ($colspec =~ /^\s*$/);
$colspec = join('', $reopens, $colspec
, (@$open_tags_R ? &close_all_tags() : '')
-@@ -1338,7 +1330,7 @@ sub make_math_comment{
+@@ -1338,7 +1330,7 @@
$ecomm = "\n\\end{$env}";
} unless ($env =~/tex2html/);
$_ = &revert_to_raw_tex;
@@ -226,7 +184,7 @@ Index: latex2html-2008/versions/html4_1.pl
$_ = $scomm . $_ . $ecomm;
return() if (length($_) < 16);
$global{'verbatim_counter'}++;
-@@ -1440,20 +1432,19 @@ sub do_env_equation {
+@@ -1440,20 +1432,19 @@
local($seqno) = join('',"\n\n");
@@ -250,7 +208,7 @@ Index: latex2html-2008/versions/html4_1.pl
if ($nobrack) { $eqno = $2; }
else { $eqno = join('',$EQNO_START, $2, $EQNO_END) };
$_ = $before;
-@@ -1461,7 +1452,6 @@ sub do_env_equation {
+@@ -1461,7 +1452,6 @@
} elsif ($eqno) {
$eqno = join('',$EQNO_START, $eqno, $EQNO_END)
} else { $eqno = ' ' } # spacer, when no numbering
@@ -258,7 +216,7 @@ Index: latex2html-2008/versions/html4_1.pl
# include the equation-number, using a
local($halign) = " ALIGN=\"CENTER\"" unless $FLUSH_EQN;
-@@ -1641,7 +1631,7 @@ sub do_env_eqnarray {
+@@ -1641,7 +1631,7 @@
# if (s/\\lefteqn$OP(\d+)$CP(.*)$OP\1$CP/ $2 /) {
if (s/\\lefteqn//) {
$return .= "\"LEFT\" COLSPAN=\"3\">";
@@ -267,7 +225,7 @@ Index: latex2html-2008/versions/html4_1.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$_ = (($_)? &process_math_in_latex(
"indisplay" , '', '', $doimage.$_ ):'');
-@@ -1666,7 +1656,7 @@ sub do_env_eqnarray {
+@@ -1666,7 +1656,7 @@
# left column, set using \displaystyle
$thismath = shift(@cols); $failed = 0;
@@ -276,7 +234,7 @@ Index: latex2html-2008/versions/html4_1.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , '', '', $doimage.$thismath ):'');
-@@ -1686,7 +1676,7 @@ sub do_env_eqnarray {
+@@ -1686,7 +1676,7 @@
# center column, set using \textstyle
$thismath = shift(@cols); $failed = 0;
@@ -285,7 +243,7 @@ Index: latex2html-2008/versions/html4_1.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , 'text', '', $doimage.$thismath ):'');
-@@ -1706,7 +1696,7 @@ sub do_env_eqnarray {
+@@ -1706,7 +1696,7 @@
# right column, set using \displaystyle
$thismath = shift(@cols); $failed = 0;
@@ -294,11 +252,11 @@ Index: latex2html-2008/versions/html4_1.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , '', '', $doimage.$thismath ):'');
-Index: latex2html-2008/versions/html4_01.pl
+Index: versions/html4_01.pl
===================================================================
---- latex2html-2008.orig/versions/html4_01.pl
-+++ latex2html-2008/versions/html4_01.pl
-@@ -766,9 +766,7 @@ sub translate_colspec {
+--- versions/html4_01.pl.orig 2004-01-01 07:15:01.000000000 +0100
++++ versions/html4_01.pl 2013-11-25 13:09:05.117061091 +0100
+@@ -766,9 +766,7 @@
}
$celldata .= ' ' if ($celldata =~ /\\\w+$/);
@@ -309,7 +267,7 @@ Index: latex2html-2008/versions/html4_01.pl
# $at_text .= $celldata;
# if ( $#colspec > -1) {
# $colspec[$#colspec] .= join('', "",$celldata,' | ');
-@@ -794,9 +792,7 @@ sub translate_colspec {
+@@ -794,9 +792,7 @@
}
$celldata .= ' ' if ($celldata =~ /\\\w+$/);
@@ -320,7 +278,7 @@ Index: latex2html-2008/versions/html4_01.pl
$at_text .= $celldata;
} elsif ( $char =~ /;|\&/ ) {
-@@ -965,9 +961,7 @@ sub process_tabular {
+@@ -965,9 +961,7 @@
while (/\\parbox/) {
local($parlength) = length($_);
@@ -331,7 +289,7 @@ Index: latex2html-2008/versions/html4_01.pl
if ($parlength == length($_)) {
print "\n*** \\parbox's remain in table!!\n";
-@@ -1196,9 +1190,7 @@ sub process_tabular {
+@@ -1196,9 +1190,7 @@
}
$colspec = &translate_environments("$OP$tmp$CP$colspec$OP$tmp$CP");
$colspec = &translate_commands($colspec);
@@ -342,7 +300,7 @@ Index: latex2html-2008/versions/html4_01.pl
$colspec = ';SPMnbsp;' if ($colspec =~ /^\s*$/);
$colspec = join('', $reopens, $colspec
, (@$open_tags_R ? &close_all_tags() : '')
-@@ -1338,7 +1330,7 @@ sub make_math_comment{
+@@ -1338,7 +1330,7 @@
$ecomm = "\n\\end{$env}";
} unless ($env =~/tex2html/);
$_ = &revert_to_raw_tex;
@@ -351,7 +309,7 @@ Index: latex2html-2008/versions/html4_01.pl
$_ = $scomm . $_ . $ecomm;
return() if (length($_) < 16);
$global{'verbatim_counter'}++;
-@@ -1440,20 +1432,19 @@ sub do_env_equation {
+@@ -1440,20 +1432,19 @@
local($seqno) = join('',"\n\n");
@@ -375,7 +333,7 @@ Index: latex2html-2008/versions/html4_01.pl
if ($nobrack) { $eqno = $2; }
else { $eqno = join('',$EQNO_START, $2, $EQNO_END) };
$_ = $before;
-@@ -1461,7 +1452,6 @@ sub do_env_equation {
+@@ -1461,7 +1452,6 @@
} elsif ($eqno) {
$eqno = join('',$EQNO_START, $eqno, $EQNO_END)
} else { $eqno = ' ' } # spacer, when no numbering
@@ -383,7 +341,7 @@ Index: latex2html-2008/versions/html4_01.pl
# include the equation-number, using a
local($halign) = " ALIGN=\"CENTER\"" unless $FLUSH_EQN;
-@@ -1641,7 +1631,7 @@ sub do_env_eqnarray {
+@@ -1641,7 +1631,7 @@
# if (s/\\lefteqn$OP(\d+)$CP(.*)$OP\1$CP/ $2 /) {
if (s/\\lefteqn//) {
$return .= "\"LEFT\" COLSPAN=\"3\">";
@@ -392,7 +350,7 @@ Index: latex2html-2008/versions/html4_01.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$_ = (($_)? &process_math_in_latex(
"indisplay" , '', '', $doimage.$_ ):'');
-@@ -1666,7 +1656,7 @@ sub do_env_eqnarray {
+@@ -1666,7 +1656,7 @@
# left column, set using \displaystyle
$thismath = shift(@cols); $failed = 0;
@@ -401,7 +359,7 @@ Index: latex2html-2008/versions/html4_01.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , '', '', $doimage.$thismath ):'');
-@@ -1686,7 +1676,7 @@ sub do_env_eqnarray {
+@@ -1686,7 +1676,7 @@
# center column, set using \textstyle
$thismath = shift(@cols); $failed = 0;
@@ -410,7 +368,7 @@ Index: latex2html-2008/versions/html4_01.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , 'text', '', $doimage.$thismath ):'');
-@@ -1706,7 +1696,7 @@ sub do_env_eqnarray {
+@@ -1706,7 +1696,7 @@
# right column, set using \displaystyle
$thismath = shift(@cols); $failed = 0;
@@ -419,11 +377,11 @@ Index: latex2html-2008/versions/html4_01.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , '', '', $doimage.$thismath ):'');
-Index: latex2html-2008/versions/html3_2.pl
+Index: versions/html3_2.pl
===================================================================
---- latex2html-2008.orig/versions/html3_2.pl
-+++ latex2html-2008/versions/html3_2.pl
-@@ -406,9 +406,7 @@ sub translate_colspec {
+--- versions/html3_2.pl.orig 2002-11-29 12:49:19.000000000 +0100
++++ versions/html3_2.pl 2013-11-25 13:09:05.117061091 +0100
+@@ -406,9 +406,7 @@
}
$celldata .= ' ' if ($celldata =~ /\\\w+$/);
@@ -434,7 +392,7 @@ Index: latex2html-2008/versions/html3_2.pl
# $at_text .= $celldata;
# if ( $#colspec > -1) {
# $colspec[$#colspec] .= join('', "",$celldata,' | ');
-@@ -434,9 +432,7 @@ sub translate_colspec {
+@@ -434,9 +432,7 @@
}
$celldata .= ' ' if ($celldata =~ /\\\w+$/);
@@ -445,7 +403,7 @@ Index: latex2html-2008/versions/html3_2.pl
$at_text .= $celldata;
} elsif ( $char =~ /;|\&/ ) {
-@@ -596,9 +592,7 @@ sub process_tabular {
+@@ -596,9 +592,7 @@
while (/\\parbox/) {
local($parlength) = length($_);
@@ -456,7 +414,7 @@ Index: latex2html-2008/versions/html3_2.pl
if ($parlength == length($_)) {
print "\n*** \\parbox's remain in table!!\n";
-@@ -823,9 +817,7 @@ sub process_tabular {
+@@ -823,9 +817,7 @@
}
$colspec = &translate_environments("$OP$tmp$CP$colspec$OP$tmp$CP");
$colspec = &translate_commands($colspec);
@@ -467,7 +425,7 @@ Index: latex2html-2008/versions/html3_2.pl
$colspec = ';SPMnbsp;' if ($colspec =~ /^\s*$/);
$colspec = join('', $reopens, $colspec
, (@$open_tags_R ? &close_all_tags() : '')
-@@ -966,7 +958,7 @@ sub make_math_comment{
+@@ -966,7 +958,7 @@
$ecomm = "\n\\end{$env}";
} unless ($env =~/tex2html/);
$_ = &revert_to_raw_tex;
@@ -476,7 +434,7 @@ Index: latex2html-2008/versions/html3_2.pl
$_ = $scomm . $_ . $ecomm;
return() if (length($_) < 16);
$global{'verbatim_counter'}++;
-@@ -1057,20 +1049,19 @@ sub do_env_equation {
+@@ -1057,20 +1049,19 @@
local($seqno) = join('',"\n\n");
@@ -500,7 +458,7 @@ Index: latex2html-2008/versions/html3_2.pl
if ($nobrack) { $eqno = $2; }
else { $eqno = join('',$EQNO_START, $2, $EQNO_END) };
$_ = $before;
-@@ -1078,7 +1069,6 @@ sub do_env_equation {
+@@ -1078,7 +1069,6 @@
} elsif ($eqno) {
$eqno = join('',$EQNO_START, $eqno, $EQNO_END)
} else { $eqno = ' ' } # spacer, when no numbering
@@ -508,7 +466,7 @@ Index: latex2html-2008/versions/html3_2.pl
# include the equation-number, using a
local($halign) = $math_class unless $FLUSH_EQN;
-@@ -1255,7 +1245,7 @@ sub do_env_eqnarray {
+@@ -1255,7 +1245,7 @@
# if (s/\\lefteqn$OP(\d+)$CP(.*)$OP\1$CP/ $2 /) {
if (s/\\lefteqn//) {
$return .= "\"LEFT\" COLSPAN=\"3\">";
@@ -517,7 +475,7 @@ Index: latex2html-2008/versions/html3_2.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$_ = (($_)? &process_math_in_latex(
"indisplay" , '', '', $doimage.$_ ):'');
-@@ -1280,7 +1270,7 @@ sub do_env_eqnarray {
+@@ -1280,7 +1270,7 @@
# left column, set using \displaystyle
$thismath = shift(@cols); $failed = 0;
@@ -526,7 +484,7 @@ Index: latex2html-2008/versions/html3_2.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , '', '', $doimage.$thismath ):'');
-@@ -1300,7 +1290,7 @@ sub do_env_eqnarray {
+@@ -1300,7 +1290,7 @@
# center column, set using \textstyle
$thismath = shift(@cols); $failed = 0;
@@ -535,7 +493,7 @@ Index: latex2html-2008/versions/html3_2.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , 'text', '', $doimage.$thismath ):'');
-@@ -1320,7 +1310,7 @@ sub do_env_eqnarray {
+@@ -1320,7 +1310,7 @@
# right column, set using \displaystyle
$thismath = shift(@cols); $failed = 0;
@@ -544,11 +502,11 @@ Index: latex2html-2008/versions/html3_2.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , '', '', $doimage.$thismath ):'');
-Index: latex2html-2008/versions/html4_0.pl
+Index: versions/html4_0.pl
===================================================================
---- latex2html-2008.orig/versions/html4_0.pl
-+++ latex2html-2008/versions/html4_0.pl
-@@ -745,9 +745,7 @@ sub translate_colspec {
+--- versions/html4_0.pl.orig 2004-01-01 07:15:00.000000000 +0100
++++ versions/html4_0.pl 2013-11-25 13:09:05.117061091 +0100
+@@ -745,9 +745,7 @@
}
$celldata .= ' ' if ($celldata =~ /\\\w+$/);
@@ -559,7 +517,7 @@ Index: latex2html-2008/versions/html4_0.pl
# $at_text .= $celldata;
# if ( $#colspec > -1) {
# $colspec[$#colspec] .= join('', "",$celldata,' | ');
-@@ -773,9 +771,7 @@ sub translate_colspec {
+@@ -773,9 +771,7 @@
}
$celldata .= ' ' if ($celldata =~ /\\\w+$/);
@@ -570,7 +528,7 @@ Index: latex2html-2008/versions/html4_0.pl
$at_text .= $celldata;
} elsif ( $char =~ /;|\&/ ) {
-@@ -944,9 +940,7 @@ sub process_tabular {
+@@ -944,9 +940,7 @@
while (/\\parbox/) {
local($parlength) = length($_);
@@ -581,7 +539,7 @@ Index: latex2html-2008/versions/html4_0.pl
if ($parlength == length($_)) {
print "\n*** \\parbox's remain in table!!\n";
-@@ -1175,9 +1169,7 @@ sub process_tabular {
+@@ -1175,9 +1169,7 @@
}
$colspec = &translate_environments("$OP$tmp$CP$colspec$OP$tmp$CP");
$colspec = &translate_commands($colspec);
@@ -592,7 +550,7 @@ Index: latex2html-2008/versions/html4_0.pl
$colspec = ';SPMnbsp;' if ($colspec =~ /^\s*$/);
$colspec = join('', $reopens, $colspec
, (@$open_tags_R ? &close_all_tags() : '')
-@@ -1317,7 +1309,7 @@ sub make_math_comment{
+@@ -1317,7 +1309,7 @@
$ecomm = "\n\\end{$env}";
} unless ($env =~/tex2html/);
$_ = &revert_to_raw_tex;
@@ -601,7 +559,7 @@ Index: latex2html-2008/versions/html4_0.pl
$_ = $scomm . $_ . $ecomm;
return() if (length($_) < 16);
$global{'verbatim_counter'}++;
-@@ -1419,20 +1411,19 @@ sub do_env_equation {
+@@ -1419,20 +1411,19 @@
local($seqno) = join('',"\n\n");
@@ -625,7 +583,7 @@ Index: latex2html-2008/versions/html4_0.pl
if ($nobrack) { $eqno = $2; }
else { $eqno = join('',$EQNO_START, $2, $EQNO_END) };
$_ = $before;
-@@ -1440,7 +1431,6 @@ sub do_env_equation {
+@@ -1440,7 +1431,6 @@
} elsif ($eqno) {
$eqno = join('',$EQNO_START, $eqno, $EQNO_END)
} else { $eqno = ' ' } # spacer, when no numbering
@@ -633,7 +591,7 @@ Index: latex2html-2008/versions/html4_0.pl
# include the equation-number, using a
local($halign) = " ALIGN=\"CENTER\"" unless $FLUSH_EQN;
-@@ -1620,7 +1610,7 @@ sub do_env_eqnarray {
+@@ -1620,7 +1610,7 @@
# if (s/\\lefteqn$OP(\d+)$CP(.*)$OP\1$CP/ $2 /) {
if (s/\\lefteqn//) {
$return .= "\"LEFT\" COLSPAN=\"3\">";
@@ -642,7 +600,7 @@ Index: latex2html-2008/versions/html4_0.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$_ = (($_)? &process_math_in_latex(
"indisplay" , '', '', $doimage.$_ ):'');
-@@ -1645,7 +1635,7 @@ sub do_env_eqnarray {
+@@ -1645,7 +1635,7 @@
# left column, set using \displaystyle
$thismath = shift(@cols); $failed = 0;
@@ -651,7 +609,7 @@ Index: latex2html-2008/versions/html4_0.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , '', '', $doimage.$thismath ):'');
-@@ -1665,7 +1655,7 @@ sub do_env_eqnarray {
+@@ -1665,7 +1655,7 @@
# center column, set using \textstyle
$thismath = shift(@cols); $failed = 0;
@@ -660,7 +618,7 @@ Index: latex2html-2008/versions/html4_0.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , 'text', '', $doimage.$thismath ):'');
-@@ -1685,7 +1675,7 @@ sub do_env_eqnarray {
+@@ -1685,7 +1675,7 @@
# right column, set using \displaystyle
$thismath = shift(@cols); $failed = 0;
@@ -669,11 +627,11 @@ Index: latex2html-2008/versions/html4_0.pl
if (($NO_SIMPLE_MATH)||($doimage)||($failed)) {
$thismath = (($thismath ne '')? &process_math_in_latex(
"indisplay" , '', '', $doimage.$thismath ):'');
-Index: latex2html-2008/IndicTeX-HTML/itrans.perl
+Index: IndicTeX-HTML/itrans.perl
===================================================================
---- latex2html-2008.orig/IndicTeX-HTML/itrans.perl
-+++ latex2html-2008/IndicTeX-HTML/itrans.perl
-@@ -406,13 +406,13 @@ sub do_env_pre_itrans {
+--- IndicTeX-HTML/itrans.perl.orig 2013-11-25 13:09:05.071060540 +0100
++++ IndicTeX-HTML/itrans.perl 2013-11-25 13:09:05.117061091 +0100
+@@ -406,13 +406,13 @@
} else {
if ($this_par =~ /^\\/) {
#catch 'paragraphs' that are just TeX macros
@@ -691,11 +649,11 @@ Index: latex2html-2008/IndicTeX-HTML/itrans.perl
}
if ($saved_par) {
#include any saved macros
-Index: latex2html-2008/styles/html.perl
+Index: styles/html.perl
===================================================================
---- latex2html-2008.orig/styles/html.perl
-+++ latex2html-2008/styles/html.perl
-@@ -236,7 +236,7 @@ sub do_cmd_htmladdnormallink{
+--- styles/html.perl.orig 2013-11-25 13:09:05.078060623 +0100
++++ styles/html.perl 2013-11-25 13:09:05.118061103 +0100
+@@ -236,7 +236,7 @@
$url = &missing_braces unless
((s/$next_pair_pr_rx/$url = $2; ''/eo)
||(s/$next_pair_rx/$url = $2; ''/eo));
@@ -704,11 +662,11 @@ Index: latex2html-2008/styles/html.perl
if ($name) { $href = &make_named_href($name,$url,$text) }
else { $href = &make_href($url,$text) }
print "\nHREF:$href" if ($VERBOSITY > 3);
-Index: latex2html-2008/styles/more_amsmath.perl
+Index: styles/more_amsmath.perl
===================================================================
---- latex2html-2008.orig/styles/more_amsmath.perl
-+++ latex2html-2008/styles/more_amsmath.perl
-@@ -94,7 +94,6 @@ sub get_eqn_number {
+--- styles/more_amsmath.perl.orig 2002-11-29 12:49:18.000000000 +0100
++++ styles/more_amsmath.perl 2013-11-25 13:09:05.118061103 +0100
+@@ -94,7 +94,6 @@
, $EQNO_END);
}
} else { $tag = ';SPMnbsp;;SPMnbsp;;SPMnbsp;' }
@@ -716,7 +674,7 @@ Index: latex2html-2008/styles/more_amsmath.perl
if ($labels) {
$labels =~ s/$anchor_mark/$tag/o;
($labels , $scan);
-@@ -285,7 +284,7 @@ sub process_env_equation {
+@@ -285,7 +284,7 @@
} else { $return .= join('', $mspace , $ecell, $erow); }
} else {
$thismath = $_;
@@ -725,7 +683,7 @@ Index: latex2html-2008/styles/more_amsmath.perl
if (($doimage)||($failed)) {
$thismath = &process_math_in_latex("indisplay",'',''
, $doimage.$thismath ) unless ($thismath eq '' );
-@@ -430,7 +429,7 @@ sub process_env_multline {
+@@ -430,7 +429,7 @@
# columns to be set using \displaystyle
$thismath = $_;
@@ -734,7 +692,7 @@ Index: latex2html-2008/styles/more_amsmath.perl
if (($doimage)||($failed)) {
$thismath = &process_math_in_latex("indisplay",'',''
, $doimage.$thismath ) unless ($thismath eq '' );
-@@ -767,7 +766,7 @@ sub process_env_align{
+@@ -767,7 +766,7 @@
# alternating right/left aligned
$scell = (($scell eq $slcell)? $srcell : $slcell) if ($col_cnt);
$thismath = $_; $col_cnt++;
@@ -743,7 +701,7 @@ Index: latex2html-2008/styles/more_amsmath.perl
if (($doimage)||($failed)) {
$thismath = &process_math_in_latex("indisplay",'',''
, $doimage.$thismath ) unless ($thismath eq '' );
-@@ -923,7 +922,7 @@ sub do_env_split {
+@@ -923,7 +922,7 @@
@cols = split(/$mdlim/o);
# left column, set using \displaystyle
$thismath = shift(@cols);
@@ -752,7 +710,7 @@ Index: latex2html-2008/styles/more_amsmath.perl
if (($doimage)||($failed)) {
$thismath = &process_math_in_latex("indisplay",'',''
, $doimage.$thismath ) unless ($thismath eq '' );
-@@ -940,7 +939,7 @@ sub do_env_split {
+@@ -940,7 +939,7 @@
# right column, set using \displaystyle
$thismath = shift(@cols);
@@ -761,11 +719,11 @@ Index: latex2html-2008/styles/more_amsmath.perl
if (($doimage)||($failed)) {
$thismath = &process_math_in_latex("indisplay",'',''
, $doimage.$thismath ) unless ($thismath eq '' );
-Index: latex2html-2008/styles/changebar.perl
+Index: styles/changebar.perl
===================================================================
---- latex2html-2008.orig/styles/changebar.perl
-+++ latex2html-2008/styles/changebar.perl
-@@ -126,11 +126,11 @@ sub do_env_changebar {
+--- styles/changebar.perl.orig 2002-11-29 12:49:17.000000000 +0100
++++ styles/changebar.perl 2013-11-25 13:09:05.118061103 +0100
+@@ -126,11 +126,11 @@
$_ = &translate_environments($_);
# multiple ends of change-bars have icons on the same line.
@@ -781,11 +739,11 @@ Index: latex2html-2008/styles/changebar.perl
if ($this_version) {
-Index: latex2html-2008/styles/alltt.perl
+Index: styles/alltt.perl
===================================================================
---- latex2html-2008.orig/styles/alltt.perl
-+++ latex2html-2008/styles/alltt.perl
-@@ -50,15 +50,15 @@ sub preprocess_alltt {
+--- styles/alltt.perl.orig 2002-11-29 12:49:17.000000000 +0100
++++ styles/alltt.perl 2013-11-25 13:09:05.118061103 +0100
+@@ -50,15 +50,15 @@
local ($before, $after, $alltt, $alltt_env);
local ($alltt_begin) = "";
local ($alltt_end) = "";
@@ -804,7 +762,7 @@ Index: latex2html-2008/styles/alltt.perl
$alltt = &alltt_helper($alltt) # shield special chars
unless ($lastline =~ /(^|[^\\])(\\\\)*%.*$/m); # unless commented out
undef @check; undef $lastline;
-@@ -67,8 +67,8 @@ sub preprocess_alltt {
+@@ -67,8 +67,8 @@
, $alltt, $alltt_end, "{$alltt_env}", $after);
}
$/ = $saveRS;
@@ -815,11 +773,11 @@ Index: latex2html-2008/styles/alltt.perl
}
sub alltt_helper {
-Index: latex2html-2008/styles/amstex.perl
+Index: styles/amstex.perl
===================================================================
---- latex2html-2008.orig/styles/amstex.perl
-+++ latex2html-2008/styles/amstex.perl
-@@ -404,7 +404,6 @@ sub get_eqn_number {
+--- styles/amstex.perl.orig 2002-11-29 12:49:17.000000000 +0100
++++ styles/amstex.perl 2013-11-25 13:09:05.118061103 +0100
+@@ -404,7 +404,6 @@
, $EQNO_END);
}
} else { $tag = ';SPMnbsp;' }
@@ -827,11 +785,11 @@ Index: latex2html-2008/styles/amstex.perl
if ($labels) {
$labels =~ s/$anchor_mark/$tag/o;
($labels , $scan);
-Index: latex2html-2008/styles/makeidx.perl
+Index: styles/makeidx.perl
===================================================================
---- latex2html-2008.orig/styles/makeidx.perl
-+++ latex2html-2008/styles/makeidx.perl
-@@ -189,7 +189,7 @@ sub named_index_entry {
+--- styles/makeidx.perl.orig 2002-11-29 12:49:18.000000000 +0100
++++ styles/makeidx.perl 2013-11-25 13:09:05.118061103 +0100
+@@ -189,7 +189,7 @@
# ! -> \001
# @ -> \002
# | -> \003
@@ -840,11 +798,11 @@ Index: latex2html-2008/styles/makeidx.perl
# protect \001 occurring with images
$str =~ s/\001/\016/g;
-Index: latex2html-2008/styles/webtex.perl
+Index: styles/webtex.perl
===================================================================
---- latex2html-2008.orig/styles/webtex.perl
-+++ latex2html-2008/styles/webtex.perl
-@@ -121,29 +121,29 @@ sub convert_to_webtex {
+--- styles/webtex.perl.orig 2013-11-25 13:09:05.078060623 +0100
++++ styles/webtex.perl 2013-11-25 13:09:05.118061103 +0100
+@@ -121,29 +121,29 @@
if($WEBEQ_IMG_ONLY) { return (1,$no_applet) };
local($savedRS, $failed, $env_id, $_) = ($/,'','',$orig);
@@ -881,7 +839,7 @@ Index: latex2html-2008/styles/webtex.perl
return (0,$no_applet) if $failed;
($failed,$_) = &check_only_webtex($_);
-@@ -325,7 +325,7 @@ sub cleanup_mml_attribs {
+@@ -325,7 +325,7 @@
local($mml_code) = join('',);
close MML;
@@ -890,11 +848,11 @@ Index: latex2html-2008/styles/webtex.perl
$mml_code =~ s/^\s*\n?//s;
$mml_code =~ s/\s* | | | |