search for: texfil

Displaying 5 results from an estimated 5 matches for "texfil".

Did you mean: texfile
2006 Oct 13
2
cygwin script for Sweave
...>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> #!/bin/bash.exe # rnw.sh [.Rnw file] # # $1 must be a .Rnw file # RNWFILE=$1 PWD=`pwd` FILEBASE=`basename $1 .Rnw` TEXFILE=$FILEBASE.tex PDFFILE=$FILEBASE.pdf echo " \ library(\"utils\"); \ setwd(\"`cygpath -m $PWD`\"); \ Sweave(\"$RNWFILE\") \ " \ | /c/R/R-2.3.1/bin/Rterm.exe --no-save --no-restore # the resulting .tex file contains an annoying &qu...
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.*\...
2008 Apr 12
1
2.7.0 beta (rev 45263) failing 'make vignettes'
...ed 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 texi2dvi(texfile, pdf = TRUE, quiet = TRUE) : running 'texi2dvi' on 'displaylist.tex' failed Calls: <Anonymous> -> texi2dvi Execution halted make[1]: Leaving directory `/home/gavin/R/2-7-patched/build/src/library' If I attempt to manually use texi2dvi --pdf on that file I see that...
2004 Aug 04
0
RE: Does tcltk matter for the plot
...0509-026 System error: A file or directory in the path name does > not exist. > /home/liao1k/r-1.9.1/R-1.9.1/bin/texi2dvi: pdflatex exited with bad > status, quit > ting. > /home/liao1k/r-1.9.1/R-1.9.1/bin/texi2dvi: see displaylist.log for > errors. > Error in texi2dvi(texfile, pdf = TRUE, quiet = TRUE) : > running texi2dvi on displaylist.tex failed > Execution halted > make: 1254-004 The error code from the last command is 1. > > > Stop. > make: 1254-004 The error code from the last command is 2. > > -----Original Message----- >...
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