Displaying 20 results from an estimated 23 matches for "upquote".
Did you mean:
unquote
2014 Dec 14
3
upquote.sty in Fedora 21
My CMD check server started failing after upgrading to Fedora 21:
LaTeX errors when creating PDF version.
This typically indicates Rd problems.
LaTeX errors found:
! LaTeX Error: File `upquote.sty' not found.
The problem was easily resolved by installing texlive-upquote. Perhaps
this package should be included as a dependency to the R-devel
package?
2013 Sep 19
1
Vignette problem and CRAN policies
Hello, All:
The vignette with the sos package used "upquote.sty", required for R
Journal when it was published in 2009. Current CRAN policy disallows
"upquote.sty", and I've so far not found a way to pass "R CMD check"
with sos without upquote.sty.
I changed sos.Rnw per an email exchange with Prof. Ripley without
solvi...
2014 Dec 23
1
upquote.sty in Fedora 21
On Mon, Dec 15, 2014 at 6:55 AM, Tom Callaway <tcallawa at redhat.com> wrote:
> As pointed out, this is no longer an issue in R 3.1.2, which is in all
> Fedora branches (except 21, where it is landing later today, hopefully).
Thank you. Another missing dependency pops up when running CMD check:
* checking compiled code ... OK
WARNING
?qpdf? is needed for checks on size
2012 Apr 04
3
Rgui maintains open file handles after Sweave error
...\setboolean{Sweave at gin}{true}
\newboolean{Sweave at ae}
\setboolean{Sweave at ae}{true}
\DeclareOption{nogin}{\setboolean{Sweave at gin}{false}}
\DeclareOption{noae}{\setboolean{Sweave at ae}{false}}
\ProcessOptions
\RequirePackage{graphicx,fancyvrb}
\IfFileExists{upquote.sty}{\RequirePackage{upquote}}{}
\ifthenelse{\boolean{Sweave at gin}}{\setkeys{Gin}{width=0.8\textwidth}}{}%
\ifthenelse{\boolean{Sweave at ae}}{%
\RequirePackage[T1]{fontenc}
\RequirePackage{ae}
}{}%
\DefineVerbatimEnvironment{Sinput}{Verbatim}{fontshape=sl}
\Defi...
2013 Jan 29
1
Sweave files generating miktex errors
...(c:\miktex2.9.4757\tex\generic\oberdiek\infwarerr.sty)
(c:\miktex2.9.4757\tex\generic\oberdiek\ltxcmds.sty))))
(c:\miktex2.9.4757\tex\latex\fancyvrb\fancyvrb.sty
Style option: `fancyvrb' v2.7a, with DG/SPQR fixes, and firstline=lastline
fix
<2008/02/07> (tvz)) (c:\miktex2.9.4757\tex\latex\upquote\upquote.sty)
(c:\miktex2.9.4757\tex\latex\base\fontenc.sty
(c:\miktex2.9.4757\tex\latex\base\t1enc.def))
(c:\miktex2.9.4757\tex\latex\ae\ae.sty
(c:\miktex2.9.4757\tex\latex\base\fontenc.sty
(c:\miktex2.9.4757\tex\latex\base\t1enc.def)
(c:\miktex2.9.4757\tex\latex\ae\t1aer.fd))))
("C:\Documents...
2009 Jun 26
0
Modifying Sweave.sty to allow escapes with fancyvrb package in LaTeX
...yvrb,relsize}
\RequirePackage{ifthen}
\newboolean{Sweave at gin}
\setboolean{Sweave at gin}{true}
\newboolean{Sweave at ae}
\setboolean{Sweave at ae}{true}
\DeclareOption{nogin}{\setboolean{Sweave at gin}{false}}
\DeclareOption{noae}{\setboolean{Sweave at ae}{false}}
\ProcessOptions
\IfFileExists{upquote.sty}{\RequirePackage{upquote}}{}
\ifthenelse{\boolean{Sweave at gin}}{\setkeys{Gin}{width=0.8\textwidth}}{}%
\ifthenelse{\boolean{Sweave at ae}}{%
\RequirePackage[T1]{fontenc}
\RequirePackage{ae}
}{}%
%\DefineVerbatimEnvironment{Sinput}{Verbatim}{fontshape=sl}
\DefineVerbatimEnvironment{Sin...
2003 Sep 10
1
sweave problem
hi!
using:
Version 1.8.0 Under development (unstable) (2003-09-02)
using the Sweave function of the tools package i get this error when
latexing with texi2dvi --pdf
! LaTeX Error: File `upquote.sty' not found.
if i change the line
\usepackage{/users/faculty/ririzarr/R-1.8.0/lib/R/share/texmf/Sweave}
to
\usepackage{/users/faculty/ririzarr/R-1.7.1/lib/R/share/texmf/Sweave}
in the tex file, then the file compiles fine.
this happens to me in both redhat 7.3 and solaris 8.
2013 Sep 25
0
R 3.0.2 and LaTeX changes
...in that directory, run
mktexlsr .
) then
updmap --enable Map=zi4.map
Alternatively, set environment variable R_RD4PDF to an option such as
times,beramono,hyper or times,hyper . See
http://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Making-the-manuals
2) R used to contain a very old upquote.sty file, but this has been
removed. If you have LaTeX style files which refer to upquote.sty or
use it directly in your package, you may need to remove the usage as
some recent versions conflict with the ae fonts (the default for
Sweave). In particular, remove any old copies of Sweave.sty....
2005 May 29
1
Adding R's texmf to tetex's texmf
...xmf
I tried with the following and I didn't need to put Sweave.sty in
folder with a report:
cd /usr/share/texmf/tex/latex
mkdir R
cd R
ln -s /usr/lib/R/share/texmf/Sweave.sty
# This two are not really needed but to do everything
ln -s /usr/lib/R/share/texmf/Rd.sty
ln -s /usr/lib/R/share/texmf/upquote.sty
# Rebuild TeX database
texhash
Could this be added in postinstall script for debian package?
I am not sure if this is also OK/enough for pdflatex or any other
"TeX" tools.
Any comments?
Lep pozdrav / With regards,
Gregor Gorjanc
----------------------------------------------...
2009 Mar 17
1
Combining Sweave and fancyvrb
I find Sweave very useful and I was trying to combine it with the
latex package fancyvrb. I was trying to get line numbering and labels
in order to reference the lines where particular commands occur.
Unfortunately, I haven't been able to figure out how to do it. Maybe
somebody can help me.
The following is a sample Rnw file: the first part shows what I would
like to get, the second what I
2005 Jun 16
1
Sweave and sideways
...ckage: fancyvrb 1998/07/17
Style option: `fancyvrb' v2.6, with DG/SPQR fixes <1998/07/17> (tvz)
\FV at CodeLineNo=\count87
\FV at InFile=\read1
\FV at TabBox=\box26
\c at FancyVerbLine=\count88
\FV at StepNumber=\count89
\FV at OutFile=\write3
No file fancyvrb.cfg.
) (C:\texmf\tex\latex\upquote\upquote.sty
Package: upquote 2003/08/11 v1.1 Covington's upright-quote modification to
verb
atim and verb
(C:\texmf\tex\latex\base\textcomp.sty
Package: textcomp 2004/02/22 v1.99f Standard LaTeX package
Package textcomp Info: Sub-encoding information:
(textcomp) 5 = only ISO-Adob...
2004 Nov 09
1
Package Documentation, cryptic
...base/ifthen.sty)
(/usr/local/TeX/texmf/tex/latex/tools/longtable.sty)
(/usr/local/TeX/texmf/tex/latex/tools/bm.sty)
(/usr/local/TeX/texmf/tex/latex/base/alltt.sty)
(/usr/local/TeX/texmf/tex/latex/tools/verbatim.sty)
(/usr/local/TeX/texmf-local/tex/latex/html/url.sty)
(/usr/local/TeX/texmf/tex/latex/upquote/upquote.sty)
(/usr/local/TeX/texmf/tex/latex/base/fontenc.sty
(/usr/local/TeX/texmf/tex/latex/base/t1enc.def))
(/usr/local/TeX/texmf/tex/latex/ae/ae.sty
(/usr/local/TeX/texmf/tex/latex/base/fontenc.sty
(/usr/local/TeX/texmf/tex/latex/base/t1enc.def)
(/usr/local/TeX/texmf/tex/latex/ae/t1aer.fd)))
(/...
2004 Nov 09
1
Package Documentation, cryptic
...base/ifthen.sty)
(/usr/local/TeX/texmf/tex/latex/tools/longtable.sty)
(/usr/local/TeX/texmf/tex/latex/tools/bm.sty)
(/usr/local/TeX/texmf/tex/latex/base/alltt.sty)
(/usr/local/TeX/texmf/tex/latex/tools/verbatim.sty)
(/usr/local/TeX/texmf-local/tex/latex/html/url.sty)
(/usr/local/TeX/texmf/tex/latex/upquote/upquote.sty)
(/usr/local/TeX/texmf/tex/latex/base/fontenc.sty
(/usr/local/TeX/texmf/tex/latex/base/t1enc.def))
(/usr/local/TeX/texmf/tex/latex/ae/ae.sty
(/usr/local/TeX/texmf/tex/latex/base/fontenc.sty
(/usr/local/TeX/texmf/tex/latex/base/t1enc.def)
(/usr/local/TeX/texmf/tex/latex/ae/t1aer.fd)))
(/...
2009 Apr 16
2
there are fontencoding problem in Sweave
...sty)
(/etc/texmf/tex/latex/config/graphics.cfg)
(/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def)))
(/usr/share/texmf-texlive/tex/latex/fancyvrb/fancyvrb.sty
Style option: `fancyvrb' v2.6, with DG/SPQR fixes <1998/07/17> (tvz)
No file fancyvrb.cfg.
) (/usr/share/texmf/tex/latex/R/upquote.sty
(/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.def
(/usr/share/texmf-texlive/tex/latex/base/ts1enc.dfu))))
(/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
(/usr/share/texmf-texlive/tex/latex/cyrillic/t2aenc.def))
(/usr/share/texmf-texl...
2012 May 25
2
How to set symbolic link correctly so that LaTeX finds Sweave?
Hi,
I recently switched from Mac OS X (after 7 years) to Xubuntu 12.04 and I am
quite happy with it so far. I first installed R from source but I was somehow
missing certain things and I thus decided (after a new Xubuntu installation
which I had to make due to other reasons) to install R the "Ubuntu way":
,----[ R installation: ]
| 1) sudo emacs /etc/apt/sources.list
| 2) add:
| deb
2009 Jan 16
3
Sweave documents have corrupted double quotes
I'm attaching a file foo.Rnw and I'm hoping some of you might run it
through your R & latex systems to find out if the double-quotes in
typewriter font turn out as black boxes (as they do for me). If you
don't use Sweave, but you have a system with a working version of R
and LaTeX, the file gives the instructions you need to use to process
the file. The
The file itself explains
2005 Aug 23
0
problems installing R from source: R-2.1.1 Windows XP
.../f771.exe.
* I downloaded the files opencow.dll and libunicows.a and installed
them respectively in src/gnuwin32/unicode and MinGW/lib.
* I took the .sty and .fd R files from C:/Rsource/R-2.1.1/share/texmf/
(omsaer.fd, omsaett.fd, omscmtt.fd, Rd.sty, Sweave.sty, ts1aer.fd,
ts1aett.fd and upquote.sty) and copied them in
C:/Rsource/localtexmf/tex. I then went to Start | Programs | MiKteX |
MiKTeK Options | General and updated and refreshed everything.
* I got the following paths in variable environment of the system:
C:\tools\bin\;C:\Perl\bin\;C:\MinGW\bin\;C:\Rsource\latex\miktex\bin...
2009 Apr 16
0
there are fontencoding problem in Sweave
...x/config/graphics.cfg)
> (/usr/share/texmf-texlive/tex/latex/pdftex-def/pdftex.def)))
> (/usr/share/texmf-texlive/tex/latex/fancyvrb/fancyvrb.sty
> Style option: `fancyvrb' v2.6, with DG/SPQR fixes <1998/07/17> (tvz)
> No file fancyvrb.cfg.
> ) (/usr/share/texmf/tex/latex/R/upquote.sty
> (/usr/share/texmf-texlive/tex/latex/base/textcomp.sty
> (/usr/share/texmf-texlive/tex/latex/base/ts1enc.def
> (/usr/share/texmf-texlive/tex/latex/base/ts1enc.dfu))))
> (/usr/share/texmf-texlive/tex/latex/base/fontenc.sty
> (/usr/share/texmf-texlive/tex/latex/cyrillic/t2aenc.def...
2005 Nov 26
1
list.files(recursive=T) does not return directory names
list.files() (and dir()) don't appear to return names of
directories when one uses the recursive=T argument. E.g.,
> dir(file.path(R.home(),"library"), pattern="^R$", recursive=T)
[1] "Malmig/help/R"
but the unix find commmand finds lots of R directories
> z <- system(paste("find", file.path(R.home(),"library"), "-name
2014 Jun 04
1
Package keyval Error: noupquote undefined
...Rd to PDF. The error log is like this:
===============
Converting Rd files to LaTeX .....
Creating pdf output from LaTeX ...
Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, :
Running 'texi2dvi' on 'Rd2.tex' 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)
ent...