Re: [l2h] l2h new error

2018-07-17 Thread Ernesto Cuadros Vargas
Dear Shigeharu, may you tell me if it is ready to update when I run something like apt-get upgrade I am running Ubuntu 18.04 Thanks er On Thu, Jul 12, 2018 at 10:59 PM, Shigeharu TAKENO wrote: > shige 07/13 2018 > > > I wrote: > | I will consider the solution for problems 3)

Re: [l2h] l2h new error

2018-07-12 Thread Shigeharu TAKENO
shige 07/13 2018 I wrote: | I will consider the solution for problems 3) and 4). I think the following patch may workaround these problem 1-4) (this is for latex2html.pin in latex2html-2017.2). - From here - --- latex2html.pin.ORG 2018-07-13 12:46:13.674636000 +0900

Re: [l2h] l2h new error

2018-07-12 Thread Shigeharu TAKENO
shige 07/13 2018 Ernesto Cuadros Vargas wrote: | I just have a new error trying to run latex2html: | | ;..,.Unescaped left brace in regex is illegal here in regex; marked by <-- | HERE in m/(\\labelitemi|"" . eval($enum{ <-- HERE "theenumi"})."\)")/ at | /usr/bin/latex2html line

Re: [l2h] l2h new error

2018-07-06 Thread Ernesto Cuadros Vargas
Hi, I tried to fix this bug. It seems that eval is the problem inside the regex Instead of doing that I am evaluating that expresion vefore just to reduce the complexity of it. my $std_label = "\"$label_fields[0]\"" . eval($enum{"theenum$rlevel"}).