[l2h] Unwanted space in html

Ross Moore Ross Moore <ross@ics.mq.edu.au>
Tue, 5 Dec 2000 00:00:08 +1100 (EST)


> Hello!
> 
> If i use definition like
> \renewcommand\flqq{``}
> and it occurs in the end of line in TeX source, it leaves unwanted space
> (CR) in resulting html, unlike TeX does.  

Put the definition in the document preamble (unless the change is meant
to be only local).

Oh, and use extra braces:  \renewcommand{\flqq}{''}%
                                                   ^
The trailing % is often a good idea ---------------|


Hope this helps,

	Ross Moore


> 
> Vadim