mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: Add texlive-historische-zeitschrift.
* gnu/packages/tex.scm (texlive-historische-zeitschrift): New variable.
This commit is contained in:
parent
6a05187772
commit
7a4f727808
1 changed files with 19 additions and 0 deletions
|
@ -10084,6 +10084,25 @@ (define-public texlive-hexgame
|
|||
an environment that enables the user to draw such a game in a trivial way.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-historische-zeitschrift
|
||||
(package
|
||||
(name "texlive-historische-zeitschrift")
|
||||
(version (number->string %texlive-revision))
|
||||
(source (texlive-origin
|
||||
name version
|
||||
(list "doc/latex/historische-zeitschrift/"
|
||||
"tex/latex/historische-zeitschrift/")
|
||||
(base32
|
||||
"1w8zhk1darw39lrgs4i1p8zk78a1q7skc93ac8qczbrw5pln27k5")))
|
||||
(outputs '("out" "doc"))
|
||||
(build-system texlive-build-system)
|
||||
(home-page "https://ctan.org/pkg/historische-zeitschrift")
|
||||
(synopsis "BibLaTeX style for the journal @emph{Historische Zeitschrift}")
|
||||
(description
|
||||
"The package provides citations according with the house style of the
|
||||
@emph{Historische Zeitschrift}, a German historical journal.")
|
||||
(license license:lppl)))
|
||||
|
||||
(define-public texlive-hitex
|
||||
(package
|
||||
(name "texlive-hitex")
|
||||
|
|
Loading…
Reference in a new issue