Skip to content

Commit 620eb9a

Browse files
author
ripley
committed
mention latex collections
use [noupquote] with inconsolata git-svn-id: https://svn.r-project.org/R/trunk@65743 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 4552c5d commit 620eb9a

File tree

2 files changed

+12
-9
lines changed

2 files changed

+12
-9
lines changed

doc/manual/R-admin.texi

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,7 @@ either of the options @code{inconsolata}, on a Unix-alike only if found
479479
by @command{configure}) or @code{beramono}, which replace the Courier
480480
monospaced font by Inconsolata or Bera Sans mono respectively. (You
481481
will need a recent version of the appropriate @LaTeX{} package
482-
@pkg{inconsolata} or @pkg{bera} installed: @pkg{inconsolata} is likely
483-
to require @pkg{upquote}.)
482+
@pkg{inconsolata} or @pkg{bera} installed.)
484483

485484
Note that in most @LaTeX{} installations this will not actually use the
486485
standard fonts for PDF, but rather embed the URW clones NimbusRom,
@@ -3002,10 +3001,14 @@ vignettes is sensitive to the version of the @LaTeX{} package
30023001
kept up-to-date. A number of standard @LaTeX{} packages are required
30033002
(including @pkg{url}) and others such as @pkg{hyperref} and
30043003
@pkg{inconsolata} are desirable (and without them you may need to change
3005-
@R{}'s defaults: @pxref{Making the manuals}). Note that most versions
3006-
of @pkg{inconsolata} require package @pkg{upquote} and that
3004+
@R{}'s defaults: @pxref{Making the manuals}). Note that package
30073005
@pkg{hyperref} (currently) requires packages @pkg{kvoptions},
3008-
@pkg{ltxcmds} and @pkg{refcount}.
3006+
@pkg{ltxcmds} and @pkg{refcount}. For distributions based on TeXLive
3007+
the simplest approach may be to install collections
3008+
@pkg{collection-fontsextra} and @pkg{collection-latexextra} (assuming
3009+
@pkg{collection-latex} was already installed by default): Fedora calls
3010+
the first @pkg{texlive-collection-fontsextra}: Debian/Ubuntu
3011+
@pkg{texlive-fonts-extra} (and similarly) for the second.
30093012

30103013

30113014
@cindex Subversion
@@ -4612,9 +4615,9 @@ The @TeX{} implementation used by the developers is MacTeX
46124615
(@uref{http://www.tug.org/mactex/}): the full installation is about 4GB,
46134616
but a smaller version (ca 300MB) is available at
46144617
@uref{http://www.tug.org/mactex/morepackages.html}: you will need to add
4615-
some packages, e.g.@: @pkg{inconsolata}, @pkg{texinfo}, @pkg{upquote}
4616-
and @pkg{url}. @samp{TeX Live Utility} (available @emph{via} the MacTeX
4617-
front page) provides a graphical means to manage @TeX{} packages.
4618+
some packages, e.g.@: @pkg{inconsolata} and @pkg{texinfo}. @samp{TeX
4619+
Live Utility} (available @emph{via} the MacTeX front page) provides a
4620+
graphical means to manage @TeX{} packages.
46184621

46194622
@menu
46204623
* Snow Leopard::

share/texmf/tex/latex/Rd.sty

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
\ifthenelse{\boolean{Rd@use@beramono}}{%
270270
\usepackage[scaled=.8]{beramono}}{}
271271
\ifthenelse{\boolean{Rd@use@inconsolata}}{%
272-
\IfFileExists{inconsolata.sty}{\usepackage{inconsolata}}{\usepackage{zi4}}}{}
272+
\IfFileExists{inconsolata.sty}{\usepackage[noupquote]{inconsolata}}{\usepackage[noupquote]{zi4}}}{}
273273

274274
%% needs to come after \code is defined
275275
%% inspired by an earlier version of upquote.sty

0 commit comments

Comments
 (0)