* Sam Liddicott wrote, On 24/07/09 11:13:
> The logical markup module's code markup:
>    \code{code here}
> 
> works fine, unless a noweb article is selected, in which case the
> typewriter font runs through to the rest of the document. The other
> logical markup types seem to work fine.
> 


As far as I can tell, noweb.sty doesn't actually use it's \code and
\edoc commands directly, and as noweb/lyx doesn't either, I just added
this line to my documents Latex preamble:

\renewcommand{\code}[1]{\texttt{#1}}

Sam

Reply via email to