search for: documentstyle

Displaying 2 results from an estimated 2 matches for "documentstyle".

2006 Jul 15
1
Some problems with latex(ftable)
...uot;, "Transmission", "Gears")) print.default(tmp) To get what you are looking for, you will need to intercept write.ftable with, for example, trace(write.ftable, exit=recover) then do 3 tmp.latex <- latex(t(x)) print.default(tmp.latex) Now open up t.latex and prepend \documentstyle{article} \begin{document} and append \end{document} then latex it. This gets you close to what you want and you can work with the generated t.tex file to get the rest of the detail. Or you can work with the numerous arguments we built into latex (see ?latex) to get some of them automatically ge...
1997 Sep 11
1
R-alpha: Mathematical Annotation in R (plots)
...me you'd approve the subject I've chosen... -- Martin M ]] hi for those who are interested ... the following is a LaTeX document which describes the current state of mathematical expression syntax in R paul ------CUT HERE--------------------------------------------- \documentstyle{article} \begin{document} \section*{Documentation for \\ Mathematical Annotation in $R$} If the {\tt text} argument to one of the text-drawing functions ({\tt text}, {\tt mtext}, {\tt axis}) in $R$ is an expression, the argument is interpreted as a mathematical expression and the output w...