search for: tex

Displaying 20 results from an estimated 1549 matches for "tex".

Did you mean: text
2008 Oct 24
0
Problem with "plflatex wrapper.tex"
Hi, All: I encountered problems running "pdflatex wrapper.tex", as suggested on "www.r-project.org" -> Newsletter -> (near the bottom of the page). After 220 lines of seemingly successful processing, I got an error copied below. I hit <enter> a few times, and the "pdflatex" finished, apparently successful...
2015 Jan 08
2
latex warning
...DF manual. I am having a hard time finding out what is wrong, here is the log of the Rd2pdf call. The full check (and other) log is at https://api.travis-ci.org/jobs/46373922/log.txt?deansi=true if anybody is interested, and the package itself is here: https://github.com/metacran/r-builder/tree/bintex/rbuildertest Thanks, Best, Gabor +cat ./rbuildertest.Rcheck/Rdlatex.log Hmm ... looks like a package This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014) (preloaded format=pdflatex) restricted \write18 enabled. kpathsea: Running mktexfmt pdflatex.fmt fmtutil: running `pdftex -ini -...
2018 May 29
2
CentOS 7 issues with pdf manual / tex conversion
On a CentOS 7 machine, I am at a loss with respect to an inability to run a full R CMD check as anything involving tex files ends in tears. We followed the README at CRAN and installed a large number of tex-live packages on this machine. But when a manual is created, we end up with what follows below. Here, I chopped some of the error messages, the key seems to be 'Insufficient extension fonts' which gets...
2009 Apr 16
2
there are fontencoding problem in Sweave
I want write article by russian language using Sweave. For cyrillic text LaTeX use T2A encoding \usepackage[T2A]{fontenc} But in Sweave.sty we find: \RequirePackage[T1]{fontenc} It is source of critical problem. For example Rnw file $ cat estimation.Rnw \documentclass[A4paper]{article} \usepackage[T2A]{fontenc} \usepackage[utf8]{inputenc} \usepackage[russian,en...
2012 Mar 14
1
issue with Rd2pdf and \Sexpr in Rd files
...e}\cr If I take these lines out, or take out the \Sexpr part, the Rd2pdf command will complete successfully. Is there some other step I need to run to evaluate the \Sexpr tags before running Rd2pdf, or is there an issue that needs to be fixed? Thanks, Dan Error output: Converting Rd files to LaTeX ... genefu-package.Rd Creating pdf output from LaTeX ... Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, : Running 'texi2dvi' on 'Rd2.tex' failed. Messages: /usr/bin/texi2dvi: pdflatex exited with bad status, quitting. /usr/bin/texi2dvi: see Rd2.log for...
2010 Sep 15
1
running 'make' failed during vignette creation ('R CMD build') on Windows
...s 'citation(pkgname)'. Loading required package: DBI Loading required package: hu6800.db Loading required package: AnnotationDbi Loading required package: org.Hs.eg.db determining 1000 random DLD-scores with 20 probe sets each (wait for 10 dots) .......... epstopdf splitSet.eps pdflatex tr_2005_02 This is pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7) entering extended mode (tr_2005_02.tex LaTeX2e <2009/09/24> Babel <v3.8l> and hyphenation patterns for english, dumylang, nohyphenation, ge rman, ngerman, french, loaded. ("C:\Program Files\MiKTeX 2.7\tex\latex\base\...
2015 Jan 09
0
latex warning
...ng out what is wrong, here is the log of the Rd2pdf call. > The full check (and other) log is at > https://api.travis-ci.org/jobs/46373922/log.txt?deansi=true if anybody is > interested, and the package itself is here: > https://github.com/metacran/r-builder/tree/bintex/rbuildertest > Thanks, Best, > Gabor I don't see any warning or error in your Rdlatex.log (below). Could it be that the problem happens with the Travis "batch mode" checks, not with regular 'R CMD check ..' for your own installed version of R and LaTeX ? (I...
2018 May 29
2
CentOS 7 issues with pdf manual / tex conversion
On 29 May 2018 at 16:37, R P Herrold wrote: | On Tue, 29 May 2018, Dirk Eddelbuettel wrote: | | > On a CentOS 7 machine, I am at a loss with respect to an inability to run a | > full R CMD check as anything involving tex files ends in tears. | | Hi, Dirk | | Have fun at the upcoming conference at UIC | | I seem to have 56 font packages installed under CentOS 7 | locally, but then I work pretty carefully to cull them down | | What is the specific 'leaf node' package you are trying to I noticed it with...
2018 May 30
0
CentOS 7 issues with pdf manual / tex conversion
...having trouble reproducing this one. In my fresh CentOS 7 VM, I can pull the pkgKitten source down, and run R CMD Rd2pdf pkgKitten without issue: [spot at localhost ~]$ tar xf pkgKitten_0.1.4.tar.gz [spot at localhost ~]$ R CMD Rd2pdf pkgKitten Hmm ... looks like a package Converting Rd files to LaTeX Creating pdf output from LaTeX ... This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) restricted \write18 enabled. entering extended mode LaTeX2e <2011/06/27> Babel <v3.8m> and hyphenation patterns for english, dumylang, nohyphenation, lo aded. (./Rd2.tex (/usr/share/texliv...
2014 Aug 08
2
[PATCH 1/3] nvc0/ir: add base tex offset for fermi indirect tex case
...50_ir_lowering_nvc0.cpp b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp index f010767..4a9e48f 100644 --- a/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp +++ b/src/gallium/drivers/nouveau/codegen/nv50_ir_lowering_nvc0.cpp @@ -603,10 +603,18 @@ NVC0LoweringPass::handleTEX(TexInstruction *i) Value *ticRel = i->getIndirectR(); Value *tscRel = i->getIndirectS(); - if (ticRel) + if (ticRel) { i->setSrc(i->tex.rIndirectSrc, NULL); - if (tscRel) + if (i->tex.r) + ticRel = bld.mkOp2v(OP_ADD, TYPE_U3...
2018 May 30
2
CentOS 7 issues with pdf manual / tex conversion
...expected behaviour and also what I see on Ubuntu / Debian. We may be missing a font metrics or font package. Will check locally. Dirk | | [spot at localhost ~]$ tar xf pkgKitten_0.1.4.tar.gz | [spot at localhost ~]$ R CMD Rd2pdf pkgKitten | Hmm ... looks like a package | Converting Rd files to LaTeX | Creating pdf output from LaTeX ... | | This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013) | restricted \write18 enabled. | entering extended mode | LaTeX2e <2011/06/27> | Babel <v3.8m> and hyphenation patterns for english, dumylang, | nohyphenation, lo | aded. | (./Rd2.te...
2004 Nov 09
1
Package Documentation, cryptic
Hi, sorry for this lengthy post. I am using R-2.0.0 on Unix, compiled. Overview: A) R CMD check: Unaccounted top-level text B) In which sections of *.Rd is LaTeX notation allowed, where *not*? C) Codoc mismatches and polyvalent parameters D) Successful R CMD INSTALL and R CMD build E) cp ../Rd.sty . is copy necessary? F) latex ./CWHstat-manual.tex runs into trouble When running >R CMD check CWHstat I get...
2004 Nov 09
1
Package Documentation, cryptic
Hi, sorry for this lengthy post. I am using R-2.0.0 on Unix, compiled. Overview: A) R CMD check: Unaccounted top-level text B) In which sections of *.Rd is LaTeX notation allowed, where *not*? C) Codoc mismatches and polyvalent parameters D) Successful R CMD INSTALL and R CMD build E) cp ../Rd.sty . is copy necessary? F) latex ./CWHstat-manual.tex runs into trouble When running >R CMD check CWHstat I get...
2009 Apr 16
0
there are fontencoding problem in Sweave
On 4/16/2009 10:29 AM, ?????? n/a wrote: > I want write article by russian language using Sweave. For cyrillic text > LaTeX use T2A encoding > > \usepackage[T2A]{fontenc} > > But in Sweave.sty we find: > > \RequirePackage[T1]{fontenc} > > It is source of critical problem. > > For example Rnw file > > $ cat estimation.Rnw > > \documentclass[A4paper]{article} &g...
2013 Jan 29
1
Sweave files generating miktex errors
Dear useRs-- I have been using Sweave with miktex for years, but on a new install on Windows XP, miktex seems to be hung up on single quotes. See example below. Digging through stackexchange, I found using \usepackage[noae]{Sweave} in the tex file solved the problem. My questions are: --Why would this happen? I have the ae package installed....
2018 Jan 02
0
grumble/gripe ... fifo: read fault ... channel 12 killed! (eternal freeze-frame)
...v4.15-rc6, my display has gone belly up. Note: swiotlb: suppress warning when __GFP_NOWARN is set v2 is applied, but I don't _think_ it was the first time it happened. [ 3729.558261] nouveau 0000:01:00.0: gr: TRAP ch 2 [00ff842000 Xorg[3413]] [ 3729.558269] nouveau 0000:01:00.0: gr: GPC0/TPC0/TEX: 80000041 [ 3729.558273] nouveau 0000:01:00.0: gr: GPC0/TPC1/TEX: 80000041 [ 3729.558277] nouveau 0000:01:00.0: gr: GPC0/TPC2/TEX: 80000041 [ 3729.558280] nouveau 0000:01:00.0: gr: GPC0/TPC3/TEX: 80000041 [ 3729.558286] nouveau 0000:01:00.0: gr: GPC1/TPC0/TEX: 80000041 [ 3729.558289] nouveau 0000:0...
2008 Oct 16
1
package Utils Sweave Example Error
Hi: I'm still trying to figure out how use Sweave. Trying the example below I get the error message when texi2dvi is executed. Any ideas about how to make texi2dvi work? library(tools) > testfile <- system.file("Sweave", "Sweave-test-1.Rnw", package = "utils") > options(device.ask.default=FALSE) > Sweave(testfile) Writing to file Sweave-test-1.tex Processing co...
2014 Mar 20
0
[PATCH] nvc0/ir: move sample id to second source arg to fix sampler2DMS
The nvc0 texfetch instruction expects the sample id to be in the second source (usually used for the offset) rather than as part of the texture coordinate. This fixes all the sampler2DMS/Array tests on nvc0. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> Cc: "10.1" <mesa-stable at lis...
2006 Oct 14
2
Sweave, R and complex latex projects
Hello all, I've been able to use R very successfully to run simple statistics and generate the plots I require. I've been evaluating Sweave, and have hit upon a small problem that I don't seem to be able to workaround. Sweave runs very well for single file latex documents, but I have a complex thesis made up of several parts and chapters. These are arranged with a master latex file and subdirectories with "\include"-ed latex fragments representing those parts/chapters, and I don't seem to be able to get Sweave to work properly. I've trie...
2008 Oct 13
1
MiKTEX-texi2dvi
...a reproducible example on my last e-mail but here it is: Since the file is large to be included here: The path to the foo.Rnw examples is: www.stat.umn.edu/~charlie/Sweave/foo.Rnw and is suppossed to produce a pdf like this one: http://www.stat.umn.edu/~charlie/Sweave/foo.pdf I have downloaded MiKTEX but I don't know how to make it work. Sweave and Stangle seem to work fine but when I use "texi2dvi" it crashes. library(tools) Sweave("C:/Program Files/R/R-2.7.2/bin/foo.Rnw") Writing to file foo.tex Processing code chunks ... 1 : echo term verbatim (label=two) 2 : echo t...