[l2h] l2h new error

2018-07-06 Thread Ernesto Cuadros Vargas
Dear all, 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 11325. it is inside function sub do_env_enumerate I am using

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"}).