On 8/31/07, Ken Knoblauch <[EMAIL PROTECTED]> wrote: > Hi, > > When I compile the construction > > \begin{Scode}{eval=FALSE} > ?HSP > \end{Scode} > > with Sweave and latex, it outputs in the pdf as, > > > `?` (HSP) > > which is not incorrect but a bit more formal than I wanted > for demonstrating the use of the help shortcut. > I would like the output to look like, > > > ?HSP > > but I can't seem to make this work.
I'm not familiar with the Scode environment, but <<eval=FALSE,keep.source=TRUE>>= ?HSP @ does what you want. -Deepayan ______________________________________________ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.