Re: [l2h] enumerate problems

2017-08-09 Thread Ross Moore
Hello Bob and Ernesto. On Aug 10, 2017, at 9:50 AM, Bob van der Poel mailto:b...@mellowood.ca>> wrote: If anyone does have a solution ... please post to list! I've been struggling with this for years. You need to define CSS styles and apply them. HTML itself doesn’t control this with descripti

Re: [l2h] enumerate problems

2017-08-09 Thread Bob van der Poel
If anyone does have a solution ... please post to list! I've been struggling with this for years. 2017-08-09 13:44 GMT-07:00 Ernesto Cuadros Vargas : > Hi all, > > I am converting from latex to html an enumerate list but with letters > instead of numbers like this: > > \begin{enumerate}[a)] > \it

[l2h] enumerate problems

2017-08-09 Thread Ernesto Cuadros Vargas
Hi all, I am converting from latex to html an enumerate list but with letters instead of numbers like this: \begin{enumerate}[a)] \item item1 \item item2 \item item3 \end{enumerate} but I obtain an extra like this: a) item1 b) item2 c) item3 Does any one of you know ho