search for: relsiz

Displaying 11 results from an estimated 11 matches for "relsiz".

Did you mean: relsize
2006 Dec 25
1
Hmisc - some latex problems
...rst few lines of describe.tex are \begin{spacing}{0.7} \begin{center} \bf faithful \\ 2 Variables~~~~~ 272 ~Observations \end{center} I have two problems. First, I don't know what package the environment "spacing" comes from. (There is also a command \smaller, but that is from the relsize package. Perhaps the latex man page could list the latex packages that are necessary to create correct output.) Second, I use the memoir class, and it flags \bf as an error - \textbf should be used instead. A correct version would be \begin{center}\textbf{ faithful \\ 2 Variables~~~~~ 272 ~O...
2006 Sep 25
3
Best use of LaTeX listings package for pretty printing R code
This is what I have been using. Does anyone have a better way? In particular I would like to see letters in comment strings not stretched so much. Thanks -Frank \documentclass{article} \usepackage{listings,relsize} \lstloadlanguages{R} \newcommand{\lil}[1]{\lstinline|#1|} \begin{document} \lstset{language=R,basicstyle=\smaller,commentstyle=\rmfamily\smaller, showstringspaces=false,% xleftmargin=4ex,literate={<-}{{$\leftarrow$}}1 {~}{{$\sim$}}1} \lstset{escapeinside={(*}{*)}} % for (*\ref{ }*) insi...
1999 Oct 21
1
left.solve
...the character size of the title # Argument cex= is the character size of the x and y axis labels # Argument id=T is for identification mode: left click on points # to have them identified, middle click when done. # Argument proportional=T plots points as circles proportional to DFBETAS # Argument relsize changes proportional circles relative size # Argument res=T plots residuals instead # Argument f=2/3, e.g. sets neighbor fraction for lowess line partreg_function(xlst, yname, outname, df, proportional=F, relsize=1, main=NULL, tcex=1, cex=1, id=F, ares=F, f=NULL) { jnk_par("fig")...
2004 Aug 25
3
Help using Hmisc / Latex
Dear R users, I'm trying to automatically generate a *.tex file with the output of an OLS estimation. Some people suggested to use the latex function on the Hmisc package. I'm having a bit of trouble to properly specify this function (I'm not a very experienced R user). Below you will find an example, of what I'm doing. ## Annette Dobson (1990) "An Introduction to Generalized
2003 Jul 30
0
Sweave
...nw to produce model.tex and % graphics files in graphics/ % Sweave shell script defined as echo "Sweave(\"$1.nw\")" | R --no-save % latex or pdflatex model; bibtex model; latex or pdflatex model % To get .R file: Stangle model \documentclass{article} \usepackage{relsize,setspace} % used by latex(describe( )) \newcommand{\co}[1]{\texttt{\smaller #1}} \title{Analysis} \author{Frank E Harrell Jr} \begin{document} \SweaveOpts{prefix.string=graphics/plot} \setkeys{Gin}{width=1.0\textwidth} \maketitle <<echo=F>>= Hmisc.version <- package.description(&...
2009 Jun 26
0
Modifying Sweave.sty to allow escapes with fancyvrb package in LaTeX
...allow it to use fancyvrb in this way? I am following the model in SweaveListingUtils for having Sweave use the listings package to do pretty-printing. Thanks very much Frank Sweavel.sty: \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{Sweavel}{} \RequirePackage{listings,ifthen,graphicx,fancyvrb,relsize} \RequirePackage{ifthen} \newboolean{Sweave at gin} \setboolean{Sweave at gin}{true} \newboolean{Sweave at ae} \setboolean{Sweave at ae}{true} \DeclareOption{nogin}{\setboolean{Sweave at gin}{false}} \DeclareOption{noae}{\setboolean{Sweave at ae}{false}} \ProcessOptions \IfFileExists{upquote.sty...
2008 May 02
0
[PATCH] browser_plugin - kate support, build fixes, and misc
...ont will be used. + string getKateFont(); returns the font being used - actually, this is what it should do, I just realized it returns the font you requested if you requested one, rather than the default if the requested one isn't found - I'll fix that. + void setKateFontSize(in float relsize); sets a font size multiplier to be used. The default is to use a font size based on the size of the video, but all fonts do not appear as large with the same "point" size, so this can be used to increase/decrease font size - also useful for people who prefer larger fonts. + float get...
2008 May 02
2
[PATCH] browser_plugin - kate support, build fixes, and misc
where is the latest javascript api documented? it does not look like http://wiki.xiph.org/index.php/OggPlayJavascriptAPI has been updated recently. I had trouble getting oggplay to run at all on my machine ubuntu (7.10) But I would be interested in revisiting the issue... --michael Conrad Parker wrote: > 2008/5/1 ogg.k.ogg.k at googlemail.com <ogg.k.ogg.k at googlemail.com>: >
2007 Jan 15
4
How to format R code in LaTex documents
Hi, I am planning on putting some R script in an appendix of a LaTex document. Can anyone recommend me a way of how to format it? Is there a way to keep all line breaks without having to insert \\ in every single line? Thank you! Benjamin
2006 Dec 26
1
Colored Dendrogram
...t; > \begin{spacing}{0.7} > \begin{center} \bf faithful \\ 2 Variables~~~~~ 272 ~Observations > \end{center} > > I have two problems. First, I don't know what package > the environment "spacing" comes from. (There is also a command \smaller, > but that is from the relsize package. Perhaps the latex man page could > list the latex packages that are necessary to create correct output.) > > Second, I use the memoir class, and it flags \bf as an error - > \textbf should be used instead. A correct version would be > > > \begin{center}\textbf{ faith...
2008 Jan 23
5
latex{Hmisc} cannot find xdvi on MAC OS X
Hello. I am posting this on behalf of a student in my class. I have been introducing them to R. I suspect that the problem I need help with is not so much an R issue, but a MAC config issue, but I don't have enough MAC experience to know what to do. Anyway, on to the problem. We are using Frank Harrell's Hmisc and Design packages. This student also wishes to use the latex formatting