search for: footnotesize

Displaying 14 results from an estimated 14 matches for "footnotesize".

2011 Mar 07
2
Sweave with scan()-ed data
...uestion in an executable example: \documentclass[dvipsnames,pdflatex,compress,beamer]{beamer} \usepackage{Sweave} \definecolor{Sinput}{rgb}{1,0,0} \definecolor{Scode}{rgb}{0,0,0.56} \definecolor{Soutput}{rgb}{0,0,1} \DefineVerbatimEnvironment{Sinput}{Verbatim}{formatcom={\color{Sinput}},fontsize=\footnotesize,baselinestretch=0.9} \DefineVerbatimEnvironment{Soutput}{Verbatim}{formatcom={\color{Soutput}},fontsize=\footnotesize,baselinestretch=0.85} \DefineVerbatimEnvironment{Scode}{Verbatim}{formatcom={\color{Scode}},fontsize=\small} \begin{document} \SweaveOpts{engine=R,height=6,width=6,results=hide,fi...
2012 May 25
1
knitr customization
...e presentations I used a slanted font for the R input and a normal font for the output, both in a small font. I also indented everything by an extra 2em. All this was achieved by the following instructions in the .Rnw file: \DefineVerbatimEnvironment{Sinput}{Verbatim}{xleftmargin=2em, fontsize=\footnotesize, fontshape=sl} \DefineVerbatimEnvironment{Soutput}{Verbatim}{xleftmargin=2em, fontsize=\footnotesize} In order to get a similar result (with a tiny size instead of a footnote size, but that is not the point) with knitr I included in the .Rnw file the lines \ifdefined\knitrout \renewenvironme...
2011 Apr 15
1
Sweave and Slides (Beamer)
I'm posting this for two reasons: one is to see if anyone has a better way of solving the problem or suggestions for improving my existing approach; and the other is to show what I'm currently doing in case anyone else might find it useful. The background is that I've been using Sweave for several years now to produce class notes, and I sometimes include quite a lot of raw R input and
2011 May 04
1
[PATCHv2] virtio-spec: 64 bit features, used/avail event
...fo see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -36,7 +36,7 @@ \paperpagestyle default \tracking_changes true \output_changes true -\author "" +\author "Michael S. Tsirkin" \author "" \end_header @@ -953,6 +953,10 @@ ISR \size footnotesize Features +\change_inserted 0 1304329091 + bits 0:31 +\change_unchanged + \end_layout \end_inset @@ -964,6 +968,10 @@ Features \size footnotesize Features +\change_inserted 0 1304329086 + bits 0:31 +\change_unchanged + \end_layout \end_inset @@ -1186,6 +1194,177 @@ Vector \end_layout...
2011 May 04
1
[PATCHv2] virtio-spec: 64 bit features, used/avail event
...fo see http://www.lyx.org/ \lyxformat 345 \begin_document \begin_header @@ -36,7 +36,7 @@ \paperpagestyle default \tracking_changes true \output_changes true -\author "" +\author "Michael S. Tsirkin" \author "" \end_header @@ -953,6 +953,10 @@ ISR \size footnotesize Features +\change_inserted 0 1304329091 + bits 0:31 +\change_unchanged + \end_layout \end_inset @@ -964,6 +968,10 @@ Features \size footnotesize Features +\change_inserted 0 1304329086 + bits 0:31 +\change_unchanged + \end_layout \end_inset @@ -1186,6 +1194,177 @@ Vector \end_layout...
2011 Aug 21
1
Multiple R linear models into one Latex table
...for(j in length(modelos)) { if (class(modelos[[j]])[1]=="glm") {cat(round(summary(modelos[[j]])$aic, digits=0),"\\\\", sep="")} else { cat("\\\\") } } ) cat("\n","\\hline") cat("\n","\\multicolumn{3}{l}{\\footnotesize{Signif. codes: 0.01 `***' 0.05 `**' 0.1 `*'}}\\\\") cat("\n","\\multicolumn{3}{l}{\\footnotesize{Standard errors in parentheses}}\\\\") cat("\n","\\end{tabular}","\n","\\end{center}", "\n", "\\end{table...
2011 Nov 23
1
R-latex syntax highlighting?
...setup for the listings latex package that would produce nice R-syntax highlighting? I am using an example I found in internet for setting up listings like this: \lstset{ language=R, basicstyle=\scriptsize\ttfamily, commentstyle=\ttfamily\color{gray}, numbers=left, numberstyle=\ttfamily\color{red}\footnotesize, stepnumber=1, numbersep=5pt, backgroundcolor=\color{white}, showspaces=false, showstringspaces=false, showtabs=false, frame=single, tabsize=2, captionpos=b, breaklines=true, breakatwhitespace=false, title=\lstname, escapeinside={}, keywordstyle={}, morekeywords={} } But I know that using the colo...
2011 Jun 01
3
[PATCHv3] virtio-spec: 64 bit features, used/avail event, fixes
...;column alignment="left" valignment="top" width="0"> <column alignment="left" valignment="top" width="0"> <column alignment="left" valignment="top" width="0"> @@ -953,6 +972,10 @@ ISR \size footnotesize Features +\change_inserted 1 1304329091 + bits 0:31 +\change_unchanged + \end_layout \end_inset @@ -964,6 +987,10 @@ Features \size footnotesize Features +\change_inserted 1 1304329086 + bits 0:31 +\change_unchanged + \end_layout \end_inset @@ -1050,7 +1077,7 @@ If MSI-X is enabled for...
2011 Jun 01
3
[PATCHv3] virtio-spec: 64 bit features, used/avail event, fixes
...;column alignment="left" valignment="top" width="0"> <column alignment="left" valignment="top" width="0"> <column alignment="left" valignment="top" width="0"> @@ -953,6 +972,10 @@ ISR \size footnotesize Features +\change_inserted 1 1304329091 + bits 0:31 +\change_unchanged + \end_layout \end_inset @@ -964,6 +987,10 @@ Features \size footnotesize Features +\change_inserted 1 1304329086 + bits 0:31 +\change_unchanged + \end_layout \end_inset @@ -1050,7 +1077,7 @@ If MSI-X is enabled for...
2004 Oct 04
4
Off-Topic: LaTeX package listings
Hola! I ask here since I learnt from this list that the LaTeX package listings should be good for typesetting R code. I encountered one problem: \begin{lstlisting} X %*% V \end{lstlisting} in the output the * in %*% disappears! same with %/%, etc, the / disappears. Any ideas? Kjetil -- Kjetil Halvorsen. Peace is the most effective weapon of mass construction. --
2013 Jan 20
0
multinom and stargazer
...e the stargazer command (from the stargazer package) I get the following result: stargazer(model) % Table created by StarGazer v.2.0.1 by Marek Hlavac, Harvard University. E-mail: hlavac at fas.harvard.edu % Date and time: Sun, Jan 20, 2013 - 17:08:45 \begin{table}[htb] \centering \caption{} \footnotesize \begin{tabular}{@{\extracolsep{5pt}}lc} \\[-1.8ex]\hline \hline \\[-1.8ex] & \multicolumn{1}{c}{\textit{Dependent variable:}} \\ \cline{2-2} \\[-1.8ex] & ed \\ \cline{2-2} \\[-1.8ex] & \textit{multinomial log-linear} \\ & \textit{(neural networks)} \\ \hline \\[-1.8ex]...
2013 Dec 13
0
Cambiar opciones knitr en documento latex
...9;)), > No dejes espacios o escribas las opciones en más de una línea, > Al usar opts_chunk SweaveOpts{} no será reconocido (lo que no es malo per se) > La lista de tamaños la puedes encontrar en ?highligth size = c("normalsize", "tiny", "scriptsize", "footnotesize", "small", "large", "Large", "LARGE", "huge", "Huge"), > Si el idioma no es inconveniente puedes consultar http://yihui.name/knitr/options [3] > Espero te sirve, caso contrario será útil un ejemplo reproducible. > Daniel M...
2002 Nov 13
1
Package documentation and rd.sty
Hi all, I've got a basic question regarding package documentation and rd.sty. I wrote my first own package, and now I would like to place the documentation into the appendix of another LaTex document. Seemingly I cannot simply \usepackage{Rd}, as this will modify the page-settings of my document. Is there a minimum style file which will just define the environments and commands needed for
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