me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-iwhdp.

* gnu/packages/tex.scm (texlive-iwhdp): New variable.
master
Nicolas Goaziou 2023-08-29 15:53:18 +02:00
parent b75e8579ea
commit 2216139e9e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 19 additions and 0 deletions

View File

@ -85972,6 +85972,25 @@ Since the package redefines the internals of @code{hyperref}, it must be
loaded after @code{hyperref}.")
(license license:lppl1.3+)))
(define-public texlive-iwhdp
(package
(name "texlive-iwhdp")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/iwhdp/" "tex/latex/iwhdp/")
(base32
"0ryjbp5cb7p2amh9zp1gyl0ay8vc2f4z2gnrlnsx3hwy2nrzdl17")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/iwhdp")
(synopsis "Halle Institute for Economic Research (IWH) Discussion Papers")
(description
"The document class is for creating Discussion Papers of the Halle Institute
for Economic Research (IWH) in Halle, Germany. The class offers options for
both English and German texts.")
(license license:lppl1.3+)))
;;;
;;; Avoid adding new packages to the end of this file. To reduce the chances
;;; of a merge conflict, place them above by existing packages with similar