Thanks, Ross, for the reply. I understand the problem now. I was assuming that latex2html just created it's own set of bullets and indents ... of course, it can't do this ... I'll just have to figure a different way to display my stuff nicely that works for html and latex.
Thanks. On Sun, Jan 17, 2010 at 8:21 PM, Ross Moore <[email protected]> wrote: > Hi Bob, > > On 18/01/2010, at 9:37 AM, Bob van der Poel wrote: > >> I'm having some problems using the \itemize environment. When I just >> do a series of \items it works fine with a filled in circle "bullet" >> at the start of each item at the same vertical position. > > This is using the HTML "Unordered List" tagging: > <UL><LI>...</LI> ... </UL> > >> However, if I >> do something like \item[ZZ] the 'ZZ' is displayed on its own line and >> the item text is on a new line. > > Now you have switched to "Description List" tagging > <DL><DD>...</DD> ... </DL> > since there is no other way in HTML to get a list structure. > >> >> Any suggestions as how to "level" this out? > > You will have to do this using CSS rules. > Sorry, I cannot tell you more than this, except that it > should be possible to set rules to individual environments. > But you will need to consult online CSS documentation, > and do a fair bit of experimentation to determine what kind > of rules work for your specific situation. > >> >> -- >> **** Listen to my CD at http://www.mellowood.ca/music/cedars **** >> Bob van der Poel > > > Hope this helps, > > Ross > > ------------------------------------------------------------------------ > Ross Moore [email protected] > Mathematics Department office: E7A-419 > Macquarie University tel: +61 (0)2 9850 8955 > Sydney, Australia 2109 fax: +61 (0)2 9850 8114 > ------------------------------------------------------------------------ > > > > -- **** Listen to my CD at http://www.mellowood.ca/music/cedars **** Bob van der Poel ** Wynndel, British Columbia, CANADA ** EMAIL: [email protected] WWW: http://www.mellowood.ca _______________________________________________ latex2html mailing list [email protected] http://tug.org/mailman/listinfo/latex2html
