Displaying 2 results from an estimated 2 matches for "textasciitilde".
2001 Sep 27
1
Tildes in R docmentation.
...in the appropriate way in the plain text help,
and in the html help. But if I do
R CMD Rd2dvi foo.Rd
I get hang-ups at the latex processing stage. I get told
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
! Undefined control sequence.
<argument> cbind(x,y) \textasciitilde
{} z
l.93 \code{cbind(x,y) \textasciitilde{} z}
===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===+===
The documentation on writing documentation tells me that I
should, in ``regular text'' enter ~ as
\eqn{\mbox{\textasciit...
2001 Jan 16
4
[OT] getting a ~ character in LaTeX
I am writing course notes in LaTeX. In the part where I am describing
model-fitting functions in R I want to use a ~ character inline. If I
am displaying an example of R code in its own environment I use the
alltt environment, which protects the ~ character. I have forgotten
how to protect the ~ when I am writing something like
The operator `~' is used to define a model formula in \R.