Skip to content

Commit 4924827

Browse files
author
smeyer
committed
updates re LaTeX packages
git-svn-id: https://svn.r-project.org/R/trunk@87682 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent b106aff commit 4924827

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

doc/manual/R-admin.texi

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,8 @@ by @command{configure}) or @code{beramono}, which replace the Courier
497497
monospaced font by @I{Inconsolata} or @I{Bera Sans Mono} respectively. (You
498498
will need the @LaTeX{} package @pkg{inconsolata}@footnote{Instructions
499499
on how to install the latest version are at
500-
@uref{https://www.ctan.org/tex-archive/fonts/inconsolata/}.} or
500+
@uref{https://www.ctan.org/tex-archive/fonts/inconsolata/}.
501+
TeX Live bundles @pkg{inconsolata} in @pkg{collection-fontsextra}.} or
501502
@pkg{bera} installed.)
502503

503504
Note that in most @LaTeX{} installations this will not actually use the
@@ -508,11 +509,11 @@ This needs @LaTeX{} packages @pkg{times}, @pkg{helvetic} and (if used)
508509
@pkg{courier} installed.
509510

510511
@item lm
511-
Using the @emph{Latin Modern} fonts. These are not often installed as
512-
part of a @TeX{} distribution, but can obtained from
513-
@uref{https://www.ctan.org/tex-archive/fonts/ps-type1/lm/} and
514-
mirrors. This uses fonts rather similar to Computer Modern, but is not
515-
so good on-screen as @code{times}.
512+
Using the @emph{Latin Modern} (@emph{aka} @pkg{lmodern}) fonts,
513+
usually installed even in basic @TeX{} distributions.
514+
@c E.g.: scheme-basic / collection-latex will have it installed.
515+
This uses fonts rather similar to Computer Modern, but is not
516+
so good on-screen as @code{times} and produces larger PDF files.
516517

517518
@c @item cm-super
518519
@c Using type-1 versions of the Computer Modern fonts by Vladimir Volovich.
@@ -3242,11 +3243,10 @@ and @pkg{helvetic} and also @pkg{amsfonts}) and others such
32423243
as @pkg{hyperref} and @pkg{inconsolata} are desirable (and without them
32433244
you may need to change @R{}'s defaults: @pxref{Making the manuals}).
32443245
Note that package @pkg{hyperref} (currently) requires packages
3245-
@pkg{kvoptions}, @pkg{ltxcmds} and @pkg{refcount},
3246+
@pkg{etoolbox}, @pkg{kvoptions}, @pkg{ltxcmds} and @pkg{refcount},
32463247
and @pkg{inconsolata} requires @pkg{xkeyval}.
3247-
Building the base vignettes requires @pkg{fancyvrb},
3248-
@pkg{natbib}, @pkg{parskip} (which currently requires @pkg{etoolbox})
3249-
and @pkg{listings}.
3248+
Building the base vignettes requires @pkg{hyperref}, @pkg{fancyvrb},
3249+
@pkg{natbib}, @pkg{parskip} and @pkg{listings}.
32503250
For distributions
32513251
based on TeX Live the simplest approach may be to install collections
32523252
@pkg{collection-latex}, @pkg{collection-fontsrecommended},

0 commit comments

Comments
 (0)