@@ -497,7 +497,8 @@ by @command{configure}) or @code{beramono}, which replace the Courier
497497monospaced font by @I {Inconsolata } or @I {Bera Sans Mono } respectively. (You
498498will need the @LaTeX {} package @pkg {inconsolata }@footnote {Instructions
499499on 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
503504Note 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
32423243as @pkg {hyperref } and @pkg {inconsolata } are desirable (and without them
32433244you may need to change @R {}'s defaults: @pxref {Making the manuals }).
32443245Note 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 },
32463247and @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 }.
32503250For distributions
32513251based on TeX Live the simplest approach may be to install collections
32523252@pkg {collection-latex }, @pkg {collection-fontsrecommended },
0 commit comments