aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-03-16 16:04:49 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-03-17 16:37:25 +0100
commit36a17f056c097d548e56558a99f276bca61d9825 (patch)
treeca559a3d892fd4b8b2e0ab851dd39454d446c7e0
parentf17f9984c372ff88ee8e8b6b5601f1be8dd4a2e6 (diff)
downloadguix-36a17f056c097d548e56558a99f276bca61d9825.tar
guix-36a17f056c097d548e56558a99f276bca61d9825.tar.gz
gnu: texlive-latex-type1cm: Fix description typo.
* gnu/packages/tex.scm (texlive-latex-type1cm)[description]: Fix typo.
-rw-r--r--gnu/packages/tex.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 30033e1041..1416a00251 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3591,7 +3591,7 @@ this is particularly useful when using scalable versions of the CM
fonts (Bakoma, or the versions from BSR/Y&Y, or True Type versions from Kinch,
PCTeX, etc.). In fact, since modern distributions will automatically generate
any bitmap font you might need, @code{type1cm} has wider application than just
-those using scaleable versions of the fonts. Note that the LaTeX distribution
+those using scalable versions of the fonts. Note that the LaTeX distribution
now contains a package @code{fix-cm},f which performs the task of
@code{type1cm}, as well as doing the same job for T1- and TS1-encoded
@code{ec} fonts.")