<!DOCTYPE  html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><title>list-test</title><style type="text/css"> * {margin:0; padding:0; text-indent:0; }
 p { color: black; font-family:Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 10.5pt; margin:0pt; }
 li {display: block; }
 #l1 {padding-left: 0pt;counter-reset: c1 1; }
 #l1> li:before {counter-increment: c1; content: counter(c1, lower-latin)") "; color: black; font-family:Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 10.5pt; }
 #l1> li:first-child:before {counter-increment: c1 0;  }
 #l2 {padding-left: 0pt;counter-reset: c2 1; }
 #l2> li:before {counter-increment: c2; content: counter(c2, lower-latin)") "; color: black; font-family:Arial, sans-serif; font-style: normal; font-weight: normal; text-decoration: none; font-size: 10.5pt; }
 #l2> li:first-child:before {counter-increment: c2 0;  }
</style></head><body><p style="text-indent: 0pt;text-align: left;"><br/></p><p style="padding-top: 9pt;padding-left: 5pt;text-indent: 16pt;line-height: 107%;text-align: left;">I am converting from latex to html an enumerate list but with letters instead of numbers like this:</p><p style="text-indent: 0pt;text-align: left;"><br/></p><ol id="l1"><li style="padding-left: 20pt;text-indent: -15pt;text-align: left;"><p style="display: inline;">item1</p></li><li style="padding-top: 9pt;padding-left: 20pt;text-indent: -15pt;text-align: left;"><p style="display: inline;">item2</p></li><li style="padding-top: 9pt;padding-left: 20pt;text-indent: -14pt;text-align: left;"><p style="display: inline;">item3</p><p style="text-indent: 0pt;text-align: left;"><br/></p><p style="padding-left: 22pt;text-indent: 0pt;text-align: left;">but I obtain an extra ¡ENTER¿ like this:</p><ol id="l2"><li style="padding-left: 36pt;text-indent: -13pt;text-align: left;"><p style="display: inline;">item1 b) item2 c) item3</p></li></ol></li></ol><p style="padding-left: 22pt;text-indent: 0pt;text-align: left;">Does any one of you know how to solve this problem?</p><p style="text-indent: 0pt;text-align: left;"><br/></p><p style="padding-top: 6pt;text-indent: 0pt;text-align: center;">1</p></body></html>