ngz pushed a commit to branch master
in repository guix.
commit ef1f2d3d85533155fa38c436bd73bb6ba17636b2
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 21 10:56:53 2023 +0200
gnu: Add texlive-b1encoding.
* gnu/packages/tex.scm (texlive-b1encoding): New variable.
---
gnu/packages/tex.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index afcfbe482d..724ccce9d8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -3549,6 +3549,27 @@ the pdf code inserted in the output file. The
processing involves a run of
@command{pdflatex}.")
(license license:gpl3+)))
+(define-public texlive-b1encoding
+ (package
+ (name "texlive-b1encoding")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/b1encoding/"
+ "fonts/enc/dvips/b1encoding/"
+ "source/latex/b1encoding/"
+ "tex/latex/b1encoding/")
+ (base32
+ "1lzsa0k5rr0n50d31dh4ghww329qjpg39w843zmh05z0jir6rg79")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/b1encoding")
+ (synopsis "LaTeX encoding tools for Bookhands fonts")
+ (description
+ "The package characterises and defines the author's B1 encoding for use
+with LaTeX when typesetting things using his Bookhands fonts.")
+ (license license:lppl1.3+)))
+
(define-public texlive-backnaur
(package
(name "texlive-backnaur")