guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

287/306: gnu: Add texlive-trajan.


From: guix-commits
Subject: 287/306: gnu: Add texlive-trajan.
Date: Mon, 21 Aug 2023 10:37:01 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit d33819792ce5d2bb2a5356327251814387076f03
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 21 13:05:47 2023 +0200

    gnu: Add texlive-trajan.
    
    * gnu/packages/tex.scm (texlive-trajan): New variable.
---
 gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 80c3ac5634..ffcfe9751e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -25048,6 +25048,32 @@ available, in addition to maths fonts from Computer 
Modern maths, Computer
 Modern Bright maths, or Euler fonts.")
     (license license:gpl3+)))
 
+(define-public texlive-trajan
+  (package
+    (name "texlive-trajan")
+    (version (number->string %texlive-revision))
+    (source (texlive-origin
+             name version
+             (list "doc/latex/trajan/"
+                   "fonts/afm/public/trajan/"
+                   "fonts/map/dvips/trajan/"
+                   "fonts/tfm/public/trajan/"
+                   "fonts/type1/public/trajan/"
+                   "source/latex/trajan/"
+                   "tex/latex/trajan/")
+             (base32
+              "1yjx252c6a3bf1k2646sqf3n3s09x2gxya3ypn1zz9scn5kkh1wa")))
+    (outputs '("out" "doc"))
+    (build-system texlive-build-system)
+    (home-page "https://ctan.org/pkg/trajan";)
+    (synopsis "Fonts from the Trajan's Column in Rome")
+    (description
+     "This package provides fonts (both as Metafont source and in Adobe Type
+1 format) based on the capitals carved on the Trajan's Column in Rome in 114
+AD, together with macros to access the fonts.  The font is uppercase letters
+together with some punctuation and analphabetics; no lowercase or digits.")
+    (license license:lppl)))
+
 (define-public texlive-translation-array-fr
   (package
     (name "texlive-translation-array-fr")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]