me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-archaeologie.

* gnu/packages/tex.scm (texlive-archaeologie): New variable.
Nicolas Goaziou 2023-08-17 18:24:12 +02:00
parent dea76e5219
commit f59d8217f6
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 22 additions and 0 deletions

View File

@ -2411,6 +2411,28 @@ choose the correct letter depending on word context (initial/medial/final
form).")
(license license:lppl1.3+)))
(define-public texlive-archaeologie
(package
(name "texlive-archaeologie")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "bibtex/bib/archaeologie/"
"doc/latex/archaeologie/"
"source/latex/archaeologie/"
"tex/latex/archaeologie/")
(base32
"0w8r9z0k0rxdgxa2p16rqyh7rm83sy0410p5lz5k23h805q5qsmy")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/archaeologie")
(synopsis "Citation-style for the German Archaeological Institute")
(description
"This citation-style covers the citation and bibliography rules of the
German Archaeological Institute (DAI). Various options are available to
change and adjust the outcome according to one's own preferences.")
(license license:lppl1.3+)))
(define-public texlive-armtex
(package
(name "texlive-armtex")