search for: pdftex

Displaying 20 results from an estimated 134 matches for "pdftex".

2012 May 14
1
Vignette problem
I'm having a problem rebuilding a package, new to me in R 2.15.0 (Linux) It hits all that contain the line \usepackage[pdftex]{graphics} and leads to the following when running R CMD check on the directory. (I do this often; a final run on the tar.gz file will happen before submission.) Since I float and resize my figures, removing the line is fatal in other ways. ---------------------------- * checking re-building...
2005 Sep 06
1
bash help please
...e should be controlled by the user's settings in the MkRules file. For example, I'll put something like this there: ifneq ($(strip $(BUILD)),CROSS) # Define to use MikTeX # PDFLATEX = pdflatex --include-directory=$(RHOME)/share/texmf LATEX = latex --include-directory=$(RHOME)/share/texmf PDFTEX = pdftex --include-directory=$(RHOME)/share/texmf TEX = tex --include-directory=$(RHOME)/share/texmf # # Define to use other TeX # # PDFLATEX = pdflatex # LATEX = latex # PDFTEX = pdftex # TEX = tex else PDFLATEX = pdflatex LATEX = latex PDFTEX = pdftex TEX = tex endif My problem is that I don'...
2010 Nov 28
1
Legend symbols mixed char and integer
Dear Gurus, R 2.11.1 on Windows XP. This is a problem in interaction between R and pdftex. I need to generate a plot with both open and filled circles. It is simple enough, using pch=1 and pch=16. The R pdf graphics output is going into pdftex 1.40.10 (MikTeX 2.8). The R pdf is correct when viewed in other viewers. However, pdftex fills the open circles. I can work around this probl...
2009 Apr 09
1
pdftex treats R pdf figures incorrectly
...} \usepackage[T2A]{fontenc} \usepackage[utf8]{inputenc} \usepackage[russian]{babel} \usepackage{graphicx} \begin{document} \includegraphics{fig} \end{document} 4) Open the resulting pdf file. Note that all cyrillic characters have disappeared from the included figure. I think it's a bug in pdftex. I've submitted a bug report: http://sarovar.org/tracker/index.php?func=detail&aid=4014&group_id=106&atid=493 However, pdftex maintainer The Thanh Han says the problem is in the fig.pdf, not in the pdftex (see the link above). Could anyone comment on this? Do you think it's a...
2006 Mar 02
1
minor oddity in pdf() help page
The following paragraph from ?pdf struck me as a bit odd: 'pdf' writes uncompressed PDF. It is primarily intended for producing PDF graphics for inclusion in other documents, and PDF-includers such as 'pdftex' are usually able to handle compression. Should that be "...and PDF-includers such as 'pdftex' are usually _un_able to handle compression" ? -roger -- Roger D. Peng | http://www.biostat.jhsph.edu/~rpeng/
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
2002 Jul 17
2
Problems with make pdf (R-patched_2002-07-15.tar.gz)
...g in this part of the installation? This is part of what I get on the screen: humboldt:/usr/local/R-patched # make pdf make[1]: Entering directory `/usr/local/R-patched/doc' make[2]: Entering directory `/usr/local/R-patched/doc/manual' PDF/LaTeX documentation: reference index ... This is pdfTeX, Version 3.14159-13d (Web2C 7.3.1) [/var/lib/texmf/pdftex/config/pdftex.cfg] LaTeX2e <2000/06/01> Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, n ohyphenation, loaded. (refman.tex (/usr/share/texmf/tex/latex/base/book.cls Document Class: book 2000/05/19...
2018 May 30
0
CentOS 7 issues with pdf manual / tex conversion
...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/texlive/texmf-dist/tex/latex/base/book.cls Document Class...
2018 May 30
2
CentOS 7 issues with pdf manual / tex conversion
...ian. 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.tex (/usr/share/texlive/texmf-dist/tex/latex/base/book.cls...
2015 Jan 08
2
latex warning
...nd 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 -jobname=pdflatex -progname=pdflatex -translate-file=cp227.tcx *pdflatex.ini' ... This is pdfTeX, Version 3.14159265...
2004 Feb 01
1
error in building R-1.9.0 sources under Win32
...xinfo where I believe it should be (the full installation of fpTeX did not come with this file). 'make distribution' also fails with the same error message. Any thoughts on what is going wrong here? Jamie Jarabek #################### TEXINPUTS="../../share/texmf;$TEXINPUTS" pdftex R-admin.texi This is pdfTeXk, Version 3.141592-1.11b (Web2c 7.5.2) %&-line parsing enabled. (g:/fpTeX/texmf/web2c/cp8bit.tcx) (./R-admin.texi{g:/fpTeX/texmf-var/pdftex/config/pdftex.cfg} Babel <v3.7o> and hyphenation patterns for english, dumylang, nohyphenation, ba sque, czech, slovak...
2006 Jun 13
2
Building R package: make pdf & _masked_by_GlobalEnv
...pdf. I thought from reading the "writing r extensions' manual that R CMD build was supposed to generate the pdf. I am having no success using various permutations of the Rd2dvi and texi2dvi, and I'm a bit frustrated. I have miktex 2.4, which should (I thought) have the necessary pdftex tools to do this. Maybe it does; I definitely have various directories named 'dvipdfm', 'pdftex', etc on my computer, but I have no idea whether there might be a problem. When I install the package, I receive the message that most of my functions are "masked _by_ .GlobalEn...
2001 Aug 02
4
pictex driver and bargraph shading
...showing up. Is there any way to get some sort of shading in the plots? A hatch or stipple would be fine, too; just some way to differentiate the bars. The postscript driver won't do, since I'm trying to embed this in a LaTeX document which I'll use pdflatex on and \includegraphics for pdftex doesn't support postscript. ps2pdf just rasterizes the ps, so it looks terrible. I'm willing to do this another way, I just don't want to use rasterized plots in my document. Thanks, -- Rahul Jain rjain2 at lucent.com 908-559-6024 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2015 Jan 09
0
latex warning
...'R CMD check ..' for your own installed version of R and LaTeX ? (I've seen .. but not investigated other cases where Travis would barf about things that were fine for me). Martin > +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 -jobname=pdflatex -progname=pdflatex > -translate-file=cp227.tcx *pdflatex.ini...
2013 Jan 29
1
Sweave files generating miktex errors
...e solved the problem. My questions are: --Why would this happen? I have the ae package installed. --If inserting [noae] is the solution, how do I have this done by Sweave? I'll start with the error messages followed by the tex file outputted by Sweave. Any help, please? Troy > This is pdfTeX, Version 3.1415926-2.4-1.40.13 (MiKTeX 2.9) entering extended mode ("C:\Documents and Settings\v\My Documents\testsweave.tex" LaTeX2e <2011/06/27> Babel <v3.8m> and hyphenation patterns for english, afrikaans, ancientgreek, ar abic, armenian, assamese, basque, bengali, bokmal,...
2014 Jun 04
1
Package keyval Error: noupquote undefined
...#39; failed. LaTeX errors: ! Package keyval Error: noupquote undefined. See the keyval package documentation for explanation. Type H <return> for immediate help. ... ! Emergency stop. ... l.37 \ProcessOptions* ! ==> Fatal error occurred, no output PDF file produced! Output: This is pdfTeX, Version 3.1415926-1.40.10 (TeX Live 2009/Debian) entering extended mode LaTeX2e <2009/09/24> Babel <v3.8l> and hyphenation patterns for english, usenglishmax, dumylang, noh yphenation, loaded. (./Rd2.tex (/usr/share/texmf-texlive/tex/latex/base/book.cls Document Class: book 2007/10/19...
2003 Dec 29
2
Rcmd check package failure
...r message: * checking for working latex ... NO * using log directory 'C:/Rlibs/R4PG.Rcheck' * checking for file 'R4PG/DESCRIPTION' ... OK * checking if this is a source package ... OK ERROR Installation failed. But i set the path to MikTex, and "latex" as well as "pdftex" both run in the (Win) command window. I use R1.81 but also tried in R1.71. Any ideas? Remko ^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~'^'~,_,~' Remko Duursma, Ph.D. student Forest Biometrics Lab / Idaho Stable Isotope Lab University of Idaho, M...
2004 Aug 06
0
autoconf problem fixex, now other probs...
..., but vorbis gave me an error while it wanted to make a pdf file. (!! Why the hell would a make want to create a pdf?!?) These are some parts of the error log as the whole is too long: ... cp Vorbis_I_spec.fo spec.fo # work around a passivetex bug pdfxmltex --interaction nonstopmode spec.fo This is pdfTeX, Version 3.14159-14h-released-20010417 (Web2C 7.3.3.1) (./spec.fo{/usr/share/texmf/pdftex/config/pdftex.cfg} LaTeX2e <2000/06/01> Babel <v3.7h> and hyphenation patterns for american, french, german, ngerman, i talian, nohyphenation, loaded. xmltex version: 2000/09/07 v1.8y (Exp): (/usr/...
2002 Dec 20
5
Getting graphs into LaTeX
...---------------------------------------------------------- But when I try to include it within a LaTeX document, I get the following complaint. LaTeX document (trix.tex): ------------------------------------------------------------------------------------ \documentclass[11pt]{article} \usepackage[pdftex]{graphicx,color} \begin{document} \includegraphics{lecture00-graph-01.eps} \end{document} ------------------------------------------------------------------------------------ Which I try to compile with the command: pdflatex trix.tex But then, I get this error: -----------------------------------...
2008 Oct 24
0
Problem with "plflatex wrapper.tex"
...XP [Version 5.1.2600] (C) Copyright 1985-2001 Microsoft Corp. C:\Documents and Settings\spencerg>d: D:\>cd spencerg D:\spencerg>cd statmtds D:\spencerg\statmtds>cd R D:\spencerg\statmtds\R>cd Rnews D:\spencerg\statmtds\R\Rnews>pdflatex wrapper.tex This is pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7) Running pdftex... This is pdfTeX, Version 3.1415926-1.40.9 (MiKTeX 2.7) (INITEX) entering extended mode ("d:\Program Files\MiKTeX 2.7\tex\latex\config\pdflatex.ini" ("C:\Documents and Settings\All Users\Application Data\MiKTeX\2.7\tex\gene...