[l2h] Newbie: HTML 3.2 problem
Ross Moore
ross@ics.mq.edu.au
Tue, 27 Feb 2001 18:56:23 +1100 (EST)
> Dear all
>
> With my first trys of l2h, I get the error message appended when I
> try to get a HTML version 3.2 file, how can I fix this problem?
>
> I use MiKTeX 2 and Ghostscript 6.5.
>
> Thanks, W. Bauer
>
> Backslash found where operator expected at
> C:\programme\l2h\versions\html3_2.pl line 597, near "while (/\"
> (Might be a runaway multi-line // string starting on line 592)
> (Do you need to predeclare while?)
> syntax error at C:\programme\l2h\versions\html3_2.pl line 597, near
> "while (/\" syntax error at C:\programme\l2h\versions\html3_2.pl line
> 883, near "}"
Oops, sorry; that's my fault, in a recent edit to support
multi-row cells in tables, date: 2001/02/23 11:46:40; .
The relevant files are now fixed at the repository
--- all of html3_2.pl html4_0.pl html4_01.pl have a similar problem.
The diff in all cases is a 1-character edit:
cvs diff -r1.60 -r1.61 html3_2.pl
592c592
< my $has_multirow = 1 if (s/\\multirow/s);
---
> my $has_multirow = 1 if (/\\multirow/s);
The 's' before the reg-exp is clearly wrong.
Thanks for reporting this.
Ross Moore
> Gruss, Wolfgang
> _______________________________________________
> latex2html mailing list
> latex2html@tug.org
> http://tug.org/mailman/listinfo/latex2html