mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 15:10:16 -05:00
gnu: Add texlive-unizgklasa.
* gnu/packages/tex.scm (texlive-unizgklasa): New variable.
This commit is contained in:
parent
e1bf7b265c
commit
bc6557b833
1 changed files with 23 additions and 0 deletions
|
@ -31250,6 +31250,29 @@ (define-public texlive-univie-ling
|
||||||
may have to be adjusted.")
|
may have to be adjusted.")
|
||||||
(license license:lppl1.3+)))
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
|
(define-public texlive-unizgklasa
|
||||||
|
(package
|
||||||
|
(name "texlive-unizgklasa")
|
||||||
|
(version (number->string %texlive-revision))
|
||||||
|
(source (texlive-origin
|
||||||
|
name version
|
||||||
|
(list "doc/latex/unizgklasa/"
|
||||||
|
"tex/latex/unizgklasa/")
|
||||||
|
(base32
|
||||||
|
"1lrw0j34r9p2ydsajkvg2k7n8kirpi6lqj2iwhvfqh0pg230y82q")))
|
||||||
|
(outputs '("out" "doc"))
|
||||||
|
(build-system texlive-build-system)
|
||||||
|
(home-page "https://ctan.org/pkg/unizgklasa")
|
||||||
|
(synopsis
|
||||||
|
"LaTeX class for theses at the Faculty Of Graphic Arts in Zagreb")
|
||||||
|
(description
|
||||||
|
"This class is intended for generating graduate and final theses
|
||||||
|
according to the instructions of the Faculty of Graphic Arts, University of
|
||||||
|
Zagreb. It does not necessarily correspond to the requirements of each
|
||||||
|
component of the University, but is designed as an idea for linking and
|
||||||
|
uniformizing the look of all graduate papers.")
|
||||||
|
(license license:lppl1.3+)))
|
||||||
|
|
||||||
(define-public texlive-uppunctlm
|
(define-public texlive-uppunctlm
|
||||||
(package
|
(package
|
||||||
(name "texlive-uppunctlm")
|
(name "texlive-uppunctlm")
|
||||||
|
|
Loading…
Reference in a new issue