Displaying 20 results from an estimated 46 matches for "texi2pdf".
2013 Aug 30
1
Problem with texi2pdf(..,clean=TRUE)
Dear all,
To create a *.pdf file from a *.Rnw file I do:
olddir <- getwd();
setwd(outdir);
tryCatch({Sweave("QAReport.Rnw");
tools::texi2pdf("QAReport.tex", clean=TRUE)
},
finally = setwd(olddir)
);
This works fine, however 'clean=TRUE' does only work when:
outdir <- "Test/inst/doc/"
but does not remove the files *.aux, *.log, *.toc when:
outdir &...
2013 Oct 08
1
"Failed to locate the 'texi2pdf' output file"
...inside a windows vignette, on the bioc-devel email list. As you
>> say, it looks funny that it lists the tex file, yet fails to find it.
>
> It's not looking for the TeX file, but the PDF file - that is what the
> error message is referring to by "Failed to locate the 'texi2pdf'
> output file". [ Note that in this error message I use the term
> "vignette" in a conceptual sense, not necessarily the vignette
> *source* file (here *.Rnw) - maybe that is what is confusing. ]
> Immediately after calling tools::texi2pdf("OrganismDbi.tex"...
2013 Apr 12
2
"Failed to locate the 'texi2pdf' output file"
...ry day a few Bioconductor packages (different ones each day) fail
to build, on Windows only, with an error like this:
D:\biocbld\bbs-2.13-bioc\meat>D:\biocbld\bbs-2.13-bioc\R\bin\R.exe CMD
build --keep-empty-dirs --no-resave-data OrganismDbi
[...]
Error in find_vignette_product(name, by = "texi2pdf", engine = engine) :
Failed to locate the 'texi2pdf' output file (by engine
'utils::Sweave') for vignette with name 'OrganismDbi'. The following
files exists in directory '.': 'OrganismDbi.Rnw', 'OrganismDbi.tex',
'databaseTypes.pdf'
Ca...
2014 Jun 04
2
R latex ubuntu
Buenas noches
Instale ubuntu 14.04, corro un archivo que me funcionaba en windows, pero
no se que librería debería cargar (instalar) para solucionar el problema.
El codigo R dice:
function(x)
tools::texi2pdf
El error dice:
Error en texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet,
:
Running 'texi2dvi' on '
Otro archivo se compilo sin problemas (lyx con sreave).
texi2html esta en los repositorios, pero no los anteriores.
¿Sugerencias?
Javier Marcuzzi
[[alternative HTM...
2013 Jun 14
0
R CMD texi2pdf
Dear all,
To make makefiles more portable, it would be useful to have something like R CMD texi2pdf available. It would just call the texi2pdf() function from the tools package. We have a makefile that uses texi2pdf for the vignette in robustbase. With this feature it would work on some more systems.
Thanks in advance,
Manuel
2017 Jun 27
2
texi2pdf doesn't find the correct MikTex installation due to erroneous Sys.which()
I checked after this question popped up on Stackoverflow:
https://stackoverflow.com/questions/44785961/compile-pdf-in-rstudio-works-but-knit2pdf-does-not-work-in-r-or-rstudio
On Windows, texi2pdf looks for the texify.exe of Miktex, but looks in a
very wrong place:
> Sys.which("texify")
texify
"C:\\PROGRA~1\\MIKTEX~1.9\\miktex\\bin\\x64\\texify.exe"
That folder is not on my computer (I have 2.9 installed), not in my p...
2017 Jun 27
0
texi2pdf doesn't find the correct MikTex installation due to erroneous Sys.which()
...\miktex\\bin\\texify.exe"
Cheers,
Rich Calaway
Microsoft R Product Team
24/1341
+1 (425) 4219919 X19919
-----Original Message-----
From: R-devel [mailto:r-devel-bounces at r-project.org] On Behalf Of Joris Meys
Sent: Tuesday, June 27, 2017 10:43 AM
To: r-devel at r-project.org
Subject: [Rd] texi2pdf doesn't find the correct MikTex installation due to erroneous Sys.which()
I checked after this question popped up on Stackoverflow:
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fstackoverflow.com%2Fquestions%2F44785961%2Fcompile-pdf-in-rstudio-works-but-knit2pdf-does-not-wo...
2013 Apr 18
1
texi2pdf texinputs arguments
Dear All
I am trying to specify the output directory and the directory for the
log files (the same) for texi2dvi.
The default for my windows computer is C:\Users\...\Documents which I
do not want.
The help guide:
texinputs NULL or a character vector of paths to add to the LaTeX
and bibtex input search paths.
is a little cryptic for me this morning
I have tried
texi2dvi(file =
2016 Jun 18
5
Error in texi2dvi
...quiet, :
Running 'texi2dvi' on 'sos.tex' failed.
LaTeX errors:
! Undefined control sequence.
l.1 \Sconcordance
{concordance:sos.tex:sos.Rnw:%
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
Calls: -> texi2pdf -> texi2dvi
Execution halted
I stepped through the vignette line by line without seeing an
error message. However, when I do "R CMD build sos" on my own computer,
it stops with a similar error message:
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quie...
2009 Oct 19
4
[OT] LaTeX peculiarities in Ubuntu 9.10 beta
I am running the beta test version of Ubuntu 9.10, x86_64 on a machine
and encountered some peculiarities in LaTeX called through
R-devel CMD texi2pdf file.tex
The tilde character in the input, which should produce a non-breaking
space, is now being rendered as a tilde. Does anyone know where I
could begin exploring for explanations and/or workarounds?
2016 May 13
1
LaTeX errors new with R 3.3.0
...quiet, :
Running 'texi2dvi' on 'sos.tex' failed.
LaTeX errors:
! Undefined control sequence.
l.1 \Sconcordance
{concordance:sos.tex:sos.Rnw:%
The control sequence at the end of the top line
of your error message was never \def'ed. If you have
Calls: -> texi2pdf -> texi2dvi
[http://r-forge.r-project.org/R/?group_id=235&log=build_src&pkg=sos&flavor=patched]
The above was on R-Forge. When I run "R CMD build sos" with R
3.3.0 on my MacBook Pro running OS X 10.11.4, I get a different LaTeX
error, also in texi2dvi:
Err...
2011 Oct 04
1
texi2dvi problem when compiling incorrect Latex code
...t's pure Latex. Via the external tools configurations I set up 2 different
versions to ensure that my latex document is processed correctly.
Version 1 (System Call):
library(tools)
setwd("${container_loc}")
file = "${resource_loc:${source_file_path}}"
try(system(paste("texi2pdf", shQuote(file)), intern=TRUE))
Version 2 (R Call):
library(tools)
setwd("${container_loc}")
texi2dvi(file = "${resource_loc:${source_file_path}}", pdf = TRUE, quiet =
FALSE)
Both versions work well as long as there is no error in my latex code. As
soon as there is an e...
2016 Jan 12
3
Small inaccuracy in the Writing R Extensions manual
...ions
manual states:
By default @code{R CMD build} will run @code{Sweave} on all
Sweave vignette source files in @file{vignettes}. If
@file{Makefile} is found in the vignette source directory, then
@code{R CMD build} will try to run @command{make} after the
@code{Sweave} runs, otherwise @code{texi2pdf} is run on each
@file{.tex} file produced.
This does not seem to be quite correct as stated. 'R CMD build' seems
to run make only if there was a file in the directory vignettes that
Sweave successfully processed. If the directory vignettes contains a
Makefile and subdirectories in whic...
2013 May 03
2
Latex errors (build on windows)
...indicates Rd problems.
* checking PDF version of manual without hyperrefs or index ... ERROR
Re-running with no redirection of stdout/stderr.
Hmm ... looks like a package
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
pdflatex is not available
Error in running tools::texi2pdf()
The http://win-builder.r-project.org tells me more details but I am
comlpetely lost
especially.:
LaTeX errors found:
! Paragraph ended before \hyper at n@rmalise was complete.
<to be read again>
\par
l.575 \end
{ExampleCode}
! You can't use `macro paramet...
2015 Mar 25
2
vignette checking woes
...el.matrix"
Execution halted
This is baffling to me since sparse.model.matrix is in the
namespace of Matrix and it should be loaded at this stage
since it is required by MatrixModels which has just been
pronounced "loaded".
I've verified that I can Sweave("rq.Rnw")
and texi2pdf("rq.tex", clean=TRUE) without any problem.
Any hints greatly appreciated, as always.
Roger
url: www.econ.uiuc.edu/~roger Roger Koenker
email rkoenker at uiuc.edu Department of Economics
vox: 217-333-4558 University of Illinois
fax:...
2013 Mar 13
1
Failed to locate 'weave' output file / vignette product does not have a known filename extension
...#39;"C:\PROGRA?2\MIKTEX?1.9\miktex\bin\texi2dvi.exe" --quiet --pdf
"bumphunter.tex" -I
"E:/biocbld/bbs-2.12-bioc/R/share/texmf/tex/latex" -I
"E:/biocbld/bbs-2.12-bioc/R/share/texmf/bibtex/bst"' had status 1
Error in find_vignette_product(name, by = "texi2pdf", engine = engine) :
Failed to locate the 'texi2pdf' output file (by engine
'utils::Sweave') for vignette with name 'bumphunter'. The following
files exists in directory '.': 'bumphunter-clusterplot.pdf',
'bumphunter-plotSegments.pdf', 'bum...
2017 May 21
3
Somewhat obscure bug in R 3.4.0 building from source
...?
The error occurs only when I do "make clean" followed by "make" again; make
works the first time.
The error is a failure to build NEWS.pdf:
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
pdflatex is not available
Calls: <Anonymous> -> texi2pdf -> texi2dvi
Execution halted
make[1]: *** [NEWS.pdf] Error 1
make: [docs] Error 2 (ignored)
and can be reproduced wit the following sequence:
./configure
make
make clean
make
This suggests to me that perhaps "make clean" is not working.
I'm happy to provide more details so that...
2017 May 21
3
Somewhat obscure bug in R 3.4.0 building from source
...?
The error occurs only when I do "make clean" followed by "make" again; make
works the first time.
The error is a failure to build NEWS.pdf:
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
pdflatex is not available
Calls: <Anonymous> -> texi2pdf -> texi2dvi
Execution halted
make[1]: *** [NEWS.pdf] Error 1
make: [docs] Error 2 (ignored)
and can be reproduced wit the following sequence:
./configure
make
make clean
make
This suggests to me that perhaps "make clean" is not working.
I'm happy to provide more details so that...
2016 Jun 18
0
Error in texi2dvi
...' on 'sos.tex' failed.
> LaTeX errors:
> ! Undefined control sequence.
> l.1 \Sconcordance
> {concordance:sos.tex:sos.Rnw:%
> The control sequence at the end of the top line
> of your error message was never \def'ed. If you have
> Calls: -> texi2pdf -> texi2dvi
> Execution halted
>
>
> I stepped through the vignette line by line without seeing an
> error message. However, when I do "R CMD build sos" on my own computer,
> it stops with a similar error message:
>
>
> Error in texi2dvi(file = file,...
2024 Mar 01
3
installation: while running make, unable to run pdflatex on 'NEWS.tex'
...d.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
! Emergency stop.
<read *>
l.108 RequirePackage{pdftexcmds}[2018/09/10]
^^M
! ==> Fatal error occurred, no output PDF file produced!
Calls: <Anonymous> -> texi2pdf -> texi2dvi
Execution halted
make[1]: /*/ [Makefile:74: NEWS.pdf] Error 1
make[1]: Leaving directory '/home/btyner/R-4.3.3/doc'
make: [Makefile:73: docs] Error 2 (ignored)
(example 2)
make[1]: Entering directory '/home/btyner/R-4.3.3/src/library'
buildin...