Displaying 10 results from an estimated 10 matches for "pagestyle".
2012 Feb 01
2
Problem with xtable- rescaling a table
.... Indeed, when I run the latex table obtained from
xtable, and use scale box, it does not work (and the problem comes from
scalebox, which works otherwise).
\documentclass[11pt]{report}
\usepackage{rotating}
%\usepackage[counterclockwise]{rotating}
\usepackage{graphics}
\usepackage{float}
\pagestyle{empty}
\begin{document}
\scalebox{0.70} { %resize
% latex table generated in R 2.13.1 by xtable 1.6-0 package
% Tue Jan 31 23:26:10 2012
\begin{sidewaystable}[ht]
\begin{center}
\begin{tabular}{ccc}
\hline
& V1 & V2 \\
\hline
& & \\
6.91 & 500.00 & 4...
2009 Jan 27
2
using Sweave with a master file that has several iputted .tex files
Suppose I have a Master.Rnw file that looks something like this:
\documentclass[12pt]{mypaper}
\usepackage[margin=1in]{geometry}
\usepackage{setspace}
\usepackage{url}
\usepackage{indentfirst}
\usepackage{fancyhdr}
\usepackage{Sweave}
\pagestyle{fancy}
\lhead{sonographic rectal diameter and ADHD}
\rhead{ }
\usepackage{abbrevs}
%\usepackage{natbib}
%\usepackage{apacite}
\bibliographystyle{StandardMedicalJournal}
%\bibpunct{}{}{,}{}{}{}
\usepackage{multirow}
\usepackage{outlines}
\begin{document}
\input{C:/DATA/SCHOLAR/ADHDConstipation/So...
2009 Jan 10
1
Hmisc-xtable label
...intense green
\definecolor{webblue}{rgb}{0, 0, 0.5} % less intense blue
\definecolor{webred}{rgb}{0.5, 0, 0} % less intense red
\usepackage[all]{hypcap}
\pdfbookmark[1]{Contents}{table}
\title{BROOD-YEAR 2007 WINTER CHINOOK JUVENILE PRODUCTION}
\author{Felipe D. Carrillo}
\date{January 5, 2009}
\pagestyle{headings}
\parskip 7.2pt
\begin{document}
\setkeys{Gin}{width=1.1\textwidth}
\maketitle
\tableofcontents
The hyperlink of table 1 doesn't work!!!! but the hyperlink of table 2 works OK
\newpage
\listoftables
\listoffigures
\section{Introduction}
\label{sec:introduction}
Winter-run Chinook s...
2008 Nov 07
0
Sweave: How to load available colors from pkg 'color'
...phicx,times,babel}
\usepackage[usenames]{color}
\usepackage{verbatim}
\usepackage[ps2pdf,
bookmarks=true,
bookmarksnumbered=false,
bookmarksopen=false,
colorlinks=true,
linkcolor=blue]{hyperref}
\pdfbookmark[1]{Contents}{table}
\title{BROOD-YEAR 2008 PINK SALMON RUN}
\author{Felipe D. Carrillo}
\pagestyle{headings}
\begin{document}
\setkeys{Gin}{width=0.9\textwidth}
\maketitle
\begin{abstract}
This is my abstract
\end{abstract}
\tableofcontents
\section{list of figures}
\section{introduction}
here's my introduction
\section{study area}
This is my study area
\section{methods}
subsection{sampling...
2003 Apr 05
3
slides in linux R
Hello,
In S-Plus Windows you can transform graphics to Powerpoint very easily, in R Windows you can use enhanced metafiles (.emf) and Powerpoint almost as easy. Is there a simular way with R in Linux to transform to the presentation program in StarOffice or OpenOffice or are you stuck with the pdf device?
Fredrik Lundgren
2000 Oct 27
0
R reference card
...baron/refcard.pdf
Here is the Latex text. The package "hanging.sty" probably
will have to come from CTAN.
Jon
----------
\documentclass[twocolumn]{article}
\usepackage{mathpple}
\usepackage{hanging}
\oddsidemargin=0in \evensidemargin=0in \topmargin=-.3in
\textwidth=6.5in \textheight=9in
\pagestyle{empty}
\setcounter{secnumdepth}{0}
\parskip=0ex \parindent=0pt
\begin{document}
\noindent
\textbf{R reference card,} by Jonathan Baron
\medskip
\textbf{Miscellaneous}
\smallskip
{\tt q()}: quit
{\tt <-}: assign
{\tt INSTALL}: install packages
{\tt m[,2]}: column 2 of matrix {\tt m}
{\tt m...
2006 Jun 16
6
rendering mathematical equations
Any recommendations on how I can get mathematical equations into my
resulting html? (Besides using x^2^ type markup.)
I figure I could parse out equation text from my main text before
RedCloth ever sees it... and then maybe create png''s somehow from it,
putting the links to them back into the main text before handing it
over to RC. But I don''t know of a util that will generate
2013 Dec 24
3
ayuda con documento knitr
Si, por eso no sabie muy bien si el problema se podía resolver en la
lista de R. Me da la impresión que es algún tipo de incompatibilidad
entre los paquetes de
latex y los valores por defecto que usa knitr
para producir el resultado. Como dije antes, lo que no me cuadra es que
sólo sea con la función lm.
Gracias por al ayuda y felices fiestas a
todos los miembros del grupo.
M. Morales
El
2008 Dec 17
1
using dvi with latex object: directory not correctly set, maybe due to error in shQuote()
Dear friends of R,
I want to produce a pdf file with the contents of a matrix. I employ the latex command in combination with dvi, both contained in the Hmisc package. It seems to me that the function does not correctly set the directory.
> tbl.loc <- matrix(1:4, nc=2)
> latex.obj <- latex(tbl.loc)
> dvi(latex.obj)
warning: extra args ignored after 'cd'
H:\PROJECTS\data
2009 Jan 15
2
Interface to open source Reporting tools
...gb}{0, 0, 0.5} % less intense blue
> \definecolor{webred}{rgb}{0.5, 0, 0} % less intense red
>
> \usepackage[all]{hypcap}
> \pdfbookmark[1]{Contents}{table}
> \title{BROOD-YEAR 2007 WINTER CHINOOK JUVENILE PRODUCTION}
> \author{Felipe D. Carrillo}
> \date{January 5, 2009}
> \pagestyle{headings}
> \parskip 7.2pt
> \begin{document}
> \setkeys{Gin}{width=1.1\textwidth}
> \maketitle
>
> \tableofcontents
> The hyperlink of table 1 doesn't work!!!! but the hyperlink of table 2
> works OK
> \newpage
> \listoftables
> \listoffigures
> \section{Int...