The R Project SVN R

Rev

Rev 41530 | Rev 49147 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 41530 Rev 49130
Line -... Line 1...
-
 
1
\inputencoding{latin1}
1
\HeaderA{testit}{}{testit}
2
\HeaderA{testit}{An Rd Regression Test}{testit}
-
 
3
\aliasA{\{}{testit}{\.Rlbrace.}
2
\begin{Usage}
4
\begin{Usage}
3
\begin{verbatim}
5
\begin{verbatim}
4
\x \y %{}
6
\x \y %{}
5
 
7
 
6
foo(x, y)
8
foo(x, y)
7
a link
-
 
8
\end{verbatim}
9
\end{verbatim}
9
\end{Usage}
10
\end{Usage}
10
\begin{Details}\relax
11
\begin{Details}\relax
11
Escaped backslash \code{\bsl{}x}.
12
Escaped backslash \code{\bsl{}x}.
12
Unescaped backslash \code{\bsl{}y}.
-
 
13
 
13
 
14
\code{\%\{\}}
14
\code{\%\{\}}
15
 
15
 
-
 
16
\LinkA{a link}{a link}
-
 
17
 
16
var in \var{text}.
18
var in \var{text}.
17
 
19
 
18
\code{foo(\var{x}, \var{y})}.
20
\code{foo(\var{x}, \var{y})}.
19
\begin{alltt}
21
\begin{alltt}
20
  Escaped backslash \bsl{}x.
22
  Escaped backslash \bsl{}x.
21
  Unescaped backslash \bsl{}y.
-
 
22
 
23
 
23
  \%\{\}
24
  \%\{\}
24
 
25
 
25
  var in \var{text}.
26
  var in \var{text}.
26
  
27
  
Line 28... Line 29...
28
\end{alltt}
29
\end{alltt}
29
\end{Details}
30
\end{Details}
30
\begin{Examples}
31
\begin{Examples}
31
\begin{ExampleCode}
32
\begin{ExampleCode}
32
\x
33
\x
33
\y
-
 
34
%{}
34
%{}
35
a link
-
 
36
foo(x, y)
35
foo(x, y)
37
\end{ExampleCode}
36
\end{ExampleCode}
38
\end{Examples}
37
\end{Examples}
39
 
-