On Thu, Oct 1, 2009 at 6:50 PM, Duncan Murdoch wrote:
[...]
> \dQuote{
> ...
> \preformatted{
> line 1
> line 2
> }
> }
>
[...]
Oh, there was a dQuote as well, I must be an idiot for not noticing
it. :( Anyway, for me, I will just remove the dQuote and everything
will be fine. Sorry, thi
Hi,
I would not claim I'm a latex expert ...
In the highlight package, I also use alltt environments the latex
renderer of syntax highlighted code, and I ended up masquarading a set
of character (#, \, ...) into latex boxes and then use \usebox for these
characters.
In this file :
http://r-
The Rd.sty LaTeX package is used when building the R manuals, and by the
LaTeX pages produced from the man pages.
I have tracked down some problems Gábor Csárdi was having recently (see
"Re: [R] preformatted and '#' in manual pages" in R-help) to a LaTeX
problem, and am trying to work out how