Displaying 5 results from an estimated 5 matches for "texfiles".
Did you mean:
textfiles
2006 Oct 13
2
cygwin script for Sweave
below is a very simple bash script to run Sweave from a cygwin terminal, run pdflatex on
the generated .tex file, and then view the resulting .pdf output.
i usually use cygwin when i am (forced to be on) Windoze, but i found a few issues
with paths that this script works around.
pdfview, used in the script, is simply:
2009 Dec 17
2
Sweave Makefile issue
...#39;s wrong then with this Makefile (I am using GNU Make 3.81)?
I will be grateful for any help you can provide.
_________________________________________________
MASTER = total_article.pdf
# the master document depends on all of the tex files
Rfile = prepareScript.R
RNWFILES = $(wildcard *.Rnw)
TEXFILES = $(wildcard *.tex)
DEPENDS = $(patsubst %.Rnw,%.tex,$(RNWFILES)) $(TEXFILES)
RERUN = "(There were undefined references|Rerun to get
(citations|cross-references|the bars) (correct|right)|Table widths have
changed. Rerun LaTeX.|Linenumber reference failed)"
RERUNBIB = "No file.*\.b...
2008 Apr 12
1
2.7.0 beta (rev 45263) failing 'make vignettes'
Dear list,
On Fedora 8 I downloaded the beta version of R via svn. make and make
check-all worked fine, but make vignettes is failing with:
make[1]: Entering directory `/home/gavin/R/2-7-patched/build/src/library'
building/updating vignettes for package 'grid' ...
processing 'displaylist.Snw'
/usr/bin/texi2dvi: pdflatex exited with bad status, quitting.
Error in
2004 Aug 04
0
RE: Does tcltk matter for the plot
Hi Paul,
I use executable codes of tex and latex from
http://aixpdslib.seas.ucla.edu/packages/tetex.html) and compile the
original R-1.9.1 source codes using C for AIX compiler V6.0 and Fortran
for AIX compiler 7.1.1 and generate 64 bit R environments. It works
well.
Kexiao
-----Original Message-----
From: Paul Murrell [mailto:p.murrell at auckland.ac.nz]
Sent: Monday, August 02, 2004 6:10
2008 May 21
4
Sweave / Latex per-chapter output
Dear R-help,
I am using Sweave and pdflatex to generate a large report from data
contained in my database (Postgres via RODBC). Currently, I work with
a single R/Sweave file, containing several "chapter" indications for
the Latex engine. My master tex file sets the document class, and
includes the introduction, the main Sweave file, and a conclusions and
reference file. I use a makefile