[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
101/109: gnu: Add texlive-ae.
From: |
guix-commits |
Subject: |
101/109: gnu: Add texlive-ae. |
Date: |
Tue, 16 Jul 2019 08:22:55 -0400 (EDT) |
rekado pushed a commit to branch wip-texlive
in repository guix.
commit b203724625ffdc18c1119a0dc9e3f9784cac385a
Author: Ricardo Wurmus <address@hidden>
Date: Mon Jul 15 20:19:03 2019 +0200
gnu: Add texlive-ae.
* gnu/packages/tex.scm (texlive-ae): New variable.
---
gnu/packages/tex.scm | 25 +++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 7127485..5bb1494 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4842,6 +4842,31 @@ differs from the EC in a number of particulars.")
(license (license:fsf-free "https://www.tug.org/svn/texlive/tags/\
texlive-2018.2/Master/texmf-dist/doc/fonts/ec/copyrite.txt"))))
+;; FIXME: the fonts should be built from source, but running "tex aefonts.tex"
+;; fails with obscure TeX-typical error messages.
+(define-public texlive-ae
+ (package
+ (inherit (simple-texlive-package
+ "texlive-ae"
+ (list "/doc/fonts/ae/"
+ "/source/fonts/ae/"
+ "/fonts/tfm/public/ae/"
+ "/fonts/vf/public/ae/"
+ "/tex/latex/ae/")
+ (base32
+ "1xkzg381y0avdq381r2m990wp27czkdff0qkvsp2n5q62yc0bdsw")
+ #:trivial? #t))
+ (home-page "https://www.ctan.org/pkg/ae")
+ (synopsis "Virtual fonts for T1 encoded CMR-fonts")
+ (description
+ "This package provides a set of virtual fonts which emulates T1 coded
+fonts using the standard CM fonts. The package name, AE fonts, supposedly
+stands for \"Almost European\". The main use of the package was to produce
+PDF files using Adobe Type 1 versions of the CM fonts instead of bitmapped EC
+fonts. Note that direct substitutes for the bitmapped EC fonts are available,
+via the CM-super, Latin Modern and (in a restricted way) CM-LGC font sets.")
+ (license license:lppl1.3+)))
+
(define-public texlive-fonts-adobe-times
(package
(name "texlive-fonts-adobe-times")
- 82/109: gnu: texlive-fontname: Simplify., (continued)
- 82/109: gnu: texlive-fontname: Simplify., guix-commits, 2019/07/16
- 91/109: gnu: Add texlive-seminar., guix-commits, 2019/07/16
- 88/109: gnu: Add texlive-url., guix-commits, 2019/07/16
- 94/109: gnu: Add texlive-kpathsea., guix-commits, 2019/07/16
- 99/109: gnu: Replace uses of texlive-*-amsfonts., guix-commits, 2019/07/16
- 105/109: gnu: Add texlive-charter., guix-commits, 2019/07/16
- 104/109: gnu: texlive-tex-plain: Simplify., guix-commits, 2019/07/16
- 96/109: gnu: texlive-dvips: Update source files., guix-commits, 2019/07/16
- 90/109: gnu: Add texlive-pstool., guix-commits, 2019/07/16
- 92/109: gnu: Add texlive-doi., guix-commits, 2019/07/16
- 101/109: gnu: Add texlive-ae.,
guix-commits <=
- 93/109: gnu: Add texlive-etoolbox., guix-commits, 2019/07/16
- 98/109: gnu: Add texlive-amsfonts., guix-commits, 2019/07/16
- 97/109: gnu: texlive-latex-base: Simplify., guix-commits, 2019/07/16
- 102/109: gnu: Add texlive-txfonts., guix-commits, 2019/07/16
- 103/109: gnu: Add texlive-xypic., guix-commits, 2019/07/16
- 106/109: gnu: Add texlive-times., guix-commits, 2019/07/16
- 108/109: gnu: Add texlive-zapfding., guix-commits, 2019/07/16
- 109/109: WIP texlive-tlpdb: Init, guix-commits, 2019/07/16
- 107/109: gnu: Add texlive-palatino., guix-commits, 2019/07/16