search for: texify

Displaying 19 results from an estimated 19 matches for "texify".

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 path, not in my system...
2017 Jun 27
0
texi2pdf doesn't find the correct MikTex installation due to erroneous Sys.which()
Ah, but I bet you do have that path...try > Sys.which("texify") texify "C:\\PROGRA~2\\MIKTEX~1.9\\miktex\\bin\\texify.exe" > normalizePath(Sys.which("texify")) [1] "C:\\Program Files (x86)\\MiKTeX 2.9\\miktex\\bin\\texify.exe" Cheers, Rich Calaway Microsoft R Product Team 2...
2004 Dec 29
3
Windows vignettes, shQuote, texi2dvi
...i2dvi is used when creating vignettes.) Another problem is that the recommended tex distribution for Windows, fptex, does not have texi2dvi in the first place. The alternative, MiKTeX, is harder to install than fptex but instructions are available and it does have an equivalent to texi2dvi called texify.exe; however, R still does not know about texify.exe resulting in additional installation hassles, viz. setting the texi2dvi option or setting up a texi2dvi.bat file yourself that calls texify.exe or just forgetting about texi2dvi and manually running the necessary tex commands when creating vigne...
2015 Oct 10
1
MiKTeX's withdrawal of texi2dvi.exe
...d an attempted update trashed the updater on my installation so I was forced to make a fresh install of the current distribution. I do not know if updates remove a currently installed texi2dvi.exe.) This has two consequences: 1) It is used by tools::texi2dvi() if found. As far as I can tell texify.exe is a sufficient replacement there, so you can set options(texi2dvi = "texify") (and R-patched/R-devel have been changed to try that). Otherwise emulation will be used and does work, less robustly. 2) It was used to make manuals when building R from sources. This has been worked...
2007 Oct 04
1
Sweave and LaTeX
Hi I started using Sweave and LaTeX but have a (smaller) problem. As I am not yet very fluent in LaTeX I do the following: I texify my snw-file to look for errors in my LaTeX and correct them. However, if I have the following chunk, I get an error when texifying: ... \usepackage{Sweave} ... <<echo=F, results=tex>>= workdr<-('c:/aaa/Projekte/IOT2005/Bericht/Workingpapers') setwd(workdr) xtable(table_nzo...
2004 Jan 19
1
ftable to LaTeX
hi there is there a way to convert objects of class ftable into LaTex code preserving the 'look' with row and column infomation? xtable() {xtable} can't handle such objects and latex() {Hmisc} just texify the number matrix, without row/column information regards soren
2008 Apr 07
1
How to include a vignette with my package?
...h a package I wrote. I did follow the "Writting R extentions" document step by step, but went I run "Rcmd build", an error occurs. It goes like this: " * creating vignettes ... ERROR . . . . :7: Emergency stop L7L ==> Fatal error occurred, no output PDF file produced!texify: pdflatex failed for some reason <see log file>. buildVignettes<dir ='. '> Error in texi2dvi<fil =bft,pdf =TRUE, clean =FALSE, quiet = quiest > : running 'texi2dvi' on "test.tex' failed Calls : buildVignettes -> texi2dvi Execution halted " Thank...
2010 Feb 12
1
Sweave
...ks ... 1 : print term verbatim 2 : term hide 3 : echo print term verbatim 4 : term verbatim 5 : echo term verbatim 6 : echo term verbatim eps pdf 7 : echo term verbatim eps pdf You can now run LaTeX on 'Sweave-test-1.tex' > tools::texi2dvi("Sweave-test-1.tex", pdf=TRUE) texify: -interaction=nonstopmode: unknown option Error in tools::texi2dvi("Sweave-test-1.tex", pdf = TRUE) : unable to run E:\PortableUSB/PortableApps/MikeTex/miktex/bin/texi2dvi.exe on 'Sweave-test-1.tex' > I installed Portable MikeTex in E:/PortableUSB/PortableApps/MikeText I mod...
2013 Mar 25
1
Rd.sty not found
I'm trying to build and check a new package. But keep getting the warning: * checking PDF version of manual ... WARNING LaTeX errors when creating PDF version. This typically indicates Rd problems. When I go into the package.Rcheck directory, package-manual.pdf is created. however if I do a pdflatex on package.tex I get the following: This is pdfTeX, Version 3.1415926-2.4-1.40.13
2005 Oct 02
1
Problem Sweaving vignettes: MiKTeX's texi2dvi reports errors
...{document} ? ----------------- I have also tried running texi2dvi directly on the command line, and get the same result. I've looked at the manual on the MiKTeX site, but find nothing that tells me what may be wrong. The Sweave test file looks fine to me. I have also tried running texify --pdf on the same file on the command line, but get the same results exactly. I also went to the R-tools site, and went through their page on MiKTeX issues. Using their second suggestion (since I'm using the recent MiKTeX version, which defaults to e-TeX mode), I tried changing the mode for t...
2017 Apr 24
1
TEXINFO error when building R-3.4.0
...local I have the following, which worked for building R in 3.3.x: # set this to YES to build static HTML help BUILD_HTML = YES # unset this if you are *not* using MiKTeX MIKTEX = TRUE # Recent MiKTEX does not provide texi2dvi and needs something like TEXI2DVI = TEXINDEX=C:/Rtools/bin/texindex.exe texify # for texinfo >= 5.1. If the texinfo files are installed at /packages/texinfo, TEXI2ANY = C:/Strawberry/perl/bin/perl.exe -I/C:/R/texinfo C:/R/texinfo/texi2any # if you do not have texinfo (default), # TEXI2ANY = missing Nevertheless, while building R-3.4 I get the following error: ------ Ma...
2018 Feb 09
3
R Compilation gets stuck on Windows 64
...CAIRO_HOME is not set the devices are not built. CAIRO_HOME = D:/home/cairo/src # set this to YES to build static HTML help BUILD_HTML = YES # unset this if you are *not* using MiKTeX MIKTEX = TRUE # Recent MiKTEX does not provide texi2dvi and needs something like TEXI2DVI = TEXINDEX=texindex.exe texify # for texinfo >= 5.1. If the texinfo files are installed at /packages/texinfo, # TEXI2ANY = /path/to/perl -I/packages/texinfo /packages/texinfo/texi2any # if you do not have texinfo (default), # TEXI2ANY = missing # additional optimization flags (use -mtune=native for a private build) EOPTS =...
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
? Thu, 31 Aug 2023 14:01:54 +0000 Christophe Bousquet <chr_bousquet at protonmail.com> ?????: > So when I run the commands, I get this output. I honestly have no > clue whether this can be considered as something useful or not :-/ > > ``` > > tools:::.shlib_internal(c('-n', 'hello.c')) > make cmd is > make -f
2023 Aug 31
1
Problems with installing R packages from source and running C++ in R, even on fresh R installation
...difference R output files Rd2pdf Convert Rd format to PDF Rd2txt Convert Rd format to pretty text Stangle Extract S/R code from vignette Sweave Process vignette documentation config Obtain configuration information about R open Open a file via Windows file associations texify Process a latex file Use Rcmd command --help for usage information for each command. ``` So I get no output for tools::Rcmd('SHLIB --version'). I tried to run tools::Rcmd('SHLIB --help') or tools::Rcmd('check --help'), but no output neither. I had more success with t...
2010 Sep 14
4
Sweave and Miktex (Sweave.sty not found)
Hi all, I know from googling that this is a common problem; I've just tried what I understand to be the common solutions to know avail -- maybe I'm just confused. I installed Miktex 2.8 -- it seems to be working fine. I'm using this demo document: http://www.stat.berkeley.edu/~houston/demo.Rnw I've copied the Sweave.sty file into at this point multiple places on the Miktex
2018 Feb 09
0
R Compilation gets stuck on Windows 64
...uilt. > CAIRO_HOME = D:/home/cairo/src > > # set this to YES to build static HTML help > BUILD_HTML = YES > > # unset this if you are *not* using MiKTeX > MIKTEX = TRUE > # Recent MiKTEX does not provide texi2dvi and needs something like > TEXI2DVI = TEXINDEX=texindex.exe texify > > # for texinfo >= 5.1. If the texinfo files are installed at > /packages/texinfo, > # TEXI2ANY = /path/to/perl -I/packages/texinfo /packages/texinfo/texi2any > # if you do not have texinfo (default), > # TEXI2ANY = missing > > # additional optimization flags (use -mtun...
2018 Feb 09
2
R Compilation gets stuck on Windows 64
Hi All, I am trying to compile R from source on a 64 bit Windows. I have downloaded and installed all the third party software as per the R - documentation. The compilation starts fine and after a while it stops with the following error message: D:/Rtools/mingw_64/bin/../lib/gcc/x86_64-w64-mingw32/4.9.3/../../../../x86_64-w64-mingw32/bin/ld.exe: cannot find -lRgraphapp collect2.exe: error: ld
2000 Feb 04
8
Internal error: Signal 11
Hi, I have a problem with Samba from last week. Our SMB server( Debian Linux 2.2.12, samba 2.0.5a) was working very well since october 99. We didn't do any changes with our SMB server sw or hw configuration. There is my problem: content of samba log file: [2000/01/25 05:52:52, 1] smbd/service.c:make_connection(521) PC1 (10.0.0.42) connect to service database$ as user USER1
2018 Feb 09
1
R Compilation gets stuck on Windows 64
...cairo/src >> >> # set this to YES to build static HTML help >> BUILD_HTML = YES >> >> # unset this if you are *not* using MiKTeX >> MIKTEX = TRUE >> # Recent MiKTEX does not provide texi2dvi and needs something like >> TEXI2DVI = TEXINDEX=texindex.exe texify >> >> # for texinfo >= 5.1. If the texinfo files are installed at >> /packages/texinfo, >> # TEXI2ANY = /path/to/perl -I/packages/texinfo /packages/texinfo/texi2any >> # if you do not have texinfo (default), >> # TEXI2ANY = missing >> >> # addition...