me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-dictsym.

* gnu/packages/tex.scm (texlive-dictsym): New variable.
Nicolas Goaziou 2023-08-21 12:01:58 +02:00
parent 7c058795cd
commit 985a088b7a
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 25 additions and 0 deletions

View File

@ -9833,6 +9833,31 @@ package, which it supersedes.")
or with various 3D effects.")
(license license:lppl)))
(define-public texlive-dictsym
(package
(name "texlive-dictsym")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/fonts/dictsym/"
"fonts/afm/public/dictsym/"
"fonts/map/dvips/dictsym/"
"fonts/tfm/public/dictsym/"
"fonts/type1/public/dictsym/"
"tex/latex/dictsym/")
(base32
"0wycv2i0pgmjs9al5zzxa8s5lj13sj6rlhga1271xypxpcyf3804")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/dictsym")
(synopsis "DictSym font and macro package")
(description
"This directory contains the DictSym Type1 font designed by Georg
Verweyen and all files required to use it with LaTeX. The font provides
a number of symbols commonly used in dictionaries. The accompanying macro
package makes the symbols accessible as LaTeX commands.")
(license license:lppl)))
(define-public texlive-din1505
(package
(name "texlive-din1505")