Displaying 3 results from an estimated 3 matches for "fullpag".
Did you mean:
fullpage
2009 Jun 24
0
Matrix vignette error in June 24 RC
...R?
Running ?write-read.R?
OK
* checking package vignettes in 'inst/doc' ... NOTE
*** PDFLaTeX Errors ***
File
/home/paul/toolchain/R/src/R-rc/tests/Matrix.Rcheck/inst/doc/Intro2Matrix.Rnw
:
Running 'texi2dvi' on 'Intro2Matrix.tex' failed.
LaTeX errors:
! LaTeX Error: File `fullpage.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.5 \usepackage
[authoryear,round]{natbib}^^M
! ==> Fatal error occurred, no output PDF file produced!
File
/home/paul/toolchain/R/src/R-rc/tests/Matrix...
2010 Jul 13
1
latex table question
...ope someone could lend some help on this matter.
\documentclass[11pt]{article}
\usepackage{longtable,verbatim}
\usepackage{longtable,pdflscape,graphicx}
\usepackage{fmtcount,hyperref} % displaying latex counters
?%\usepackage[top=0.2inch, bottom=0.2inch, left=2cm, right=2cm]{geometry}
\usepackage{fullpage}
\usepackage{ctable}
\title{United States Department of the Interior}
\begin{document}
?%\setlength{\topmargin}{-1inch} % Just an example
\setkeys{Gin}{width=1\textwidth} % makes all the graphics scales
\maketitle
<<echo=F,results=hide>>=
reportDF <- structure(list(IDDate = c("...
2007 Jun 21
2
Need Help: User Defined R Functions in Sweave/Latex
...the
output I received while compiling. If there is anything else I can
give to help you help me just let me know. Thanks!
Matt
My system:
T41 IBM Thinkpad
Ubuntu Feisty (7.04)
R version 2.5
testmacro3.Snw:
mdj at lapmdj:~/mydocs/R$ more testmacro3.Snw
\documentclass[a4paper]{article}
\usepackage{fullpage}
<<echo=f>>=
basicplot <- function(x, nplots, sectionname){
# Begin to make figure here
file = paste("scatter",nplots, ".pdf", sep="")
pdf(file = file,paper="special", width=6, height = 6)
plot(x)
dev.off()
cat("\\begin{figure}\n")
c...