[albatross-users] Minor nits in HTML doco

Gregory Bond gnb at itga.com.au
Thu Oct 31 11:18:31 EST 2002


A bunch of places the literal examples get screwed somehow in the HTML 
conversion.  E.g., Sec 5.1.2 <al-input>, the first example renders like this:
	<al-input type="image" nextpage="m" srcicons/right.gif" border="0">
This seems to mainly affect the src= attribute. 

The underlying HTML is similarly busted
   <dl><dd><pre class="verbatim">
   <al-input type="image" nextpage="m" srcicons/right.gif" border="0">
   </pre></dl>
but the .tex seems reasonable:
	\begin{verbatim}
	<al-input type="image" nextpage="m" src="/icons/right.gif" border="0">
	\end{verbatim}


Wonder if there is some special-casing of the string '=/"' in the tex->html 
converter??






More information about the Albatross-users mailing list