aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm31945
1 files changed, 31675 insertions, 270 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8a564714ab..2f557120bb 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1053,6 +1053,81 @@ variant. It adds XeTeX, MetaPost, and some recommended packages to
@code{scheme-basic}.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+(define-public texlive-scheme-tetex
+ (package
+ (name "texlive-scheme-tetex")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-acronym
+ texlive-amslatex-primer
+ texlive-bbm
+ texlive-bbm-macros
+ texlive-bbold
+ texlive-bibtex8
+ texlive-cmbright
+ texlive-collection-basic
+ texlive-collection-context
+ texlive-collection-fontsrecommended
+ texlive-collection-fontutils
+ texlive-collection-formatsextra
+ texlive-collection-langcjk
+ texlive-collection-langcyrillic
+ texlive-collection-langczechslovak
+ texlive-collection-langenglish
+ texlive-collection-langeuropean
+ texlive-collection-langfrench
+ texlive-collection-langgerman
+ texlive-collection-langgreek
+ texlive-collection-langitalian
+ texlive-collection-langother
+ texlive-collection-langpolish
+ texlive-collection-langportuguese
+ texlive-collection-langspanish
+ texlive-collection-latex
+ texlive-collection-latexrecommended
+ texlive-collection-mathscience
+ texlive-collection-metapost
+ texlive-collection-pictures
+ texlive-collection-plaingeneric
+ texlive-collection-pstricks
+ texlive-ctie
+ texlive-cweb
+ texlive-detex
+ texlive-dtl
+ texlive-dvi2tty
+ texlive-dvicopy
+ texlive-dvidvi
+ texlive-dviljk
+ texlive-eplain
+ texlive-eulervm
+ texlive-gentle
+ texlive-lshort-english
+ texlive-mltex
+ texlive-multirow
+ texlive-nomencl
+ texlive-patgen
+ texlive-pst-pdf
+ texlive-rsfs
+ texlive-seetexk
+ texlive-siunits
+ texlive-subfigure
+ texlive-supertabular
+ texlive-tamethebeast
+ texlive-tds
+ texlive-tex-refs
+ texlive-tie
+ texlive-web
+ texlive-xpdfopen))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "teTeX scheme (more than medium, but nowhere near full)")
+ (description
+ "Larger than medium, this TeX Live scheme is nearly equivalent to the
+teTeX distribution that was maintained by Thomas Esser.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
;; This package must be located before any package adding it to its native
;; inputs.
(define-public texlive-updmap.cfg
@@ -1172,6 +1247,235 @@ TGA. Accepted output formats are: EPS, PCL5, PDF, PDF1, PBM, PGM, PPM, PS,
markedEPS, markedPS, PNG, XWD, BMP, TIFF, JPEG, GIF, XPM.")
(license license:gpl3+)))
+(define-public texlive-aaai-named
+ (package
+ (name "texlive-aaai-named")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/aaai-named/")
+ (base32
+ "1xs2iki0v1mh0kbqjxnv9r24bcfmgj6myfw7h368h8g0s1n8d5v6")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aaai-named")
+ (synopsis "BibTeX style for AAAI")
+ (description
+ "This package provides a BibTeX style derived from the standard master,
+presumably for use with the @code{aaai} package.")
+ (license license:knuth)))
+
+(define-public texlive-aalok
+ (package
+ (name "texlive-aalok")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/aalok/" "source/latex/aalok/"
+ "tex/latex/aalok/")
+ (base32
+ "0vpvqv60p5v3frdqa5r8k9k4zxk0icma5blw9dr6jhqfzf6lc3jy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aalok")
+ (synopsis "LaTeX class file for the Marathi journal @emph{Aalok}")
+ (description
+ "This package provides the class file for typesetting @emph{Aalok},
+a Marathi journal, with LaTeX.")
+ (license (list license:gpl3+
+ ;; Aalok (आलोक) copyleft license v1.0+.
+ (license:fsf-free "file://doc/latex/aalok/README.txt")
+ license:fdl1.3+))))
+
+(define-public texlive-aastex
+ (package
+ (name "texlive-aastex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/aastex/" "doc/latex/aastex/"
+ "tex/latex/aastex/")
+ (base32
+ "07kbrv0vhlpdaxqkiwn2q4psldn5p2x5mmpaw70g6pgcbhk7r74h")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aastex")
+ (synopsis "Macros for manuscript preparation for AAS journals")
+ (description
+ "The bundle provides a document class for preparing papers for
+@acronym{AAS, American Astronomical Society} publications. Authors who wish
+to submit papers to AAS journals are strongly urged to use this class in
+preference to any of the alternatives available.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-abc
+ (package
+ (name "texlive-abc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/abc/" "source/latex/abc/"
+ "tex/latex/abc/")
+ (base32
+ "1vywrv35h65gkxipc7d26k32r04fk61kfkkk9bj3zsmxsw1v3r8d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/abc")
+ (synopsis "Support ABC music notation in LaTeX")
+ (description
+ "The abc package lets you include lines of music written in the ABC Plus
+language. The package will then employ the @code{\\write18} facility to
+convert your notation to PostScript (using the established utility
+@command{abcm2ps}) and hence to the format needed for inclusion in your
+document.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-abnt
+ (package
+ (name "texlive-abnt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/abnt/" "tex/latex/abnt/")
+ (base32
+ "1zjsvp6ng6vf87mmnv18q435h6p3ygs512pk0m05yd8gyrmhmrxr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/abnt")
+ (synopsis "Typesetting academic works according to ABNT rules")
+ (description
+ "The ABNT package provides a clean and practical implementation of the
+@acronym{ABNT, Associacao Brasileira de Normas Tecnicas} rules for academic
+texts.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-abntex2
+ (package
+ (name "texlive-abntex2")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/abntex2/" "bibtex/bst/abntex2/"
+ "doc/latex/abntex2/" "tex/latex/abntex2/")
+ (base32
+ "07752n6s2nl4h8j1wg7hjx2wisn505asb1r1i38z7qjbzg7lwqq5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/abntex2")
+ (synopsis
+ "Typeset technical and scientific Brazilian documents based on ABNT rules")
+ (description
+ "The bundle provides support for typesetting technical and scientific
+Brazilian documents (like academic thesis, articles, reports, research project
+and others) based on the @acronym{ABNT, Associacao Brasileira de Normas
+Tecnicas} rules. It replaces the old @code{abntex}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-abntexto
+ (package
+ (name "texlive-abntexto")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/abntexto/" "tex/latex/abntexto/")
+ (base32
+ "1c560h2555hx1pcq70yg9qdgqp1bkxidabp53fd0gyvb141s3d79")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/abntexto")
+ (synopsis "LaTeX class for formatting academic papers in ABNT standards")
+ (description
+ "This is a LaTeX class created for Brazilian students to facilitate the
+use of standards from the @acronym{ABNT, Associacao Brasileira de Normas
+Tecnicas} in academic works like TCCs, dissertations, theses.")
+ (license license:public-domain)))
+
+(define-public texlive-aboensis
+ (package
+ (name "texlive-aboensis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/aboensis/"
+ "fonts/opentype/public/aboensis/"
+ "tex/latex/aboensis/")
+ (base32
+ "14333k6bkfywdka3h2a2yd2nw0521q0lwl3x38612j7cb82izyi3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aboensis")
+ (synopsis "Late medieval OpenType cursive font")
+ (description
+ "The package contains the OpenType medieval cursive font Aboensis and
+a style file to use it in XeLaTeX documents. The font is based on @emph{Codex
+Aboensis}, that is a law book written in Sweden in the 1430s. Since medieval
+cursive is very difficult to read for modern people, the font is not suitable
+for use as an ordinary book font, but is intended for emulating late medieval
+manuscripts.
+
+The font contains two sets of initials: lombardic and cursive to go with the
+basic alphabet, and there is support for writing two-colored initials and
+capitals. There are also a large number of abbreviation sigla that can be
+accessed as ligature substitutions. The style file contains macros that help
+to use the extended features of the font such as initials and two-colored
+capitals. There are also macros to help achieve even pages with consistent
+line spacing.")
+ (license
+ (list license:silofl1.1
+ license:lppl1.3c
+ license:cc-by4.0
+ license:public-domain))))
+
+(define-public texlive-academicons
+ (package
+ (name "texlive-academicons")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/academicons/"
+ "fonts/truetype/public/academicons/"
+ "tex/latex/academicons/")
+ (base32
+ "1gxgj0ppyrf6pj9qvhk02ybwf68yzlh2110r41iwsai5by2iczhm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/academicons")
+ (synopsis "Font containing high quality icons of online academic profiles")
+ (description
+ "The @code{academicons} package provides access in (La)TeX to 124 high
+quality icons of online academic profiles included in the free Academicons
+font. This package requires either the Xe(La)TeX or Lua(La)TeX engine to load
+the Academicons font from the system. The @code{academicons} package provides
+the generic @code{\\aiicon} command to access icons, which takes as mandatory
+argument the name of the desired icon. It also provides individual direct
+commands for each specific icon.")
+ (license (list license:lppl1.3c license:silofl1.1))))
+
+(define-public texlive-accanthis
+ (package
+ (name "texlive-accanthis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/accanthis/"
+ "fonts/enc/dvips/accanthis/"
+ "fonts/map/dvips/accanthis/"
+ "fonts/opentype/arkandis/accanthis/"
+ "fonts/tfm/arkandis/accanthis/"
+ "fonts/type1/arkandis/accanthis/"
+ "fonts/vf/arkandis/accanthis/"
+ "tex/latex/accanthis/")
+ (base32
+ "1xpy3bs8wwb6ncw4c8kc5vvddl77rmjwfjq66xw12sc8mgg9grmv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/accanthis")
+ (synopsis "Accanthis fonts, with LaTeX support")
+ (description
+ "Accanthis No.@: 3, designed by Hirwin Harendal, is suitable as an
+alternative to fonts such as Garamond, Galliard, Horley old style, Sabon, and
+Bembo. The package provides support files for use with all LaTeX engines.")
+ (license (list license:gpl2+ license:lppl))))
+
(define-public texlive-accents
(package
(name "texlive-accents")
@@ -1215,6 +1519,27 @@ works on TeX virtual fonts and @command{vpl2ovp} transforms a TeX font to an
Omega one.")
(license license:gpl3+)))
+(define-public texlive-accsupp
+ (package
+ (name "texlive-accsupp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/accsupp/" "source/latex/accsupp/"
+ "tex/latex/accsupp/")
+ (base32
+ "10xdg3gk5madpb131lhc9x2sxzby4rvqycbfzb5kl2zkwr1qw5v7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/accsupp")
+ (synopsis "Better accessibility support for PDF files")
+ (description
+ "Since PDF 1.5 portions of a page can be marked for better accessibility
+support. For example, replacement texts or expansions of abbreviations can be
+provided. This package starts with providing a minimal low-level interface
+for programmers; its status is experimental.")
+ (license license:lppl1.3c)))
+
(define-public texlive-abbr
(package
(name "texlive-abbr")
@@ -1261,6 +1586,117 @@ adaptation for working with Babel.")
license:knuth ;bxabst
license:public-domain)))) ;docmac
+(define-public texlive-acmconf
+ (package
+ (name "texlive-acmconf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/acmconf/" "source/latex/acmconf/"
+ "tex/latex/acmconf/")
+ (base32
+ "0j30krvxzps7ka3xzv0qifrzxhxzkr3b3f9gska6najp1dvygs3a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/acmconf")
+ (synopsis "Class for ACM conference proceedings")
+ (description
+ "This class may be used to typeset articles to be published in the
+proceedings of @acronym{ACM, Association for Computing Machinery} conferences
+and workshops. The layout produced by the @code{acmconf} class is based on
+the ACM's own specification.")
+ (license license:lppl)))
+
+(define-public texlive-active-conf
+ (package
+ (name "texlive-active-conf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/active-conf/"
+ "source/latex/active-conf/"
+ "tex/latex/active-conf/")
+ (base32
+ "12krmwspwkhcwk5q0qf2hldnsk44vd2jfssfdiwm97alicc3cpj1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/active-conf")
+ (synopsis "Class for typesetting ACTIVE conference papers")
+ (description
+ "Active-conf is a class for typesetting papers for the Active conference
+on noise and vibration control. The class is based on @code{article} with
+more flexible front-matter, and can be customised for conferences in future
+years with a header file.")
+ (license license:lppl)))
+
+(define-public texlive-adfathesis
+ (package
+ (name "texlive-adfathesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/adfathesis/"
+ "doc/latex/adfathesis/"
+ "source/latex/adfathesis/"
+ "tex/latex/adfathesis/")
+ (base32
+ "0zi91xc3sbdjvp87zgrb7g3l5hxqig33fchlhg2i8gjya9ij67p6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/adfathesis")
+ (synopsis "Australian Defence Force Academy thesis format")
+ (description "The package provides the Australian Defence Force Academy
+thesis format. The bundle also includes a BibTeX style file.")
+ (license license:public-domain)))
+
+(define-public texlive-adforn
+ (package
+ (name "texlive-adforn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/adforn/"
+ "fonts/afm/arkandis/adforn/"
+ "fonts/enc/dvips/adforn/"
+ "fonts/map/dvips/adforn/"
+ "fonts/tfm/arkandis/adforn/"
+ "fonts/type1/arkandis/adforn/"
+ "tex/latex/adforn/")
+ (base32
+ "0dpdbqlc7p3mwm1bj1m5sbkwi5qjsvsfzfb0wnq4flvz1gc09245")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/adforn")
+ (synopsis "OrnementsADF font with TeX and LaTeX support")
+ (description
+ "The bundle provides the Ornements ADF font in PostScript Type 1 format
+with TeX and LaTeX support files.")
+ (license (list license:lppl license:gpl2+))))
+
+(define-public texlive-adfsymbols
+ (package
+ (name "texlive-adfsymbols")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/adfsymbols/"
+ "fonts/afm/arkandis/adfsymbols/"
+ "fonts/enc/dvips/adfsymbols/"
+ "fonts/map/dvips/adfsymbols/"
+ "fonts/tfm/arkandis/adfsymbols/"
+ "fonts/type1/arkandis/adfsymbols/"
+ "tex/latex/adfsymbols/")
+ (base32
+ "188is31d2zcd8kk339x4wvhhm98gbfkvq6pi25d9mva4vz3w1vf5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/adfsymbols")
+ (synopsis "SymbolsADF with TeX and LaTeX support")
+ (description
+ "The package provides Arkandis foundry's ArrowsADF and BulletsADF fonts
+in Adobe Type 1 format, together with TeX and LaTeX support files.")
+ (license (list license:lppl license:gpl2))))
+
(define-public texlive-adhocfilelist
(package
(name "texlive-adhocfilelist")
@@ -1284,6 +1720,69 @@ adaptation for working with Babel.")
controlling the searches that the package does.")
(license license:lppl)))
+(define-public texlive-adtrees
+ (package
+ (name "texlive-adtrees")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/adtrees/" "tex/latex/adtrees/")
+ (base32
+ "0ypb609wvw3mvs7bf2mwa7r7v4frxjhfll8d1sqfry3dv3kr13pq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/adtrees")
+ (synopsis "Macros for drawing adpositional trees")
+ (description
+ "This package provides a means to write adpositional trees, a formalism
+devoted to representing natural language expressions.")
+ (license license:gpl3+)))
+
+(define-public texlive-adobemapping
+ (package
+ (name "texlive-adobemapping")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/cmap/adobemapping/")
+ (base32
+ "1yvf74mlmxmnq9m0wvda9xcna8xnn382bbrzizzjm5w7bk8c4g98")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/adobemapping")
+ (synopsis "Adobe CMap and PDF mapping files")
+ (description
+ "The package comprises the collection of CMap and PDF mapping files made
+available for distribution by Adobe.")
+ (license license:bsd-3)))
+
+(define-public texlive-aesupp
+ (package
+ (name "texlive-aesupp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/aesupp/"
+ "fonts/enc/dvips/aesupp/"
+ "fonts/map/dvips/aesupp/"
+ "fonts/opentype/public/aesupp/"
+ "fonts/tfm/public/aesupp/"
+ "fonts/type1/public/aesupp/"
+ "source/fonts/aesupp/"
+ "tex/latex/aesupp/")
+ (base32
+ "1sx5802d1ib72i0ssjpr0c54pgq1s980wg3q1685pjniw68ns1vj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aesupp")
+ (synopsis "Special support for the @samp{ae} character")
+ (description
+ "This package provides special support for the italic @samp{ae} character
+in some fonts, due to design flaws (in the author's opinion) regarding this
+character. At the moment only the fonts TeX Gyre Bonum, TeX Gyre Schola, TeX
+Gyre Pagella, and the Latin Modern fonts are supported. The other fonts in
+the TeX Gyre bundle do not need this support.")
+ (license (list license:gfl1.0 license:gpl3+))))
+
(define-public texlive-afm2pl
(package
(name "texlive-afm2pl")
@@ -1307,6 +1806,141 @@ a @file{.tfm} (TeX Font Metric) file. It normally preserves kerns and
ligatures, but also offers additional control over them.")
(license license:gpl2)))
+(define-public texlive-afparticle
+ (package
+ (name "texlive-afparticle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/afparticle/"
+ "source/latex/afparticle/"
+ "tex/latex/afparticle/")
+ (base32
+ "1g7dk32la2zlspdsw1pz15bf90jjycblgpg91m24bx70svdv67kv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/afparticle")
+ (synopsis "Typesetting articles for @emph{Archives of Forensic Psychology}")
+ (description
+ "This package provides a class for typesetting articles for the open
+access journal @emph{Archives of Forensic Psychology}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-afthesis
+ (package
+ (name "texlive-afthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/afthesis/" "doc/latex/afthesis/"
+ "tex/latex/afthesis/")
+ (base32
+ "1db9fzs4rf1d86n2gcn0zs255nlwc8i1yl5n9qzsn6xf5as7zz1i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/afthesis")
+ (synopsis "Air Force Institute of Technology thesis class")
+ (description
+ "This is a LaTeX thesis and dissertation class for US Air Force Institute
+Of Technology.")
+ (license license:public-domain)))
+
+(define-public texlive-aguplus
+ (package
+ (name "texlive-aguplus")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/aguplus/" "doc/latex/aguplus/"
+ "tex/latex/aguplus/")
+ (base32
+ "0qpi5r4y70cmxinr9y46rw6dfd337l5xhnqfvbkz27nw98j87fi3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aguplus")
+ (synopsis "Styles for American Geophysical Union")
+ (description
+ "This bundle started as an extension to the @acronym{AGU, American
+Geophysical Union}'s own published styles, providing extra facilities and
+improved usability. The AGU now publishes satisfactory LaTeX materials of its
+own; it is recommended to switch to the official distribution.")
+ (license license:lppl)))
+
+(define-public texlive-aiaa
+ (package
+ (name "texlive-aiaa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/aiaa/" "doc/latex/aiaa/"
+ "source/latex/aiaa/" "tex/latex/aiaa/")
+ (base32
+ "0l6sp7q53nr1ppxaynfc0q3kf1hg5v22yxyvzjdg028rf1nvbhww")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aiaa")
+ (synopsis "Typeset AIAA conference papers")
+ (description
+ "This package provides a bundle of LaTeX and BibTeX files and sample
+documents to aid those producing papers and journal articles according to the
+guidelines of the @acronym{AIAA, American Institute of Aeronautics and
+Astronautics}.")
+ (license license:lppl)))
+
+(define-public texlive-aichej
+ (package
+ (name "texlive-aichej")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/aichej/")
+ (base32
+ "1pr92pq3yjsrbax6ah01cqg7131fp2rkqqjnxwcrm4119z2ic0gf")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aichej")
+ (synopsis "Bibliography style file for the AIChE Journal")
+ (description
+ "The style was generated using custom-bib, and implements the style of
+the American Institute of Chemical Engineers Journal (or @code{AIChE} Journal
+or @code{AIChE} J or @code{AIChEJ).}")
+ (license license:lppl)))
+
+(define-public texlive-ajl
+ (package
+ (name "texlive-ajl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/ajl/")
+ (base32
+ "1xkrvy06lw4ngj94zybs14ysal2pg7g71h864gq9bjw0zwq2yjzs")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ajl")
+ (synopsis "BibTeX style for AJL")
+ (description
+ "This package provides bibliographic style references in style of
+Australian Journal of Linguistics.")
+ (license license:lppl)))
+
+(define-public texlive-akshar
+ (package
+ (name "texlive-akshar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/akshar/" "source/latex/akshar/"
+ "tex/latex/akshar/")
+ (base32
+ "17xiqalqpw64pgvmpsa41qf6y5fhg720rpbr57kv8ipvvm1fn3n5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/akshar")
+ (synopsis "Support for syllables in the Devanagari script")
+ (description
+ "This LaTeX3 package provides macros and interfaces to work with
+Devanagari characters and syllables in a more correct way.")
+ (license license:lppl1.3c)))
+
(define-public texlive-albatross
(package
(name "texlive-albatross")
@@ -1330,6 +1964,86 @@ ligatures, but also offers additional control over them.")
a given (Unicode) glyph. It relies on Fontconfig.")
(license license:bsd-3)))
+(define-public texlive-alegreya
+ (package
+ (name "texlive-alegreya")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/alegreya/"
+ "fonts/enc/dvips/alegreya/"
+ "fonts/map/dvips/alegreya/"
+ "fonts/opentype/huerta/alegreya/"
+ "fonts/tfm/huerta/alegreya/"
+ "fonts/type1/huerta/alegreya/"
+ "fonts/vf/huerta/alegreya/"
+ "tex/latex/alegreya/")
+ (base32
+ "1n09fq89nxw3jaglmvjfl7ysflqi0rh6mmp6q0zn57m72sza9rra")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/alegreya")
+ (synopsis "Alegreya fonts with LaTeX support")
+ (description
+ "Alegreya, designed by Juan Pablo del Peral, is a typeface originally
+intended for literature. It conveys a dynamic and varied rhythm which
+facilitates the reading of long texts. Bold, black, small caps and five
+number styles are available.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-aleph
+ (package
+ (name "texlive-aleph")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/aleph/base/" "doc/man/man1/aleph.1"
+ "doc/man/man1/aleph.man1.pdf")
+ (base32
+ "0b7dihilh2v8qcp4m8fblyc10jc5i4fhpj3pspzinag0pk66b7nb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:create-formats #~(list "aleph")))
+ (propagated-inputs
+ (list texlive-cm
+ texlive-hyphen-base
+ texlive-knuth-lib
+ texlive-lambda
+ texlive-latex
+ texlive-plain))
+ (home-page "https://ctan.org/pkg/aleph")
+ (synopsis "Extended TeX")
+ (description
+ "This package provides a development of Omega, using most of the
+extensions of TeX, itself developed for e-TeX.")
+ (license license:gpl3+)))
+
+(define-public texlive-alfaslabone
+ (package
+ (name "texlive-alfaslabone")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/alfaslabone/"
+ "fonts/enc/dvips/alfaslabone/"
+ "fonts/map/dvips/alfaslabone/"
+ "fonts/opentype/public/alfaslabone/"
+ "fonts/tfm/public/alfaslabone/"
+ "fonts/type1/public/alfaslabone/"
+ "fonts/vf/public/alfaslabone/"
+ "tex/latex/alfaslabone/")
+ (base32
+ "1wpn96dd1rca52dqwngvyyvnmvak32sjz2id6lcra2jnz5jhk01g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/alfaslabone")
+ (synopsis "Alfa Slab One font face with support for LaTeX and pdfLaTeX")
+ (description
+ "The @code{alfaslabone} package supports the Alfa Slab One font face for
+LaTeX. There is only a Regular font face. It's useful for book-chapter
+headlines.")
+ (license license:silofl1.1)))
+
(define-public texlive-alg
(package
(name "texlive-alg")
@@ -1376,6 +2090,34 @@ standalone documents cumbersome to customize, and has arbitrary and
inconsistent differences between the input syntax and the program text.")
(license license:gpl3+)))
+(define-public texlive-algolrevived
+ (package
+ (name "texlive-algolrevived")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/algolrevived/"
+ "fonts/enc/dvips/algolrevived/"
+ "fonts/map/dvips/algolrevived/"
+ "fonts/opentype/public/algolrevived/"
+ "fonts/tfm/public/algolrevived/"
+ "fonts/type1/public/algolrevived/"
+ "fonts/vf/public/algolrevived/"
+ "tex/latex/algolrevived/")
+ (base32
+ "0709ijp5jqajwdc9ryhjp4jky0pqynj9wj3rryxk9z6sm63pbq1k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/algolrevived")
+ (synopsis "Revival of Frutiger's Algol alphabet")
+ (description
+ "The package revives Frutiger's Algol alphabet, designed in 1963 for the
+code segments in an ALGOL manual. It provides OpenType and Type 1, regular
+and medium weights, upright and slanted variations. Albeit not monospaced,
+this font is good for listings if you don't need code to be aligned with
+specific columns. It also makes a passable but limited text font.")
+ (license (list license:silofl1.1 license:lppl1.3c))))
+
(define-public texlive-algorithm2e
(package
(name "texlive-algorithm2e")
@@ -1509,6 +2251,125 @@ text which spans over multiple lines.")
math environments.")
(license license:lppl1.3c)))
+(define-public texlive-alkalami
+ (package
+ (name "texlive-alkalami")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/alkalami/"
+ "fonts/truetype/public/alkalami/")
+ (base32
+ "0979xhsjar0gwjp9yqp0kaf4gp4z715gr2kdb8dkqg8zzlkqhgzk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/alkalami")
+ (synopsis "Font for Arabic-based writing systems in Nigeria and Niger")
+ (description
+ "This font is designed for Arabic-based writing systems in the Kano
+region of Nigeria and Niger.")
+ (license license:silofl1.1)))
+
+(define-public texlive-allrunes
+ (package
+ (name "texlive-allrunes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/allrunes/"
+ "fonts/map/dvips/allrunes/"
+ "fonts/source/public/allrunes/"
+ "fonts/type1/public/allrunes/"
+ "source/fonts/allrunes/"
+ "tex/latex/allrunes/")
+ (base32
+ "14a1qaa30s4dzmg4dlrjd3faa3bcrl2gdpp700i8pghj3pjk7gp4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/allrunes")
+ (synopsis "Fonts and LaTeX package for almost all runes")
+ (description
+ "This large collection of fonts (in Adobe Type 1 format), with the LaTeX
+package gives access to almost all runes ever used in Europe. The bundle
+covers not only the main forms but also a lot of varieties.")
+ (license license:lppl)))
+
+(define-public texlive-almendra
+ (package
+ (name "texlive-almendra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/almendra/"
+ "fonts/enc/dvips/almendra/"
+ "fonts/map/dvips/almendra/"
+ "fonts/tfm/public/almendra/"
+ "fonts/truetype/public/almendra/"
+ "fonts/type1/public/almendra/"
+ "fonts/vf/public/almendra/"
+ "tex/latex/almendra/")
+ (base32
+ "1mkj0cjpry0hdynlpf719haczm1csv0yvla6nhlgp3dq5k28hvp2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/almendra")
+ (synopsis "Almendra fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeX support for
+the Almendra family of fonts, designed by Ana Sanfelippo. Almendra is
+a typeface design based on calligraphy. Its style is related to the Chancery
+and Gothic hands. There are regular and bold weights with matching italics.
+There is also a regular-weight small-caps.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-almfixed
+ (package
+ (name "texlive-almfixed")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/almfixed/"
+ "fonts/opentype/public/almfixed/"
+ "fonts/truetype/public/almfixed/")
+ (base32
+ "1ihyldbdz89swj8lm75kb3n3nqqgzkydwlppsndfpib74pvp6s97")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/almfixed")
+ (synopsis "Extend TeX-Gyre Latin Modern to full Arabic Unicode support")
+ (description
+ "Arabic-Latin Modern Fixed is an extension of TeX-Gyre Latin Modern Mono
+10 Regular. Every glyph and OpenType feature of the Latin Modern Mono has
+been retained, with minor improvements. On the other hand, we have changed
+the vertical metrics of the font.
+
+The unique feature of Arabic-Latin Modern is its treatment of vowels and
+diacritics. Each vowel and diacritic (ALM Fixed contains a total of 68 such
+glyphs) may now be edited horizontally within any text editor or processor.
+Editing complex Arabic texts will now be much easier to input and to
+proofread.")
+ (license license:gfl1.0)))
+
+(define-public texlive-alpha-persian
+ (package
+ (name "texlive-alpha-persian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/alpha-persian/"
+ "doc/bibtex/alpha-persian/")
+ (base32
+ "15ynmgh3fp6s40c200kgr6v0q84bkzp9cv45yg90mr9d7mq72djv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/alpha-persian")
+ (synopsis "Persian version of @file{alpha.bst}")
+ (description
+ "The package provides a Persian version of the alpha BibTeX style and
+offers several enhancements. It is compatible with the @code{hyperref},
+@code{url}, @code{natbib}, and @code{cite} packages.")
+ (license license:lppl1.3c)))
+
(define-public texlive-amscdx
(package
(name "texlive-amscdx")
@@ -1602,6 +2463,24 @@ create a bibliography.")
;; Use same license as `amsmath'.
(license license:lppl1.3c)))
+(define-public texlive-amsldoc-vn
+ (package
+ (name "texlive-amsldoc-vn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/amsldoc-vn/")
+ (base32
+ "1iz0zjn1v7izwbsq0zb6cvpnkbvk0nxw1b24j7dzqwk3m9j43i6x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/amslatexdoc-vietnamese")
+ (synopsis "Vietnamese translation of AMSLaTeX documentation")
+ (description
+ "This is a Vietnamese translation of @code{amsldoc}, the users guide to
+@code{amsmath}.")
+ (license license:lppl1.3+)))
+
(define-public texlive-amstex
(package
(name "texlive-amstex")
@@ -1658,6 +2537,34 @@ prepare submissions for the AMS.")
;; Use same license as `amscls'.
(license license:lppl1.3c)))
+(define-public texlive-andika
+ (package
+ (name "texlive-andika")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/andika/"
+ "fonts/enc/dvips/andika/"
+ "fonts/map/dvips/andika/"
+ "fonts/tfm/SIL/andika/"
+ "fonts/truetype/SIL/andika/"
+ "fonts/type1/SIL/andika/"
+ "fonts/vf/SIL/andika/"
+ "tex/latex/andika/")
+ (base32
+ "1gjahg3xwzwrj9cp6l0zmhfqxwzl4m89vvngmpq4ym0f6rg5pb4i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/andika")
+ (synopsis "Andika fonts with support for all LaTeX engines")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Andika family of fonts designed by SIL International especially for
+literacy use, taking into account the needs of beginning readers. The focus
+is on clear, easy-to-perceive letterforms that will not be readily confused
+with one another.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-annee-scolaire
(package
(name "texlive-annee-scolaire")
@@ -1681,6 +2588,26 @@ of the academic year, a macro to be redefined to change the presentation of
the years.")
(license license:lppl1.3c)))
+(define-public texlive-annotate
+ (package
+ (name "texlive-annotate")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/annotate/")
+ (base32
+ "12q3xk08ycz57vsrcr2glk7y48w8sbc4n8lrqaicd46cxfd4jdqm")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/annotate")
+ (synopsis "Bibliography style with annotations")
+ (description
+ "The style is a derivative of the standard @code{alpha} style, which
+processes an entry's annotate field as part of the printed output.")
+ ;; There is no explicit license in the "annotate.bst" file, but it
+ ;; mentions being derived from "alpha.bst", which is released under
+ ;; Knuth's terms. We therefore use the same license.
+ (license license:knuth)))
+
(define-public texlive-annotate-equations
(package
(name "texlive-annotate-equations")
@@ -1701,6 +2628,59 @@ equations and add annotation labels using TikZ. It should work with pdfLaTeX
as well as LuaLaTeX.")
(license license:expat)))
+(define-public texlive-anonymous-acm
+ (package
+ (name "texlive-anonymous-acm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/anonymous-acm/"
+ "tex/latex/anonymous-acm/")
+ (base32
+ "05csmx485sjky64d2hwlb5f7mrkixhw1gn3nl7p7lng9sd8qh25k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/anonymous-acm")
+ (synopsis "Typeset anonymous versions for ACM articles")
+ (description
+ "Academics often need to submit anonymous versions of their papers for
+peer-review. This often requires anonymization which at some future date
+needs to be reversed. However de-anonymizing an anonymized paper can be
+laborious and error-prone. This LaTeX package allows anonymization options to
+be specified at the time of writing for authors using @code{acmart.cls}, the
+official @acronym{ACM, Association of Computing Machinery} master
+@code{article} template. Anonymization or deanonymization is carried out by
+simply changing one option and recompiling.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-anonymouspro
+ (package
+ (name "texlive-anonymouspro")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/anonymouspro/"
+ "fonts/afm/public/anonymouspro/"
+ "fonts/enc/dvips/anonymouspro/"
+ "fonts/map/dvips/anonymouspro/"
+ "fonts/tfm/public/anonymouspro/"
+ "fonts/truetype/public/anonymouspro/"
+ "fonts/type1/public/anonymouspro/"
+ "fonts/vf/public/anonymouspro/"
+ "source/fonts/anonymouspro/"
+ "tex/latex/anonymouspro/")
+ (base32
+ "1qfhsbq3ab72k9d023pa70vs1807djijg84l888nwsf3ylfwg7mf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/anonymouspro")
+ (synopsis "Use AnonymousPro fonts with LaTeX")
+ (description
+ "The fonts are a monowidth set, designed for use by coders. They appear
+as a set of four TrueType, or Adobe Type 1 font files, and LaTeX support is
+also provided.")
+ (license license:lppl1.3c)))
+
(define-public texlive-antanilipsum
(package
(name "texlive-antanilipsum")
@@ -1722,6 +2702,243 @@ mocking nonsense phrases from the movie series @emph{Amici Miei} (``My
friends'', in English), directed by Mario Monicelli.")
(license license:lppl1.3c)))
+(define-public texlive-antiqua
+ (package
+ (name "texlive-antiqua")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/antiqua/"
+ "fonts/afm/urw/antiqua/"
+ "fonts/map/dvips/antiqua/"
+ "fonts/map/vtex/antiqua/"
+ "fonts/tfm/urw/antiqua/"
+ "fonts/type1/urw/antiqua/"
+ "fonts/vf/urw/antiqua/"
+ "tex/latex/antiqua/")
+ (base32
+ "0agnibj98zx2f2r40gqcfm2f1x06389wd2qrlf6b4pl8pgay42z2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/urw-antiqua")
+ (synopsis "URW Antiqua condensed font, for use with TeX")
+ (description
+ "The package contains a copy of the Type 1 font URW Antiqua 2051 Regular
+Condensed, with supporting files for use with (La)TeX.")
+ (license license:gpl3+)))
+
+(define-public texlive-antomega
+ (package
+ (name "texlive-antomega")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/omega/antomega/" "omega/ocp/antomega/"
+ "omega/otp/antomega/"
+ "source/lambda/antomega/"
+ "tex/lambda/antomega/")
+ (base32
+ "02pfjm9y33mjggn9w2lrk1fxfz3m72xgbvyvrq2iri9yf0hk33pf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-build
+ ;; This phase is necessary because the build phase is reluctant to
+ ;; generate "hyphen.cfg" since there is another one among the
+ ;; inputs already.
+ (lambda _
+ (substitute* "source/lambda/antomega/antomega.ins"
+ (("\\\\generateFile\\{hyphen\\.cfg\\}\\{t\\}")
+ "\\generateFile{hyphen.cfg}{f}")))))))
+ (propagated-inputs (list texlive-omega))
+ (home-page "https://ctan.org/pkg/antomega")
+ (synopsis "Alternative language support for Omega and Lambda")
+ (description
+ "This package provides a language support package for Omega and Lambda.
+This replaces the original Omega package for use with Lambda, and provides
+extra facilities (including Babel-like language switching, which eases porting
+of LaTeX documents to Lambda).")
+ (license license:lppl)))
+
+(define-public texlive-anufinalexam
+ (package
+ (name "texlive-anufinalexam")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/anufinalexam/")
+ (base32
+ "1v1k74vxidgxn5zzqz6v9zga468kcf7hwdrnvw44cd318221y396")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/anufinalexam")
+ (synopsis "LaTeX document shell for ANU final exam")
+ (description
+ "This LaTeX document shell is created for the standard formatting of
+final exams in the @acronym{ANU, Australian National University}.")
+ (license license:gpl3+)))
+
+(define-public texlive-anyfontsize
+ (package
+ (name "texlive-anyfontsize")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/anyfontsize/"
+ "tex/latex/anyfontsize/")
+ (base32
+ "0wr4brhggmkb1rwzmcc2r5ygzqp6090z0bp3sfbarwvwz903wpdn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/anyfontsize")
+ (synopsis "Select any font size in LaTeX")
+ (description
+ "The package allows the to user select any font size , even those sizes
+that are not listed in the @file{.fd} file. If such a size is requested,
+LaTeX will search for and select the nearest listed size; @code{anyfontsize}
+will then scale the font to the size actually requested. Similar
+functionality is available for the CM family, for the EC family, or for either
+Computer Modern encoding; the present package generalises the facility.")
+ (license license:lppl)))
+
+(define-public texlive-aomart
+ (package
+ (name "texlive-aomart")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/aomart/" "doc/latex/aomart/"
+ "source/latex/aomart/" "tex/latex/aomart/")
+ (base32
+ "0gdi54qi0m96pwwn59r9qjlkw0986z9ra57g1vf11h67zwmrgrv9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aomart")
+ (synopsis "Typeset articles for the @emph{Annals of Mathematics}")
+ (description
+ "The package provides a class for typesetting articles for the
+@emph{Annals of Mathematics}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-apa
+ (package
+ (name "texlive-apa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/apa/" "tex/latex/apa/")
+ (base32
+ "0slrvw7awva4d2zf7a6qyvh85qhrp8ml4ncdzjfizr5xz4ki6gs2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/apa")
+ (synopsis "American Psychological Association format")
+ (description
+ "This package provides a LaTeX class to format text according to the
+@emph{American Psychological Association Publication Manual} (5th ed.)
+specifications for manuscripts or to the @acronym{APA, Americal Psychological
+Association} journal look found in journals like the @emph{Journal of
+Experimental Psychology} etc. In addition, it provides regular LaTeX-like
+output with a few enhancements and APA-motivated changes. Note that the
+@code{apa7} class (covering the 7th edition of the manual) and
+@code{apa6} (covering the 6th edition of the manual) are now commonly in use.
+Apacite, which used to work with this class, has been updated for use with
+@code{apa6}.")
+ (license license:lppl)))
+
+(define-public texlive-apa6e
+ (package
+ (name "texlive-apa6e")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/apa6e/" "source/latex/apa6e/"
+ "tex/latex/apa6e/")
+ (base32
+ "1dksjpdywwvyj9mfhaghsrf935p061gsnx4lf5s6pkv5nxn2pbln")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/apa6e")
+ (synopsis "Format manuscripts to APA 6th edition guidelines")
+ (description
+ "This is a minimalist class file for formatting manuscripts in the style
+described in the @acronym{APA, American Psychological Association} 6th edition
+guidelines. The @code{apa6} class provides better coverage of the
+requirements.")
+ (license license:bsd-2)))
+
+(define-public texlive-apa7
+ (package
+ (name "texlive-apa7")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/apa7/" "source/latex/apa7/"
+ "tex/latex/apa7/")
+ (base32
+ "0kifjg61s16cn7zvmix2yqdz26spr7f9gsxkiv822qs3y337l6ry")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ ;; ".ins" file writes files to "./config" and "./build".
+ ;; Create these directories first to prevent an error.
+ (add-before 'build 'prepare-build
+ (lambda _
+ (for-each mkdir-p (list "build/config" "build/samples")))))))
+ (home-page "https://ctan.org/pkg/apa7")
+ (synopsis "Format documents in APA style (7th edition)")
+ (description
+ "This class formats documents in @acronym{APA, American Psychological
+Association} style (7th Edition). It provides a full set of facilities in
+four different output modes (journal-like appearance, double-spaced
+manuscript, double-spaced student manuscript, LaTeX-like document). The class
+can mask author identity for copies for use in masked peer review. It is
+a development of the @code{apa6} class.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-apalike-ejor
+ (package
+ (name "texlive-apalike-ejor")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/apalike-ejor/"
+ "doc/bibtex/apalike-ejor/")
+ (base32
+ "0qq7c81hqi46596zw322w1qd8z341zksi5720f9s75nj1hmjj12g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/apalike-ejor")
+ (synopsis
+ "BibTeX style file for the European Journal of Operational Research")
+ (description
+ "This package contains a BibTeX style file, @file{apalike-ejor.bst},
+made to follow the European Journal of Operational Research reference style
+guidelines.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-apalike2
+ (package
+ (name "texlive-apalike2")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/apalike2/")
+ (base32
+ "0mn84ahwjg8gvw5lifvcrnch11q79d4bgw3nmhrh4v8slwgip5l7")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/apalike2")
+ (synopsis "Bibliography style that approaches APA requirements")
+ (description
+ "This package is an adaptation of @code{apalike}, which is part of the
+base BibTeX distribution.")
+ (license license:knuth)))
+
(define-public texlive-apnum
(package
(name "texlive-apnum")
@@ -1806,6 +3023,145 @@ the main text, and supports a separate bibliography for the appendix
material.")
(license license:lppl1.3+)))
+(define-public texlive-arabi
+ (package
+ (name "texlive-arabi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/arabi/"
+ "fonts/afm/arabi/arabeyes/"
+ "fonts/enc/dvips/arabi/"
+ "fonts/map/dvips/arabi/"
+ "fonts/tfm/arabi/arabeyes/"
+ "fonts/tfm/arabi/farsiweb/"
+ "fonts/type1/arabi/arabeyes/"
+ "fonts/type1/arabi/farsiweb/"
+ "tex/latex/arabi/")
+ (base32
+ "19js5lw5r51n97gnf7ggvnvdkaamd0aagx73hnpyfzgzj9nb8pjr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/arabi")
+ (synopsis "(La)TeX support for Arabic and Farsi, compliant with Babel")
+ (description
+ "The package provides an Arabic and Farsi script support for TeX without
+the need of any external pre-processor, and in a way that is compatible with
+Babel. The bi-directional capability supposes that the user has a TeX engine
+that knows the four primitives @code{\\beginR}, @code{\\endR}, @code{\\beginL}
+and @code{\\endL}. That is the case in both the TeX--XeT and e-TeX engines.
+
+Arabi will accept input in several 8-bit encodings, including UTF-8. Arabi
+can make use of a wide variety of Arabic and Farsi fonts, and provides one of
+its own. PDF files generated using Arabi may be searched, and text may be
+copied from them and pasted elsewhere.")
+ (license license:lppl)))
+
+(define-public texlive-arabi-add
+ (package
+ (name "texlive-arabi-add")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/arabi-add/"
+ "tex/latex/arabi-add/")
+ (base32
+ "1lrr3vr9sv554bvad70rc32x0jgsam2jaflgxw0nid0629rmigdj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/arabi-add")
+ (synopsis
+ "Using @code{hyperref} and @code{bookmark} packages with Arabic and Farsi languages")
+ (description
+ "This package takes advantage of some of the possibilities that
+@code{hyperref} and @code{bookmark} packages offer when you create a table of
+contents for Arabic texts created by the @code{arabi} package.")
+ (license license:lppl1.3)))
+
+(define-public texlive-arabic-book
+ (package
+ (name "texlive-arabic-book")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/arabic-book/"
+ "tex/xelatex/arabic-book/")
+ (base32
+ "070agzwpgdfvjqn2klxw2m1bavy0l9b9pqqikc7il3wx107m4ni1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/arabic-book")
+ (synopsis "Arabic @code{book} class")
+ (description
+ "This document class provides both Arabic and English support for TeX and
+LaTeX. Input may be in ASCII transliteration or other encodings
+(including UTF-8), and output may be Arabic, Hebrew, or any of several
+languages that use the Arabic script, as can be specified by the Polyglossia
+package. The Arabic font is presently available in any Arabic fonts style.
+In order to use Amiri font style, the user needs to install the amiri package.
+This document class runs with the XeTeX engine. PDF files generated using
+this class can be searched, and text can be copied from them and pasted
+elsewhere.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-arabluatex
+ (package
+ (name "texlive-arabluatex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/arabluatex/"
+ "source/lualatex/arabluatex/"
+ "tex/lualatex/arabluatex/")
+ (base32
+ "1g1ai0inai3jniq49avfswyaysxlk1yp6n97l94pq8v3vszx0k8i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/arabluatex")
+ (synopsis "ArabTeX for LuaLaTeX")
+ (description
+ "This package provides for LuaLaTeX an ArabTeX-like interface to generate
+Arabic writing from an ascii transliteration. It is particularly well-suited
+for complex documents such as technical documents or critical editions where
+a lot of left-to-right commands intertwine with Arabic writing.
+@code{arabluatex} is able to process any ArabTeX input notation. Its output
+can be set in the same modes of vocalization as ArabTeX, or in different roman
+transliterations. It further allows many typographical refinements. It will
+eventually interact with some other packages yet to come to produce from
+@file{.tex} source files, in addition to printed books, TEI XML compliant
+critical editions and/or lexicons that can be searched, analyzed and
+correlated in various ways.")
+ (license (list license:gpl3+ license:cc-by-sa4.0))))
+
+(define-public texlive-arabtex
+ (package
+ (name "texlive-arabtex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/arabtex/"
+ "fonts/map/dvips/arabtex/"
+ "fonts/source/public/arabtex/"
+ "fonts/tfm/public/arabtex/"
+ "fonts/type1/public/arabtex/"
+ "tex/latex/arabtex/")
+ (base32
+ "1z1iaj59lawilydp31d3zxbd5jbny4szpdnkbwl6lrnki4c0s51c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/arabtex")
+ (synopsis "Macros and fonts for typesetting Arabic")
+ (description
+ "ArabTeX is a package extending the capabilities of TeX and LaTeX to
+generate Arabic and Hebrew text. Input may be in ASCII transliteration or
+other encodings (including UTF-8); output may be Arabic, Hebrew, or any of
+several languages that use the Arabic script. ArabTeX consists of a TeX macro
+package and Arabic and Hebrew fonts (provided both in Metafont format and
+Adobe Type 1). The Arabic font is presently only available in the Naskhi
+style. ArabTeX will run with Plain TeX and also with LaTeX.")
+ (license license:lppl)))
+
(define-public texlive-arara
(package
(name "texlive-arara")
@@ -1840,6 +3196,137 @@ on indirect resources, such as log file analysis. Arara requires a Java
virtual machine.")
(license license:bsd-3)))
+(define-public texlive-aramaic-serto
+ (package
+ (name "texlive-aramaic-serto")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/aramaic-serto/"
+ "fonts/afm/public/aramaic-serto/"
+ "fonts/map/dvips/aramaic-serto/"
+ "fonts/source/public/aramaic-serto/"
+ "fonts/tfm/public/aramaic-serto/"
+ "fonts/type1/public/aramaic-serto/"
+ "tex/latex/aramaic-serto/")
+ (base32
+ "154bicknhsj8nypnyzr999wj34xli0kfpic9vym805abxbpwrmsw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/aramaic-serto")
+ (synopsis "Fonts and LaTeX for Syriac written in Serto")
+ (description
+ "This package enables (La)TeX users to typeset words or phrases (e-TeX
+extensions are needed) in Syriac (Aramaic) using the Serto-alphabet. The
+package includes a preprocessor written in Python in order to deal with
+right-to-left typesetting for those who do not want to use e-LaTeX and to
+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-archaic
+ (package
+ (name "texlive-archaic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/archaic/"
+ "fonts/afm/public/archaic/"
+ "fonts/map/dvips/archaic/"
+ "fonts/source/public/archaic/"
+ "fonts/tfm/public/archaic/"
+ "fonts/type1/public/archaic/"
+ "source/fonts/archaic/"
+ "tex/latex/archaic/")
+ (base32
+ "0a6lp4w9b76q1w30a58205b1n7jf61n58ps2hdxrhpg9nxqwy1w0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/archaic")
+ (synopsis "Collection of archaic fonts")
+ (description
+ "The collection contains fonts to represent Aramaic, Cypriot,
+Etruscan, Greek of the 6th and 4th centuries BCE, Egyptian hieroglyphics,
+Linear A, Linear B, Nabatean old Persian, the Phaistos disc, Phoenician,
+proto-Semitic, runic, South Arabian Ugaritic and Viking scripts. The bundle
+also includes a small font for use in phonetic transcription of the archaic
+writings.")
+ (license license:lppl)))
+
+(define-public texlive-archivo
+ (package
+ (name "texlive-archivo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/archivo/"
+ "fonts/enc/dvips/archivo/"
+ "fonts/map/dvips/archivo/"
+ "fonts/opentype/public/archivo/"
+ "fonts/tfm/public/archivo/"
+ "fonts/type1/public/archivo/"
+ "fonts/vf/public/archivo/"
+ "tex/latex/archivo/")
+ (base32
+ "1wdvr7ch2ydj41yd0xniwppb5wh1m9w97d839fhmp21lgyhss0jl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/archivo")
+ (synopsis "Archivo font face with support for LaTeX and pdfLaTeX")
+ (description
+ "This package provides the Archivo family of fonts designed by
+Omnibus-Type, with support for LaTeX and pdfLaTeX.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-arimo
+ (package
+ (name "texlive-arimo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/arimo/"
+ "fonts/enc/dvips/arimo/"
+ "fonts/map/dvips/arimo/"
+ "fonts/tfm/google/arimo/"
+ "fonts/truetype/google/arimo/"
+ "fonts/type1/google/arimo/"
+ "fonts/vf/google/arimo/"
+ "tex/latex/arimo/")
+ (base32
+ "06m23slsvcp0pm2ds2rxmgj0qrrvy8qknda4yjhvcz9almwb4syx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/arimo")
+ (synopsis "Arimo sans serif fonts with LaTeX support")
+ (description
+ "The Arimo family, designed by Steve Matteson, is a refreshing sans serif
+design which is metrically compatible with Arial.")
+ (license license:asl2.0)))
+
(define-public texlive-armtex
(package
(name "texlive-armtex")
@@ -1889,6 +3376,201 @@ three extra questions (with their answers) that Michael Downes didn't manage
to get onto CTAN.")
(license license:lppl)))
+(define-public texlive-arphic
+ (package
+ (name "texlive-arphic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/arphic/"
+ "dvips/arphic/"
+ "fonts/afm/arphic/bkaiu/"
+ "fonts/afm/arphic/bsmiu/"
+ "fonts/afm/arphic/gbsnu/"
+ "fonts/afm/arphic/gkaiu/"
+ "fonts/map/dvips/arphic/"
+ "fonts/tfm/arphic/bkaimp/"
+ "fonts/tfm/arphic/bkaiu/"
+ "fonts/tfm/arphic/bsmilp/"
+ "fonts/tfm/arphic/bsmiu/"
+ "fonts/tfm/arphic/gbsnlp/"
+ "fonts/tfm/arphic/gbsnu/"
+ "fonts/tfm/arphic/gkaimp/"
+ "fonts/tfm/arphic/gkaiu/"
+ "fonts/type1/arphic/bkaiu/"
+ "fonts/type1/arphic/bsmiu/"
+ "fonts/type1/arphic/gbsnu/"
+ "fonts/type1/arphic/gkaiu/"
+ "fonts/vf/arphic/bkaimp/"
+ "fonts/vf/arphic/bsmilp/"
+ "fonts/vf/arphic/gbsnlp/"
+ "fonts/vf/arphic/gkaimp/")
+ (base32
+ "1sqsgw9xjgd3ss2q7hwnb3vv38sg7l9i8bvsy79m5hyg29wn973x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/arphic")
+ (synopsis "Arphic (Chinese) font packages")
+ (description
+ "These are font bundles for the Chinese Arphic fonts which work with the
+CJK package. TrueType versions of these fonts for use with XeLaTeX and
+LuaLaTeX are provided by the @code{arphic-ttf} package.")
+ ;; The files are generated from `chinese-fonts-truetype', located in
+ ;; non-GNU FTP site, using the license below.
+ (license license:arphic-1999)))
+
+(define-public texlive-arphic-ttf
+ (package
+ (name "texlive-arphic-ttf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/arphic-ttf/"
+ "fonts/truetype/public/arphic-ttf/")
+ (base32
+ "141hsz7lhqpbz3k10kl57bg21yslrb562alk1a6q129i56zb7jby")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/arphic-ttf")
+ (synopsis "TrueType version of Chinese Arphic fonts")
+ (description
+ "This package provides TrueType versions of the Chinese Arphic fonts for
+use with XeLaTeX and LuaLaTeX. Type1 versions of these fonts, for use with
+pdfLaTeX and the @code{cjk} package, are provided by the @code{arphic}
+package.")
+ (license license:arphic-1999)))
+
+(define-public texlive-arsclassica
+ (package
+ (name "texlive-arsclassica")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/arsclassica/"
+ "tex/latex/arsclassica/")
+ (base32
+ "0cxmp68na3ww565r7ixqbhsy2mp063wwq5p6gwvq5fdrk34ci2a5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/arsclassica")
+ (synopsis "Different view of the ClassicThesis package")
+ (description
+ "The package changes some typographical points of the ClassicThesis
+style. It enables the user to reproduce the look of the guide @emph{The art
+of writing with LaTeX} (the web page is in Italian).")
+ (license license:lppl)))
+
+(define-public texlive-articleingud
+ (package
+ (name "texlive-articleingud")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/articleingud/"
+ "source/latex/articleingud/"
+ "tex/latex/articleingud/")
+ (base32
+ "1iprjpjr3yav8afmgirrfmdipxb1fmdwa3b0ss5y8l7wspijmmp8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/articleingud")
+ (synopsis "LaTeX class for articles published in INGENIERIA review")
+ (description
+ "The package provides a class for articles published in INGENIERIA
+review. This class is derived from the standard LaTeX class @code{article}.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-arvo
+ (package
+ (name "texlive-arvo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/arvo/"
+ "fonts/enc/dvips/arvo/"
+ "fonts/map/dvips/arvo/"
+ "fonts/tfm/public/arvo/"
+ "fonts/truetype/public/arvo/"
+ "fonts/vf/public/arvo/"
+ "tex/latex/arvo/")
+ (base32
+ "1dc52n81wxz06vfbxzmfdp9j6a217v8yf8bczqlnx5vgzy8wlmi3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/arvo")
+ (synopsis "Arvo font face with support for LaTeX and pdfLaTeX")
+ (description
+ "This package provides the Arvo family of fonts, designed by Anton
+Koovit, with support for LaTeX and pdfLaTeX.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-asaetr
+ (package
+ (name "texlive-asaetr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/asaetr/" "doc/latex/asaetr/"
+ "tex/latex/asaetr/")
+ (base32
+ "1yms34l9nx151vgjrjsa94801q0bgp2khjgk933iy1bpkmm7jf2d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/asaetr")
+ (synopsis "Transactions of the ASAE")
+ (description
+ "This package provides a class and BibTeX style for submissions to the
+@emph{Transactions of the American Society of Agricultural Engineers}. Also
+included is the Metafont source of a slanted Computer Modern Caps and Small
+Caps font.")
+ (license license:public-domain)))
+
+(define-public texlive-asapsym
+ (package
+ (name "texlive-asapsym")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/asapsym/"
+ "fonts/opentype/omnibus-type/asapsym/"
+ "source/fonts/asapsym/"
+ "tex/generic/asapsym/"
+ "tex/latex/asapsym/"
+ "tex/plain/asapsym/")
+ (base32
+ "038adcagkzy1bj5y9i5a4i5kbyr3wg7w0lfhbbg9z7glqmivilic")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/asapsym")
+ (synopsis "Using the ASAP Symbol font with LaTeX and Plain TeX")
+ (description
+ "The package provides macros (usable with LaTeX or Plain TeX) for using
+the ASAP Symbol font, which is also included. The font is distributed in
+OpenType format, and makes extensive use of OpenType features. Therefore, at
+this time, only XeTeX and LuaTeX are supported.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ascelike
+ (package
+ (name "texlive-ascelike")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/ascelike/" "doc/latex/ascelike/"
+ "tex/latex/ascelike/")
+ (base32
+ "14n4z4agsnnvms51r142q0r5bv9yqp4gchrr7zvakkp2r3232dai")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ascelike")
+ (synopsis "Bibliography style for the ASCE")
+ (description
+ "This package provides a document class and bibliographic style that
+prepares documents in the style required by the @acronym{ASCE, American
+Society of Civil Engineers}. These are unofficial files, not sanctioned by
+that organization.")
+ (license license:lppl)))
+
(define-public texlive-ascii-chart
(package
(name "texlive-ascii-chart")
@@ -1907,6 +3589,397 @@ to get onto CTAN.")
converted between Plain TeX and LaTeX by a simple editing action.")
(license license:lppl1.3+)))
+(define-public texlive-ascii-font
+ (package
+ (name "texlive-ascii-font")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ascii-font/"
+ "fonts/map/dvips/ascii-font/"
+ "fonts/tfm/public/ascii-font/"
+ "fonts/type1/public/ascii-font/"
+ "source/fonts/ascii-font/"
+ "tex/latex/ascii-font/")
+ (base32
+ "0cbzvbszxyv552z1274m3bf5k40xr8w12da17db0w2w02y47nyq5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ascii-font")
+ (synopsis "Use the ASCII font in LaTeX")
+ (description
+ "The package provides glyph and font access commands so that LaTeX users
+can use the ASCII glyphs in their documents. The ASCII font is encoded
+according to the IBM PC Code Page 437 C0 Graphics.")
+ (license license:lppl)))
+
+(define-public texlive-ascmac
+ (package
+ (name "texlive-ascmac")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ascmac/"
+ "fonts/map/dvips/ascmac/"
+ "fonts/source/public/ascmac/"
+ "fonts/tfm/public/ascmac/"
+ "fonts/type1/public/ascmac/"
+ "source/latex/ascmac/"
+ "tex/latex/ascmac/")
+ (base32
+ "1d388nqyjipqsgd0pd4zrskaf3wddacg6rrmy3q1n8pvmna4gmz1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/ascmac")
+ (synopsis "Boxes and picture macros with Japanese vertical writing support")
+ (description
+ "The bundle provides boxes and picture macros with Japanese vertical
+writing support. It uses only native picture macros and fonts for drawing
+boxes and is thus driver independent.")
+ (license license:bsd-3)))
+
+(define-public texlive-asmeconf
+ (package
+ (name "texlive-asmeconf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/asmeconf/" "doc/latex/asmeconf/"
+ "tex/latex/asmeconf/")
+ (base32
+ "05wic7mb1flxdnl27lbhkjnbalnc8bqy4xj1w2rk5kzxmw525288")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/asmeconf")
+ (synopsis "LaTeX template for ASME conference papers")
+ (description
+ "The @code{asmeconf} class provides a LaTeX template for ASME conference
+papers, following ASME's guidelines for margins, fonts, headings, captions,
+and reference formats as of 2022. This LaTeX template is intended to be used
+with the @file{asmeconf.bst} BibTeX style, for reference formatting, which is
+part of this distribution. The code is compatible with pdfLaTeX or LuaLaTeX.
+
+This LaTeX template is not a publication of ASME.")
+ (license license:expat)))
+
+(define-public texlive-asmejour
+ (package
+ (name "texlive-asmejour")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/asmejour/" "doc/latex/asmejour/"
+ "tex/latex/asmejour/")
+ (base32
+ "09zncjbvdrqkr8g131mx0m73km4d270sn9782knl5qj6gxh98940")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/asmejour")
+ (synopsis "Template for ASME journal papers")
+ (description
+ "The @code{asmejour} class provides a template to format preprints
+submitted to ASME journals. The layout and reference formats closely follow
+the style that is currently being used for published papers. The class is
+intended to be used with the @file{asmejour.bst} BibTeX style, which is part
+of this distribution. The class is compatible with pdfLaTeX or LuaLaTeX.
+
+This package is not a publication of ASME.")
+ (license license:expat)))
+
+(define-public texlive-aspectratio
+ (package
+ (name "texlive-aspectratio")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/aspectratio/"
+ "fonts/map/dvips/aspectratio/"
+ "fonts/source/public/aspectratio/"
+ "fonts/tfm/public/aspectratio/"
+ "fonts/type1/public/aspectratio/"
+ "tex/latex/aspectratio/")
+ (base32
+ "1vm1aj4mm2rn2p032nakg16gmyzv43149h2v1l18dw72sayqqg2s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/aspectratio")
+ (synopsis "Capital @samp{A} and capital @samp{R} ligature for Aspect Ratio")
+ (description
+ "The package provides fonts (both as Adobe Type 1 format, and as Metafont
+source) for the AR symbol (for Aspect Ratio) used by aeronautical scientists
+and engineers. Note that the package supersedes the package @code{ar}.")
+ (license license:lppl)))
+
+(define-public texlive-asternote
+ (package
+ (name "texlive-asternote")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/asternote/"
+ "tex/latex/asternote/")
+ (base32
+ "1a53pmw237lm1yjx55qwq3fq6jq34vlw03w62vrq3ksw9346dg5r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/asternote")
+ (synopsis "Annotation symbols enclosed in square brackets with an asterisk")
+ (description
+ "This LaTeX package can output annotation symbols enclosed in square
+brackets and marked with an asterisk.")
+ (license license:expat)))
+
+(define-public texlive-astro
+ (package
+ (name "texlive-astro")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/astro/"
+ "fonts/source/public/astro/"
+ "fonts/tfm/public/astro/")
+ (base32
+ "1pdmn93wiarwplha6r59ap9nvhdm9ir4aa4az93w3b189g316g2c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/astro")
+ (synopsis "Astronomical (planetary) symbols")
+ (description
+ "Astrosym is a font containing astronomical symbols, including those used
+for the planets, four planetoids, the phases of the moon, the signs of the
+zodiac, and some additional symbols. The font is distributed as Metafont
+source.")
+ (license license:lppl)))
+
+(define-public texlive-asymptote-by-example-zh-cn
+ (package
+ (name "texlive-asymptote-by-example-zh-cn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/asymptote-by-example-zh-cn/")
+ (base32
+ "0854pbh3rm21rzzbhai7xijzw26qawffj4wd3mrwbva1406106ff")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/asymptote-by-example-zh-cn")
+ (synopsis "Asymptote by example")
+ (description "This is an Asymptote tutorial written in Simplified
+Chinese.")
+ (license license:gpl3+)))
+
+(define-public texlive-asymptote-faq-zh-cn
+ (package
+ (name "texlive-asymptote-faq-zh-cn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/asymptote-faq-zh-cn/")
+ (base32
+ "0z09f5as68dz66dlj370xfx593bv50ihxx10zxmm9lk27ymr52hb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/asymptote-faq-zh-cn")
+ (synopsis "Asymptote FAQ (Chinese translation)")
+ (description "This is a Chinese translation of the Asymptote FAQ.")
+ (license license:lppl)))
+
+(define-public texlive-asymptote-manual-zh-cn
+ (package
+ (name "texlive-asymptote-manual-zh-cn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/asymptote-manual-zh-cn/")
+ (base32
+ "047l3bh8vvk185wkazyfw4dm6893xpa2ksn5vfc57r5rv4x16wmb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/asymptote-manual-zh-cn")
+ (synopsis "Chinese translation of the Asymptote manual")
+ (description
+ "This is an (incomplete, simplified) Chinese translation of the Asymptote
+manual.")
+ (license license:lgpl3+)))
+
+(define-public texlive-atkinson
+ (package
+ (name "texlive-atkinson")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/atkinson/"
+ "fonts/enc/dvips/atkinson/"
+ "fonts/map/dvips/atkinson/"
+ "fonts/opentype/public/atkinson/"
+ "fonts/tfm/public/atkinson/"
+ "fonts/type1/public/atkinson/"
+ "fonts/vf/public/atkinson/"
+ "tex/latex/atkinson/")
+ (base32
+ "00wg21v7jiaw3qajdxp2jih5xjpv7h8d0n1d6zjnzkxzk0p8zcj0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/atkinson")
+ (synopsis "Support for the Atkinson Hyperlegible family of fonts")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Atkinson Hyperlegible family of fonts. What makes it different from
+traditional typography design is that it focuses on letterform distinction to
+increase character recognition, ultimately improving readability.")
+ (license
+ (list license:lppl
+ (license:fsdg-compatible
+ "file://doc/Atkinson-Hyperlegible-Font-License-2020-1104.pdf")))))
+
+(define-public texlive-aucklandthesis
+ (package
+ (name "texlive-aucklandthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/aucklandthesis/"
+ "tex/latex/aucklandthesis/")
+ (base32
+ "1bdm6crn17a0rrszx28r6bn8v9w6z4rwfz2r8avd5fc3byl5dix8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aucklandthesis")
+ (synopsis "Memoir-based class for formatting University of Auckland theses")
+ (description
+ "This package provides a @code{memoir}-based class for formatting
+University of Auckland masters and doctors thesis dissertations in any
+discipline. The title page does not handle short dissertations for
+diplomas.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-augie
+ (package
+ (name "texlive-augie")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/augie/"
+ "fonts/afm/public/augie/"
+ "fonts/map/dvips/augie/"
+ "fonts/tfm/public/augie/"
+ "fonts/type1/public/augie/"
+ "fonts/vf/public/augie/"
+ "tex/latex/augie/")
+ (base32
+ "1fvl04lcvi4vsx547gx349dbld4hf7k2j08adqlnszs23p95yj3f")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/augie")
+ (synopsis "Calligraphic font for typesetting handwriting")
+ (description
+ "This package provides a calligraphic font for simulating American-style
+informal handwriting. The font is distributed in Adobe Type 1 format.")
+ (license license:lppl)))
+
+(define-public texlive-auncial-new
+ (package
+ (name "texlive-auncial-new")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/auncial-new/"
+ "fonts/afm/public/auncial-new/"
+ "fonts/map/dvips/auncial-new/"
+ "fonts/tfm/public/auncial-new/"
+ "fonts/type1/public/auncial-new/"
+ "source/fonts/auncial-new/"
+ "tex/latex/auncial-new/")
+ (base32
+ "1644ank81l1qlijmld88k1qq3qk4x6an0qvyqz1da2dgwdhjap00")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/auncial-new")
+ (synopsis "Artificial Uncial font and LaTeX support macros")
+ (description
+ "The @code{auncial-new} bundle provides packages and fonts for a script
+based on the Artificial Uncial manuscript book-hand used between the 6th &
+10th century AD. The script consists of minuscules and digits, with some
+appropriate period punctuation marks. Both normal and bold versions are
+provided, and the font is distributed in Adobe Type 1 format.")
+ (license license:lppl)))
+
+(define-public texlive-aurical
+ (package
+ (name "texlive-aurical")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/aurical/"
+ "fonts/afm/public/aurical/"
+ "fonts/map/dvips/aurical/"
+ "fonts/source/public/aurical/"
+ "fonts/tfm/public/aurical/"
+ "fonts/type1/public/aurical/"
+ "tex/latex/aurical/")
+ (base32
+ "1jaqr4gdywnjn7hclinjyydndxsa1f2j7382ygl0jnj35kxz0pkr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/aurical")
+ (synopsis "Calligraphic fonts for use with LaTeX in T1 encoding")
+ (description
+ "The package that implements a set (AuriocusKalligraphicus) of three
+calligraphic fonts derived from the author's handwriting in Adobe Type
+1 Format, T1 encoding for use with LaTeX: Auriocus Kalligraphicus; Lukas
+Svatba; and Jana Skrivana. Each font features old style digits
+and (machine-generated) boldface and slanted versions. A variant of Lukas
+Svatba offers a long @samp{s}.")
+ (license license:lppl)))
+
+(define-public texlive-authordate
+ (package
+ (name "texlive-authordate")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/authordate/"
+ "doc/bibtex/authordate/"
+ "tex/latex/authordate/")
+ (base32
+ "0d3cd63b80vfd8vzbpn6dnhy47fpq5rxm95i52id2j6606gi1skf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/authordate")
+ (synopsis "Author/date style citation styles")
+ (description
+ "The bundle provides four BibTeX styles (@code{authordate1}, ...,
+@code{authordate4}), and a LaTeX package, for citation in author/date style.
+The BibTeX styles differ in how they format names and titles; one of them is
+necessary for the LaTeX package to work.")
+ (license license:knuth)))
+
+(define-public texlive-auto-pst-pdf
+ (package
+ (name "texlive-auto-pst-pdf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/auto-pst-pdf/"
+ "source/latex/auto-pst-pdf/"
+ "tex/latex/auto-pst-pdf/")
+ (base32
+ "1lpjwqd0rhdzz3kywl54pjlpj1qsj7kflj0336vj2zb20rxl0hqp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-ifplatform texlive-iftex texlive-xkeyval))
+ (home-page "https://ctan.org/pkg/auto-pst-pdf")
+ (synopsis "Wrapper for @code{pst-pdf} (with some PSfrag features)")
+ (description
+ "The package uses @samp{--shell-escape} to execute @code{pst-pdf} when necessary.
+Wrappers are provided for various psfrag-related features so that Matlab
+figures via @code{laprint}, Mathematica figures via MathPSfrag, and regular
+PSfrag figures can all be input consistently and easily.")
+ (license license:lppl1.3c)))
+
(define-public texlive-autoaligne
(package
(name "texlive-autoaligne")
@@ -1949,6 +4022,34 @@ package tries to put breaks at adequate places. It is suitable for
computer-generated long formulae with many terms.")
(license license:lppl1.3+)))
+(define-public texlive-autosp
+ (package
+ (name "texlive-autosp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/autosp/"
+ "doc/man/man1/autosp.1"
+ "doc/man/man1/autosp.man1.pdf"
+ "doc/man/man1/tex2aspc.1"
+ "doc/man/man1/tex2aspc.man1.pdf")
+ (base32
+ "16szmbffp9pwzv7zq3l4yvnsfk4m7w57wib7pqpgv1v5fzhlaahs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/autosp")
+ (synopsis
+ "Preprocessor generating note-spacing commands for MusiXTeX scores")
+ (description
+ "This program simplifies the creation of MusiXTeX scores by converting
+(non-standard) commands of the form @code{\\anotes ... \\en} into one or more
+conventional note-spacing commands, as determined by the note values
+themselves, with @code{\\sk} spacing commands inserted as necessary. The
+coding for an entire measure can be entered one part at a time, without
+concern for note-spacing changes within the part or spacing requirements of
+other parts.")
+ (license license:gpl2+)))
+
(define-public texlive-axodraw2
(package
(name "texlive-axodraw2")
@@ -2008,6 +4109,27 @@ the pdf code inserted in the output file. The processing involves a run of
@command{pdflatex}.")
(license license:gpl3+)))
+(define-public texlive-b1encoding
+ (package
+ (name "texlive-b1encoding")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/b1encoding/"
+ "fonts/enc/dvips/b1encoding/"
+ "source/latex/b1encoding/"
+ "tex/latex/b1encoding/")
+ (base32
+ "1lzsa0k5rr0n50d31dh4ghww329qjpg39w843zmh05z0jir6rg79")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/b1encoding")
+ (synopsis "LaTeX encoding tools for Bookhands fonts")
+ (description
+ "The package characterises and defines the author's B1 encoding for use
+with LaTeX when typesetting things using his Bookhands fonts.")
+ (license license:lppl1.3+)))
+
(define-public texlive-backnaur
(package
(name "texlive-backnaur")
@@ -2029,6 +4151,130 @@ formatted lists of productions, with numbers if required. It can also print
in-line BNF expressions using math mode.")
(license license:lppl1.3c)))
+(define-public texlive-baekmuk
+ (package
+ (name "texlive-baekmuk")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/baekmuk/"
+ "fonts/truetype/public/baekmuk/")
+ (base32
+ "0nc6sfjbimh1g8zhcl58ag6kqskhwd3h0m68y7k2v3v5i9n5g5yr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/baekmuk")
+ (synopsis "Baekmuk Korean TrueType fonts")
+ (description
+ "This bundle consists of four Korean fonts: @file{batang.ttf} (serif),
+@file{dotum.ttf} (sans-serif), @file{gulim.ttf} (sans-serif rounded) and
+@file{hline.ttf} (headline).")
+ (license license:expat)))
+
+(define-public texlive-bagpipe
+ (package
+ (name "texlive-bagpipe")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/bagpipe/"
+ "tex/generic/bagpipe/")
+ (base32
+ "0zybnikkj00hmlzfaaljcq1ml5vi6qfhl1hfrjq9vjc409vzzvka")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bagpipe")
+ (synopsis "Support for typesetting bagpipe music")
+ (description
+ "Typesetting bagpipe music in MusixTeX is needlessly tedious. This
+package provides specialized and re-defined macros to simplify this task.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-bangla
+ (package
+ (name "texlive-bangla")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bangla/"
+ "fonts/truetype/public/bangla/"
+ "tex/latex/bangla/")
+ (base32
+ "0basibrsbns9s2ny6ny95hl6dj4rjf6q4z9bqn2kc9945akxg8af")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-charissil texlive-doulossil))
+ (home-page "https://ctan.org/pkg/bangla")
+ (synopsis "Comprehensive Bangla LaTeX package")
+ (description
+ "This package provides all the necessary LaTeX frontends for the Bangla
+language and comes with some fonts of its own.")
+ (license (list license:lppl1.3c license:silofl1.1))))
+
+(define-public texlive-bangorcsthesis
+ (package
+ (name "texlive-bangorcsthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bangorcsthesis/"
+ "source/latex/bangorcsthesis/"
+ "tex/latex/bangorcsthesis/")
+ (base32
+ "138h5q8060z7frb6krrzcx49pd0ifqh1lizi465gs6x7q7cdagz8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bangorcsthesis")
+ (synopsis "Typeset a thesis at Bangor University")
+ (description
+ "The class typesets thesis or dissertation documents for all
+levels (i.e., both undergraduate and graduate students may use the class). It
+also provides macros designed to optimise the process of producing a thesis.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-bangorexam
+ (package
+ (name "texlive-bangorexam")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bangorexam/"
+ "source/latex/bangorexam/"
+ "tex/latex/bangorexam/")
+ (base32
+ "09pp88415mba65icf6cx4vqn3an54hrgkd8s677ndlf2ml7n0lhs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bangorexam")
+ (synopsis "Typeset an examination at Bangor University")
+ (description
+ "The package allows typesetting of Bangor Univesity's exam style. It
+currently supports a standard A/B choice, A-only compulsory and n from m exam
+styles. Marks are totalled and checked automatically.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-bangtex
+ (package
+ (name "texlive-bangtex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bangtex/"
+ "fonts/source/public/bangtex/"
+ "fonts/tfm/public/bangtex/"
+ "tex/latex/bangtex/")
+ (base32
+ "1hmv27wpnwv70gipvfvxs1rwfjqbcy0lgn09hs2ah6ayqgr740im")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/bangtex")
+ (synopsis "Writing Bangla and Assamese with LaTeX")
+ (description
+ "The bundle provides class files for writing Bangla and Assamese with LaTeX,
+and Metafont sources for fonts.")
+ (license license:lppl)))
+
(define-public texlive-barr
(package
(name "texlive-barr")
@@ -2047,6 +4293,115 @@ in-line BNF expressions using math mode.")
of mathematical disciplines.")
(license license:lppl1.3+)))
+(define-public texlive-bartel-chess-fonts
+ (package
+ (name "texlive-bartel-chess-fonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/bartel-chess-fonts/"
+ "fonts/source/public/bartel-chess-fonts/"
+ "fonts/tfm/public/bartel-chess-fonts/")
+ (base32
+ "1gg7g2gb5j0g0ig4190260zlpnyfmdzcqn7dsw5kp9p5pbn5hbhf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ ;; FIXME: Font metrics generation fails with "! Strange path (turning
+ ;; number is zero)." error.
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/bartel-chess-fonts")
+ (synopsis "Set of fonts supporting chess diagrams")
+ (description "This package provides fonts supporting chess diagrams.")
+ (license license:gpl3+)))
+
+(define-public texlive-baskervald
+ (package
+ (name "texlive-baskervald")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/baskervald/"
+ "fonts/afm/arkandis/baskervald/"
+ "fonts/enc/dvips/baskervald/"
+ "fonts/map/dvips/baskervald/"
+ "fonts/tfm/arkandis/baskervald/"
+ "fonts/type1/arkandis/baskervald/"
+ "fonts/vf/arkandis/baskervald/"
+ "source/fonts/baskervald/"
+ "tex/latex/baskervald/")
+ (base32
+ "1alny6nsxm43mn84w16vp2whlhnmqkr7pfx8jsmgkz8bkxzh9pg9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/baskervaldadf")
+ (synopsis "Baskervald ADF fonts collection with TeX and LaTeX support")
+ (description
+ "Baskervald ADF is a serif family with lining figures designed as
+a substitute for Baskerville. The family currently includes upright and
+italic or oblique shapes in each of regular, bold and heavy weights. All
+fonts include the slashed zero and additional non-standard ligatures.")
+ (license license:lppl)))
+
+(define-public texlive-baskervaldx
+ (package
+ (name "texlive-baskervaldx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/baskervaldx/"
+ "fonts/afm/public/baskervaldx/"
+ "fonts/enc/dvips/baskervaldx/"
+ "fonts/map/dvips/baskervaldx/"
+ "fonts/opentype/public/baskervaldx/"
+ "fonts/tfm/public/baskervaldx/"
+ "fonts/type1/public/baskervaldx/"
+ "fonts/vf/public/baskervaldx/"
+ "tex/latex/baskervaldx/")
+ (base32
+ "1qszqzpy9bdqajd1h7cha0xm0kgy21q9yzsrrgwygchkz9zv6r66")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/baskervaldx")
+ (synopsis "Extension and modification of BaskervaldADF with LaTeX support")
+ (description
+ "This package extends and modifies the BaskervaldADF font (a Baskerville
+substitute) with more accented glyphs, with small caps and oldstyle figures in
+all shapes. It includes OpenType and PostScript fonts, as well as LaTeX
+support files.")
+ (license (list license:gpl2+ license:lppl1.3+))))
+
+(define-public texlive-baskervillef
+ (package
+ (name "texlive-baskervillef")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/baskervillef/"
+ "fonts/enc/dvips/baskervillef/"
+ "fonts/map/dvips/baskervillef/"
+ "fonts/opentype/public/baskervillef/"
+ "fonts/tfm/public/baskervillef/"
+ "fonts/type1/public/baskervillef/"
+ "fonts/vf/public/baskervillef/"
+ "tex/latex/baskervillef/")
+ (base32
+ "107lqn684kgr7fk3zh1lgi6q7hqz9gs18kkg3fbbrg9qjva1j4xv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/baskervillef")
+ (synopsis "Fry's Baskerville look-alike, with math support")
+ (description
+ "BaskervilleF is a fork from the Libre Baskerville fonts (Roman, Italic,
+Bold only). Their fonts are optimized for web usage, while BaskervilleF is
+optimized for traditional TeX usage, normally destined for production of PDF
+files. A bold italic style was added and mathematical support is offered as
+an option to @code{newtxmath}.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
(define-public texlive-basque-book
(package
(name "texlive-basque-book")
@@ -2091,6 +4446,243 @@ Basque according to the correct forms ruled by The Basque Language Academy
issues of numbers in Basque.")
(license license:lppl1.2+)))
+(define-public texlive-bath-bst
+ (package
+ (name "texlive-bath-bst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/bath-bst/"
+ "doc/bibtex/bath-bst/"
+ "source/bibtex/bath-bst/")
+ (base32
+ "06v5icy6537d69g5in7ps322wgnkf0imd93gnmh2y7fladsmvp06")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bath-bst")
+ (synopsis
+ "Harvard referencing style recommended by the University of Bath Library")
+ (description
+ "This package provides a BibTeX style to format reference lists in the
+Harvard style recommended by the University of Bath Library. It should be
+used in conjunction with @code{natbib} for citations.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-bbding
+ (package
+ (name "texlive-bbding")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bbding/"
+ "fonts/source/public/bbding/"
+ "fonts/tfm/public/bbding/"
+ "source/latex/bbding/" "tex/latex/bbding/")
+ (base32
+ "0l507nxnnh880h5kg8q0ww6sl93k441l0lsplr5ldrngxvx1vrsc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/bbding")
+ (synopsis "Symbol (dingbat) font and LaTeX macros for its use")
+ (description
+ "This package provides a symbol font (distributed as Metafont source)
+that contains many of the symbols of the Zapf dingbats set, together with an
+NFSS interface for using the font. An Adobe Type 1 version of the fonts is
+available in the @code{niceframe} fonts bundle.")
+ (license license:lppl)))
+
+(define-public texlive-bbold-type1
+ (package
+ (name "texlive-bbold-type1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/bbold-type1/"
+ "fonts/afm/public/bbold-type1/"
+ "fonts/map/dvips/bbold-type1/"
+ "fonts/type1/public/bbold-type1/")
+ (base32
+ "1flccfh58w977j9w62mcn7xzspmg68gb6h5nwh2mfbz7l0015fsz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bbold-type1")
+ (synopsis "Adobe Type 1 format version of the @code{bbold} font")
+ (description
+ "The files offer an Adobe Type 1 format version of the 5pt, 7pt and 10pt
+versions of the @code{bbold} fonts.")
+ ;; The README states: "You may freely use, modify and/or
+ ;; distribute this file".
+ (license (license:fsf-free "file:doc/fonts/bbold-type1/README"))))
+
+(define-public texlive-bboldx
+ (package
+ (name "texlive-bboldx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/bboldx/"
+ "fonts/afm/public/bboldx/"
+ "fonts/enc/dvips/bboldx/"
+ "fonts/map/dvips/bboldx/"
+ "fonts/tfm/public/bboldx/"
+ "fonts/type1/public/bboldx/"
+ "tex/latex/bboldx/")
+ (base32
+ "1r4s3yyah0iqwhzss52wjv3wml5r4bywp3fbanjzkv16f2pk51yb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bboldx")
+ (synopsis "Extend the @code{bbold} package with a Blackboard Bold alphabet")
+ (description
+ "This is an extension of @code{bbold} to a package with three weights,
+of which the original is considered as light and the additions as regular and
+bold.")
+ ;; The README states: "You may freely use, modify and/or
+ ;; distribute this file".
+ (license (license:fsf-free "file://doc/fonts/bboldx/README"))))
+
+(define-public texlive-bclogo
+ (package
+ (name "texlive-bclogo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bclogo/" "metapost/bclogo/"
+ "tex/latex/bclogo/")
+ (base32
+ "1hdg99xkmdca23s7i63099r9jvgw2larv8aawjllj9mw18195jr9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bclogo")
+ (synopsis "Creating colourful boxes with logos")
+ (description
+ "The package facilitates the creation of colorful boxes with a title and logo.
+It may use either TikZ or PSTricks as graphics engine.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-beamer-fuberlin
+ (package
+ (name "texlive-beamer-fuberlin")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/beamer-fuberlin/"
+ "tex/latex/beamer-fuberlin/")
+ (base32
+ "03zp6gpzilcfgrbz1lh8lpldvkf9g98f45fhsb72ikgjnka6211c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/beamer-fuberlin")
+ (synopsis "Beamer, using the style of FU Berlin")
+ (description
+ "The bundle provides a @code{beamer}-derived class and a theme style file
+for the corporate design of the Free University in Berlin. Users may use the
+class itself (FUbeamer) or use the theme in the usual way with
+@code{\\usetheme@{BerlinFU@}}.")
+ (license license:lppl)))
+
+(define-public texlive-beamer-verona
+ (package
+ (name "texlive-beamer-verona")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/beamer-verona/"
+ "tex/latex/beamer-verona/")
+ (base32
+ "0q79bdsc98a3y5h0yb3qwpsd0yyfyaxfjfhn4xkxf2qzyfp1mgd5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/beamer-verona")
+ (synopsis "Theme for the @code{beamer} class")
+ (description
+ "This package provides the Verona theme for the @code{beamer} class.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-beebe
+ (package
+ (name "texlive-beebe")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/beebe/" "tex/generic/beebe/")
+ (base32
+ "060v67ma1r6n9fmg4v4zl2pgxz6gmd4qrazyss9hwq6z4206pqc0")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblio")
+ (synopsis "Collection of bibliographies")
+ (description
+ "This package provides a collection of BibTeX bibliographies on
+TeX-related topics (including, for example, spell-checking and SGML). Each
+includes a LaTeX wrapper file to typeset the bibliography.")
+ (license license:public-domain)))
+
+(define-public texlive-begingreek
+ (package
+ (name "texlive-begingreek")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/begingreek/"
+ "source/latex/begingreek/"
+ "tex/latex/begingreek/")
+ (base32
+ "1amzzc96pqxjicrgl4fnl2j7b65vvpxl32ckl308nbwfhd56fz6l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/begingreek")
+ (synopsis "Greek environment to be used with pdfLaTeX only")
+ (description
+ "This simple package defines a greek environment to be used with pdfLaTeX
+only, that accepts an optional Greek font family name to type its contents
+with. A similar @code{\\greektxt} command does a similar action for shorter
+texts.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-beilstein
+ (package
+ (name "texlive-beilstein")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/beilstein/"
+ "doc/latex/beilstein/"
+ "source/latex/beilstein/"
+ "tex/latex/beilstein/")
+ (base32
+ "0gr4fb0g3449jx6mbwfl2g00anss6xbj9xiak83hkc7797jzmg2b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/beilstein")
+ (synopsis
+ "Support for submissions to the @emph{Beilstein Journal of Nanotechnology}")
+ (description
+ "The package provides a LaTeX class file and a BibTeX style file in
+accordance with the requirements of submissions to the @emph{Beilstein Journal
+of Nanotechnology}.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-belleek
+ (package
+ (name "texlive-belleek")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/belleek/"
+ "fonts/map/dvips/belleek/"
+ "fonts/truetype/public/belleek/"
+ "fonts/type1/public/belleek/"
+ "source/latex/belleek/")
+ (base32
+ "12jigkk2xlnfllwaj6qsisgvl5b2kcwnv5j921cvm7gjn9x1i941")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/belleek")
+ (synopsis "Replacement for basic MathTime fonts")
+ (description "This package replaces the original MathTime fonts.")
+ (license license:public-domain)))
+
(define-public texlive-begriff
(package
(name "texlive-begriff")
@@ -2109,6 +4701,236 @@ issues of numbers in Basque.")
@emph{Begriffschrift}.")
(license license:gpl3+)))
+(define-public texlive-bengali
+ (package
+ (name "texlive-bengali")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/bengali/"
+ "fonts/source/public/bengali/"
+ "fonts/tfm/public/bengali/"
+ "source/latex/bengali/" "tex/latex/bengali/")
+ (base32
+ "077rs7rcx592g5m53hy73w6jd39qgb83z5sg2jbymjfwkk7y593h")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/bengali-pandey")
+ (synopsis "Support for the Bengali language")
+ (description
+ "The package is based on Velthuis transliteration scheme, with extensions
+to deal with the Bengali letters that are not in Devanagari. The package also
+supports Assamese.")
+ (license license:lppl)))
+
+(define-public texlive-berenisadf
+ (package
+ (name "texlive-berenisadf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/berenisadf/"
+ "fonts/afm/arkandis/berenisadf/"
+ "fonts/enc/dvips/berenisadf/"
+ "fonts/map/dvips/berenisadf/"
+ "fonts/opentype/arkandis/berenisadf/"
+ "fonts/tfm/arkandis/berenisadf/"
+ "fonts/type1/arkandis/berenisadf/"
+ "tex/latex/berenisadf/")
+ (base32
+ "11daizsls1zhwdfy78s2rjk76zwkziv33xrvrqbxybs2hdbg261d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/berenisadf")
+ (synopsis "Berenis ADF fonts and TeX/LaTeX support")
+ (description
+ "The bundle provides the BerenisADF Pro font collection, in OpenType and
+PostScript Type 1 formats, together with support files to use the fonts in
+TeXnANSI (LY1) and LaTeX standard T1 and TS1 encodings.")
+ ;; (La)TeX support is released under LPPL 1.3+ terms. Fonts themselves
+ ;; use GPL 2+ with exceptions.
+ (license (list license:lppl1.3+ license:gpl2+))))
+
+(define-public texlive-besjournals
+ (package
+ (name "texlive-besjournals")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/besjournals/"
+ "doc/bibtex/besjournals/")
+ (base32
+ "1mcc5xa56j17h6wv9b111qypw6ff4mg0skapa4wq79lb8p3l1cmv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/besjournals-bst")
+ (synopsis
+ "Bibliographies suitable for British Ecological Society journals")
+ (description
+ "The package provides a BibTeX style for use with journals published by
+the British Ecological Society. The style was produced independently of the
+Society, and has no formal approval by the BES.")
+ (license license:lppl)))
+
+(define-public texlive-bestpapers
+ (package
+ (name "texlive-bestpapers")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/bestpapers/"
+ "doc/bibtex/bestpapers/")
+ (base32
+ "0c0lp51z5z2707r1hig993gbx78v7zb84wmk3z9iyw08m3bbq34s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bestpapers")
+ (synopsis "A BibTeX package to produce lists of authors' best papers")
+ (description
+ "Many people preparing their resumes find the requirement ``please list
+five (or six, or ten) papers authored by you''. The same requirement is often
+stated for reports prepared by professional teams. The creation of such lists
+may be a cumbersome task. Even more difficult is it to support such lists
+over the time, when new papers are added. The BibTeX style
+@file{bestpapers.bst} is intended to facilitate this task. It is based on the
+idea that it is easier to score than to sort: we can assign a score to a paper
+and then let the computer select the papers with highest scores.")
+ (license license:public-domain)))
+
+(define-public texlive-betababel
+ (package
+ (name "texlive-betababel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/betababel/"
+ "tex/latex/betababel/")
+ (base32
+ "1lck0wighndd3qrhcks6amc6gm5y50f6a61nfcz31j087r3a7liv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/betababel")
+ (synopsis "Insert ancient greek text coded in Beta Code")
+ (description
+ "The @code{betababel} package extends the Babel @samp{polutonikogreek}
+option to provide a simple way to insert ancient Greek texts with diacritical
+characters into your document using the commonly used Beta Code
+transliteration.")
+ (license license:lppl)))
+
+(define-public texlive-beuron
+ (package
+ (name "texlive-beuron")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/beuron/"
+ "fonts/map/dvips/beuron/"
+ "fonts/opentype/public/beuron/"
+ "fonts/source/public/beuron/"
+ "fonts/tfm/public/beuron/"
+ "fonts/type1/public/beuron/"
+ "tex/latex/beuron/")
+ (base32
+ "06hk60z0s2rdbj1iard10zxw7zvvm2xds755r4mqh0p70qhkpjzx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/beuron")
+ (synopsis "Script of the Beuronese art school")
+ (description
+ "This package provides the script used in the works of the Beuron art
+school for use with TeX and LaTeX. It is a monumental script consisting of
+capital letters only. The fonts are provided as Metafont sources, in the
+Type1 and in the OpenType format. The package includes suitable font
+selection commands for use with LaTeX.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-bfh-ci
+ (package
+ (name "texlive-bfh-ci")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bfh-ci/" "tex/latex/bfh-ci/")
+ (base32
+ "198r2xwki70hij36l596p9jldpzc1acna97mlszbbim2w6xj3qy8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bfh-ci")
+ (synopsis "Corporate design for Bern University of Applied Sciences")
+ (description
+ "This bundle provides possibilities to use the corporate design of Bern
+University of Applied Sciences (BFH) with LaTeX. To this end it contains
+classes as well as some helper packages and config files.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-bgteubner
+ (package
+ (name "texlive-bgteubner")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/bgteubner/"
+ "doc/latex/bgteubner/"
+ "makeindex/bgteubner/"
+ "source/latex/bgteubner/"
+ "tex/latex/bgteubner/")
+ (base32
+ "1plc42glcq2pxyns6lm6fygicjm8whrls1qlfw00fccsw9v1hgxv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-build
+ ;; This phase is necessary because the build phase is reluctant to
+ ;; generate "ltxdoc.cfg" since there is another one among the
+ ;; inputs already.
+ (lambda _
+ (substitute* "source/latex/bgteubner/hhsubfigure.ins"
+ (("\\\\generateFile\\{ltxdoc\\.cfg\\}\\{t\\}")
+ "\\generateFile{ltxdoc.cfg}{f}")))))))
+ (home-page "https://ctan.org/pkg/bgteubner")
+ (synopsis "Class for producing books for the publisher Teubner Verlag")
+ (description
+ "The @code{bgteubner} document class has been programmed by order of the
+Teubner Verlag, Wiesbaden, Germany, to ensure that books of this publisher
+have a unique layout. Unfortunately, most of the documentation is only
+available in German. Since the document class is intended to generate
+a unique layout, many things (layout etc.) are fixed and cannot be altered by
+the user.")
+ (license license:lppl)))
+
+(define-public texlive-bguq
+ (package
+ (name "texlive-bguq")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/bguq/"
+ "fonts/map/dvips/bguq/"
+ "fonts/source/public/bguq/"
+ "fonts/tfm/public/bguq/"
+ "fonts/type1/public/bguq/"
+ "source/fonts/bguq/"
+ "tex/latex/bguq/")
+ (base32
+ "0d87ihzwq3lxhr28yaj1wpkvl4jgcfw8859g9mamrprkm7klm2rb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/bguq")
+ (synopsis "Improved quantifier stroke for Begriffsschrift packages")
+ (description
+ "The font contains a single character: the Begriffsschrift quantifier (in
+several sizes), as used to set the Begriffsschrift (concept notation) of
+Frege. The font is not intended for end users; instead it is expected that it
+will be used by other packages which implement the Begriffsschrift.")
+ (license license:lppl)))
+
(define-public texlive-bib-fr
(package
(name "texlive-bib-fr")
@@ -2127,6 +4949,1553 @@ issues of numbers in Basque.")
files.")
(license license:lppl)))
+(define-public texlive-bib2gls
+ (package
+ (name "texlive-bib2gls")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/bib2gls.1"
+ "doc/man/man1/bib2gls.man1.pdf"
+ "doc/man/man1/convertgls2bib.1"
+ "doc/man/man1/convertgls2bib.man1.pdf"
+ "doc/support/bib2gls/"
+ "scripts/bib2gls/"
+ "source/support/bib2gls/src/")
+ (base32
+ "11a3wvyg5anm9hkmlpb6yvls1bmhypyswj55q332ziac6hpi2wd5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "bib2gls.sh" "convertgls2bib.sh")))
+ (propagated-inputs (list texlive-glossaries-extra))
+ (home-page "https://ctan.org/pkg/bib2gls")
+ (synopsis
+ "Convert @file{.bib} files to @file{glossaries-extra.sty} resource files")
+ (description
+ "This Java command line application may be used to extract glossary
+information stored in a @file{.bib} file and convert it into glossary entry
+definition commands. This application should be used with
+@file{glossaries-extra.sty}'s record package option. It performs two
+functions in one: it selects entries according to records found in the
+@file{.aux} file (similar to BibTeX), and hierarchically sorts entries and
+collates location lists (similar to MakeIndex or Xindy). The glossary entries
+can then be managed in a system such as JabRef, and only the entries that are
+actually required will be defined, reducing the resources required by TeX.
+
+The supplementary application @command{convertgls2bib} can be used to convert
+existing @file{.tex} files containing definitions (@code{\\newglossaryentry}
+etc.)#: to the @file{.bib} format required by @command{bib2gls}.")
+ (license license:gpl3+)))
+
+(define-public texlive-bibarts
+ (package
+ (name "texlive-bibarts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bibarts/" "source/latex/bibarts/"
+ "tex/latex/bibarts/")
+ (base32
+ "18jms4i9y9ngzr5cf74j6xhxkas4yg7hm1yfgim6iakshhdhy964")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'build 'build-and-install'bibsort
+ (lambda _
+ (mkdir-p "build")
+ (invoke "gcc" "-o" "build/bibsort"
+ "source/latex/bibarts/bibsort.c")
+ (install-file "build/bibsort"
+ (string-append #$output "/bin")))))))
+ (home-page "https://ctan.org/pkg/bibarts")
+ (synopsis "Arts-style bibliographical information")
+ (description
+ "@code{BibArts} is a LaTeX package to assist in making bibliographical
+features common in the arts and the humanities (history, political science,
+philosophy, etc.). @file{bibarts.sty} provides commands for quotations,
+abbreviations, and especially for a formatted citation of literature,
+journals (periodicals), edited sources, and archive sources.
+
+It will also copy all citation information, abbreviations, and register key
+words into lists for an automatically generated appendix. These lists may
+refer to page and footnote numbers. BibArts has nothing to do with BibTeX.
+The lists are created by @command{bibsort}. This program creates the
+bibliography without using MakeIndex or BibTeX.")
+ (license license:gpl3+)))
+
+(define-public texlive-bibcop
+ (package
+ (name "texlive-bibcop")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/bibtex/bibcop/"
+ "doc/man/man1/bibcop.1"
+ "doc/man/man1/bibcop.man1.pdf"
+ "scripts/bibcop/"
+ "source/bibtex/bibcop/"
+ "tex/latex/bibcop/")
+ (base32
+ "0w8n51ksff3b4nfx0ggnh00jhsdh1zg25hijxmpsq0z0wgazai9b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "bibcop.pl")))
+ (inputs (list perl))
+ (propagated-inputs (list texlive-iexec texlive-pgfopts))
+ (home-page "https://ctan.org/pkg/bibcop")
+ (synopsis "Style checker for .bib files")
+ (description
+ "This LaTeX package checks the quality of your @file{.bib} file and emits
+warning messages if any issues are found. For this, the TeX processor must be
+run with the @samp{--shell-escape} option. @command{bibcop} can also be used
+as a standalone command line tool.")
+ (license license:expat)))
+
+(define-public texlive-biber-ms
+ (package
+ (name "texlive-biber-ms")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/bibtex/biber-ms/"
+ "source/bibtex/biber-ms/")
+ (base32
+ "10r9jgarrbvqrz9nkjfkzsy3niggg5w6sjr7zi7bqy8zhkwf3hsf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biber-ms")
+ (synopsis
+ "BibTeX replacement for users of BibLaTeX (multiscript version)")
+ (description
+ "This is the multiscript version of Biber. It must be used with the
+multiscript version of @code{biblatex-ms}.")
+ (license license:artistic2.0)))
+
+(define-public texlive-bibexport
+ (package
+ (name "texlive-bibexport")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/bibexport/"
+ "doc/bibtex/bibexport/" "scripts/bibexport/"
+ "source/bibtex/bibexport/")
+ (base32
+ "161056627w1lazfpld3lyjwfrl8j8gc4b6dzml46bzwf7mk9ifln")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "bibexport.sh")))
+ (home-page "https://ctan.org/pkg/bibexport")
+ (synopsis "Extract a BibTeX file based on a @file{.aux} file")
+ (description
+ "This package provides a Bourne shell script that uses BibTeX to extract
+bibliography entries that are @code{\\cite}'d in a document. It can also
+expand a BibTeX file, expanding the abbreviations (other than the built-in
+ones like month names) and following the cross-references.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-bibhtml
+ (package
+ (name "texlive-bibhtml")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/bibhtml/" "doc/bibtex/bibhtml/")
+ (base32
+ "0fjpipxc885hk9pvjf3f0wsp84lr1d7flvs5c56jmlvryvc6mv0w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bibhtml")
+ (synopsis "BibTeX support for HTML files")
+ (description
+ "Bibhtml consists of a Perl script and a set of BibTeX style files, which
+together allow you to output a bibliography as a collection of HTML files.
+The references in the text are linked directly to the corresponding
+bibliography entry, and if a URL is defined in the entry within the BibTeX
+database file, then the generated bibliography entry is linked to this. The
+package provides three different style files derived from each of the standard
+@file{plain.bst} and @file{alpha.bst}, as well as two style files derived from
+@file{abbrv.bst} and unsrt.bst (i.e., eight in total).")
+ (license license:gpl3+)))
+
+(define-public texlive-biblatex-abnt
+ (package
+ (name "texlive-biblatex-abnt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-abnt/"
+ "tex/latex/biblatex-abnt/")
+ (base32
+ "14j3yn8ijwaa547gzyw7ql8q871w5r9rprc6l1s5dhp7vz3kzk6z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-abnt")
+ (synopsis "BibLaTeX style for Brazil's ABNT rules")
+ (description
+ "This package offers a BibLaTeX style for Brazil's ABNT (Brazilian
+Association of Technical Norms) rules.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-ajc2020unofficial
+ (package
+ (name "texlive-biblatex-ajc2020unofficial")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-ajc2020unofficial/"
+ "tex/latex/biblatex-ajc2020unofficial/")
+ (base32
+ "1ngh68a7ihhvpdfz09c087pfqnnpj3mnm8c4jmw8krq52b79fr87")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-ajc2020unofficial")
+ (synopsis "BibLaTeX style for the Australasian Journal of Combinatorics")
+ (description
+ "This is an unofficial BibLaTeX style for the Australasian Journal of
+Combinatorics. Note that the journal (as for 01 March 2020) does not accept
+BibLaTeX, so you probably want to use @code{biblatex2bibitem}.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-anonymous
+ (package
+ (name "texlive-biblatex-anonymous")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-anonymous/"
+ "tex/latex/biblatex-anonymous/")
+ (base32
+ "1q24xrr80i6xsq65gfvvi1s5qsp78g52qgn2nf2523gjnnzp4p7n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-anonymous")
+ (synopsis "Tool to manage anonymous work with BibLaTeX")
+ (description
+ "The package provides tools to help manage anonymous work with BibLaTeX.
+It will be useful, for example, in history or classical philology.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-apa6
+ (package
+ (name "texlive-biblatex-apa6")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-apa6/"
+ "tex/latex/biblatex-apa6/")
+ (base32
+ "14xkqca4l4sb8jwlz6k28hmlya4m9474sv79icyzzq1v0vbqmgbq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-apa6")
+ (synopsis "BibLaTeX citation and reference style for APA 6th Edition")
+ (description
+ "This is a fairly complete BibLaTeX style (citations and references) for
+APA (American Psychological Association) 6th Edition conformant publications.
+It implements and automates most of the guidelines in the APA 6th edition
+style guide for citations and references. An example document is also given
+which typesets every citation and reference example in the APA 6th edition
+style guide. This is a legacy style for 6th Edition documents. Please use
+the BibLaTeX-apa style package for the latest APA edition conformance.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-archaeology
+ (package
+ (name "texlive-biblatex-archaeology")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-archaeology/"
+ "source/latex/biblatex-archaeology/"
+ "tex/latex/biblatex-archaeology/")
+ (base32
+ "059mp6c1wgxkdjqrpwyx9yafw8dma75c3653rjc3sp66xx3akr8k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-archaeology")
+ (synopsis "Collection of BibLaTeX styles for German prehistory")
+ (description
+ "This package provides additional BibLaTeX styles for German humanities.
+Its core purpose is to enable the referencing rules of the Romano-Germanic
+Commission (@emph{Romisch-Germanische Kommission}), the department of
+prehistory of the German Archaeological Institute (@emph{Deutsches
+Archaologisches Institut}), since these are referenced by most guidelines in
+German prehistory and medieval archaeology and serve as a kind of template.
+@code{biblatex-archaeology} provides verbose, numeric and author date styles
+as well and adaptions to specific document types like exhibition and auction
+catalogues.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-arthistory-bonn
+ (package
+ (name "texlive-biblatex-arthistory-bonn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-arthistory-bonn/"
+ "tex/latex/biblatex-arthistory-bonn/")
+ (base32
+ "0iwms7w1xqghdf3s0m91xzw4y7d20lvpv69ibl92cpjj5fggp0x8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-arthistory-bonn")
+ (synopsis "BibLaTeX citation style for art historians")
+ (description
+ "This citation style covers the citation and bibliography guidelines of
+the Kunsthistorisches Institut der Universitat Bonn for undergraduates. It
+introduces bibliography entry types for catalogs and features a tabular
+bibliography, among other things. Various options are available to change and
+adjust the outcome according to one's own preferences. The style is
+compatible with English and German.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-bath
+ (package
+ (name "texlive-biblatex-bath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-bath/"
+ "source/latex/biblatex-bath/"
+ "tex/latex/biblatex-bath/")
+ (base32
+ "1c640csqvq0f9fd5d7xx4apllbwvr4cmi2x38863wlrvlnxa9kd7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-bath")
+ (synopsis "Style recommended by the University of Bath Library")
+ (description
+ "This package provides a BibLaTeX style to format reference lists in the
+Harvard style recommended by the University of Bath Library.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-bookinarticle
+ (package
+ (name "texlive-biblatex-bookinarticle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-bookinarticle/"
+ "tex/latex/biblatex-bookinarticle/")
+ (base32
+ "0mhj3adqlirylhjqj8y0m8pinmark07zqvx00zl9rrdpagj6q4y8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-bookinarticle")
+ (synopsis "Manage book edited in article")
+ (description
+ "This package provides three new BibLaTeX entry types --- @code{@@bookinarticle},
+@code{@@bookinincollection} and @code{@@bookinthesis} --- to refer to a modern
+edition of an old book, where this modern edition is provided in
+a @code{@@article}, @code{@@incollection} or in a @code{@@thesis}. The
+package is now superseded by @code{biblatex-bookinother}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-bookinother
+ (package
+ (name "texlive-biblatex-bookinother")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-bookinother/"
+ "tex/latex/biblatex-bookinother/")
+ (base32
+ "062ri08pwr5fh8v500dbgrc7nbxgi0jd864xfmvf601lwpwqn9c7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-bookinother")
+ (synopsis "Manage book edited in other entry type")
+ (description
+ "This package provides new BibLaTeX entry types and fields for book
+edited in other types, like for instance @code{@@bookinarticle}. It offers
+more types than the older package @code{biblatex-bookinarticle}, which it
+supersedes.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-bwl
+ (package
+ (name "texlive-biblatex-bwl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-bwl/"
+ "tex/latex/biblatex-bwl/")
+ (base32
+ "122qz05rc7c3pys6adg38xq0r123f4hspc3yyw8l2mzlpbbwm9y5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-bwl")
+ (synopsis "BibLaTeX citations for FU Berlin")
+ (description
+ "The bundle provides a set of BibLaTeX implementations of bibliography
+and citation styles for the Business Administration Department of the Free
+University of Berlin.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-caspervector
+ (package
+ (name "texlive-biblatex-caspervector")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-caspervector/"
+ "tex/latex/biblatex-caspervector/")
+ (base32
+ "0drch06w3kp5ygc3jad70iixylgaivhxnnibglnih89yg4wq90y4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-caspervector")
+ (synopsis "Simple citation style for Chinese users")
+ (description
+ "The package provides a simple and easily extensible biblography/citation
+style for Chinese LaTeX users, using BibLaTeX.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-chem
+ (package
+ (name "texlive-biblatex-chem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-chem/"
+ "tex/latex/biblatex-chem/")
+ (base32
+ "0y4fgnykh5x48cnbgyhgj04iqz05mvnzqvjn84vbr3mqmwjrndbl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-chem")
+ (synopsis
+ "BibLaTeX implementations of chemistry-related bibliography styles")
+ (description
+ "The bundle offers a set of styles to allow chemists to use BibLaTeX.
+The package has complete styles for: all ACS journals; RSC journals using
+standard (Chem.@: Commun.) style; and Angewandte Chem.@: style, (thus covering
+a wide range of journals).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-chicago
+ (package
+ (name "texlive-biblatex-chicago")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-chicago/"
+ "tex/latex/biblatex-chicago/")
+ (base32
+ "00y8h4hvmz17bn46936xfi1cy0rsh5y33pyc1hrkrrldabq8rxys")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-chicago")
+ (synopsis "Chicago style files for BibLaTeX")
+ (description
+ "This is a BibLaTeX style that implements the Chicago author-date and
+notes with bibliography style specifications given in the @emph{Chicago Manual
+of Style}, 17th edition (with continuing support for the 16th edition, too).
+The style implements entry types for citing audio-visual materials, among many
+others.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-claves
+ (package
+ (name "texlive-biblatex-claves")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-claves/"
+ "tex/latex/biblatex-claves/")
+ (base32
+ "08ydcv7qlbxaysh7jm3d4glrhp1fyd4fvvxc3jc4k50ga77ksqj0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-claves")
+ (synopsis "Tool to manage claves of old litterature with BibLaTeX")
+ (description
+ "When studying antic and medieval literature, we may find many different
+texts published with the same title, or, in contrary, the same text published
+with different titles. To avoid confusion, scholars have published claves,
+which are books listing ancient texts, identifying them by an identifier ---
+a number or a string of text. For example, for early Christianity, we have
+the Bibliotheca Hagiographica Graeca, the Clavis Apocryphorum Novi Testamenti
+and other claves. It could be useful to print the identifier of a texts in
+one specific clavis, or in many claves. The package allows us to create new
+field for different claves, and to present all these fields in a consistent
+way.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-cv
+ (package
+ (name "texlive-biblatex-cv")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-cv/"
+ "tex/latex/biblatex-cv/")
+ (base32
+ "17m6lqnr35y6vcfrrhlhxjf55b85py9miksswhkipyiaj3kphhb8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-cv")
+ (synopsis "Create a CV from BibTeX files")
+ (description
+ "This package creates an academic curriculum vitae (CV) from a BibTeX
+@file{.bib} file. The package makes use of BibLaTeX and Biber to
+automatically format, group, and sort the entries on a CV.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-dw
+ (package
+ (name "texlive-biblatex-dw")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-dw/"
+ "tex/latex/biblatex-dw/bbx/"
+ "tex/latex/biblatex-dw/cbx/"
+ "tex/latex/biblatex-dw/lbx/")
+ (base32
+ "1vw008djg535hdwbmk5dqvaw0v6cm3lqmlvk8sfzybpqffw1crlr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-dw")
+ (synopsis "Humanities styles for BibLaTeX")
+ (description
+ "This package provides a small collection of styles for the BibLaTeX
+package. It was designed for citations in the humanities and offers some
+features that are not provided by the standard BibLaTeX styles. The styles
+are dependent on BibLaTeX and cannot be used without it.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-enc
+ (package
+ (name "texlive-biblatex-enc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-enc/"
+ "tex/latex/biblatex-enc/")
+ (base32
+ "0k9sais0dknydcdy1a7fkkrb5grqap3q2jn8qk36x658nkjjb9ln")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-enc")
+ (synopsis "BibLaTeX style for the Ecole nationale des chartes (Paris)")
+ (description
+ "This package provides a citation and bibliography style for use with
+BibLaTeX. It conforms to the bibliographic standards used at the Ecole
+nationale des chartes (Paris), and may be suitable for a more general use in
+historical and philological works.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-ext
+ (package
+ (name "texlive-biblatex-ext")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-ext/"
+ "tex/latex/biblatex-ext/")
+ (base32
+ "09adm378m9laxxb9bs6lqhfprrq0d3l1c627fxp1vcnxqqwd99xc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-ext")
+ (synopsis "Extended BibLaTeX standard styles")
+ (description
+ "The BibLaTeX-ext bundle provides styles that slightly extend the
+standard styles that ship with BibLaTeX. The styles offered in this bundle
+provide a simple interface to change some of the stylistic decisions made in
+the standard styles. At the same time they stay as close to their standard
+counterparts as possible, so that most customisation methods can be applied
+here as well.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-fiwi
+ (package
+ (name "texlive-biblatex-fiwi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-fiwi/"
+ "tex/latex/biblatex-fiwi/")
+ (base32
+ "080m1xj1g8v6aavp2i0hipjk3iikjqd2i36by2fiq0ys5vl5vhnq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-fiwi")
+ (synopsis "BibLaTeX styles for use in German humanities")
+ (description
+ "The package provides a collection of styles for BibLaTeX. It was
+designed for citations in German Humanities, especially film studies, and
+offers some features that are not provided by the standard BibLaTeX styles.
+The style is highly optimized for documents written in German, and the main
+documentation is only available in German.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-gb7714-2015
+ (package
+ (name "texlive-biblatex-gb7714-2015")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-gb7714-2015/"
+ "tex/latex/biblatex-gb7714-2015/")
+ (base32
+ "061gp5xwh2dkckb8dn9b7xhf76cqsq908dniwkp6hg531dzyn525")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-gb7714-2015")
+ (synopsis
+ "BibLaTeX implementation of the GBT7714-2015 bibliography style for
+Chinese users")
+ (description
+ "This package provides an implementation of the GBT7714-2015 bibliography
+style. This implementation follows the GBT7714-2015 standard and can be used
+by simply loading BibLaTeX with the appropriate option.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-german-legal
+ (package
+ (name "texlive-biblatex-german-legal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-german-legal/"
+ "tex/latex/biblatex-german-legal/")
+ (base32
+ "14njaba2gvz338f8z4w3vi1qyf7yxx3l9c9nla6ggrw4rnicjpzs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-german-legal")
+ (synopsis "Comprehensive citation style for German legal texts")
+ (description
+ "This package aims to provide citation styles (for footnotes and
+bibliographies) for German legal texts. It is currently focused on citations
+in books (style german-legal-book), but may be extended to journal articles in
+the future.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-gost
+ (package
+ (name "texlive-biblatex-gost")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-gost/"
+ "tex/latex/biblatex-gost/")
+ (base32
+ "0k4fdvhj8ki05arcimxlj3fm2216cijaj5jk5yy95754j3z6byj3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-gost")
+ (synopsis "BibLaTeX support for GOST standard bibliographies")
+ (description
+ "The package provides BibLaTeX support for Russian bibliography style
+GOST 7.0.5-2008")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-historian
+ (package
+ (name "texlive-biblatex-historian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-historian/"
+ "tex/latex/biblatex-historian/")
+ (base32
+ "0y9jvjyji39ly5pf72qhnnlsrixaxjxdx529lyav8bhd2zz3c5s7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-historian")
+ (synopsis "BibLaTeX style based on the @emph{Turabian Manual}")
+ (description
+ "This package provides a BibLaTeX style, based on the @emph{Turabian
+Manual} (a version of Chicago).")
+ (license license:lppl)))
+
+(define-public texlive-biblatex-ieee
+ (package
+ (name "texlive-biblatex-ieee")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-ieee/"
+ "tex/latex/biblatex-ieee/")
+ (base32
+ "0a3r2lvp4nr53gxpa40qa7zdgj2qpyygvcgcbprnvfxlqrk8lfm0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-ieee")
+ (synopsis "IEEE style files for BibLaTeX")
+ (description
+ "This is a BibLaTeX style that implements the bibliography style of the
+IEEE for BibLaTeX. The implementation follows standard BibLaTeX conventions,
+and can be used simply by loading BibLaTeX with the appropriate @samp{ieee}
+option.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-ijsra
+ (package
+ (name "texlive-biblatex-ijsra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-ijsra/"
+ "tex/latex/biblatex-ijsra/")
+ (base32
+ "0phgbrp47f6pgayws29acsacm7dcb5w3asvwswx5a2rg30wj2fln")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-ijsra")
+ (synopsis
+ "BibLaTeX style for the International Journal of Student Research in
+Archaeology")
+ (description
+ "This is the BibLaTeX style used for the journal International Journal of
+Student Research in Archaeology.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-iso690
+ (package
+ (name "texlive-biblatex-iso690")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-iso690/"
+ "tex/latex/biblatex-iso690/")
+ (base32
+ "07h16m8n8lydph2n567fnx2hzdw15mwyrcgs30x8anv9qxh0z6jf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-iso690")
+ (synopsis "BibLaTeX style for ISO 690 standard")
+ (description
+ "The package provides a bibliography and citation style which conforms to
+the latest revision of the international standard ISO 690:2010.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-jura2
+ (package
+ (name "texlive-biblatex-jura2")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-jura2/"
+ "tex/latex/biblatex-jura2/")
+ (base32
+ "1cnsmk46j98z7wk7qs6v9f5m42x124v2nxrnq8n1jcs1jd03q6ry")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-jura2")
+ (synopsis "Citation style for the German legal profession")
+ (description
+ "The package offers BibLaTeX support for citations in German legal texts.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-juradiss
+ (package
+ (name "texlive-biblatex-juradiss")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-juradiss/"
+ "tex/latex/biblatex-juradiss/")
+ (base32
+ "13rwvj1ibhj0c46xr13wjyh68abkrvh2jcg2ccichh33crrxaql0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-juradiss")
+ (synopsis "BibLaTeX stylefiles for German law theses")
+ (description
+ "The package provides a custom citation-style for typesetting a German
+law thesis with LaTeX.")
+ (license license:lppl)))
+
+(define-public texlive-biblatex-license
+ (package
+ (name "texlive-biblatex-license")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-license/"
+ "tex/latex/biblatex-license/")
+ (base32
+ "1xz6zms984v5r8hq01f7ap245lfhqj577rc9ww57ccv4kgvgicqd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-license")
+ (synopsis "Add license data to the bibliography")
+ (description
+ "This package is for adding license license:data to bibliography entries
+via BibLaTeX's built-in related mechanism. It provides a new related type
+@code{license} and some bibmacros for typesetting these related entries.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-lncs
+ (package
+ (name "texlive-biblatex-lncs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-lncs/"
+ "tex/latex/biblatex-lncs/")
+ (base32
+ "0fxhwvkgk3y2d1w6h2sldgzwbwng97bqqgny2slaajhk9wlbcs3k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-lncs")
+ (synopsis "BibLaTeX style for Springer Lecture Notes in Computer Science")
+ (description
+ "This is a BibLaTeX style for Springer Lecture Notes in Computer Science
+(LNCS). It extends the standard BiBTeX model by an acronym entry.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-lni
+ (package
+ (name "texlive-biblatex-lni")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-lni/"
+ "tex/latex/biblatex-lni/")
+ (base32
+ "1532swanj6p4pq7a4gqkmqjsdby20ls04ghkvdjg4066z1mizjp4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-lni")
+ (synopsis "LNI style for BibLaTeX")
+ (description
+ "BibLaTeX style for the Lecture Notes in Informatics, which is published
+by the Gesellschaft fur Informatik (GI e.V.).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-luh-ipw
+ (package
+ (name "texlive-biblatex-luh-ipw")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-luh-ipw/"
+ "tex/latex/biblatex-luh-ipw/bbx/"
+ "tex/latex/biblatex-luh-ipw/cbx/"
+ "tex/latex/biblatex-luh-ipw/lbx/")
+ (base32
+ "18fnq2xjwsp5lq7vywbgzppbijqn4xarqga0g1rpj89g9q0zjs30")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-luh-ipw")
+ (synopsis "BibLaTeX styles for social sciences")
+ (description
+ "The bundle is a small collection of styles for BibLaTeX. It was
+designed for citations in the Humanities, following the guidelines of style of
+the institutes for the social sciences of the Leibniz University Hannover/LUH
+(especially the Institute of Political Science).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-manuscripts-philology
+ (package
+ (name "texlive-biblatex-manuscripts-philology")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-manuscripts-philology/"
+ "tex/latex/biblatex-manuscripts-philology/")
+ (base32
+ "1q0rqqh6gqs930bzay5cq5hghxk28xs2321y8h7awif0akq03rhm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-manuscripts-philology")
+ (synopsis "Manage classical manuscripts with BibLaTeX")
+ (description
+ "The package adds a new entry type: @code{@@manuscript} to manage
+manuscript in classical philology, for example to prepare a critical
+edition.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-mla
+ (package
+ (name "texlive-biblatex-mla")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-mla/"
+ "tex/latex/biblatex-mla/")
+ (base32
+ "09qlx067vhc4aflx9rjdbyq99xh3nzwlxj81cxp07mm2mykhxf39")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-mla")
+ (synopsis "MLA style files for BibLaTeX")
+ (description
+ "The package provides BibLaTeX support for citations in the format
+specified by the MLA handbook.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-morenames
+ (package
+ (name "texlive-biblatex-morenames")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-morenames/"
+ "tex/latex/biblatex-morenames/")
+ (base32
+ "1gwzxz1yqnq3q2fjrb4nf0370a90fbi6b20zvplj3lfiqmdkaiak")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-morenames")
+ (synopsis "New names for standard BibLaTeX entry type")
+ (description
+ "This package adds new fields of ``name'' type to the standard entry
+types of BibLaTeX. For example, @samp{maineditor}, for a @code{@@collection},
+means the editor of @code{@@mvcollection}, and not the editor of the
+@code{@@collection}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-ms
+ (package
+ (name "texlive-biblatex-ms")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/biblatex-ms/biblatex/"
+ "bibtex/bst/biblatex-ms/"
+ "doc/latex/biblatex-ms/"
+ "tex/latex/biblatex-ms/")
+ (base32
+ "00xib8xvxl78qzxs66qmfyp4jdkcs3qx4ray2nwv1fffhj69aw3n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-etoolbox texlive-kvoptions texlive-logreq
+ texlive-pdftexcmds texlive-url))
+ (home-page "https://ctan.org/pkg/biblatex-ms")
+ (synopsis "Sophisticated bibliographies in LaTeX (multiscript version)")
+ (description
+ "This package is the multiscript' version of the BibLaTeX package
+intended to solve the issues faced by those wishing to create multilingual
+bibliographies. It is intended to be backwards-compatible with the standard
+BibLaTeX package and includes significantly enhanced optional functionality.
+
+It requires the use of the multiscript version of Biber (biber-ms).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-multiple-dm
+ (package
+ (name "texlive-biblatex-multiple-dm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-multiple-dm/"
+ "tex/latex/biblatex-multiple-dm/")
+ (base32
+ "07dp3ppz8kma5gh0bs98jnk7gvqqcp4l1ag60941myjvfsyqplxv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-multiple-dm")
+ (synopsis "Load multiple datamodels in BibLaTeX")
+ (description
+ "The package adds the possibility to BibLaTeX to load data models from
+multiple sources.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-musuos
+ (package
+ (name "texlive-biblatex-musuos")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-musuos/"
+ "tex/latex/biblatex-musuos/")
+ (base32
+ "0iqp02yk8b9s18k8v78q2y5g507fsh2zk68dj0yc77gwa6gsmrmh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-musuos")
+ (synopsis "BibLaTeX style for citations in @file{musuos.cls}")
+ (description
+ "The style is designed for use with the musuos class, but it should be
+usable with other classes, too.")
+ (license license:lppl)))
+
+(define-public texlive-biblatex-nature
+ (package
+ (name "texlive-biblatex-nature")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-nature/"
+ "tex/latex/biblatex-nature/")
+ (base32
+ "1bpgcwpd8sw28dn7q8bkxpnpqb741216gaasvqdpah9kj53zfypg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-nature")
+ (synopsis "BibLaTeX support for @emph{Nature}")
+ (description
+ "The bundle offers styles that allow authors to use BibLaTeX when
+preparing papers for submission to the journal @emph{Nature}.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-nejm
+ (package
+ (name "texlive-biblatex-nejm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-nejm/"
+ "source/latex/biblatex-nejm/"
+ "tex/latex/biblatex-nejm/")
+ (base32
+ "1fa12hbzrqd7brz90zhn3lklbqvvn5sw5l3y8pnm5xx604dkdiiw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-nejm")
+ (synopsis "BibLaTeX style for the New England Journal of Medicine (NEJM)")
+ (description
+ "This is a BibLaTeX numeric style based on the design of the New England
+Journal of Medicine (NEJM).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-nottsclassic
+ (package
+ (name "texlive-biblatex-nottsclassic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-nottsclassic/"
+ "tex/latex/biblatex-nottsclassic/")
+ (base32
+ "13rvxykjyah5vn44sfagf1ggqhh1hd1qhz9m6jb87yhwz5snkrxh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-nottsclassic")
+ (synopsis "Citation style for the University of Nottingham")
+ (description
+ "This citation-style covers the citation and bibliography rules of the
+University of Nottingham.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-opcit-booktitle
+ (package
+ (name "texlive-biblatex-opcit-booktitle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-opcit-booktitle/"
+ "tex/latex/biblatex-opcit-booktitle/")
+ (base32
+ "078fzk4i7sknaxkgn2lr54bcslqbjjsr1nb0z7y46v7kpg2lpcrf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-opcit-booktitle")
+ (synopsis "Use @samp{op.@: cit.}@: for the booktitle of a subentry")
+ (description
+ "The default citation styles use the @samp{op.@: cit.}@: form in order to
+have a shorter reference when a title has already been cited. However, when
+you cite two entries which share the same booktitle but not the same title,
+the @samp{op.@: cit.}@: mechanism does not work. This package fixes this.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-oxref
+ (package
+ (name "texlive-biblatex-oxref")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-oxref/"
+ "source/latex/biblatex-oxref/"
+ "tex/latex/biblatex-oxref/")
+ (base32
+ "0jzmb28h0s2nji23mkj5ich7z5kaifv3snj20rm0dpjk20a087h3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-oxref")
+ (synopsis "BibLaTeX styles inspired by the @emph{Oxford Guide to Style}")
+ (description
+ "This bundle provides four BibLaTeX styles that implement (many of) the
+stipulations and examples provided by the 2014 @emph{New Hart's Rules} and the
+2002 @emph{Oxford Guide to Style}:
+@itemize
+
+@item @code{oxnotes} is a style similar to the standard @code{verbose},
+intended for use with footnotes;
+
+@item @code{oxnum} is a style similar to the standard @code{numeric}, intended
+for use with numeric in-text citations;
+
+@item @code{oxalph} is a style similar to the standard @code{alphabetic},
+intended for use with alphabetic in-text citations;
+
+@item @code{oxyear} is a style similar to the standard @code{author-year},
+intended for use with parenthetical in-text citations.
+
+@end itemize
+
+The bundle provides support for a wide variety of content types, including
+manuscripts, audiovisual resources, social media and legal references.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-philosophy
+ (package
+ (name "texlive-biblatex-philosophy")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-philosophy/"
+ "source/latex/biblatex-philosophy/"
+ "tex/latex/biblatex-philosophy/")
+ (base32
+ "05fapyb6wwyv4mwjhgg3gasvqkwpwd6jxv095hird9011n6drrzm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-biblatex
+ texlive-cochineal
+ texlive-csquotes
+ texlive-etoolbox
+ texlive-fontaxes
+ texlive-fontsize
+ texlive-guitlogo
+ texlive-hologo
+ texlive-hypdoc
+ texlive-inconsolata
+ texlive-libertine
+ texlive-listings
+ texlive-ltxdockit
+ texlive-manfnt
+ texlive-mdframed
+ texlive-metalogo
+ texlive-microtype
+ texlive-needspace
+ texlive-newtx
+ texlive-parskip
+ texlive-pgf
+ texlive-sectsty
+ texlive-upquote
+ texlive-xcolor
+ texlive-xkeyval
+ texlive-xstring
+ texlive-zref))))
+ (home-page "https://ctan.org/pkg/biblatex-philosophy")
+ (synopsis "Styles for using BibLaTeX for work in philosophy")
+ (description
+ "The bundle offers two styles --- @code{philosophy-classic} and
+@code{philosophy-modern} --- that facilitate the production of two different
+kinds of bibliography, based on the author-year style, with options and
+features to manage the information about the translation of foreign texts or
+their reprints. Though the package's default settings are based on the
+conventions used in Italian publications, these styles can be used with every
+language recognized by Babel, possibly with some simple redefinitions.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-phys
+ (package
+ (name "texlive-biblatex-phys")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-phys/"
+ "tex/latex/biblatex-phys/")
+ (base32
+ "1q9l7ma3zpybx142adbiall4y5x4hc5kc536wpmiwkz29zi6w7ka")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-phys")
+ (synopsis
+ "BibLaTeX implementation of the AIP and APS bibliography style")
+ (description
+ "The package provides an implementation of the bibliography styles of
+both the AIP and the APS for BibLaTeX. This implementation follows standard
+BibLaTeX conventions, and can be used simply by loading BibLaTeX with the
+appropriate option: @samp{\\usepackage[style=phys]@{biblatex@}}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-publist
+ (package
+ (name "texlive-biblatex-publist")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-publist/"
+ "tex/latex/biblatex-publist/")
+ (base32
+ "0s43idph9n9klrxy34lnplrrwy3wy4z87iiif5l9japi1j51vz6c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-publist")
+ (synopsis "BibLaTeX bibliography support for publication lists")
+ (description
+ "The package provides a BibLaTeX bibliography style file (@file{.bbx})
+for publication lists. The style file draws on BibLaTeX's @code{authoryear}
+style, but provides some extra features often desired for publication lists,
+such as the omission of the author's own name from author or editor data.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-readbbl
+ (package
+ (name "texlive-biblatex-readbbl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-readbbl/"
+ "tex/latex/biblatex-readbbl/")
+ (base32
+ "0fr0p5c2v66vy86qx2m8i4p3p75d6qm506gv8xbfqckzyfzi9x6z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-readbbl")
+ (synopsis "Read a @file{.bbl} file created by biber")
+ (description
+ "This small package modifies the BibLaTeX macro which reads a @file{.bbl}
+file created by Biber. It is thus possible to include a @file{.bbl} file into
+the main document with the @code{environment} and send it to a publisher who
+does not need to run the Biber program. However, when the bibliography
+changes one has to create a new @file{.bbl} file.")
+ (license license:lppl)))
+
+(define-public texlive-biblatex-realauthor
+ (package
+ (name "texlive-biblatex-realauthor")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-realauthor/"
+ "tex/latex/biblatex-realauthor/")
+ (base32
+ "1av0vd7lwg5yad75b9fbi09s4bcaqd8bdz43kzyj2r7cimj8dpl0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-realauthor")
+ (synopsis "Indicate the real author of a work")
+ (description
+ "This package allows to use a new field @code{realauthor}, which
+indicates the real author of a work, when published in a pseudepigraphic
+name.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-sbl
+ (package
+ (name "texlive-biblatex-sbl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-sbl/"
+ "makeindex/biblatex-sbl/"
+ "tex/latex/biblatex-sbl/")
+ (base32
+ "1b04lwzmsgapf2x1y83jdmzsc0h59dwy35lglxwvmlwlv8czpx9s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-sbl")
+ (synopsis "Society of Biblical Literature (SBL) style files for BibLaTeX")
+ (description
+ "The package provides BibLaTeX support for citations in the format
+specified by the second edition of the Society of Biblical Literature (SBL)
+Handbook of Style. A style file for writing SBL student papers is also
+included.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-science
+ (package
+ (name "texlive-biblatex-science")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-science/"
+ "tex/latex/biblatex-science/")
+ (base32
+ "0sw2bzhbgbfg5gajbm61x4243qrfna1ifbp9bl1swdmvw9g3hycd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-science")
+ (synopsis "BibLaTeX implementation of the @emph{Science} bibliography style")
+ (description
+ "The bundle offers styles that allow authors to use BibLaTeX when
+preparing papers for submission to the journal @emph{Science}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-shortfields
+ (package
+ (name "texlive-biblatex-shortfields")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-shortfields/"
+ "tex/latex/biblatex-shortfields/")
+ (base32
+ "14s6ykbnb6b2i811rjn44chv8f73yhnnywczn78zwbij5z6jgcjv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-shortfields")
+ (synopsis "Use short forms of fields with BibLaTeX")
+ (description
+ "The BibLaTeX package provides @code{shortseries} and @code{shortjournal}
+field, but the default styles don't use them. It also provides a mechanism to
+print the equivalence between short forms of fields and long
+fields (@code{\\printbiblist}), but this mechanism does not allow to mix
+between different type of short fields, for example, between short forms of
+journal title and short forms of series titles.
+
+This package provides a solution to these two problems. If
+a @code{shortjournal} field is defined, it prints it instead of the
+@code{\\journal} field. If a @code{shortseries} field is defined, it prints
+it instead of the @code{\\series} field. It provides
+a @code{\\printbibshortfields} command to print a list of the sort forms of
+the fields. This list also includes the claves defined with the
+@code{biblatex-claves} package.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-socialscienceshuberlin
+ (package
+ (name "texlive-biblatex-socialscienceshuberlin")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-socialscienceshuberlin/"
+ "tex/latex/biblatex-socialscienceshuberlin/")
+ (base32
+ "1klcvjf8vz3bg0q7pmci6hhih52ph0z0hhkbv3iippyy33jhijrc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-socialscienceshuberlin")
+ (synopsis "BibLaTeX-style for the social sciences at HU Berlin")
+ (description
+ "This is a BibLaTeX style for the social sciences at the
+Humboldt-Universitat zu Berlin.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-software
+ (package
+ (name "texlive-biblatex-software")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-software/"
+ "source/latex/biblatex-software/"
+ "tex/latex/biblatex-software/")
+ (base32
+ "0dlinydsrlcw898ccynx76mdv9jsvr4ninsqv2aggmj3g9xripn0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-software")
+ (synopsis "BibLaTeX stylefiles for software products")
+ (description
+ "This package implements software entry types for BibLaTeX in the form of
+a bibliography style extension. It requires the Biber backend.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-source-division
+ (package
+ (name "texlive-biblatex-source-division")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-source-division/"
+ "tex/latex/biblatex-source-division/")
+ (base32
+ "07y25624fpmx9hfmyyga8wh5cmvl14lqbmflglpl60jqsy622mgi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-source-division")
+ (synopsis "References by division in classical sources")
+ (description
+ "The package enables the user to make reference to division marks (such
+as book, chapter, section), in the document being referenced, in addition to
+the page-based references that BibTeX-based citations have always had. The
+citation is made in the same way as the LaTeX standard, but what's inside the
+square brackets may include the division specification.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-spbasic
+ (package
+ (name "texlive-biblatex-spbasic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-spbasic/"
+ "tex/latex/biblatex-spbasic/")
+ (base32
+ "071d1iqy1scz3wncsfv1backp5b7ly28rn5k0wy67wwz1vxa0d17")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-spbasic")
+ (synopsis "BibLaTeX style emulating Springer's old @file{spbasic.bst}")
+ (description
+ "This package provides a bibliography and citation style for BibLaTeX and
+Biber for typesetting articles for Springer's journals. It is the same as the
+old BibTeX style @file{spbasic.bst}.")
+ (license license:lppl)))
+
+(define-public texlive-biblatex-subseries
+ (package
+ (name "texlive-biblatex-subseries")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-subseries/"
+ "tex/latex/biblatex-subseries/")
+ (base32
+ "09kqqccn8dlaydz1v2szllryaxrj0c36z63ynhrv9dvd1sk0vdhd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-subseries")
+ (synopsis "Manages subseries with BibLaTeX")
+ (description
+ "Some publishers organize book series with subseries. In this case, two
+numbers are associated with one volume: the number inside the series and the
+number inside the subseries. This package provides new fields to manage such
+system.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-swiss-legal
+ (package
+ (name "texlive-biblatex-swiss-legal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-swiss-legal/"
+ "tex/latex/biblatex-swiss-legal/")
+ (base32
+ "1x4dy1vxrbx0xkw3vysvcds0s1jz9w1pwri5ypiidj517sdsnff4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-swiss-legal")
+ (synopsis
+ "Bibliography and citation styles following Swiss legal practice")
+ (description
+ "The package provides BibLaTeX bibliography and citation styles for
+documents written in accordance with Swiss legal citation standards in either
+French or German. However, the package is at present outdated and does not
+work properly with newer versions of BibLaTeX.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-trad
+ (package
+ (name "texlive-biblatex-trad")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-trad/"
+ "tex/latex/biblatex-trad/")
+ (base32
+ "19ma61dsdpsm52zm7wnkqccmx54g9gvh05d10c59q86ffv1dnlmx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-trad")
+ (synopsis "Traditional BibTeX styles with BibLaTeX")
+ (description
+ "The bundle provides implementations of the traditional BibTeX styles
+(@code{plain}, @code{abbrev}, @code{unsrt} and @code{alpha}) with BibLaTeX.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-true-citepages-omit
+ (package
+ (name "texlive-biblatex-true-citepages-omit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-true-citepages-omit/"
+ "tex/latex/biblatex-true-citepages-omit/")
+ (base32
+ "1mfkmn5g6r61mlyf3vx98q18a042yjkmh3drid9vs0kaj66di4n5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-true-citepages-omit")
+ (synopsis
+ "Correct some limitations of BibLaTeX @samp{citepages=omit} option")
+ (description
+ "This package deals with a limitation of the @samp{citepages=omit} option
+of the verbose family of BibLaTeX citestyles. The option works when you
+@code{\\cite[xx]@{key@}}, but not when you @code{\\cite[\\pno~xx, some
+text]@{key@}}. The package corrects this problem.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblatex-unified
+ (package
+ (name "texlive-biblatex-unified")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-unified/"
+ "tex/latex/biblatex-unified/")
+ (base32
+ "0d9b20m10dlkii2zxj00xgascqarf8qv1vfz28v7hnm9vd54h3rw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-unified")
+ (synopsis "BibLaTeX unified stylesheet for linguistics journals")
+ (description
+ "BibLaTeX-unified is an opinionated BibLaTeX implementation of the
+Unified Stylesheet for Linguistics Journals.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-biblatex-vancouver
+ (package
+ (name "texlive-biblatex-vancouver")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex-vancouver/"
+ "tex/latex/biblatex-vancouver/")
+ (base32
+ "1sji214mi5garp5h3if1fh1rvck573cxg61rgdlyy543883nrxv7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex-vancouver")
+ (synopsis "Vancouver style for BibLaTeX")
+ (description
+ "This package provides the Vancouver reference style for BibLaTeX. It is
+based on the @code{numeric} style and requires Biber.")
+ (license license:gpl3+)))
+
+(define-public texlive-biblatex2bibitem
+ (package
+ (name "texlive-biblatex2bibitem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblatex2bibitem/"
+ "tex/latex/biblatex2bibitem/")
+ (base32
+ "1cd9b7vhmlx2clqr2gpwqs4hjga9mjqlxj7m74kq555rn5ppkyyn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblatex2bibitem")
+ (synopsis "Convert BibLaTeX-generated bibliography to bibitems")
+ (description
+ "Some journals accept the reference list only as @code{\\bibitems}. If
+you use BibTeX, there is no problem: just paste the content of the @file{.bbl}
+file into your document. However, there was no out-of-the-box way to do the
+same for BibLaTeX, and you had to struggle with searching appropriate
+@file{.bst} files, or formatting your reference list by hand, or something
+like that. Using the workaround provided by this package solves the
+problem.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-bibleref
+ (package
+ (name "texlive-bibleref")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bibleref/"
+ "source/latex/bibleref/"
+ "tex/latex/bibleref/")
+ (base32
+ "1fgb6lljdsdvkbs4i7yvwvgjbpbc8vnki0wv3gdi9yq6s5j6lzv5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bibleref")
+ (synopsis "Format @emph{Bible} citations")
+ (description
+ "The bibleref package offers consistent formatting of references to parts
+of the Christian @emph{Bible}, in a number of well-defined formats.")
+ (license license:lppl1.3+)))
+
(define-public texlive-bibleref-french
(package
(name "texlive-bibleref-french")
@@ -2168,6 +6537,204 @@ complies with the @emph{Loccumer Richtlinien} (Locum guidelines). In
addition, the Vulgate (Latin Bible) is supported.")
(license license:lppl1.3+)))
+(define-public texlive-bibleref-lds
+ (package
+ (name "texlive-bibleref-lds")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bibleref-lds/"
+ "source/latex/bibleref-lds/"
+ "tex/latex/bibleref-lds/")
+ (base32
+ "0wqmpzml3yyhzv7bx5wkfl2ni0qinz0kjzdanh6rx0bczp29dlfh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bibleref-lds")
+ (synopsis
+ "Bible references, including scriptures of the Church of Jesus Christ of
+Latter Day Saints")
+ (description
+ "The package extends the @code{bibleref-mouth} package to support
+references to the scriptures of The Church of Jesus Christ of Latter-day
+Saints (LDS).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-bibleref-mouth
+ (package
+ (name "texlive-bibleref-mouth")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bibleref-mouth/"
+ "source/latex/bibleref-mouth/"
+ "tex/latex/bibleref-mouth/")
+ (base32
+ "0dakbx8rnjs9yjnn1xal9y0bmh165lqhbjj3bns974vkyb7nla4m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bibleref-mouth")
+ (synopsis "Consistent formatting of @emph{Bible} references")
+ (description
+ "The package allows @emph{Bible} references to be formatted in
+a consistent way. It is similar to the @code{bibleref} package, except that
+the formatting macros are all purely expandable --- that is, they are all
+implemented in TeX's mouth. This means that they can be used in any
+expandable context, such as an argument to a @code{\\url} command.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-bibleref-parse
+ (package
+ (name "texlive-bibleref-parse")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bibleref-parse/"
+ "tex/latex/bibleref-parse/")
+ (base32
+ "01jhic1idgjgv9hsx5gih4230krfqm8pc3j7f4kn22w2jnw7fs68")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bibleref-parse")
+ (synopsis "Specify @emph{Bible} passages in human-readable format")
+ (description
+ "The package parses @emph{Bible} passages that are given in human
+readable format. It accepts a wide variety of formats. This allows for
+a simpler and more convenient interface to the functionality of the
+@code{bibleref} package.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-biblist
+ (package
+ (name "texlive-biblist")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/biblist/" "tex/latex/biblist/")
+ (base32
+ "1r7cd68yr8pnmqnr39qzp42kxqcx89cqzz81ig9y7qgicznji0i8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biblist")
+ (synopsis "Print a BibTeX database")
+ (description
+ "The package provides the means of listing an entire BibTeX database,
+avoiding the potentially large (macro) impact associated with
+@code{\\nocite@{*@}}.")
+ (license license:gpl3+)))
+
+(define-public texlive-bidihl
+ (package
+ (name "texlive-bidihl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/bidihl/" "tex/xelatex/bidihl/")
+ (base32
+ "021q2qhfl2ww95nbp63p3j7lv9wjj5s9wvn2sj5zyj1pcw75l8ir")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bidihl")
+ (synopsis "Experimental Bidi-aware text highlighting")
+ (description
+ "This package provides experimental Bidi-aware text highlighting.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-bibtexperllibs
+ (package
+ (name "texlive-bibtexperllibs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "scripts/bibtexperllibs/BibTeX/"
+ "scripts/bibtexperllibs/LaTeX/"
+ "source/support/bibtexperllibs/")
+ (base32
+ "1p99pg9rvkzi3rqm4kp43zf5sk28q7a2m8ikfckg10ybaws5d3zg")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bibtexperllibs")
+ (synopsis "BibTeX Perl Libraries")
+ (description
+ "This package provides BibTeX related Perl libraries.")
+ (license
+ (list license:artistic2.0
+ license:gpl1
+ license:public-domain))))
+
+(define-public texlive-bibtopic
+ (package
+ (name "texlive-bibtopic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bibtopic/"
+ "source/latex/bibtopic/"
+ "tex/latex/bibtopic/")
+ (base32
+ "1b4lhlw29y37c7pxmqvy4ahgb85bmxrgnr2jhzvdhzdm5y9md7a3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (home-page "https://ctan.org/pkg/bibtopic")
+ (synopsis "Include multiple bibliographies in a document")
+ (description
+ "The package allows the user to include several bibliographies covering
+different topics or bibliographic material into a document (e.g., one
+bibliography for primary literature and one for secondary literature). The
+package provides commands to include either all references from a @file{.bib}
+file, only the references actually cited or those not cited in your document.
+The user has to construct a separate @file{.bib} file for each bibliographic
+topic, each of which will be processed separately by BibTeX. If you want to
+have bibliographies specific to one part of a document, see the packages
+@code{bibunits} or @code{chapterbib}.")
+ (license license:gpl3+)))
+
+(define-public texlive-bibtopicprefix
+ (package
+ (name "texlive-bibtopicprefix")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bibtopicprefix/"
+ "source/latex/bibtopicprefix/"
+ "tex/latex/bibtopicprefix/")
+ (base32
+ "1fadq51adii1453v31xj7p328h4rvans1ynmxjcmnwhlj4hdjp5n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bibtopicprefix")
+ (synopsis "Prefix references to bibliographies produced by
+@code{bibtopic}")
+ (description
+ "The package permits users to apply prefixes (fixed strings) to
+references to entries in bibliographies produced by the @code{bibtopic}
+package.")
+ (license license:lppl)))
+
+(define-public texlive-bibunits
+ (package
+ (name "texlive-bibunits")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bibunits/"
+ "source/latex/bibunits/"
+ "tex/latex/bibunits/")
+ (base32
+ "0hlz277lskhcs5xr0qn2rram957himj67hkwqqsjjap8khf7fz6v")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bibunits")
+ (synopsis "Multiple bibliographies in one document")
+ (description
+ "The package provide a mechanism to generate separate bibliographies for
+different units (chapters, sections or bibunit-environments) of a text. The
+package separates the citations of each unit of text into a separate file to
+be processed by BibTeX. The global bibliography section produced by LaTeX may
+also appear in the document and citations can be placed in both the local unit
+and the global bibliographies at the same time.")
+ (license license:lppl)))
+
(define-public texlive-binomexp
(package
(name "texlive-binomexp")
@@ -2211,6 +6778,25 @@ settings for the way species names are typeset, but they can be customized.
Different default styles are used in different situations.")
(license license:gpl3+)))
+(define-public texlive-biolett-bst
+ (package
+ (name "texlive-biolett-bst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/biolett-bst/"
+ "doc/bibtex/biolett-bst/")
+ (base32
+ "1xfr79xw0ih61s5qapx2adiyjj0d149nslpmkd1fw29g1v4zrjd2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/biolett-bst")
+ (synopsis "BibTeX style for the journal @emph{Biology Letters}")
+ (description
+ "This package provides a BibTeX style (@file{.bst}) file for the journal
+@emph{Biology Letters} published by the Royal Society.")
+ (license license:lppl1.0+)))
+
(define-public texlive-bitelist
(package
(name "texlive-bitelist")
@@ -2256,6 +6842,122 @@ retains outer braces.")
used to describe hardware, data format or protocols.")
(license license:lppl)))
+(define-public texlive-bitter
+ (package
+ (name "texlive-bitter")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/bitter/"
+ "fonts/enc/dvips/bitter/"
+ "fonts/map/dvips/bitter/"
+ "fonts/tfm/huerta/bitter/"
+ "fonts/truetype/huerta/bitter/"
+ "fonts/type1/huerta/bitter/"
+ "fonts/vf/huerta/bitter/"
+ "tex/latex/bitter/")
+ (base32
+ "07fb0dw1g1faz05naf53rinjrk0pngpfpcq4fxd1fy6580h7446f")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bitter")
+ (synopsis "Bitter family of fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeX support for
+the Bitter family of fonts. Bitter is a contemporary slab-serif typeface for
+text. There are regular and bold weights and an italic, but no bold italic.")
+ (license (list license:lppl license:silofl1.1))))
+
+(define-public texlive-bjfuthesis
+ (package
+ (name "texlive-bjfuthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bjfuthesis/"
+ "tex/latex/bjfuthesis/")
+ (base32
+ "0qhb9kighs4ljmnn94qaihpllhwvmi76j3p8yylyjw2hzip102wr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bjfuthesis")
+ (synopsis "Thesis class for Beijing Forestry University")
+ (description
+ "This is a class file for producing dissertations and theses according to
+the @acronym{BJFU, Beijing Forestry University} guidelines for undergraduate
+theses and dissertations.")
+ (license license:gpl3)))
+
+(define-public texlive-blacklettert1
+ (package
+ (name "texlive-blacklettert1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/blacklettert1/"
+ "fonts/tfm/public/blacklettert1/"
+ "fonts/vf/public/blacklettert1/"
+ "source/fonts/blacklettert1/"
+ "tex/latex/blacklettert1/")
+ (base32
+ "0fvrz3rbcdgzrg3rg3nfvdb52zxn9vhsx0xd8rc6xryzrqaib7q0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/blacklettert1")
+ (synopsis "T1-encoded versions of Haralambous old German fonts")
+ (description
+ "This package contains virtual fonts that offer T1-alike encoded variants
+of old German fonts Gothic, Schwabacher and Fraktur (which are also available
+in Adobe type 1 format). The package includes LaTeX macros to embed the fonts
+into the LaTeX font selection scheme.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-bmstu
+ (package
+ (name "texlive-bmstu")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bmstu/" "tex/latex/bmstu/")
+ (base32
+ "0ipdwd78b5w4v85nqlbxf8gi42mdz19r5mdjj3agwlgb0z6icjra")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bmstu")
+ (synopsis "LaTeX class for Bauman Moscow State Technical University")
+ (description
+ "The class defines commands and environments for creating reports and
+explanatory notes in Bauman Moscow State Technical University (Russia).")
+ (license
+ (list license:lppl1.3+
+ ;; File "bmstu-logo.pdf" is a logo of Bauman Moscow ;; State
+ ;; Technical University and complies with fair use (article 1274 of
+ ;; the Russian Civil Code).
+ (license:fsdg-compatible "file://doc/latex/bmstu/README.md")))))
+
+(define-public texlive-bmstu-iu8
+ (package
+ (name "texlive-bmstu-iu8")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bmstu-iu8/"
+ "tex/latex/bmstu-iu8/")
+ (base32
+ "1nb3dfaw0m3w179z46d7fbvibkp15wf4ws3xbvws0gymwyi4nx1m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bmstu-iu8")
+ (synopsis "Class for IU8 reports")
+ (description
+ "This package consists of a class file and style files for writing
+reports at the IU8 department of IU faculty of @acronym{BMSTU, Bauman Moscow
+State Technical University}. The class defines all headings, structure
+elements and other things in respect of Russian standard GOST 7.32-2017. But
+there are correctives to be compatible with our local IU8 department
+requirements.")
+ (license license:expat)))
+
(define-public texlive-bodeplot
(package
(name "texlive-bodeplot")
@@ -2308,6 +7010,35 @@ atoms up to the atomic number 112. In addition, commands are provided to
convert atomic numbers to element symbols or element names and vice versa.")
(license license:lppl1.3+)))
+(define-public texlive-boisik
+ (package
+ (name "texlive-boisik")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/boisik/"
+ "fonts/source/public/boisik/"
+ "fonts/tfm/public/boisik/"
+ "tex/latex/boisik/")
+ (base32
+ "1xg00nb28dgc8ch85n1mgj5n0cshkvyvgv98qawxn2xvx14vqw89")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ ;; FIXME: Font metrics generation fails for "bskmab10" font, with error:
+ ;; "! Strange path (turning number is zero)".
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/boisik")
+ (synopsis "Font inspired by Baskerville design")
+ (description
+ "Boisik is a serif font set (inspired by the Baskerville typeface),
+written in Metafont. The set comprises roman and italic text fonts and maths
+fonts. LaTeX support is offered for use with OT1, IL2 and OM* encodings.")
+ (license license:gpl2)))
+
(define-public texlive-boldtensors
(package
(name "texlive-boldtensors")
@@ -2329,6 +7060,60 @@ convert atomic numbers to element symbols or element names and vice versa.")
characters.")
(license license:gpl3+)))
+(define-public texlive-bookdb
+ (package
+ (name "texlive-bookdb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/bookdb/" "doc/bibtex/bookdb/")
+ (base32
+ "0df6bzmc90af3v4nzv6hp9padpc7h680vm2hy8wzb268z3ld268h")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bookdb")
+ (synopsis "BibTeX style file for cataloguing a home library")
+ (description
+ "This package provides an extended book entry for use in cataloguing
+a home library. The extensions include fields for binding, category,
+collator, condition, copy, illustrations, introduction, location, pages, size,
+value, volumes.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-bookhands
+ (package
+ (name "texlive-bookhands")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/bookhands/"
+ "fonts/afm/public/bookhands/"
+ "fonts/map/dvips/bookhands/"
+ "fonts/source/public/bookhands/"
+ "fonts/tfm/public/bookhands/"
+ "fonts/type1/public/bookhands/"
+ "source/fonts/bookhands/"
+ "tex/latex/bookhands/")
+ (base32
+ "0ssz80jwmd00x7d1x1xc6i61kbs30bc875bvakd5gymdw2kv7s3z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/bookhands")
+ (synopsis "Collection of book-hand fonts")
+ (description
+ "This is a set of book-hand (Metafont) fonts and packages covering
+manuscript scripts from the 1st century until Gutenberg and Caxton. The
+included hands are: Square Capitals (1st century onwards); Roman
+Rustic (1st-6th centuries); Insular Minuscule (6th cenury onwards);
+Carolingian Minuscule (8th-12th centuries); Early Gothic (11th-12th
+centuries); Gothic Textura Quadrata (13th-15th centuries); Gothic Textura
+Prescisus vel sine pedibus (13th century onwards); Rotunda (13-15th
+centuries); Humanist Minuscule (14th century onwards); Uncial (3rd-6th
+centuries); Half Uncial (3rd-9th centuries); Artificial Uncial (6th-10th
+centuries); and Insular Majuscule (6th-9th centuries).")
+ (license license:lppl)))
+
(define-public texlive-booktabs-de
(package
(name "texlive-booktabs-de")
@@ -2365,6 +7150,31 @@ documentation.")
documentation.")
(license license:lppl)))
+(define-public texlive-boondox
+ (package
+ (name "texlive-boondox")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/boondox/"
+ "fonts/map/dvips/boondox/"
+ "fonts/tfm/public/boondox/"
+ "fonts/type1/public/boondox/"
+ "fonts/vf/public/boondox/"
+ "tex/latex/boondox/")
+ (base32
+ "0rsid25qlsbj3z60h8n22m8l6gyk4nbr598c6z9azldpxn88dz91")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/boondox")
+ (synopsis "Mathematical alphabets derived from the STIX fonts")
+ (description
+ "The package contains a number of PostScript fonts derived from the STIX
+OpenType fonts that may be used in maths mode in regular and bold weights for
+Calligraphic, Fraktur and Double-struck alphabets. Virtual fonts with metrics
+suitable for maths mode are provided, as are LaTeX support files.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-borceux
(package
(name "texlive-borceux")
@@ -2432,6 +7242,131 @@ those long IUPAC compound names, and some chemical idioms. It also supports
the labelling of compounds and reference to labelled compounds.")
(license license:lppl)))
+(define-public texlive-br-lex
+ (package
+ (name "texlive-br-lex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/br-lex/" "tex/latex/br-lex/")
+ (base32
+ "154mjkywvyif57zvqbq5wxs84357148km2x0lqqdx6nanr3vwmxb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/br-lex")
+ (synopsis "Class for typesetting Brazilian legal texts")
+ (description
+ "This class implements rules to typeset Brazilian legal texts. Its
+purpose is to be an easy-to-use implementation for the end-user.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-braille
+ (package
+ (name "texlive-braille")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/braille/" "tex/latex/braille/")
+ (base32
+ "021nxjz23gn8zjrrzxggjaqq3gv894c512x15kffywm8h5k0bzy5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/braille")
+ (synopsis "Support for Braille")
+ (description
+ "This package allows the user to produce Braille documents on paper for
+the blind without knowing Braille. Python scripts @file{grade1.py} and
+@file{grade2.py} convert ordinary text to grade 1 and 2 Braille tags; then,
+the LaTeX package takes the tags and prints out corresponding Braille
+symbols.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-brandeis-dissertation
+ (package
+ (name "texlive-brandeis-dissertation")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/brandeis-dissertation/"
+ "source/latex/brandeis-dissertation/"
+ "tex/latex/brandeis-dissertation/")
+ (base32
+ "12w95gcrdvxx54a2vajz71flarm82wppl1rbrxg9vxkmp1b9yham")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/brandeis-dissertation")
+ (synopsis "Class for Brandeis University dissertations")
+ (description
+ "The class will enable the user to typeset a dissertation which adheres
+to the formatting guidelines of Brandeis University @acronym{GSAS, Graduate
+School of Arts and Sciences}.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-brandeis-problemset
+ (package
+ (name "texlive-brandeis-problemset")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/brandeis-problemset/"
+ "tex/latex/brandeis-problemset/")
+ (base32
+ "172l1jmvacjg9j5fkyrmsrhsj5pyaaq8g9pfvkahcnhk3jfc3pnp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/brandeis-problemset")
+ (synopsis "Document class for COSI Problem sets at Brandeis University")
+ (description
+ "Brandeis University's computer science courses often assign problem sets
+which require fairly rigorous formatting. This document class, which extends
+@code{article}, provides a simple way to typeset these problem sets in LaTeX.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-brandeis-thesis
+ (package
+ (name "texlive-brandeis-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/brandeis-thesis/"
+ "source/latex/brandeis-thesis/"
+ "tex/latex/brandeis-thesis/")
+ (base32
+ "0gipdbnlh4jllfyhdw0i7zcypmi63p4ssv7q08gn6w2alfmffr69")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/brandeis-thesis")
+ (synopsis "Class for Brandeis University M.A. theses")
+ (description
+ "@file{brandeis-thesis.cls} provides the structures and formatting
+information for an M.A.@: thesis for the Brandeis University Graduate School
+of Arts and Sciences.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-breakcites
+ (package
+ (name "texlive-breakcites")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/breakcites/"
+ "tex/latex/breakcites/")
+ (base32
+ "12jiw135xi12k0f46zmza4jw141gq919c6q0ijv8xlic0wra4gyy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/breakcites")
+ (synopsis "Ensure that multiple citations may break at line end")
+ (description
+ "This packages makes a very minor change to the operation of the
+@code{\\cite} command so that multiple citations may break at line end. Note
+that the change is not necessary in unmodified LaTeX; however, there remain
+packages that restore the undesirable behaviour of the command as provided in
+LaTeX 2.09. Neither @code{cite} nor @code{natbib} make this mistake.")
+ ;; The file below states: "You may freely use, modify, and/or
+ ;; distribute this package without limitation."
+ (license (license:fsf-free "file://doc/latex/breakcites/README"))))
+
(define-public texlive-bropd
(package
(name "texlive-bropd")
@@ -2455,6 +7390,90 @@ involving brackets and allow partial differentials to be expressed in an
alternate form.")
(license license:lppl1.3+)))
+(define-public texlive-brushscr
+ (package
+ (name "texlive-brushscr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/brushscr/"
+ "dvips/brushscr/"
+ "fonts/afm/public/brushscr/"
+ "fonts/map/dvips/brushscr/"
+ "fonts/tfm/public/brushscr/"
+ "fonts/type1/public/brushscr/"
+ "fonts/vf/public/brushscr/"
+ "tex/latex/brushscr/")
+ (base32
+ "0kdikrlhbqfcnb42y5pz93l8wkzbrn7hx5gjf05vkchcxq24nj5x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/brushscr")
+ (synopsis "Handwriting script font")
+ (description
+ "The BrushScript font simulates hand-written characters; it is
+distributed in Adobe Type 1 format (but is available in italic shape only).
+The package includes the files needed by LaTeX in order to use that font.")
+ (license license:public-domain)))
+
+(define-public texlive-buctthesis
+ (package
+ (name "texlive-buctthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/buctthesis/"
+ "source/xelatex/buctthesis/"
+ "tex/xelatex/buctthesis/")
+ (base32
+ "0qy9wknd91cj8b5lpdah773xqn29k5i0vfycyhax8fxzy3ss6bri")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/buctthesis")
+ (synopsis "Beijing University of Chemical Technology thesis template")
+ (description
+ "This package provides a LaTeX class and template for Beijing University
+of Chemical Technology, supporting bachelor, master, and doctor theses.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-burmese
+ (package
+ (name "texlive-burmese")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/burmese/"
+ "fonts/map/dvips/burmese/"
+ "fonts/tfm/public/burmese/"
+ "fonts/type1/public/burmese/"
+ "source/fonts/burmese/"
+ "tex/latex/burmese/")
+ (base32
+ "04d022k7bqc7092xhsda0h5ma18b24hkmn0b7mlblpd3zf4qhs79")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; The "birm.pl" script is located in the "source" part, and
+ ;; therefore will not appear in any output. This phase forces its
+ ;; installation in "bin/" directory.
+ (add-after 'install 'install-script
+ (lambda _
+ (install-file "source/fonts/burmese/birm.pl"
+ (string-append #$output "/bin")))))))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/burmese")
+ (synopsis "Basic support for writing Burmese")
+ (description
+ "This package provides basic support for writing Burmese. The package
+provides a preprocessor (written in Perl), an Adobe Type 1 font, and LaTeX
+macros.")
+ ;; The package itself is under LPPL terms, but the preprocessor relies on
+ ;; Knuth's.
+ (license (list license:lppl license:knuth))))
+
(define-public texlive-bussproofs-extra
(package
(name "texlive-bussproofs-extra")
@@ -2476,6 +7495,214 @@ alternate form.")
entire (sub)deductions.")
(license license:lppl1.3c)))
+(define-public texlive-bxbase
+ (package
+ (name "texlive-bxbase")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxbase/" "tex/latex/bxbase/")
+ (base32
+ "19zhvwj55lihlj11mk322735z595al847wsg3p0s3a9zm17b0skk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxbase")
+ (synopsis "BX bundle base components")
+ (description
+ "The main purpose of this bundle is to serve as an underlying library for
+other packages created by the same author. However @code{bxbase} package
+contains a few user-level commands and is of some use by itself.")
+ (license license:expat)))
+
+(define-public texlive-bxcjkjatype
+ (package
+ (name "texlive-bxcjkjatype")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxcjkjatype/"
+ "tex/latex/bxcjkjatype/")
+ (base32
+ "1cnh1xdqcapahixzfxrrmadplkfrljh1vcdq7i3p4xdaclrbhzds")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxcjkjatype")
+ (synopsis "Typeset Japanese with pdfLaTeX and CJK")
+ (description
+ "The package provides a working configuration of the CJK package,
+suitable for Japanese typesetting of moderate quality. Moreover, it
+facilitates use of the CJK package for pLaTeX users, by providing commands
+that are similar to those used by the pLaTeX kernel and some other packages
+used with it.")
+ (license license:expat)))
+
+(define-public texlive-bxghost
+ (package
+ (name "texlive-bxghost")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxghost/" "tex/latex/bxghost/")
+ (base32
+ "11hnnyd6h3r5fl9p23qj1zspwzgnamfah7xqj7l1prp6ygb322mn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxghost")
+ (synopsis "Ghost insertion for proper @code{xkanjiskip}")
+ (description
+ "The package provides two commands to help authors for documents in
+Japanese to insert proper @code{xkanjiskips}. It supports LuaTeX, XeTeX,
+pTeX, upTeX, and ApTeX (pTeX-ng).")
+ (license license:expat)))
+
+(define-public texlive-bxjaholiday
+ (package
+ (name "texlive-bxjaholiday")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxjaholiday/"
+ "tex/latex/bxjaholiday/")
+ (base32
+ "1n0h9g5lgaz00gn8wjai8w3pbg7bs02aaw7zi7h8l01i4lc8l1r1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxjaholiday")
+ (synopsis "Support for Japanese holidays")
+ (description
+ "This LaTeX package provides a command to convert dates to names of
+Japanese holidays. Another command, converting dates to the day of the week
+in Japanese, is available as a free gift.")
+ (license license:expat)))
+
+(define-public texlive-bxjalipsum
+ (package
+ (name "texlive-bxjalipsum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxjalipsum/"
+ "tex/latex/bxjalipsum/")
+ (base32
+ "1d71l9mrqc2lwzri5p97rfy0rdvj6jv2jpfm10grfpbwpln7big8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxjalipsum")
+ (synopsis "Dummy text in Japanese")
+ (description
+ "This package enables users to print some Japanese text that can be used
+as dummy text. It is a Japanese counterpart of the @code{lipsum} package.
+Since there is no well-known nonsense text like Lipsum in the Japanese
+language, the package uses some real text in public domain.")
+ (license license:expat)))
+
+(define-public texlive-bxjaprnind
+ (package
+ (name "texlive-bxjaprnind")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxjaprnind/"
+ "tex/latex/bxjaprnind/")
+ (base32
+ "0j2k06y63c7dgpcflrfrjy82g2746fnmpf8dk445lbqkbn1jypr5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxjaprnind")
+ (synopsis "Adjust the position of parentheses at paragraph head")
+ (description
+ "In Japanese typesetting, opening parentheses placed at the beginning of
+paragraphs or lines are treated specially. This package adjusts the position
+of parentheses accordingly.")
+ (license license:expat)))
+
+(define-public texlive-bxjatoucs
+ (package
+ (name "texlive-bxjatoucs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxjatoucs/"
+ "fonts/tfm/public/bxjatoucs/"
+ "tex/latex/bxjatoucs/")
+ (base32
+ "1032lfp9qy4arzy06s5hkqlva7y182763wxfdql93yn68hcn85vd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxjatoucs")
+ (synopsis "Convert Japanese character code to Unicode")
+ (description
+ "This package is meant for macro or package developers: it provides
+function-like macros that convert a character code value in one of several
+Japanese encodings to a Unicode value. Supported source encodings are:
+ISO-2022-JP (jis), EUC-JP (euc), Shift_JIS (sjis), and the Adobe-Japan1 glyph
+set.")
+ (license license:expat)))
+
+(define-public texlive-bxjscls
+ (package
+ (name "texlive-bxjscls")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxjscls/" "source/latex/bxjscls/"
+ "tex/latex/bxjscls/")
+ (base32
+ "0bm9ab1j949v3ygnml8w0isx7yydq6jfq4ws3i0pf1rhs56m6rm0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxjscls")
+ (synopsis "Japanese document class collection for all major engines")
+ (description
+ "This package provides an extended version of the Japanese document class
+collection provided by @code{jsclasses}. While the original version supports
+only pLaTeX and upLaTeX, the extended version also supports pdfLaTeX, XeLaTeX
+and LuaLaTeX, with the aid of suitable packages that provide capability of
+Japanese typesetting.")
+ (license license:bsd-2)))
+
+(define-public texlive-bxorigcapt
+ (package
+ (name "texlive-bxorigcapt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxorigcapt/"
+ "tex/latex/bxorigcapt/")
+ (base32
+ "1gj61hjmyxsbfkrs1sh604b6dfl00kp39fcamlfzb8s197wsl9fv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxorigcapt")
+ (synopsis "Retain the original caption names when using Babel")
+ (description
+ "This package forces the caption names declared by the document class in
+use to be used as the caption names for a specific language introduced by the
+Babel package.")
+ (license license:expat)))
+
+(define-public texlive-bxwareki
+ (package
+ (name "texlive-bxwareki")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bxwareki/" "tex/latex/bxwareki/")
+ (base32
+ "0qy1nsxi8ihhxdz5grp3nymsm2lfj5gf6wmky30fxizxya92ml2b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bxwareki")
+ (synopsis "Convert dates from Gregorian to Japanese calender")
+ (description
+ "This LaTeX package provides commands to convert from the Gregorian
+calendar to the Japanese rendering of the Japanese calendar. You can choose
+whether the numbers are written in Western numerals or kanji numerals. Note
+that the package only deals with dates in the year 1873 or later, where the
+Japanese calendar is really a Gregorian calendar with a different notation of
+years.")
+ (license license:expat)))
+
(define-public texlive-bytefield
(package
(name "texlive-bytefield")
@@ -2517,6 +7744,48 @@ a packet or in memory.")
in Python, C and Pascal. Program source files may also be input.")
(license license:public-domain)))
+(define-public texlive-c90
+ (package
+ (name "texlive-c90")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/enc/c90/" "fonts/enc/dvips/c90/"
+ "source/fonts/enc/c90/")
+ (base32
+ "0g4rwimlqqzbbs8ar15nsf8qcr8bbyjacmklbgv4pmsls5ka9n3n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/c90")
+ (synopsis "C90 font encoding for Thai")
+ (description "This package provides C90 font encoding for Thai.")
+ (license license:gpl2+)))
+
+(define-public texlive-caladea
+ (package
+ (name "texlive-caladea")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/caladea/"
+ "fonts/enc/dvips/caladea/"
+ "fonts/map/dvips/caladea/"
+ "fonts/tfm/huerta/caladea/"
+ "fonts/truetype/huerta/caladea/"
+ "fonts/type1/huerta/caladea/"
+ "fonts/vf/huerta/caladea/"
+ "tex/latex/caladea/")
+ (base32
+ "02pw132njvk23iwfwlfq5cbamqmgxap2h5pq23x3r8dbym1zpk9f")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/caladea")
+ (synopsis "Support for the Caladea family of fonts")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Caladea family of fonts.")
+ (license (list license:asl2.0 license:lppl))))
+
(define-public texlive-calculation
(package
(name "texlive-calculation")
@@ -2543,6 +7812,124 @@ at the side opposite to the equation numbers. Calculations are allowed inside
hints although numbering and commenting is then disabled.")
(license license:lppl1.3+)))
+(define-public texlive-calligra
+ (package
+ (name "texlive-calligra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/calligra/"
+ "fonts/source/public/calligra/"
+ "fonts/tfm/public/calligra/")
+ (base32
+ "1h9w2qifsd0sjr2czy6zbyvgvdl72nd1sn2hmxv0jsmbcjqak1ib")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/calligra")
+ (synopsis "Calligraphic font")
+ (description
+ "This package provides a calligraphic font in the handwriting style.
+The font is supplied as Metafont source. LaTeX support of the font is
+provided in the @code{calligra} package in the @code{fundus} bundle.")
+ (license license:expat)))
+
+(define-public texlive-calligra-type1
+ (package
+ (name "texlive-calligra-type1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/calligra-type1/"
+ "fonts/afm/public/calligra-type1/"
+ "fonts/map/dvips/calligra-type1/"
+ "fonts/type1/public/calligra-type1/")
+ (base32
+ "1v6zwghf8q70lls3hmwj8gc0n6d4ffjf1xjvq1k6w71shiga8bqi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/calligra-type1")
+ (synopsis "Type 1 version of Calligra")
+ (description
+ "This is a Type 1 conversion of Peter Vanroose's Calligra handwriting
+font.")
+ (license license:expat)))
+
+(define-public texlive-cantarell
+ (package
+ (name "texlive-cantarell")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cantarell/"
+ "fonts/enc/dvips/cantarell/"
+ "fonts/map/dvips/cantarell/"
+ "fonts/opentype/gnome/cantarell/"
+ "fonts/tfm/gnome/cantarell/"
+ "fonts/type1/gnome/cantarell/"
+ "fonts/vf/gnome/cantarell/"
+ "tex/latex/cantarell/")
+ (base32
+ "11cj8z6wyzq92x66alas88qgrs4ap0xgvf0yr7h62vg5ym3618c8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cantarell")
+ (synopsis "LaTeX support for the Cantarell font family")
+ (description
+ "Cantarell is a contemporary Humanist sans serif designed by Dave
+Crossland and Jakub Steiner. The present package provides support for this
+font in LaTeX. It includes Type 1 versions of the fonts, converted for this
+package using FontForge from its sources, for full support with Dvips.")
+ (license (list license:silofl1.1 license:lppl1.3c))))
+
+(define-public texlive-carlito
+ (package
+ (name "texlive-carlito")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/carlito/"
+ "fonts/enc/dvips/carlito/"
+ "fonts/map/dvips/carlito/"
+ "fonts/tfm/google/carlito/"
+ "fonts/truetype/google/carlito/"
+ "fonts/type1/google/carlito/"
+ "fonts/vf/google/carlito/"
+ "tex/latex/carlito/")
+ (base32
+ "14hk51bgwpn4wr843g7w8wjwmadq0ca86gviayhwsz4zax68jhx6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/carlito")
+ (synopsis "Support for Carlito sans-serif fonts")
+ (description
+ "The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Carlito family of sans serif fonts, designed by Lukasz Dziedzic.")
+ (license license:silofl1.1)))
+
+(define-public texlive-carolmin-ps
+ (package
+ (name "texlive-carolmin-ps")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/carolmin-ps/"
+ "fonts/afm/public/carolmin-ps/"
+ "fonts/map/dvips/carolmin-ps/"
+ "fonts/type1/public/carolmin-ps/")
+ (base32
+ "1867h17l0ms2schmbrsjm4gajfmckm2x7ny2ijd9vf232l7s1b53")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/carolmin-t1")
+ (synopsis "Adobe Type 1 format of Carolingian Minuscule fonts")
+ (description
+ "The bundle offers Adobe Type 1 format versions of Peter Wilson's
+Carolingian Minuscule font set (part of the @code{bookhands} collection). The
+fonts in the bundle are ready-to-use replacements for the Metafont
+originals.")
+ (license license:lppl)))
+
(define-public texlive-cartonaugh
(package
(name "texlive-cartonaugh")
@@ -2587,6 +7974,54 @@ constructions to present mathematical demonstrations with successive braces
for the deductions.")
(license license:lppl1.3+)))
+(define-public texlive-cascadia-code
+ (package
+ (name "texlive-cascadia-code")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cascadia-code/"
+ "fonts/enc/dvips/cascadia-code/"
+ "fonts/map/dvips/cascadia-code/"
+ "fonts/opentype/public/cascadia-code/"
+ "fonts/tfm/public/cascadia-code/"
+ "fonts/type1/public/cascadia-code/"
+ "fonts/vf/public/cascadia-code/"
+ "tex/latex/cascadia-code/")
+ (base32
+ "1bcp2zw71aka47nc5wmi3196ypyr430ws1j63jnbzjaxnk2r63yw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cascadia-code")
+ (synopsis "Cascadia Code font with support for LaTeX and pdfLaTeX")
+ (description
+ "Cascadia Code is a monospaced font by Microsoft. This package provides
+the Cascadia Code family of fonts with support for LaTeX and pdfLaTeX.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-cascadilla
+ (package
+ (name "texlive-cascadilla")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/cascadilla/"
+ "doc/latex/cascadilla/"
+ "tex/latex/cascadilla/")
+ (base32
+ "0sl29gxjhkakaz7r48wfbvcxngnxdyixmh5awxnlsmrajxgdzh9l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cascadilla")
+ (synopsis "Conform to the stylesheet of the Cascadilla Proceedings
+Project")
+ (description
+ "The class provides an extension of the standard LaTeX @code{article}
+class that may be used to typeset papers conforming to the stylesheet of the
+Cascadilla Proceedings Project, which is used by a number of linguistics
+conference proceedings.")
+ (license license:lppl)))
+
(define-public texlive-catcodes
(package
(name "texlive-catcodes")
@@ -2683,6 +8118,136 @@ parameter value for style, another for a property). User input to
documents sharing the same notation.")
(license license:lppl1.3c)))
+(define-public texlive-cell
+ (package
+ (name "texlive-cell")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/cell/" "doc/latex/cell/"
+ "tex/latex/cell/")
+ (base32
+ "0x2dw80z0kzisbwnx2xrmsk0biqbanmydzygg9zdymhcx7w5rz52")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cell")
+ (synopsis "Bibliography style for Cell")
+ (description
+ "This is an APA-like style (cf.@: @file{apalike.bst} in the BibTeX
+distribution), developed from the same author's JMB style. A supporting LaTeX
+package is also provided.")
+ (license license:public-domain)))
+
+(define-public texlive-cesenaexam
+ (package
+ (name "texlive-cesenaexam")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cesenaexam/"
+ "source/latex/cesenaexam/"
+ "tex/latex/cesenaexam/")
+ (base32
+ "05n61y7lqycnj22a80p5pa0ajr8c4zc5b73cc3c2x40w8yx85xcf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cesenaexam")
+ (synopsis "Class file to typeset exams")
+ (description
+ "This LaTeX document class has been designed to typeset exams.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-cfr-initials
+ (package
+ (name "texlive-cfr-initials")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cfr-initials/"
+ "tex/latex/cfr-initials/")
+ (base32
+ "03isx6wck9q2nmn2gm6zmd1830d2v9bps5g1k9qw6y02wdac8az9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cfr-initials")
+ (synopsis "LaTeX packages for use of initials")
+ (description
+ "This is a set of 23 tiny packages designed to make it easier to use
+fonts from the initials package in LaTeX, e.g., with the @code{lettrine}
+package.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-cfr-lm
+ (package
+ (name "texlive-cfr-lm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cfr-lm/"
+ "fonts/enc/dvips/cfr-lm/"
+ "fonts/map/dvips/cfr-lm/"
+ "fonts/tfm/public/cfr-lm/"
+ "fonts/vf/public/cfr-lm/"
+ "source/fonts/cfr-lm/"
+ "tex/latex/cfr-lm/")
+ (base32
+ "06zsvbnpg93gw7m0nfsxc1hcqi6idgdc3xwwwy954fx13dpvrqfi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cfr-lm")
+ (synopsis "Enhanced support for the Latin Modern fonts")
+ (description
+ "The package supports a number of features of the Latin Modern fonts
+which are not easily accessible via the default (La)TeX support. In
+particular, the package supports the use of the various styles of digits
+available, small-caps and upright italic shapes, and alternative weights and
+widths. It also supports variable width typewriter and the @code{quotation}
+font.
+
+By default, the package uses proportional oldstyle digits and variable width
+typewriter but this can be changed by passing appropriate options to the
+package. The package also supports using (for example) different styles of
+digits within a document so it is possible to use proportional oldstyle digits
+by default, say, but tabular lining digits within a particular table.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-chbibref
+ (package
+ (name "texlive-chbibref")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chbibref/" "tex/latex/chbibref/")
+ (base32
+ "1k4cwy4z0kacikpvxkk3y68apw2x33sh06yccb1s894r1bn3c1qi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chbibref")
+ (synopsis "Change the Bibliography and References title")
+ (description
+ "This package defines a single command, @code{\\setbibref}, which sets
+whichever of @code{\\bibname} and @code{\\refname} is in use.")
+ (license license:lppl)))
+
+(define-public texlive-chem-journal
+ (package
+ (name "texlive-chem-journal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/chem-journal/")
+ (base32
+ "01s4sbmc4g96cmnbhx9a6bqjskkrr6saq91cly2pfy5gr256vmnq")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chem-journal")
+ (synopsis "Various BibTeX formats for journals in chemistry")
+ (description
+ "This package provides various BibTeX formats for journals in chemistry,
+including @emph{Reviews in Computational Chemistry}, @emph{Journal of Physical
+Chemistry}, @emph{Journal of Computational Chemistry}, and @emph{Physical
+Chemistry Chemical Physics}.")
+ (license license:gpl3+)))
+
(define-public texlive-chemarrow
(package
(name "texlive-chemarrow")
@@ -2711,6 +8276,30 @@ in the font are designed to look more like those in chemistry text-books than
do Knuth's originals.")
(license license:public-domain)))
+(define-public texlive-chembst
+ (package
+ (name "texlive-chembst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/chembst/" "doc/latex/chembst/"
+ "source/latex/chembst/")
+ (base32
+ "026j8lv3kbxmbq6sc1n8rdrr47njgn5mn9im1mmppzk5bi7w6yzz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chembst")
+ (synopsis "Collection of BibTeX files for chemistry journals")
+ (description
+ "The package offers a collection of advanced BibTeX style files suitable
+for publications in chemistry journals. Currently, style files for journals
+published by the American Chemical Society, Wiley-VCH and The Royal Society of
+Chemistry are available. The style files support advanced features such as
+automatic formatting of errata or creating an appropriate entry for
+publications in @emph{Angewandte Chemie} where both English and German should
+be cited simultaneously.")
+ (license license:lppl)))
+
(define-public texlive-chemcompounds
(package
(name "texlive-chemcompounds")
@@ -2962,6 +8551,312 @@ formatting chemistry documents according to the conventions of a number of
leading journals. It also provides some handy chemistry-related macros.")
(license license:lppl1.3+)))
+(define-public texlive-cherokee
+ (package
+ (name "texlive-cherokee")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cherokee/"
+ "fonts/source/public/cherokee/"
+ "fonts/tfm/public/cherokee/"
+ "tex/latex/cherokee/")
+ (base32
+ "0cganm5d4gnkkhandancyd915w2x9kskj9qg81y54jcfyjz8gp51")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/cherokee")
+ (synopsis "Font for the Cherokee script")
+ (description
+ "The Cherokee script was designed in 1821 by Segwoya. The alphabet is
+essentially syllabic, only 6 characters (a e i o s u) correspond to Roman
+letters: the font encodes these to the corresponding roman letter. The
+remaining 79 characters have been arbitrarily encoded in the range 38-122; the
+@code{cherokee} package provides commands that map each such syllable to the
+appropriate character.")
+ ;; "You may freely use, modify, and/or distribute this file, without
+ ;; limitation. If you make significant additions or improvements,
+ ;; I request that you email me an updated version."
+ (license
+ (license:fsf-free "file://fonts/source/public/cherokee/cherokee.mf"))))
+
+(define-public texlive-chess
+ (package
+ (name "texlive-chess")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/chess/"
+ "fonts/source/public/chess/"
+ "fonts/tfm/public/chess/" "tex/latex/chess/")
+ (base32
+ "079naqw9bd5da3c2bsa0322kdjrfpwa35inrfznzgrfdk1w0irs7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/chess")
+ (synopsis "Fonts for typesetting chess boards")
+ (description
+ "This is the original, and somewhat dated, TeX chess font package.
+Potential users should consider @code{skak} (for alternative fonts, and
+notation support), @code{texmate} (for alternative notation support), or
+@code{chessfss} (for flexible font choices).")
+ (license license:public-domain)))
+
+(define-public texlive-chess-problem-diagrams
+ (package
+ (name "texlive-chess-problem-diagrams")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chess-problem-diagrams/"
+ "source/latex/chess-problem-diagrams/"
+ "tex/latex/chess-problem-diagrams/")
+ (base32
+ "0m32dhwdfrgy1r3lq8j7hdaa79kniwwq3lanbkkn32dhybwa0b61")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chess-problem-diagrams")
+ (synopsis "Package for typesetting chess problem diagrams")
+ (description
+ "This package provides macros to typeset chess problem diagrams including
+fairy chess problems (mostly using rotated images of pieces) and other
+boards.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-chessboard
+ (package
+ (name "texlive-chessboard")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chessboard/"
+ "source/latex/chessboard/"
+ "tex/latex/chessboard/")
+ (base32
+ "1nz66h6baz5m2jfzjzyccw0rcpkc6rfbq9cc759y875b47j8pkhx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chessboard")
+ (synopsis "Print chess boards")
+ (description
+ "This package offers commands to print chessboards. It can print partial
+boards, hide pieces and fields, color the boards and put various marks on the
+board. It has a lot of options to place pieces on the board. Using exotic
+pieces (e.g., for fairy chess) is possible.")
+ (license license:lppl)))
+
+(define-public texlive-chessfss
+ (package
+ (name "texlive-chessfss")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chessfss/"
+ "fonts/enc/dvips/chessfss/"
+ "source/latex/chessfss/"
+ "tex/latex/chessfss/")
+ (base32
+ "1l51famz3zx9v4v0mdxwk51xhaidwgfplf268q2f1ipif9h6ma5d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chessfss")
+ (synopsis "Package to handle chess fonts")
+ (description
+ "This package offers commands to use and switch between chess fonts.
+It uses the LaTeX font selection scheme (nfss). The package doesn't parse,
+format and print PGN input like e.g., the packages @code{skak} or
+@code{texmate}; the aim of the package is to offer writers of chess packages
+a bundle of commands for fonts, so that they don't have to implement all these
+commands for themselves. A normal user can use the package to print
+e.g,. single chess symbols and simple diagrams.")
+ (license license:lppl)))
+
+(define-public texlive-chhaya
+ (package
+ (name "texlive-chhaya")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chhaya/" "source/latex/chhaya/"
+ "tex/latex/chhaya/")
+ (base32
+ "1if47icrsy56sjza170cxcpcczwfh9k8jl7j22gwwam4msa4d1if")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chhaya")
+ (synopsis "Linguistic glossing in Marathi language")
+ (description
+ "This package provides macros for linguistic glossing as per the rules
+given by Mumbai University.")
+ (license (list license:gpl3+
+ ;; Aalok (आलोक) copyleft license v1.0+.
+ (license:fsf-free "file://doc/latex/aalok/README.txt")
+ license:fdl1.3+))))
+
+(define-public texlive-chicago
+ (package
+ (name "texlive-chicago")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/chicago/" "tex/latex/chicago/")
+ (base32
+ "0mwrphf2g7v5yc0qij76dkzalgm3fhcm8zs7akgaypyk98cvxw8k")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chicago")
+ (synopsis "Chicago bibliography style")
+ (description
+ "Chicago is a BibTeX style that follows the @samp{B} reference style of
+the 13th Edition of the Chicago manual of style; a LaTeX package is also
+provided. The style was derived from the @code{newapa} style.")
+ (license license:knuth)))
+
+(define-public texlive-chicago-annote
+ (package
+ (name "texlive-chicago-annote")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/chicago-annote/"
+ "doc/bibtex/chicago-annote/")
+ (base32
+ "16hqz4xf7mbnrnx8420ynykxr1l3slfvjq8d8s0mrw42v88965ni")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chicago-annote")
+ (synopsis "Chicago-based annotated BibTeX style")
+ (description
+ "This is a revision of chicagoa.bst, using the commonly-used annote field
+in place of the original's annotation.")
+ (license license:lppl)))
+
+(define-public texlive-chicagoa
+ (package
+ (name "texlive-chicagoa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/chicagoa/")
+ (base32
+ "1za4fqlpirbr3qs894abnlwmrhsqbahniyyimy1dxal0cp61cfil")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chicagoa")
+ (synopsis "Chicago bibliography style with annotations")
+ (description
+ "This is a modification of the author's @code{chicago} style, to support
+an annotation field in bibliographies.")
+ (license license:knuth)))
+
+(define-public texlive-chifoot
+ (package
+ (name "texlive-chifoot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chifoot/" "tex/latex/chifoot/")
+ (base32
+ "07hxfiasfbnmvq367nnjg56n21wxdw0r6i7bl5l4gxa0j9jvmpf0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chifoot")
+ (synopsis "Chicago-style footnote formatting")
+ (description
+ "This package provides a very short snippet that sets the footnotes to be
+conformant with the Chicago style, so the footnotes at the bottom of the page
+are now marked with a full-sized number, rather than with a superscript
+number.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-chinesechess
+ (package
+ (name "texlive-chinesechess")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chinesechess/"
+ "tex/latex/chinesechess/")
+ (base32
+ "15sszrrv1viaa74i57a81xhybhjq2vaxb188wl728hjzm8d0n0wm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chinesechess")
+ (synopsis "Typeset Chinese chess with @code{l3draw}")
+ (description
+ "This LaTeX3 package based on @code{l3draw} provides macros and an
+environment for Chinese chess manual writing.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-chivo
+ (package
+ (name "texlive-chivo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/chivo/"
+ "fonts/enc/dvips/chivo/"
+ "fonts/map/dvips/chivo/"
+ "fonts/opentype/public/chivo/"
+ "fonts/tfm/public/chivo/"
+ "fonts/type1/public/chivo/"
+ "fonts/vf/public/chivo/"
+ "source/fonts/chivo/"
+ "tex/latex/chivo/")
+ (base32
+ "0dvcz42rw2y33amrjikgicy9r4c6m0c4cvv2h0sm7k5bympnj8w0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chivo")
+ (synopsis "Using the Chivo fonts with LaTeX")
+ (description
+ "This work provides the necessary files to use the Chivo fonts with
+LaTeX. Chivo is a set of eight fonts provided by Hector Gatti and Omnibus
+Team.")
+ (license (list license:silofl1.1 license:lppl1.3c))))
+
+(define-public texlive-chordbars
+ (package
+ (name "texlive-chordbars")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chordbars/"
+ "tex/latex/chordbars/")
+ (base32
+ "0pyxnjalrmkan3mjir6w3g3xhgyzzbjkjhxz460p1nm8n5ng05xq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chordbars")
+ (synopsis "Print chord grids for pop/jazz tunes")
+ (description
+ "This Tikz-based music-related package is targeted at pop/jazz
+guitar/bass/piano musicians. They usually need only the chords and the song
+structure. This package produces rectangular song patterns with one square
+per bar, with the chord shown inside the square. It also handles the song
+structure by showing the bar count and the repetitions of the patterns.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-chordbox
+ (package
+ (name "texlive-chordbox")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chordbox/" "tex/latex/chordbox/")
+ (base32
+ "01css8dnzss7s711ry2rs2fi3bw70s0lgj0cwwdicjgi331zbq70")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chordbox")
+ (synopsis "Draw chord diagrams")
+ (description
+ "This package provides two macros for drawing chord diagrams, as may be
+found for example in chord charts/books and educational materials. They are
+composed as TikZ pictures and have several options to modify their
+appearance.")
+ (license license:lppl1.3+)))
+
(define-public texlive-chronosys
(package
(name "texlive-chronosys")
@@ -2981,6 +8876,498 @@ leading journals. It also provides some handy chemistry-related macros.")
Interfaces for Plain TeX, ConTeXt and LaTeX are provided.")
(license license:lppl1.3+)))
+(define-public texlive-chs-physics-report
+ (package
+ (name "texlive-chs-physics-report")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/chs-physics-report/"
+ "tex/latex/chs-physics-report/")
+ (base32
+ "195f66yffi96qkrxb044mcaycyds0mp3fg3c3lhz1mpvbz0calpl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chs-physics-report")
+ (synopsis "Physics lab reports for Carmel High School")
+ (description
+ "This package may optionally be used by students at Carmel High School in
+Indiana in the United States to write physics lab reports for FW physics
+courses. As many students are beginners at LaTeX, it also attempts to
+simplify the report-writing process by offering macros for commonly used
+notation and by automatically formatting the documents for students who will
+only use TeX for mathematics and not typesetting.")
+ (license (list license:public-domain license:cc-by-sa3.0))))
+
+(define-public texlive-chscite
+ (package
+ (name "texlive-chscite")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/chscite/" "doc/latex/chscite/"
+ "source/latex/chscite/" "tex/latex/chscite/")
+ (base32
+ "0q4mgvrbljbw7pmwjs4qcr91sfhbnbshhmygxqrkriyrfnqy6yfq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/chscite")
+ (synopsis "Bibliography style for Chalmers University of Technology")
+ (description
+ "The package, heavily based on the harvard package for Harvard-style
+citations, provides a citation suite for students at Chalmers University of
+Technology that follows given recommendations.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-churchslavonic
+ (package
+ (name "texlive-churchslavonic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/churchslavonic/"
+ "tex/latex/churchslavonic/")
+ (base32
+ "1qyxyp0ckizrryvqyz8cz066g9vvz01ki6b50sm5hk44b6b4v3ri")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-etoolbox
+ texlive-fonts-churchslavonic
+ texlive-hyphen-complete
+ texlive-oberdiek
+ texlive-xcolor))
+ (home-page "https://ctan.org/pkg/churchslavonic")
+ (synopsis "Typeset documents in Church Slavonic language using Unicode")
+ (description
+ "The package provides fonts, hyphenation patterns, and supporting macros
+to typeset Church Slavonic texts.")
+ (license license:expat)))
+
+(define-public texlive-cinzel
+ (package
+ (name "texlive-cinzel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cinzel/"
+ "fonts/enc/dvips/cinzel/"
+ "fonts/map/dvips/cinzel/"
+ "fonts/tfm/ndiscovered/cinzel/"
+ "fonts/truetype/ndiscovered/cinzel/"
+ "fonts/type1/ndiscovered/cinzel/"
+ "fonts/vf/ndiscovered/cinzel/"
+ "tex/latex/cinzel/")
+ (base32
+ "0qik1ji23w35350ajjxz5w39w1cy4lg582343nrhr9y8jl18kfap")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cinzel")
+ (synopsis "LaTeX support for Cinzel and Cinzel Decorative fonts")
+ (description
+ "Cinzel and Cinzel Decorative fonts, designed by Natanael Gama,
+find their inspiration in first century roman inscriptions, and are based on
+classical proportions. Cinzel is all-caps (similar to Trajan and
+Michelangelo), but is available in three weights (Regular, Bold, Black).
+There are no italic fonts, but there are Decorative variants, which can be
+selected by the usual italic-selection commands in the package's LaTeX
+support.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-citation-style-language
+ (package
+ (name "texlive-citation-style-language")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/citation-style-language/"
+ "doc/man/man1/citeproc-lua.1"
+ "doc/man/man1/citeproc-lua.man1.pdf"
+ "scripts/citation-style-language/"
+ "tex/latex/citation-style-language/")
+ (base32
+ "13342c9kq5zy9a6kag81xfa38dydmimhcnb11jx7d8il6g0pd46w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "citeproc-lua.lua")))
+ (propagated-inputs
+ (list texlive-filehook
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-lua-uca
+ texlive-lualibs
+ texlive-luatex
+ texlive-luaxml
+ texlive-url))
+ (home-page "https://ctan.org/pkg/citation-style-language")
+ (synopsis "Bibliography formatting with Citation Style Language")
+ (description
+ "The Citation Style Language (CSL) is an XML-based language that defines
+the formats of citations and bibliography. There are currently thousands of
+styles in CSL including the most widely used APA, Chicago, Vancouver, etc.
+The citation-style-language package is aimed to provide another reference
+formatting method for LaTeX that utilizes the CSL styles. It contains
+a citation processor implemented in pure Lua (@code{citeproc-lua}) which reads
+bibliographic metadata and performs sorting and formatting on both citations
+and bibliography according to the selected CSL style. A LaTeX package
+(@file{citation-style-language.sty}) is provided to communicate with the
+processor.")
+ (license (list license:expat license:cc-by-sa3.0))))
+
+(define-public texlive-citeall
+ (package
+ (name "texlive-citeall")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/citeall/" "tex/latex/citeall/")
+ (base32
+ "0sap2kns1b51zj0dmy70q77rw7dnhdjqab0rmyvpp2hgq5yk3mhq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/citeall")
+ (synopsis "Cite all entries of a @file{.bbl} created with BibLaTeX")
+ (description
+ "This small package allows to cite all entries of
+a BibLaTeX (@file{.bbl}) file.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-citeref
+ (package
+ (name "texlive-citeref")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/citeref/" "tex/latex/citeref/")
+ (base32
+ "0k76msdfsf968cv3m1z8lcf6mlmy90gaaphrgkr7cs67pgyvq6jq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/citeref")
+ (synopsis "Add reference-page-list to bibliography-items")
+ (description
+ "The package adds reference-page-list to bibliography-items. It does its
+job without using the indexing facilities, and needs no special
+@code{\\cite}-replacement package.")
+ (license license:bsd-4)))
+
+(define-public texlive-cje
+ (package
+ (name "texlive-cje")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/cje/" "doc/latex/cje/"
+ "tex/latex/cje/")
+ (base32
+ "0mxd9z2myzj1pixv4rqib1l6ixj0lq0vy7izgl1gx7k5bwxq945m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cje")
+ (synopsis "LaTeX document class for CJE articles")
+ (description
+ "The @code{cje} article class allows authors to format their papers to
+@emph{Canadian Journal of Economics} style with minimum effort. The class
+includes options for two other formats: @code{review} (double spaced, for use
+at the submission stage) and @code{proof} (used by the typesetters to prepare
+the proof authors will receive for approval).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-cjhebrew
+ (package
+ (name "texlive-cjhebrew")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cjhebrew/"
+ "fonts/afm/public/cjhebrew/"
+ "fonts/enc/dvips/cjhebrew/"
+ "fonts/map/dvips/cjhebrew/"
+ "fonts/tfm/public/cjhebrew/"
+ "fonts/type1/public/cjhebrew/"
+ "fonts/vf/public/cjhebrew/"
+ "tex/latex/cjhebrew/")
+ (base32
+ "00rf55ck8y1ny1v242sbhcfchnq7q5mlsmmqppgqspd892ymlxh0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cjhebrew")
+ (synopsis "Typeset Hebrew with LaTeX")
+ (description
+ "The @code{cjhebrew} package provides Adobe Type 1 fonts for Hebrew, and
+LaTeX macros to support their use. Hebrew text can be vocalised, and a few
+accents are also available. The package makes it easy to include Hebrew text
+in other-language documents.")
+ (license license:lppl)))
+
+(define-public texlive-cjk
+ (package
+ (name "texlive-cjk")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cjk/"
+ "source/latex/cjk/contrib/wadalab/"
+ "source/latex/cjk/texinput/KS/HLaTeX/"
+ "source/latex/cjk/utils/"
+ "tex/latex/cjk/contrib/wadalab/"
+ "tex/latex/cjk/texinput/"
+ "tex/latex/cjk/utils/pyhyphen/")
+ (base32
+ "044r1mmszq3hjmlck87vmqp62j2z02bm7lda8wb17phs0grkws5z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-arphic
+ texlive-cns
+ texlive-garuda-c90
+ texlive-norasi-c90
+ texlive-uhc
+ texlive-wadalab))
+ (home-page "https://ctan.org/pkg/cjk")
+ (synopsis "CJK language support")
+ (description
+ "CJK is a macro package for LaTeX, providing simultaneous support for
+various Asian scripts in many encodings (including Unicode): Chinese (both
+traditional and simplified), Japanese, Korean and Thai. A special add-on
+feature is an interface to the Emacs editor (@file{cjk-enc.el}) which gives
+simultaneous, easy-to-use support to a bunch of other scripts in addition to
+the above -- Cyrillic, Greek, Latin-based scripts, Russian and Vietnamese are
+supported.")
+ (license license:gpl2)))
+
+(define-public texlive-cjk-gs-integrate
+ (package
+ (name "texlive-cjk-gs-integrate")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cjk-gs-integrate/"
+ "fonts/misc/cjk-gs-integrate/"
+ "scripts/cjk-gs-integrate/"
+ "source/fonts/cjk-gs-integrate/")
+ (base32
+ "0ml35bs1pr3kbdqnbclyy31ln8yigy609rsm9rc2y3j5ngmw2y8y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "cjk-gs-integrate.pl")))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/cjk-gs-integrate")
+ (synopsis "Tools to integrate CJK fonts into Ghostscript")
+ (description
+ "This script searches a list of directories for CJK fonts, and makes them
+available to an installed Ghostscript. In the simplest case, with sufficient
+privileges, a run without arguments should result in a complete setup of
+Ghostscript.")
+ (license license:gpl3)))
+
+(define-public texlive-cjk-ko
+ (package
+ (name "texlive-cjk-ko")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cjk-ko/" "tex/latex/cjk-ko/")
+ (base32
+ "0z94rrbr56kybvxx37hpncc0rj4v4i44kyb9nc42nb7854y8zl0a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-cjk))
+ (home-page "https://ctan.org/pkg/cjk-ko")
+ (synopsis "Extension of the CJK package for Korean typesetting")
+ (description
+ "The package supports typesetting UTF-8-encoded modern Korean documents
+with the help of the LaTeX2e CJK package. It provides some enhanced features
+focused on Korean typesetting culture, one of them being allowing line-break
+between Latin and CJK characters.")
+ (license (list license:gpl3+ license:lppl license:public-domain))))
+
+(define-public texlive-cjkpunct
+ (package
+ (name "texlive-cjkpunct")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cjkpunct/"
+ "source/latex/cjkpunct/"
+ "tex/latex/cjkpunct/")
+ (base32
+ "0l4jnawgcsq7lzsrky7259diswxm06mn9mvgxgw8j0za10kvv4vb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cjkpunct")
+ (synopsis "Adjust locations and kerning of CJK punctuation marks")
+ (description "The package serves as a companion package for CJK. It
+adjust locations and kerning of CJK punctuation marks.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-cjkutils
+ (package
+ (name "texlive-cjkutils")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/bg5conv.1"
+ "doc/man/man1/bg5conv.man1.pdf"
+ "doc/man/man1/cef5conv.1"
+ "doc/man/man1/cef5conv.man1.pdf"
+ "doc/man/man1/cefconv.1"
+ "doc/man/man1/cefconv.man1.pdf"
+ "doc/man/man1/cefsconv.1"
+ "doc/man/man1/cefsconv.man1.pdf"
+ "doc/man/man1/extconv.1"
+ "doc/man/man1/extconv.man1.pdf"
+ "doc/man/man1/hbf2gf.1"
+ "doc/man/man1/hbf2gf.man1.pdf"
+ "doc/man/man1/sjisconv.1"
+ "doc/man/man1/sjisconv.man1.pdf"
+ "hbf2gf/")
+ (base32
+ "0by2g05xv5dndnd78jz9y73fyswqhfvcbzcw8rzhvpvd6inrcdq8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cjk")
+ (synopsis "CJK language support")
+ (description
+ "CJK is a macro package for LaTeX, providing simultaneous support for
+various Asian scripts in many encodings (including Unicode): Chinese (both
+traditional and simplified), Japanese, Korean and Thai. A special add-on
+feature is an interface to the Emacs editor (cjk-enc.el) which gives
+simultaneous, easy-to-use support to a bunch of other scripts in addition to
+the above --- Cyrillic, Greek, Latin-based scripts, Russian and Vietnamese are
+supported.")
+ (license license:gpl2)))
+
+(define-public texlive-clara
+ (package
+ (name "texlive-clara")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/clara/"
+ "fonts/enc/dvips/clara/"
+ "fonts/map/dvips/clara/"
+ "fonts/opentype/public/clara/"
+ "fonts/tfm/public/clara/"
+ "fonts/type1/public/clara/"
+ "fonts/vf/public/clara/"
+ "tex/latex/clara/")
+ (base32
+ "182iw362irf247frsy0dzrswnh1341jlwrlwhvx1hcrbrvhpbz42")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/clara")
+ (synopsis "Clara serif font family")
+ (description
+ "Clara is a type family created specially by Seamas O Brogain. The
+family includes italic, bold, bold italic, and small capitals, while the
+character set includes (monotonic) Greek, Cyrillic, ogham, phonetic and
+mathematical ranges, scribal abbreviations and other specialist characters.
+The fonts also include some OpenType features (such as ligature substitution,
+small capitals, and old-style numerals) and variant forms for particular
+languages.")
+ (license (list license:silofl1.1 license:gpl2+))))
+
+(define-public texlive-classicthesis
+ (package
+ (name "texlive-classicthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/classicthesis/"
+ "tex/latex/classicthesis/")
+ (base32
+ "0djx7vcrc1ksbgppdbwy31z5qd95flgsgqk6gpzpi3a5rc7h54nz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/classicthesis")
+ (synopsis "Classically styled thesis package")
+ (description
+ "This package provides an elegant layout designed in homage to
+Bringhurst's @emph{The Elements of Typographic Style}. It makes use of
+a range of techniques to get the best results achievable using TeX. Included
+in the bundle are templates to make thesis writing easier.")
+ (license license:gpl2+)))
+
+(define-public texlive-cleanthesis
+ (package
+ (name "texlive-cleanthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cleanthesis/"
+ "tex/latex/cleanthesis/")
+ (base32
+ "11fv49w1nydm5fvkp1p2375ywdfd5yh8hayqfnr6wdidzdycpg85")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cleanthesis")
+ (synopsis "Clean LaTeX style for thesis documents")
+ (description
+ "The package offers a clean, simple, and elegant LaTeX style for thesis
+documents.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-clearsans
+ (package
+ (name "texlive-clearsans")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/clearsans/"
+ "fonts/enc/dvips/clearsans/"
+ "fonts/map/dvips/clearsans/"
+ "fonts/tfm/intel/clearsans/"
+ "fonts/truetype/intel/clearsans/"
+ "fonts/type1/intel/clearsans/"
+ "fonts/vf/intel/clearsans/"
+ "tex/latex/clearsans/")
+ (base32
+ "1sf84xxvq9rxb3n5nsggfswvdagynnz6clazk86w4k2a5r0qf8yw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/clearsans")
+ (synopsis "Clear Sans fonts with LaTeX support")
+ (description
+ "Clear Sans was designed by Daniel Ratighan. It is available in three
+weights (regular, medium, and bold) with corresponding italics, plus light and
+thin upright (without italics).
+
+It has minimized, unambiguous characters and slightly narrow proportions,
+making it ideal for UI design. Its strong, recognizable forms avoid
+distracting ambiguity, making Clear Sans comfortable for reading short UI
+labels and long passages in both screen and print. The fonts are available in
+both TrueType and Type 1 formats.")
+ (license (list license:asl2.0 license:lppl))))
+
+(define-public texlive-cleveref
+ (package
+ (name "texlive-cleveref")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cleveref/"
+ "source/latex/cleveref/"
+ "tex/latex/cleveref/")
+ (base32
+ "18r8g6ipn1ly60gnp0yi0m409gm8lssbpmka5813i4l45281fk43")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cleveref")
+ (synopsis "Intelligent cross-referencing")
+ (description
+ "The package enhances LaTeX's cross-referencing features, allowing the
+format of references to be determined automatically according to the type of
+reference. The formats used may be customised in the preamble of a document;
+Babel support is available (though the choice of languages remains limited:
+currently Danish, Dutch, English, French, German, Italian, Norwegian, Russian,
+Spanish and Ukranian).
+
+The package also offers a means of referencing a list of references, each
+formatted according to its type. In such lists, it can collapse sequences of
+numerically-consecutive labels to a reference range.")
+ (license license:lppl1.2+)))
+
(define-public texlive-clrscode
(package
(name "texlive-clrscode")
@@ -3024,6 +9411,266 @@ the same way the package's author did when writing the book, and your output
will look just like the pseudocode in the text.")
(license license:lppl)))
+(define-public texlive-cm-mf-extra-bold
+ (package
+ (name "texlive-cm-mf-extra-bold")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/source/public/cm-mf-extra-bold/"
+ "fonts/tfm/public/cm-mf-extra-bold/")
+ (base32
+ "1l1cm32z8wcpj0cl7czqkhnwil3ail7a2bbzn70dnswpj0ka8k9n")))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/cm-mf-extra-bold")
+ (synopsis "Extra Metafont files for CM")
+ (description
+ "The bundle provides bold versions of @code{cmcsc}, @code{cmex},
+@code{cmtex} and @code{cmtt} fonts (all parts of the standard Computer Modern
+font distribution), as Metafont base files.")
+ (license (list license:gpl3+ license:public-domain))))
+
+(define-public texlive-cm-unicode
+ (package
+ (name "texlive-cm-unicode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cm-unicode/"
+ "fonts/afm/public/cm-unicode/"
+ "fonts/enc/dvips/cm-unicode/"
+ "fonts/map/dvips/cm-unicode/"
+ "fonts/opentype/public/cm-unicode/"
+ "fonts/type1/public/cm-unicode/")
+ (base32
+ "15ysic6vah1wircybhpm9915mr1bbc8b2jalia86ajiqbxn2l9h0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cm-unicode")
+ (synopsis "Computer Modern Unicode font family")
+ (description
+ "This package provides Computer Modern Unicode fonts. Some characters in
+several fonts are copied from Blue Sky Type 1 fonts released by AMS.
+Currently the fonts contain glyphs from Latin, Cyrillic, Greek code sets and
+IPA extensions. This font set contains 33 fonts. This archive contains AFM,
+PFB and OTF versions; the OTF version of the Computer Modern Unicode fonts
+works with TeX engines that directly support OpenType features, such as XeTeX
+and LuaTeX.")
+ (license license:silofl1.1)))
+
+(define-public texlive-cmathbb
+ (package
+ (name "texlive-cmathbb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cmathbb/"
+ "fonts/enc/dvips/cmathbb/"
+ "fonts/map/dvips/cmathbb/"
+ "fonts/tfm/public/cmathbb/"
+ "fonts/type1/public/cmathbb/"
+ "fonts/vf/public/cmathbb/"
+ "tex/latex/cmathbb/")
+ (base32
+ "1pmzsaskwcbyjihidy7hvz7s2cixhl7ccy0c9cbh2cm3md6gdrqh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cmathbb")
+ (synopsis "Computer modern mathematical blackboard bold font")
+ (description
+ "This font contains all digits and latin letters uppercase and lowercase
+for the Computer Modern font family in blackboard bold.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-cmll
+ (package
+ (name "texlive-cmll")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cmll/"
+ "fonts/map/dvips/cmll/"
+ "fonts/source/public/cmll/"
+ "fonts/tfm/public/cmll/"
+ "fonts/type1/public/cmll/"
+ "source/latex/cmll/"
+ "tex/latex/cmll/")
+ (base32
+ "13q5ar2zaf7h6f2mzgxxqzaraziwl6asicbnyq6anfv2ky38rd72")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (native-inputs (list texlive-euxm texlive-metafont))
+ (home-page "https://ctan.org/pkg/cmll")
+ (synopsis "Symbols for linear logic")
+ (description
+ "This is a very small font set that contain some symbols useful in linear
+logic, which are apparently not available elsewhere. Variants are included
+for use with Computer Modern serif and sans-serif and with the AMS Euler
+series. The font is provided both as Metafont source, and in Adobe Type
+1 format. LaTeX support is provided.")
+ (license license:lppl)))
+
+(define-public texlive-cmpica
+ (package
+ (name "texlive-cmpica")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cmpica/"
+ "fonts/source/public/cmpica/"
+ "fonts/tfm/public/cmpica/")
+ (base32
+ "0gpj2i588h6d0b5cl4xaik9nyx7w1sd8wik5q4mgmzspbkdk5a04")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/cmpica")
+ (synopsis "Computer Modern Pica variant")
+ (description
+ "This is an approximate equivalent of the Xerox Pica typeface; the font
+is optimised for submitting fiction manuscripts to mainline publishers. The
+font is a fixed-width one, rather less heavy than Computer Modern typewriter.
+Emphasis for bold-face comes from a wavy underline of each letter. The two
+fonts are supplied as Metafont source.")
+ (license license:public-domain)))
+
+(define-public texlive-cmpj
+ (package
+ (name "texlive-cmpj")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/cmpj/" "doc/latex/cmpj/"
+ "tex/latex/cmpj/")
+ (base32
+ "1drmil2vba85wa7ykrma452hwh7ggzsq33zrhch7rjnqaw7xihwv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cmpj")
+ (synopsis "Style for the journal @emph{Condensed Matter Physics}")
+ (description
+ "The package contains macros and some documentation for typesetting
+papers for submission to the @emph{Condensed Matter Physics} journal published
+by the Institute for Condensed Matter Physics of the National Academy of
+Sciences of Ukraine.")
+ (license license:lppl)))
+
+(define-public texlive-cmsrb
+ (package
+ (name "texlive-cmsrb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cmsrb/"
+ "fonts/afm/public/cmsrb/"
+ "fonts/enc/dvips/cmsrb/"
+ "fonts/map/dvips/cmsrb/"
+ "fonts/tfm/public/cmsrb/"
+ "fonts/type1/public/cmsrb/"
+ "fonts/vf/public/cmsrb/"
+ "tex/latex/cmsrb/")
+ (base32
+ "0f6ylk8n881sl0njbz7yqy98pbk51s6m73zldcsz2w62qnghd1x0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cmsrb")
+ (synopsis "Computer Modern for Serbian and Macedonian")
+ (description
+ "This package provides provides Adobe Type 1 Computer Modern fonts for
+the Serbian and Macedonian languages. Although the @code{cm-super} package
+provides great support for Cyrillic script in various languages, there remains
+a problem with italic variants of some letters for Serbian and Macedonian.
+This package includes the correct shapes for italic letters @code{\\cyrb},
+@code{\\cyrg}, @code{\\cyrd}, @code{\\cyrp}, and @code{\\cyrt}. It also
+offers some improvements in letters and accents used in the Serbian language.
+Supported encodings are: T1, T2A, TS1, X2 and OT2. The OT2 encoding is
+modified so that it is now easy to transcribe Latin text to Cyrillic.")
+ (license license:gpl3+)))
+
+(define-public texlive-cmtiup
+ (package
+ (name "texlive-cmtiup")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cmtiup/"
+ "fonts/source/public/cmtiup/"
+ "fonts/tfm/public/cmtiup/"
+ "fonts/vf/public/cmtiup/"
+ "tex/latex/cmtiup/")
+ (base32
+ "0cdm10aybgc8ifi11fahl3hb18blmibk08b4b5m8q88150ic563r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/cmtiup")
+ (synopsis "Upright punctuation with CM italic")
+ (description
+ "The @code{cmtiup} fonts address a problem with the appearance of
+punctuation in italic text in mathematical documents. To achieve this, all
+punctuation characters are upright, and kerning between letters and
+punctuation is adjusted to allow for the italic correction. The fonts are
+implemented as a set of @file{.vf} files; a package for support in LaTeX is
+provided.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-cmupint
+ (package
+ (name "texlive-cmupint")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cmupint/"
+ "fonts/afm/public/cmupint/"
+ "fonts/map/dvips/cmupint/"
+ "fonts/source/public/cmupint/"
+ "fonts/tfm/public/cmupint/"
+ "fonts/type1/public/cmupint/"
+ "tex/latex/cmupint/")
+ (base32
+ "1acgzx5b02900vzwvaq0j8w6x8jc1650kfhp992f3bcyd658aj62")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/cmupint")
+ (synopsis "Upright integral symbols for Computer Modern")
+ (description
+ "This package contains various upright integral symbols to match the
+Computer Modern font.")
+ (license license:lppl)))
+
+(define-public texlive-cochineal
+ (package
+ (name "texlive-cochineal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cochineal/"
+ "fonts/afm/public/cochineal/"
+ "fonts/enc/dvips/cochineal/"
+ "fonts/map/dvips/cochineal/"
+ "fonts/opentype/public/cochineal/"
+ "fonts/tfm/public/cochineal/"
+ "fonts/type1/public/cochineal/"
+ "fonts/vf/public/cochineal/"
+ "tex/latex/cochineal/")
+ (base32
+ "04kziysq9szhz3brwkqwnjmvy3m0wnb3mhp86h8l7qwgndzx9j8w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cochineal")
+ (synopsis "Cochineal fonts with LaTeX support")
+ (description
+ "Cochineal is a fork from the Crimson fonts (Roman, Italic, Bold,
+@code{BoldItalic} only), which contain roughly 4200 glyphs in the four styles
+mentioned above. Cochineal adds more than 1500 glyphs in those styles so that
+it is possible to make a TeX support collection that contains essentially all
+glyphs in all styles. The fonts are provided in OpenType and PostScript
+formats.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
(define-public texlive-codeanatomy
(package
(name "texlive-codeanatomy")
@@ -3068,6 +9715,54 @@ quickly verifies the consistency of the fiscal code string, and can therefore
be useful for lawyers and accountants that use fiscal codes very frequently.")
(license license:lppl1.3+)))
+(define-public texlive-coelacanth
+ (package
+ (name "texlive-coelacanth")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/coelacanth/"
+ "fonts/enc/dvips/coelacanth/"
+ "fonts/map/dvips/coelacanth/"
+ "fonts/opentype/public/coelacanth/"
+ "fonts/tfm/public/coelacanth/"
+ "fonts/type1/public/coelacanth/"
+ "fonts/vf/public/coelacanth/"
+ "tex/latex/coelacanth/")
+ (base32
+ "1cwk36rm1m2qaphwlpnw6rhmsmkvsdpzqs7sv1c39qcyq853q4yj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/coelacanth")
+ (synopsis "Coelacanth fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeX support for
+Coelecanth fonts, designed by Ben Whitmore. Coelacanth is inspired by the
+classic Centaur type design of Bruce Rogers, described by some as the most
+beautiful typeface ever designed. It aims to be a professional quality type
+family for general book typesetting.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-collref
+ (package
+ (name "texlive-collref")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/collref/" "source/latex/collref/"
+ "tex/latex/collref/")
+ (base32
+ "0gvla01fypbdqvjg0zziy4cl2s6z441pvn3s8b45dvz4hy1hkfji")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/collref")
+ (synopsis "Collect blocks of references into a single reference")
+ (description
+ "The package automatically collects multiple @code{\\bibitem} references,
+which always appear in the same sequence in @code{\\cite}, into a single
+@code{\\bibitem} block.")
+ (license license:lppl1.3+)))
+
(define-public texlive-colorsep
(package
(name "texlive-colorsep")
@@ -3084,6 +9779,58 @@ be useful for lawyers and accountants that use fiscal codes very frequently.")
"This package provides support for colour separation when using Dvips.")
(license license:public-domain)))
+(define-public texlive-comfortaa
+ (package
+ (name "texlive-comfortaa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/comfortaa/"
+ "fonts/enc/dvips/comfortaa/"
+ "fonts/map/dvips/comfortaa/"
+ "fonts/tfm/aajohan/comfortaa/"
+ "fonts/truetype/aajohan/comfortaa/"
+ "fonts/type1/aajohan/comfortaa/"
+ "fonts/vf/aajohan/comfortaa/"
+ "tex/latex/comfortaa/")
+ (base32
+ "1ayh1f0f1a0qkngsk84zwzyx5kidb2n5wq2ksk0d7r68m8cbs981")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/comfortaa")
+ (synopsis "Sans serif font, with LaTeX support")
+ (description
+ "Comfortaa is a sans-serif font, comfortable in every aspect, designed by
+Johan Aakerlund. This package provides support for this font in LaTeX, and
+includes both the TrueType fonts, and conversions to Adobe Type 1 format.")
+ (license (list license:silofl1.1 license:lppl1.3c))))
+
+(define-public texlive-comicneue
+ (package
+ (name "texlive-comicneue")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/comicneue/"
+ "fonts/enc/dvips/comicneue/"
+ "fonts/map/dvips/comicneue/"
+ "fonts/opentype/rozynski/comicneue/"
+ "fonts/tfm/rozynski/comicneue/"
+ "fonts/type1/rozynski/comicneue/"
+ "fonts/vf/rozynski/comicneue/"
+ "tex/latex/comicneue/")
+ (base32
+ "0q9ckbypx5hn9004pgfyqnf1ddniqwq0fixps0acmifz8qspjih6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/comicneue")
+ (synopsis "Use Comic Neue with TeX(-alike) systems")
+ (description
+ "Comic Neue is a well-known redesign of the (in)famous Comic Sans font.
+The package provides the original OpenType font for XeTeX and LuaTeX users,
+and also has converted Type1 files for pdfTeX users.")
+ (license license:silofl1.1)))
+
(define-public texlive-commath
(package
(name "texlive-commath")
@@ -3125,6 +9872,23 @@ domain and range, and function operation) and various reference commands.")
easy to design, parse and tweak.")
(license license:expat)))
+(define-public texlive-compactbib
+ (package
+ (name "texlive-compactbib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/latex/compactbib/")
+ (base32
+ "077l73vb0rcxy1n51r3wmcb7gma6nn3xrl543a67n96lpp5xvnnk")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/compactbib")
+ (synopsis "Multiple thebibliography environments")
+ (description
+ "This package allows a second bibliography, optionally with a different
+title, after the main bibliography.")
+ (license license:lppl)))
+
(define-public texlive-compare
(package
(name "texlive-compare")
@@ -3210,6 +9974,50 @@ access the Concrete mathematics fonts, which were derived from Computer Modern
math fonts using parameters from Concrete Roman text fonts.")
(license license:lppl)))
+(define-public texlive-concmath-fonts
+ (package
+ (name "texlive-concmath-fonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/concmath-fonts/"
+ "fonts/source/public/concmath-fonts/"
+ "fonts/tfm/public/concmath-fonts/")
+ (base32
+ "09frgpcwpfkj9j9aaj5psb8kr12vgbr10plcvcipn0mjahdw9nnz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-amsfonts texlive-metafont))
+ (home-page "https://ctan.org/pkg/concmath-fonts")
+ (synopsis "Concrete mathematics fonts")
+ (description
+ "The fonts are derived from the Computer Modern Mathematics fonts and
+from Knuth's Concrete Roman fonts; they are distributed as Metafont source.
+LaTeX support is offered by the @code{concmath} package.")
+ (license license:lppl)))
+
+(define-public texlive-concmath-otf
+ (package
+ (name "texlive-concmath-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/concmath-otf/"
+ "fonts/opentype/public/concmath-otf/"
+ "tex/latex/concmath-otf/")
+ (base32
+ "00vs2c2lxdrqiwf4scni0yv4kz0mkigqv5kpsrak62j8vb7piv7b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/concmath-otf")
+ (synopsis "Concrete based OpenType Math font")
+ (description
+ "This package provides an OpenType version of the Concrete Math font
+created by Ulrik Vieth in Metafont. @file{concmath-otf.sty} is a replacement
+for the original @file{concmath.sty} package to be used with LuaTeX or XeTeX
+engines.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
(define-public texlive-concrete
(package
(name "texlive-concrete")
@@ -3236,6 +10044,28 @@ the fonts are available in the @code{ecc} bundle, and Adobe Type 1 versions of
the @code{ecc} fonts are part of the @code{cm-super} bundle.")
(license license:knuth)))
+(define-public texlive-confproc
+ (package
+ (name "texlive-confproc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/confproc/" "doc/latex/confproc/"
+ "makeindex/confproc/"
+ "source/latex/confproc/"
+ "tex/latex/confproc/")
+ (base32
+ "1v3ppwxss1ans62j1pss8mcfjqmx708za7pmcm1wic7z7byc6xdb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (home-page "https://ctan.org/pkg/confproc")
+ (synopsis "Set of tools for generating conference proceedings")
+ (description
+ "The @code{confproc} collection comprises a class, a BibTeX style, and
+some scripts for generating conference proceedings.")
+ (license license:lppl)))
+
(define-public texlive-conteq
(package
(name "texlive-conteq")
@@ -3256,6 +10086,104 @@ systems of continued equalities (or inequalities). Several variant layouts of
the equalities are provided, and the user may define their own.")
(license license:lppl1.3+)))
+(define-public texlive-convbkmk
+ (package
+ (name "texlive-convbkmk")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/convbkmk/" "scripts/convbkmk/")
+ (base32
+ "0w4fm4az1smrw002sqjkiiz94x01z6jkrb0mf9wb8qxdwrxriql9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "convbkmk.rb")))
+ (inputs (list ruby))
+ (home-page "https://ctan.org/pkg/convbkmk")
+ (synopsis
+ "Correct pLaTeX/upLaTeX bookmarks in PDF created with @code{hyperref}")
+ (description
+ "The package provides a small Ruby script that corrects bookmarks in PDF
+files created by pLaTeX or upLaTeX, using @code{hyperref}.")
+ (license license:expat)))
+
+(define-public texlive-cookingsymbols
+ (package
+ (name "texlive-cookingsymbols")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cookingsymbols/"
+ "fonts/source/public/cookingsymbols/"
+ "fonts/tfm/public/cookingsymbols/"
+ "source/latex/cookingsymbols/"
+ "tex/latex/cookingsymbols/")
+ (base32
+ "1cqz5hvb1vcf4mgk7i960kjdbg9cbxkik62riy6l2n1ld2cnl81x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/cookingsymbols")
+ (synopsis "Symbols for recipes")
+ (description
+ "The package provides 11 symbols for typesetting recipes: oven, gasstove,
+topheat, fanoven, gloves and dish symbol (among others). The symbols are
+defined using Metafont.")
+ (license license:lppl)))
+
+
+(define-public texlive-cooperhewitt
+ (package
+ (name "texlive-cooperhewitt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cooperhewitt/"
+ "fonts/enc/dvips/cooperhewitt/"
+ "fonts/map/dvips/cooperhewitt/"
+ "fonts/opentype/public/cooperhewitt/"
+ "fonts/tfm/public/cooperhewitt/"
+ "fonts/type1/public/cooperhewitt/"
+ "fonts/vf/public/cooperhewitt/"
+ "tex/latex/cooperhewitt/")
+ (base32
+ "1m81sxrwwsmzsan4iln2lsf16pijay7w9k29gjwlwikivvy21kj7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cooperhewitt")
+ (synopsis "Cooper Hewitt family of sans serif fonts")
+ (description
+ "Cooper Hewitt is a contemporary sans serif, with characters composed of
+modified-geometric curves and arches, by Chester Jenkins.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-cormorantgaramond
+ (package
+ (name "texlive-cormorantgaramond")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cormorantgaramond/"
+ "fonts/enc/dvips/cormorantgaramond/"
+ "fonts/map/dvips/cormorantgaramond/"
+ "fonts/tfm/catharsis/cormorantgaramond/"
+ "fonts/truetype/catharsis/cormorantgaramond/"
+ "fonts/type1/catharsis/cormorantgaramond/"
+ "fonts/vf/catharsis/cormorantgaramond/"
+ "tex/latex/cormorantgaramond/")
+ (base32
+ "0sd4g4s3d3nk4wrav3szzbihdj6saznnzm6kiyr4qqqgi5ib3ami")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cormorantgaramond")
+ (synopsis "Cormorant Garamond family of fonts")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Cormorant Garamond family of fonts, designed by Christian Thalman. The
+family includes light, regular, medium, semi-bold, and bold weights, with
+italics.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-correctmathalign
(package
(name "texlive-correctmathalign")
@@ -3275,6 +10203,216 @@ the equalities are provided, and the user may define their own.")
mathematical environments.")
(license license:bsd-2)))
+(define-public texlive-countriesofeurope
+ (package
+ (name "texlive-countriesofeurope")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/countriesofeurope/"
+ "fonts/afm/public/countriesofeurope/"
+ "fonts/enc/dvips/countriesofeurope/"
+ "fonts/map/dvips/countriesofeurope/"
+ "fonts/opentype/public/countriesofeurope/"
+ "fonts/tfm/public/countriesofeurope/"
+ "fonts/type1/public/countriesofeurope/"
+ "tex/latex/countriesofeurope/")
+ (base32
+ "07q0hrrlvadcc3vcl97gsgp1pbkmfhy60zm8ib65qd79m81kyxs0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/countriesofeurope")
+ (synopsis "Font with the images of the countries of Europe")
+ (description
+ "The bundle provides a font CountriesOfEurope (in Adobe Type 1 format)
+and the necessary metrics, together with LaTeX macros for its use. The font
+provides glyphs with a filled outline of the shape of each country; each glyph
+is at the same cartographic scale.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-courier-scaled
+ (package
+ (name "texlive-courier-scaled")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/courier-scaled/"
+ "tex/latex/courier-scaled/")
+ (base32
+ "1d61afhvx9s70mg9d97m0zyzqfdlwbgljwgkv0z87khxy4z33wy6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/courier-scaled")
+ (synopsis "Provides a scaled Courier font")
+ (description
+ "This package sets the default typewriter font to Courier with a possible
+scale factor (in the same way as the @code{helvet} package for Helvetica works
+for sans serif).")
+ (license license:lppl1.2+)))
+
+(define-public texlive-courierten
+ (package
+ (name "texlive-courierten")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/courierten/"
+ "fonts/enc/dvips/courierten/"
+ "fonts/map/dvips/courierten/"
+ "fonts/opentype/public/courierten/"
+ "fonts/tfm/public/courierten/"
+ "fonts/type1/public/courierten/"
+ "fonts/vf/public/courierten/"
+ "tex/latex/courierten/")
+ (base32
+ "0xfra9x03zjx7jsk48kj7mmjng3rs45ydj258c4s6inl91m7i9w0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/courierten")
+ (synopsis "Courier 10 Pitch BT with LaTeX support")
+ (description
+ "This is the font Courier 10 Pitch BT, with LaTeX support and an OpenType
+conversion as well.")
+ (license license:expat)))
+
+(define-public texlive-covington
+ (package
+ (name "texlive-covington")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/covington/"
+ "tex/latex/covington/")
+ (base32
+ "0h47zgbiylnirwcjprh31q2n8g842qlhlddd733xn1zal3n5alsz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/covington")
+ (synopsis "LaTeX macros for Linguistics")
+ (description
+ "This package provides numerous minor LaTeX enhancements for linguistics,
+including multiple accents on the same letter, interline glosses (word-by-word
+translations), Discourse Representation Structures, and example numbering.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-cquthesis
+ (package
+ (name "texlive-cquthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/cquthesis/"
+ "doc/latex/cquthesis/"
+ "source/latex/cquthesis/"
+ "tex/latex/cquthesis/")
+ (base32
+ "0591wd88zp4sgnv2avwqv8127c2g5zbhjr7y15xaahiy7s404hn2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cquthesis")
+ (synopsis "LaTeX thesis template for Chongqing University")
+ (description
+ "CQUThesis stands for Chongqing University thesis template for LaTeX,
+bearing the ability to support bachelor, master, doctor dissertations with
+grace and speed.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-create-theorem
+ (package
+ (name "texlive-create-theorem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/create-theorem/"
+ "tex/latex/create-theorem/")
+ (base32
+ "0pnb2n79qyipa2izj5v81rk973psvcmslkqxpivzm9gghrajkk9m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-crefthe))
+ (home-page "https://ctan.org/pkg/create-theorem")
+ (synopsis "Multilingual support for @code{theorem}-like environments")
+ (description
+ "This package provides commands for naming, initializing and configuring
+@code{theorem}-like environments. These commands have key-value based
+interfaces and are especially useful in multilingual documents, allowing the
+easy declaration of @code{theorem}-like environments that can automatically
+adapt to the language settings.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-crefthe
+ (package
+ (name "texlive-crefthe")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/crefthe/" "tex/latex/crefthe/")
+ (base32
+ "0gmyg9m4rma0qfg50d6i1lpdl4g71cx61517xl09vzy08r988i5j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/crefthe")
+ (synopsis "Cross referencing with proper definite articles")
+ (description
+ "By default, when using @code{cleveref}'s @code{\\cref} to reference
+@code{theorem}-like environments, the names do not contain definite articles.
+In languages such as French, Italian, Portuguese, Spanish, etc., this results
+in incorrect grammar. For this purpose, the current package offers
+@code{\\crefthe}, which handles the definite articles properly (especially for
+the article contractions in many European languages).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-crimson
+ (package
+ (name "texlive-crimson")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/crimson/"
+ "fonts/enc/dvips/crimson/"
+ "fonts/map/dvips/crimson/"
+ "fonts/opentype/kosch/crimson/"
+ "fonts/tfm/kosch/crimson/"
+ "fonts/type1/kosch/crimson/"
+ "fonts/vf/kosch/crimson/"
+ "tex/latex/crimson/")
+ (base32
+ "14zrb015cs5f5kdyjy987mx4jdvi7vr1830dvnnygvkpcacvc3mc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/crimson")
+ (synopsis "Crimson fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX, and LuaLaTeX support for
+the Crimson family of fonts, designed by Sebastian Kosch.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-crimsonpro
+ (package
+ (name "texlive-crimsonpro")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/crimsonpro/"
+ "fonts/enc/dvips/crimsonpro/"
+ "fonts/map/dvips/crimsonpro/"
+ "fonts/tfm/public/crimsonpro/"
+ "fonts/truetype/public/crimsonpro/"
+ "fonts/type1/public/crimsonpro/"
+ "fonts/vf/public/crimsonpro/"
+ "tex/latex/crimsonpro/")
+ (base32
+ "1pzsdm4i32pgwf726q5waga8lr37xfj1qj417kkblw3q3fgb4jsd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/crimsonpro")
+ (synopsis "CrimsonPro fonts with LaTeX support")
+ (description
+ "The CrimsonPro fonts are designed by Jacques Le Bailly and derived
+from the Crimson Text fonts designed by Sebastian Kosch. The family
+includes eight weights and italics for each weight.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-crossrefenum
(package
(name "texlive-crossrefenum")
@@ -3310,6 +10448,125 @@ with a wide array of formats. For the moment, it works out of the box with
ConTeXt and LaTeX.")
(license (list license:gpl3+ license:fdl1.3+))))
+(define-public texlive-crossrefware
+ (package
+ (name "texlive-crossrefware")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/bbl2bib.1"
+ "doc/man/man1/bbl2bib.man1.pdf"
+ "doc/man/man1/bibdoiadd.1"
+ "doc/man/man1/bibdoiadd.man1.pdf"
+ "doc/man/man1/bibmradd.1"
+ "doc/man/man1/bibmradd.man1.pdf"
+ "doc/man/man1/biburl2doi.1"
+ "doc/man/man1/biburl2doi.man1.pdf"
+ "doc/man/man1/bibzbladd.1"
+ "doc/man/man1/bibzbladd.man1.pdf"
+ "doc/man/man1/ltx2crossrefxml.1"
+ "doc/man/man1/ltx2crossrefxml.man1.pdf"
+ "doc/support/crossrefware/"
+ "scripts/crossrefware/"
+ "tex/latex/crossrefware/")
+ (base32
+ "048405cg5q3fy5vd7xbri8cfgn0wrzc08sb3z30cv79kjwm1xj6w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:link-scripts
+ #~(list "bbl2bib.pl"
+ "bibdoiadd.pl"
+ "bibmradd.pl"
+ "biburl2doi.pl"
+ "bibzbladd.pl"
+ "ltx2crossrefxml.pl")))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/crossrefware")
+ (synopsis "Scripts for working with @url{crossref.org}")
+ (description
+ "This bundle contains the following scripts:
+@itemize
+
+@item @file{bibdoiadd.pl}: add DOI numbers to papers in a given @file{.bib}
+file,
+
+@item @file{bibzbladd.pl}: add Zbl numbers to papers in a given @file{.bib}
+file,
+
+@item @file{bibmradd.pl}: add MR numbers to papers in a given @file{.bib}
+file,
+
+@item @file{bbl2bib.pl}: convert @code{thebibliography} environment to
+a @file{.bib} file,
+
+@item @file{biburl2doi.pl}: convert URLs pointing to @url{doi.org} to DOIs,
+
+@item @file{ltx2crossrefxml.pl}: tool for the creation of XML files for
+submitting to @url{crossref.org}.
+
+@end itemize")
+ (license license:gpl3+)))
+
+(define-public texlive-crossword
+ (package
+ (name "texlive-crossword")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/crossword/"
+ "source/latex/crossword/"
+ "tex/latex/crossword/")
+ (base32
+ "1yxjhni6jw7j7wnz6g6d1bmri8afvqsj58bar0aqliyfhr55xzai")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/crossword")
+ (synopsis "Typeset crossword puzzles")
+ (description
+ "This is an extended grid-based puzzle package, designed to take all
+input (both grid and clues) from the same file. The package can
+typeset grids with holes in them, and can deal with several sorts of
+puzzle:
+@itemize
+
+@item the classical puzzle contains numbers for the words and clues
+for the words to be filled in;
+
+@item the numbered puzzle contains numbers in each cell where
+identical numbers represent identical letters; the goal is to find out
+which number corresponds to which letter;
+
+@item the fill-in type of puzzle consists of a grid and a list of
+words; the goal is to place all words in the grid;
+
+@item Sudoku and Kakuro puzzles involve filling in grids of numbers
+according to their own rules; format may be block-separated, or
+separated by thick lines.
+
+@end itemize")
+ (license license:expat)))
+
+(define-public texlive-crosswrd
+ (package
+ (name "texlive-crosswrd")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/crosswrd/"
+ "source/latex/crosswrd/"
+ "tex/latex/crosswrd/")
+ (base32
+ "0yhsrfn49wj579ms3smd1z97rjqnsi1wrsgrjs570bllgf09bcir")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/crosswrd")
+ (synopsis "Macros for typesetting crossword puzzles")
+ (description
+ "The package provides a LaTeX method of typesetting crosswords, and
+assists the composer ensure that the grid all goes together properly.")
+ (license license:lppl)))
+
(define-public texlive-cryptocode
(package
(name "texlive-cryptocode")
@@ -3335,6 +10592,29 @@ advantage terms but also flexible and powerful environments to layout
game-based proofs or black-box reductions.")
(license license:lppl1.3+)))
+(define-public texlive-cryst
+ (package
+ (name "texlive-cryst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/cryst/" "fonts/afm/public/cryst/"
+ "fonts/source/public/cryst/"
+ "fonts/tfm/public/cryst/"
+ "fonts/type1/public/cryst/")
+ (base32
+ "05lbldwghpdrmw0ffncs86k5pn04zi0shkk40ycca3kb0h3fa3h8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/cryst")
+ (synopsis "Font for graphical symbols used in crystallography")
+ (description
+ "This package provides the Cryst font, which contains graphical symbols
+used in crystallography. It provided as an Adobe Type 1 font, and as Metafont
+source.")
+ (license license:lppl)))
+
(define-public texlive-csassignments
(package
(name "texlive-csassignments")
@@ -3359,6 +10639,81 @@ for structuring exercises, aggregating points, and displaying a grading table,
as well as several macros for easier math mode usage.")
(license license:expat)))
+(define-public texlive-cuprum
+ (package
+ (name "texlive-cuprum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cuprum/"
+ "fonts/map/dvips/cuprum/"
+ "fonts/tfm/public/cuprum/"
+ "fonts/truetype/public/cuprum/"
+ "tex/latex/cuprum/")
+ (base32
+ "1wimmwjpx6dg41ncpjbrsxfv41ayppy87f1b8r38vyg0vw6vcsz5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cuprum")
+ (synopsis "Cuprum font family support for LaTeX")
+ (description
+ "This package provides support for the Cuprum font family.")
+ (license license:silofl1.1)))
+
+(define-public texlive-custom-bib
+ (package
+ (name "texlive-custom-bib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/custom-bib/"
+ "source/latex/custom-bib/"
+ "tex/latex/custom-bib/")
+ (base32
+ "1hzy0j9k55ygkzvgs3y2jz435267l3g4isqynr64978zhyqybqpd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ ;; The installation process requires ".mbs" files to be
+ ;; available when generating the package. Extend TEXINPUTS to
+ ;; include their location.
+ (add-before 'build 'extend-texinputs
+ (lambda _
+ (setenv "TEXINPUTS"
+ (string-append (getcwd)
+ "/tex/latex/custom-bib/:")))))))
+ (home-page "https://ctan.org/pkg/custom-bib")
+ (synopsis "Customised BibTeX styles")
+ (description
+ "This package generates customized BibTeX bibliography styles from
+a generic file using @code{docstrip} driven by parameters generated by a menu
+application. It includes support for the Harvard style of citations.")
+ (license license:lppl)))
+
+(define-public texlive-customdice
+ (package
+ (name "texlive-customdice")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/customdice/"
+ "source/latex/customdice/"
+ "tex/latex/customdice/")
+ (base32
+ "0jwhvg13rla5pav0z4wns4s0x25myiqcinv592g6kqnbgwzj4q7g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/customdice")
+ (synopsis "Simple commands for drawing customisable dice")
+ (description
+ "The @code{customdice} package for LaTeX, LuaLaTeX and XeTeX that
+provides functionality for drawing dice. The aim is to provide
+highly-customisable but simple-to-use commands, allowing: adding custom text
+to dice faces; control over colouring; control over sizing.")
+ (license license:cc-by-sa4.0)))
+
(define-public texlive-cvss
(package
(name "texlive-cvss")
@@ -3398,6 +10753,139 @@ Environmental scores will be part of a future release.")
"This package contains parts of CWEB that are no longer useful.")
(license license:knuth)))
+(define-public texlive-dad
+ (package
+ (name "texlive-dad")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/dad/"
+ "fonts/afm/public/dad/"
+ "fonts/map/dvips/dad/"
+ "fonts/ofm/public/dad/"
+ "fonts/ovf/public/dad/"
+ "fonts/tfm/public/dad/"
+ "fonts/type1/public/dad/"
+ "tex/lualatex/dad/")
+ (base32
+ "0mkfhdai5m1fwj9x0rkpklvcrp3synfxl67dp6cb0bfz3w8nmis0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dad")
+ (synopsis "Simple typesetting system for mixed Arabic/Latin documents")
+ (description
+ "This package allows simple typesetting in Arabic script, intended for
+mixed Arabic/Latin script usage in situations where heavy-duty solutions are
+discouraged. The system operates with both Unicode and transliterated input,
+allowing the user to choose the most appropriate approach for every
+situation.")
+ (license license:lppl)))
+
+(define-public texlive-dancers
+ (package
+ (name "texlive-dancers")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/source/public/dancers/"
+ "fonts/tfm/public/dancers/")
+ (base32
+ "0nni21f6y9gynx1lsymb3pmh6w761q21idq60fib90hvv9jjd85q")))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/dancers")
+ (synopsis "Font for Conan Doyle's @emph{The Dancing Men}")
+ (description
+ "The (Sherlock Holmes) book contains a code which uses dancing men as
+glyphs. The alphabet as given is not complete, lacking @samp{f}, @samp{j},
+@samp{k}, @samp{q}, @samp{u}, @samp{w}, @samp{x} and @samp{z}, so those
+letters in the font are not due to Conan Doyle.
+
+The code required word endings to be marked by the dancing man representing
+the last letter to be holding a flag: these are coded as A-Z. In some cases,
+the man has no arms, making it impossible for him to hold a flag. In these
+cases, he is wearing a flag on his hat in the character. The font is
+distributed as Metafont source.")
+ ;; "This font may be freely used, modified and distributed."
+ (license
+ (license:fsf-free "file://fonts/source/public/dancers/dancers.mf"))))
+
+(define-public texlive-dashrule
+ (package
+ (name "texlive-dashrule")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/dashrule/"
+ "source/latex/dashrule/"
+ "tex/latex/dashrule/")
+ (base32
+ "0glnb77dmhl9svgxpz1s8ivsbmr0cy1a0sz68vfx1plfkxfglbyl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dashrule")
+ (synopsis "Draw dashed rules")
+ (description
+ "The @code{dashrule} package makes it easy to draw a huge variety of
+dashed rules (i.e., lines) in LaTeX. It provides a command,
+@code{\\hdashrule}, which draws horizontally dashed rules using the same
+syntax as @code{\\rule}, but with an additional parameter that specifies the
+pattern of dash segments and the space between those segments. Those rules
+are fully compatible with every @code{LaTeX} back-end processor.")
+ (license license:lppl)))
+
+(define-public texlive-dantelogo
+ (package
+ (name "texlive-dantelogo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/dantelogo/"
+ "fonts/enc/dvips/dantelogo/"
+ "fonts/map/dvips/dantelogo/"
+ "fonts/opentype/public/dantelogo/"
+ "fonts/tfm/public/dantelogo/"
+ "fonts/type1/public/dantelogo/"
+ "fonts/vf/public/dantelogo/"
+ "tex/latex/dantelogo/")
+ (base32
+ "19wz5qyr4bhd0dwp0y38ql87s3103yimg5b6r2mjz4mz0dsiyy1b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dantelogo")
+ (synopsis "Font for DANTE's logo")
+ (description
+ "The DANTE font for the logo of @url{https://www.dante.de, DANTE}, the
+German speaking TeX users group. The font includes only the five characters
+@samp{d}, @samp{a}, @samp{n}, @samp{t}, and @samp{e}. @file{dantelogo.sty}
+provides an interface for LuaLaTeX, XeLaTeX, and pdfLaTeX.")
+ (license license:lppl)))
+
+(define-public texlive-dccpaper
+ (package
+ (name "texlive-dccpaper")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/dccpaper/"
+ "source/latex/dccpaper/"
+ "tex/latex/dccpaper/")
+ (base32
+ "1hxn5lnxbcnwhyx9n275bml2bwy3gfkkkqg0s68skcxs843p55ad")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dccpaper")
+ (synopsis
+ "Typeset papers for the @emph{International Journal of Digital Curation}")
+ (description
+ "The LaTeX class @code{ijdc-v14} produces camera-ready papers and
+articles suitable for inclusion in the @emph{International Journal of Digital
+Curation}, with applicability from volume 14 onwards; a legacy class
+@code{ijdc-v9} is provided for papers and articles written for volumes 9-13.
+The similar @code{idcc} class can be used for submissions to the International
+Digital Curation Conference, beginning with the 2015 conference.")
+ (license (list license:lppl1.3c license:cc-by4.0))))
+
(define-public texlive-decision-table
(package
(name "texlive-decision-table")
@@ -3426,6 +10914,25 @@ labels and captions to be added seamlessly. It is also possible to place
multiple DMN tables in one table/figure environment.")
(license license:lppl1.3c)))
+(define-public texlive-dejavu-otf
+ (package
+ (name "texlive-dejavu-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/dejavu-otf/"
+ "tex/latex/dejavu-otf/")
+ (base32
+ "0vn16rb816w7kdqkyqxr01w1qd654s1f3k368q0cj0ab1247q7q8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dejavu-otf")
+ (synopsis "Support for the TTF and OTF DejaVu fonts")
+ (description
+ "The @code{dejavu-otf} package supports the TTF fonts from the DejaVu
+project and the OpenType version of the TeXGyre Math.")
+ (license license:lppl1.3+)))
+
(define-public texlive-delim
(package
(name "texlive-delim")
@@ -3488,6 +10995,25 @@ default.")
delimiters in math mode whose size can be adjusted conveniently.")
(license license:lppl1.3+)))
+(define-public texlive-denisbdoc
+ (package
+ (name "texlive-denisbdoc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/denisbdoc/"
+ "source/latex/denisbdoc/"
+ "tex/latex/denisbdoc/")
+ (base32
+ "0vfz81kqym5jj79y5f1fysyjxlhlr0zws553zx2mklixrs54bl0c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/denisbdoc")
+ (synopsis "Personal dirty package for documenting packages")
+ (description
+ "This package provides a personal dirty package for documenting packages.")
+ (license license:lppl1.3c)))
+
(define-public texlive-derivative
(package
(name "texlive-derivative")
@@ -3517,6 +11043,146 @@ custom derivatives and differential operators. The options follow
a consistent naming scheme making them easy to use and understand.")
(license license:lppl1.3+)))
+(define-public texlive-diadia
+ (package
+ (name "texlive-diadia")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/diadia/" "scripts/diadia/"
+ "tex/latex/diadia/")
+ (base32
+ "1sjnjabgqsv6v45sffkkzm78fnx89vmk836dajsvck5pd5nvkzxv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "diadia.lua")))
+ (home-page "https://ctan.org/pkg/diadia")
+ (synopsis "Package to keep a diabetes diary")
+ (description
+ "The @code{diadia} package allows you to keep a diabetes diary. Usually,
+this means keeping record of certain medical values like blood sugar, blood
+pressure, pulse or weight. It might also include other medical,
+pharmaceutical or nutritional data (HbA1c, insulin doses, carbohydrate units).
+
+The @code{diadia} package supports all of this plus more --- simply by adding
+more columns to the data file! It is able to evaluate the data file and
+typesets formatted tables and derived plots. Furthermore, it supports
+medication charts and info boxes.")
+ (license license:lppl)))
+
+(define-public texlive-diagbox
+ (package
+ (name "texlive-diagbox")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/diagbox/" "source/latex/diagbox/"
+ "tex/latex/diagbox/")
+ (base32
+ "0zr7ih8jr56j727gf3l1q87rlrqn3zfz8cm7hs2q5l1f3y1gmcgh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/diagbox")
+ (synopsis "Table heads with diagonal lines")
+ (description
+ "The package's principal command, @code{\\diagbox}, takes two
+arguments (texts for the slash-separated parts of the box), and an optional
+argument with which the direction the slash will go, the box dimensions, etc.,
+may be controlled. The package also provides @code{\\slashbox} and
+@code{\\backslashbox} commands for compatibility with the now removed slashbox
+package, which it supersedes.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-dice
+ (package
+ (name "texlive-dice")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/dice/"
+ "fonts/source/public/dice/"
+ "fonts/tfm/public/dice/")
+ (base32
+ "0ky33hg66d0x8bcjmdq4ilynpb25mm82x93wzwnz11y59nv4cvsl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/dice")
+ (synopsis "Font for die faces")
+ (description
+ "This package provides a Metafont font that can produce die faces in 2D
+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")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/din1505/" "doc/latex/din1505/")
+ (base32
+ "0ggi58kra06k8r4drkhnlap9khvscpji78j8v92s3gzh8qmsjhp4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/din1505")
+ (synopsis "Bibliography styles for German texts")
+ (description
+ "This package provides a set of bibliography styles that conform to DIN
+1505, and match the original BibTeX standard set (@code{plain}, @code{unsrt},
+@code{alpha} and @code{abbrv}), together with a style @code{natdin} to work with
+@code{natbib}.")
+ (license license:knuth)))
+
+(define-public texlive-dingbat
+ (package
+ (name "texlive-dingbat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/dingbat/"
+ "fonts/source/public/dingbat/"
+ "fonts/tfm/public/dingbat/"
+ "source/latex/dingbat/" "tex/latex/dingbat/")
+ (base32
+ "12vhykmz1xzvrdzp61qy0q69fnxjjvc9m8v8kras92v49f6m4z7a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/dingbat")
+ (synopsis "Two dingbat symbol fonts")
+ (description
+ "The package provides the fonts (@code{ark10} and @code{dingbat}),
+specified in Metafont; support macros are also provided for use in LaTeX. An
+Adobe Type 1 version of the fonts is available in the @code{niceframe} fonts
+bundle.")
+ (license license:lppl)))
+
(define-public texlive-diffcoeff
(package
(name "texlive-diffcoeff")
@@ -3625,6 +11291,91 @@ displaying one step in to the right. The macros work equally well with Plain
TeX and with LaTeX.")
(license license:lppl)))
+(define-public texlive-disser
+ (package
+ (name "texlive-disser")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/disser/" "makeindex/disser/"
+ "source/latex/disser/" "tex/latex/disser/")
+ (base32
+ "0sxvj4cka9xqzl2s3c465fm19lc1b8hyar1chjb51y42q4mx2bmg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/disser")
+ (synopsis "Class and templates for typesetting dissertations in Russian")
+ (description
+ "Disser comprises a document class and set of templates for typesetting
+dissertations in Russian. One of its primary advantages is a simplicity of
+format specification for titlepage, headers and elements of automatically
+generated lists (table of contents, list of figures, etc). Bibliography
+styles, that conform to the requirements of the Russian standard GOST
+R 7.0.11-2011, are provided.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-dithesis
+ (package
+ (name "texlive-dithesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/dithesis/" "tex/latex/dithesis/")
+ (base32
+ "1yz53jabca56k65pddhl68d3384k2f2jn4zrfkg2d4x8aa1dnvvx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dithesis")
+ (synopsis "Class for undergraduate theses at the University of Athens")
+ (description
+ "The class conforms to the requirements of the Department of Informatics
+and Telecommunications at the University of Athens regarding the preparation
+of undergraduate theses, as of Sep 1, 2011. The class is designed for use
+with XeLaTeX.")
+ (license license:lppl)))
+
+(define-public texlive-dk-bib
+ (package
+ (name "texlive-dk-bib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/dk-bib/"
+ "bibtex/bst/dk-bib/"
+ "bibtex/csf/dk-bib/"
+ "doc/latex/dk-bib/"
+ "source/latex/dk-bib/"
+ "tex/latex/dk-bib/")
+ (base32
+ "1bwmaja41mivsrcx3j9p0yplqccw62fd9wn6v1yx138kg0ayib1n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dk-bib")
+ (synopsis "Danish variants of standard BibTeX styles")
+ (description
+ "Dk-bib is a translation of the four standard BibTeX style files (@code{abbrv},
+@code{alpha}, @code{plain} and @code{unsrt}) and the @code{apalike} style file
+into Danish. The files have been extended with URL, ISBN, ISSN, annote and
+printing fields which can be enabled through a LaTeX style file. Dk-bib also
+comes with a couple of Danish sorting order files for BibTeX8.")
+ (license (list license:knuth license:gpl2+))))
+
+(define-public texlive-dnp
+ (package
+ (name "texlive-dnp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/sfd/dnp/")
+ (base32
+ "0jlvb0nps1ij4sgbg3clgbk34p80la1fhh9zihn9fhl9nrqk637r")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dnp")
+ (synopsis "Subfont numbers for DNP font encoding")
+ (description "This package provides subfont numbers for DNP font encoding.")
+ ;; This is part of the CJK package, use the same GPL license.
+ (license license:gpl2)))
+
(define-public texlive-docbytex
(package
(name "texlive-docbytex")
@@ -3646,6 +11397,57 @@ programming languages.")
;; package without any limit".
(license (license:fsf-free "file://doc/generic/docbytex/README"))))
+(define-public texlive-doipubmed
+ (package
+ (name "texlive-doipubmed")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/doipubmed/"
+ "source/latex/doipubmed/"
+ "tex/latex/doipubmed/")
+ (base32
+ "1432hh1pr5r6izfcqlbvl1lxpradidrwpfkvjr25ds1rlh240y66")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/doipubmed")
+ (synopsis "Special commands for use in bibliographies")
+ (description
+ "The package provides the commands @code{\\doi}, @code{\\pubmed} and
+@code{\\citeurl}. These commands are primarily designed for use in
+bibliographies. A @code{LaTeX2HTML} style file is also provided.")
+ (license license:lppl)))
+
+(define-public texlive-domitian
+ (package
+ (name "texlive-domitian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/domitian/"
+ "fonts/enc/dvips/domitian/"
+ "fonts/map/dvips/domitian/"
+ "fonts/opentype/public/domitian/"
+ "fonts/tfm/public/domitian/"
+ "fonts/type1/public/domitian/"
+ "fonts/vf/public/domitian/"
+ "tex/latex/domitian/")
+ (base32
+ "10pg90kdwklz2rsbcafhcld4zdchmxzr6cszrajwrky8hfz67dkg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/domitian")
+ (synopsis "Drop-in replacement for Palatino")
+ (description
+ "The Domitian fonts are an OpenType font family, based on the Palatino
+design by Hermann Zapf (1918-2015), as implemented in Palladio. Domitian is
+meant as a drop-in replacement for Adobe's version of Palatino. It extends
+Palladio with small capitals, old-style figures and scientific inferiors. The
+metrics have been adjusted to more closely match Adobe Palatino, and hinting
+has been improved.")
+ ;; Use any of the three licenses.
+ (license (list license:lppl1.3c license:silofl1.1 license:agpl3))))
+
(define-public texlive-dosepsbin
(package
(name "texlive-dosepsbin")
@@ -3676,6 +11478,34 @@ package provides a Perl program that will extract any of the sections of such
a file, in particular providing a text'-form EPS file for use with (La)TeX.")
(license license:artistic2.0)))
+(define-public texlive-doublestroke
+ (package
+ (name "texlive-doublestroke")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/doublestroke/"
+ "fonts/map/dvips/doublestroke/"
+ "fonts/source/public/doublestroke/"
+ "fonts/tfm/public/doublestroke/"
+ "fonts/type1/public/doublestroke/"
+ "tex/latex/doublestroke/")
+ (base32
+ "0v9g025l0qfw4zrjkm9yypcsramwl2di997jgnznxpxms0v6ib7c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/doublestroke")
+ (synopsis "Typeset mathematical double stroke symbols")
+ (description
+ "This package provides a font based on Computer Modern Roman useful for
+typesetting the mathematical symbols for the natural numbers, whole numbers,
+rational numbers, real numbers and complex numbers; coverage includes all
+Roman capital letters, @samp{1}, @samp{h} and @samp{k}. The font is available
+both as Metafont source and in Adobe Type 1 format, and LaTeX macros for its
+use are provided.")
+ (license license:knuth)))
+
(define-public texlive-dowith
(package
(name "texlive-dowith")
@@ -3698,6 +11528,61 @@ such lists. Applications in mind belonged to LaTeX, but the package should
work with other formats as well.")
(license license:lppl1.3+)))
+(define-public texlive-dozenal
+ (package
+ (name "texlive-dozenal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/dozenal/"
+ "fonts/afm/public/dozenal/"
+ "fonts/map/dvips/dozenal/"
+ "fonts/source/public/dozenal/"
+ "fonts/tfm/public/dozenal/"
+ "fonts/type1/public/dozenal/"
+ "source/fonts/dozenal/"
+ "tex/latex/dozenal/")
+ (base32
+ "0fhdcnpjpfxaqshddw6vxy0f8c1c3yn8p11aab8fkhnfg3pnllck")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/dozenal")
+ (synopsis "Typeset documents using base twelve numbering")
+ (description
+ "The package supports typesetting documents whose counters are
+represented in base twelve, also called @dfn{dozenal}. It includes a macro
+for converting positive whole numbers to dozenal from decimal (base ten)
+representation. The package also includes a few other macros and redefines
+all the standard counters to produce dozenal output. Fonts, in Roman, italic,
+slanted, and boldface versions, provide ten and eleven. The fonts were
+designed to blend well with the Computer Modern fonts, and are available both
+as Metafont source and in Adobe Type 1 format.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-dramatist
+ (package
+ (name "texlive-dramatist")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/dramatist/"
+ "source/latex/dramatist/"
+ "tex/latex/dramatist/")
+ (base32
+ "17x10jaa7f9rnqfrnvgw225n5ypqrmacbpsfpl5zdhx9abbjh793")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dramatist")
+ (synopsis "Typeset dramas, both in verse and in prose")
+ (description
+ "This package is intended for typesetting drama of any length. It
+provides two environments for typesetting dialogues in prose or in verse; new
+document divisions corresponding to acts and scenes; macros that control the
+appearance of characters and stage directions; and automatic generation of
+a ``dramatis personae'' list.")
+ (license license:gpl3+)))
+
(define-public texlive-drawmatrix
(package
(name "texlive-drawmatrix")
@@ -3759,6 +11644,210 @@ BibLaTeX package, a practical example of french thesis document, and
documentation. The class assumes use of Biber and BibLaTeX.")
(license license:lppl1.3+)))
+(define-public texlive-drm
+ (package
+ (name "texlive-drm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/drm/"
+ "fonts/afm/public/drm/"
+ "fonts/map/dvips/drm/"
+ "fonts/opentype/public/drm/"
+ "fonts/source/public/drm/"
+ "fonts/tfm/public/drm/"
+ "fonts/type1/public/drm/"
+ "source/fonts/drm/"
+ "tex/latex/drm/")
+ (base32
+ "0fxmwakgy7inin85pjad5rdqg11flrw8mlsh86ga6ghqcw69zhwq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/drm")
+ (synopsis "Complete family of fonts written in Metafont")
+ (description
+ "The package provides access to the DRM (Don's Revised Modern) family of
+fonts, which includes a variety of optical sizes in Roman (in four weights),
+italic, and small caps, among other shapes, along with a set of symbols and
+ornaments. It is intended to be a full-body text font, but its larger sizes
+can also be used for simple display purposes, and its significant body of
+symbols can stand on its own. It comes complete with textual (old-style) and
+lining figures, and even has small-caps figures. It also comes with
+extensible decorative rules to be used with ornaments from itself or other
+fonts, along with an extremely flexible ellipsis package.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-droid
+ (package
+ (name "texlive-droid")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/droid/"
+ "fonts/enc/dvips/droid/"
+ "fonts/map/dvips/droid/"
+ "fonts/tfm/ascender/droid/droidsans/"
+ "fonts/tfm/ascender/droid/droidsansmono/"
+ "fonts/tfm/ascender/droid/droidserif/"
+ "fonts/truetype/ascender/droid/droidsans/"
+ "fonts/truetype/ascender/droid/droidsansmono/"
+ "fonts/truetype/ascender/droid/droidserif/"
+ "fonts/type1/ascender/droid/droidsans/"
+ "fonts/type1/ascender/droid/droidsansmono/"
+ "fonts/type1/ascender/droid/droidserif/"
+ "fonts/vf/ascender/droid/droidsans/"
+ "fonts/vf/ascender/droid/droidsansmono/"
+ "fonts/vf/ascender/droid/droidserif/"
+ "tex/latex/droid/")
+ (base32
+ "10lgw5yv0s48rwydycq6lxj5dfyna7iflnhz1zq42akg21n595vx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/droid")
+ (synopsis "LaTeX support for the Droid font families")
+ (description
+ "The Droid typeface family was designed by Steve Matteson. The Droid
+family consists of Droid Serif, Droid Sans and Droid Sans Mono fonts. The
+bundle includes the fonts in both TrueType and Adobe Type 1 formats.")
+ (license (list license:lppl1.3c license:asl2.0))))
+
+(define-public texlive-dsptricks
+ (package
+ (name "texlive-dsptricks")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/dsptricks/"
+ "tex/latex/dsptricks/")
+ (base32
+ "03ykpbvmb95n6j5071c5hrja4x6x3cpdnmppj9gjjjh63ddv40m6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dsptricks")
+ (synopsis "Macros for Digital Signal Processing (DSP) plots")
+ (description
+ "The package provides a set of @code{LaTeX} macros (based on PSTricks)
+for plotting the kind of graphs and figures that are usually employed in
+digital signal processing publications. DSPTricks provides facilities for
+standard discrete-time lollipop plots, continuous-time and frequency plots,
+and pole-zero plots. The companion package
+DSPFunctions (@file{dspfunctions.sty}) provides macros for computing frequency
+responses and DFTs, while the package DSPBlocks (@file{dspblocks.sty})
+supports DSP block diagrams.")
+ (license license:lppl)))
+
+(define-public texlive-dsserif
+ (package
+ (name "texlive-dsserif")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/dsserif/"
+ "fonts/afm/public/dsserif/"
+ "fonts/map/dvips/dsserif/"
+ "fonts/tfm/public/dsserif/"
+ "fonts/type1/public/dsserif/"
+ "source/fonts/dsserif/"
+ "tex/latex/dsserif/")
+ (base32
+ "0dl8380lyv8r5kfrlhi5r4iwadb52m1397z68qwa65c5p2px1y3i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dsserif")
+ (synopsis "Double-struck serifed font for mathematical use")
+ (description
+ "DSSerif is a mathematical font package with double struck serifed
+digits, upper and lower case letters, in regular and bold weights. The design
+was inspired by the STIX double struck fonts, which are sans serif, but
+starting from a Courier-like base.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-duerer
+ (package
+ (name "texlive-duerer")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/duerer/"
+ "fonts/source/public/duerer/"
+ "fonts/tfm/public/duerer/")
+ (base32
+ "1x5s9qnmhhpj54l6cd0pzd9gmd0ipr95j60rcs73c66wwfjw0xki")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/duerer")
+ (synopsis "Computer Duerer fonts")
+ (description
+ "These fonts are designed for titling use, and consist of capital roman
+letters only. Together with the normal set of base shapes, the family also
+offers an informal shape. The distribution is as Metafont source. LaTeX
+support is available in the @code{duerer-latex} bundle.")
+ (license license:public-domain)))
+
+(define-public texlive-duerer-latex
+ (package
+ (name "texlive-duerer-latex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/duerer-latex/"
+ "tex/latex/duerer-latex/")
+ (base32
+ "17ni6hrcblkbzn1f8cn2mvrc01sjqmi8qi2dxy82z14llr23qmbh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/duerer-latex")
+ (synopsis "LaTeX support for the Duerer fonts")
+ (description
+ "This package provides LaTeX support for Hoenig's Computer Duerer fonts,
+using their standard fontname names.")
+ (license license:gpl3+)))
+
+(define-public texlive-dutchcal
+ (package
+ (name "texlive-dutchcal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/dutchcal/"
+ "fonts/afm/public/dutchcal/"
+ "fonts/map/dvips/dutchcal/"
+ "fonts/tfm/public/dutchcal/"
+ "fonts/type1/public/dutchcal/"
+ "fonts/vf/public/dutchcal/"
+ "tex/latex/dutchcal/")
+ (base32
+ "173c5k6q35ljbqdi00kplxss0n1aiss8nvigdv33mlkqpg7i74qg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dutchcal")
+ (synopsis "Reworking of ESSTIX13, adding a bold version")
+ (description
+ "This package reworks the mathematical calligraphic font ESSTIX13,
+adding a bold version. LaTeX support files are included.")
+ (license license:lppl)))
+
+(define-public texlive-dvgloss
+ (package
+ (name "texlive-dvgloss")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/dvgloss/" "source/latex/dvgloss/"
+ "tex/latex/dvgloss/")
+ (base32
+ "1fs5ghbyl3qhg1v0iljjqn723a93m4l7f873h3h81pcga75mng4s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/dvgloss")
+ (synopsis "Facilities for setting interlinear glossed text")
+ (description
+ "The package provides extensible macros for setting interlinear glossed
+text --- useful, for instance, for typing linguistics papers.")
+ (license license:lppl)))
+
(define-public texlive-dyntree
(package
(name "texlive-dyntree")
@@ -3805,6 +11894,22 @@ Gaulle (now deceased), under a free licence. It replaces the old full
@code{frenchle} packages.")
(license license:lppl1.3+)))
+(define-public texlive-ean
+ (package
+ (name "texlive-ean")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/ean/" "tex/generic/ean/")
+ (base32
+ "1zyxjpc0ggas43lpvl1l1mknqmd94q0cqgw6w2by29w3r8wafjh9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ean")
+ (synopsis "Macros for making EAN barcodes")
+ (description "This package provides EAN-8 and EAN-13 forms.")
+ (license license:gpl3+)))
+
(define-public texlive-easing
(package
(name "texlive-easing")
@@ -3823,6 +11928,200 @@ Gaulle (now deceased), under a free licence. It replaces the old full
to the PGF mathematical engine.")
(license license:lppl1.3+)))
+(define-public texlive-ebgaramond
+ (package
+ (name "texlive-ebgaramond")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ebgaramond/"
+ "fonts/enc/dvips/ebgaramond/"
+ "fonts/map/dvips/ebgaramond/"
+ "fonts/opentype/public/ebgaramond/"
+ "fonts/tfm/public/ebgaramond/"
+ "fonts/type1/public/ebgaramond/"
+ "fonts/vf/public/ebgaramond/"
+ "tex/latex/ebgaramond/")
+ (base32
+ "1pa3zrlp9pr31mqir22nfz3rpvv63qnc85xi1bc8vw71pgfymdws")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ebgaramond")
+ (synopsis "LaTeX support for EBGaramond fonts")
+ (description
+ "EB Garamond is a revival by Georg Duffner of the 16th century fonts
+designed by Claude Garamond. The LaTeX support package works for (pdf)LaTeX,
+XeLaTeX and LuaLaTeX users; configuration files for use with @code{microtype}
+are provided.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-ebgaramond-maths
+ (package
+ (name "texlive-ebgaramond-maths")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ebgaramond-maths/"
+ "fonts/enc/dvips/ebgaramond-maths/"
+ "fonts/map/dvips/ebgaramond-maths/"
+ "fonts/tfm/public/ebgaramond-maths/"
+ "tex/latex/ebgaramond-maths/")
+ (base32
+ "0rjrf360d7nsny4cxn5fa0gwpph28cx0v9mrr20sbx1vrv9aqvp9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ebgaramond-maths")
+ (synopsis "LaTeX support for EBGaramond fonts in mathematics")
+ (description
+ "This package provides some LaTeX support for the use of EBGaramond12 in
+mathematics.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ebook
+ (package
+ (name "texlive-ebook")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ebook/" "tex/latex/ebook/")
+ (base32
+ "1i9zixl8wiwmfrhrzwm2adgwm5kzqk5xaq5nq9bks9i2ayvmiij2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ebook")
+ (synopsis "Helps creating an ebook by providing an @code{ebook} class")
+ (description
+ "The package defines a command @code{\\ebook} that defines page layout,
+fonts, and font-sizes for documents to be rendered as PDF-ebooks on small
+ebook-readers.")
+ (license license:public-domain)))
+
+(define-public texlive-ebsthesis
+ (package
+ (name "texlive-ebsthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ebsthesis/"
+ "source/latex/ebsthesis/"
+ "tex/latex/ebsthesis/")
+ (base32
+ "0vmnkjnpg840rdgbim7gz2frzgr9dycmzqyj9kylicz5nvc4nk5x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ebsthesis")
+ (synopsis "Typesetting theses for economics")
+ (description
+ "The @code{ebsthesis} class and @code{ebstools} package facilitate the
+production of camera-ready manuscripts in conformance with the guidelines of
+Gabler Verlag and typographical rules established by the European Business
+School.")
+ (license license:lppl)))
+
+(define-public texlive-ecc
+ (package
+ (name "texlive-ecc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ecc/" "fonts/source/public/ecc/"
+ "fonts/tfm/public/ecc/")
+ (base32
+ "06mznqh1k9ff8rpifxkphv3yk9ym6zcvz3x1ksk677n6fp5a5jkh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-ec texlive-metafont))
+ (home-page "https://ctan.org/pkg/ecc")
+ (synopsis "Sources for the European Concrete fonts")
+ (description
+ "The Metafont sources and TFM files of the European Concrete Fonts.
+This is the T1-encoded extension of Knuth's Concrete fonts, including also the
+corresponding text companion fonts. Adobe Type 1 versions of the fonts are
+available as part of the @code{cm-super} font bundle.")
+ (license license:lppl)))
+
+(define-public texlive-ecltree
+ (package
+ (name "texlive-ecltree")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ecltree/" "tex/latex/ecltree/")
+ (base32
+ "0ki5zzpl8dkz7zwyccmsxfnfq7vl5vlx3gi1py64mgqxfxp0rivw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ecltree")
+ (synopsis "Trees using Epic and Eepic macros")
+ (description
+ "The package recursively draws trees: each subtree is defined in
+a @code{bundle} environment, with a set of leaves described by @code{\\chunk}
+macros. A chunk may have a @code{bundle} environment inside it.")
+ (license license:lppl)))
+
+(define-public texlive-eco
+ (package
+ (name "texlive-eco")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/eco/" "fonts/tfm/public/eco/"
+ "fonts/vf/public/eco/" "source/fonts/eco/"
+ "tex/latex/eco/")
+ (base32
+ "0b2g3bmldad4vfx9qd3sakhayl9knijwn26xwysxrzc3rnfnz5w2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/eco")
+ (synopsis "Old style numerals using EC fonts")
+ (description
+ "This package provides a set of font metric files and virtual fonts for
+using the EC fonts with old-style numerals. The style file @file{eco.sty} is
+sufficient to use the @code{eco} fonts but if you intend to use other font
+families as well, e.g., PostScript fonts, try @code{altfont}.")
+ (license license:gpl3+)))
+
+(define-public texlive-ecobiblatex
+ (package
+ (name "texlive-ecobiblatex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ecobiblatex/"
+ "tex/latex/ecobiblatex/")
+ (base32
+ "09569x2dx1h6a63ji44ipkx0nvapc9mgkgrqvc552x62c97zcf21")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ecobiblatex")
+ (synopsis
+ "Global Ecology and Biogeography BibLaTeX styles for the Biber backend")
+ (description
+ "This bundle provides a set of styles for creating bibliographies using
+BibLaTeX in the style of the @emph{Global Ecology and Biogeography} journal.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-econ-bst
+ (package
+ (name "texlive-econ-bst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/econ-bst/"
+ "doc/bibtex/econ-bst/")
+ (base32
+ "0nflr827a88yd66bb0mfk86dby1253fxdfrjzx0b4k4zqdljhrbg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/econ-bst")
+ (synopsis "BibTeX style for economics papers")
+ (description
+ "This is a BibTeX style file for papers in economics. It provides the
+following features: author-year type citation reference style used in
+economics papers highly customizable use of certified random order, as
+proposed by Ray Robson (2018)")
+ (license license:lppl1.3+)))
+
(define-public texlive-econometrics
(package
(name "texlive-econometrics")
@@ -3846,6 +12145,413 @@ letters statistical distributions constants and symbols matrix operators and
statistical operators.")
(license license:lppl1.3+)))
+(define-public texlive-economic
+ (package
+ (name "texlive-economic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/economic/"
+ "doc/bibtex/economic/" "tex/latex/economic/")
+ (base32
+ "1b530sy5bf7f6xa4bakm5agnzx0dckafxkqsy9gv2rk2803qsf6c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/economic")
+ (synopsis "BibTeX support for submitting to economics journals")
+ (description
+ "The bundle offers macros and BibTeX styles for the @emph{American
+Economic Review} (AER), the @emph{American Journal of Agricultural
+Economics} (AJAE), the @emph{Canadian Journal of Economics} (CJE), the
+@emph{European Review of Agricultural Economics} (ERAE), the
+@emph{International Economic Review} (IER) and @emph{Economica}.
+
+The macro sets are based on (and require) the @code{harvard} package, and all
+provide variations of author-date styles of presentation.")
+ (license license:lppl)))
+
+(define-public texlive-ecothesis
+ (package
+ (name "texlive-ecothesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ecothesis/")
+ (base32
+ "1avnq2y5l2bc2lkf2g16p2vh77dabv52jr6jrm4jfm1wdapc6fmq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ecothesis")
+ (synopsis "LaTeX thesis template for the Universidade Federal de Vicosa")
+ (description
+ "The package provides a LaTeX thesis template for the @acronym{UFV,
+Universidade Federal de Vicosa}, Brazil.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-eczar
+ (package
+ (name "texlive-eczar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/eczar/"
+ "fonts/opentype/public/eczar/")
+ (base32
+ "1r7alay4g12gn7sr6d584y04qzi77qiialmsq1wfxay7a2h8c3rn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/eczar")
+ (synopsis "Font family supporting Devanagari and Latin script")
+ (description
+ "Eczar is a type family designed by Vaibhav Singh. The fonts support
+over 45+3 languages in Latin and Devanagari scripts in 5 weights.")
+ (license license:silofl1.1)))
+
+(define-public texlive-edfnotes
+ (package
+ (name "texlive-edfnotes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/edfnotes/"
+ "source/latex/edfnotes/"
+ "tex/latex/edfnotes/")
+ (base32
+ "074db5fanasjzk7clj0l4ka3x1qpmvczwxix0l2v6sjjmyb4xfz4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/edfnotes")
+ (synopsis "Critical annotations to footnotes with @code{ednotes}")
+ (description
+ "The package modifies the annotation commands and label-test mechanism of
+the ednotes package so that critical notes appear on the pages and in the
+order that one would expect.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-edmac
+ (package
+ (name "texlive-edmac")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/edmac/" "source/latex/edmac/"
+ "tex/generic/edmac/")
+ (base32
+ "1pflqzrzfyw725ypc6lcryzzbizk13j69h4875r6q4fs763kv3w1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/edmac")
+ (synopsis "Typeset critical editions")
+ (description
+ "This is the type example package for typesetting scholarly critical
+editions.")
+ (license license:gpl2)))
+
+(define-public texlive-egameps
+ (package
+ (name "texlive-egameps")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/egameps/" "tex/latex/egameps/")
+ (base32
+ "1wlki6y54czvvq7cvs7pvsvl1fhd8laaj5j52jv1v8w1msh5mlpr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/egameps")
+ (synopsis "LaTeX package for typesetting extensive games")
+ (description
+ "The style is intended to have enough features to draw any extensive game
+with relative ease. The facilities of PSTricks are used for graphics.")
+ (license license:lppl)))
+
+(define-public texlive-eiad
+ (package
+ (name "texlive-eiad")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/eiad/"
+ "fonts/source/public/eiad/"
+ "fonts/tfm/public/eiad/" "tex/latex/eiad/")
+ (base32
+ "0il058v1x79w5faxyalysdmfsgbxc3a1nq8kraffawpqw6wjcrbj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont texlive-sauter))
+ (home-page "https://ctan.org/pkg/eiad")
+ (synopsis "Traditional style Irish fonts")
+ (description
+ "This package provides traditional style Irish fonts, in both lower and
+upper case 32 letters are defined (18 plain ones, 5 long vowels and
+9 aspirated consonants). The ligature agus is also made available. The
+remaining characters (digits, punctuation and accents) are inherited from the
+Computer Modern family of fonts.")
+ (license license:public-domain)))
+
+(define-public texlive-eiad-ltx
+ (package
+ (name "texlive-eiad-ltx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/eiad-ltx/"
+ "fonts/source/public/eiad-ltx/"
+ "source/latex/eiad-ltx/"
+ "tex/latex/eiad-ltx/")
+ (base32
+ "0qqwzl345v6hn0gp46flvhhzacgv810qjn575bhigqq726zl4kz7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/eiad-ltx")
+ (synopsis "LaTeX support for the @code{eiad} font")
+ (description
+ "The package provides macros to support use of the @code{eiad} fonts in
+OT1 encoding. Also offered are a couple of Metafont files described in the
+font package, but not provided there.")
+ (license license:lppl)))
+
+(define-public texlive-einfart
+ (package
+ (name "texlive-einfart")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/einfart/" "tex/latex/einfart/")
+ (base32
+ "11ibc51y76s1awp2flzfgkcbz26a6gr1dwl1d29jm4r9452acgnm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-minimalist))
+ (home-page "https://ctan.org/pkg/einfart")
+ (synopsis "Write your articles in a simple and clear way")
+ (description
+ "This package provides a LaTeX class for typesetting articles with a
+simple and clear design. Currently, it has native support for Chinese
+(simplified and traditional), English, French, German, Italian, Japanese,
+Portuguese (European and Brazilian), Russian and Spanish typesetting. It
+compiles with either XeLaTeX or LuaLaTeX. This is part of the
+@code{minimalist} class series and depends on that package.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-ejpecp
+ (package
+ (name "texlive-ejpecp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ejpecp/" "source/latex/ejpecp/"
+ "tex/latex/ejpecp/")
+ (base32
+ "083abggngg89nj4ra0a33j3s6wf0jba814lc4zp5sh64pc2x8h0j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ejpecp")
+ (synopsis "Class for EJP and ECP")
+ (description
+ "The class is designed for typesetting articles for the mathematical
+research periodicals @emph{Electronic Journal of Probability} (EJP) and
+@emph{Electronic Communications in Probability} (ECP).")
+ (license license:lppl1.2+)))
+
+(define-public texlive-ekaia
+ (package
+ (name "texlive-ekaia")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ekaia/" "source/latex/ekaia/"
+ "tex/latex/ekaia/")
+ (base32
+ "1n6zinzcg3win9nn86ljf8fcwsxxn6dq1gjnnw1si8ca01zdyx45")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ekaia")
+ (synopsis
+ "Article format for the Basque Country Science and Technology Journal
+@emph{Ekaia}")
+ (description
+ "The package provides the article format for publishing the Basque
+Country Science and Technology Journal @emph{Ekaia} at the University of the
+Basque Country.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-ektype-tanka
+ (package
+ (name "texlive-ektype-tanka")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ektype-tanka/"
+ "fonts/truetype/public/ektype-tanka/")
+ (base32
+ "05jyx7dgbi19n6g8f4a5f8lkalld2p7lrlrfy1pj961hx65zbj80")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ektype-tanka")
+ (synopsis "Devanagari fonts by EkType")
+ (description
+ "This package provides a collection of some Devanagari fonts by EkType:
+Mukta, Baloo, Modak, and Jaini.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-elbioimp
+ (package
+ (name "texlive-elbioimp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/elbioimp/"
+ "source/latex/elbioimp/"
+ "tex/latex/elbioimp/")
+ (base32
+ "1iwsahllfw975cs11llr0ghx80wf5kmw5zrbs4iqviai12ipnkd2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/elbioimp")
+ (synopsis
+ "LaTeX document class for the @emph{Journal of Electrical Bioimpedance}")
+ (description
+ "This package provides a document class for writing articles to the
+@emph{Journal of Electrical Bioimpedance}.")
+ (license license:lppl)))
+
+(define-public texlive-electrum
+ (package
+ (name "texlive-electrum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/electrum/"
+ "fonts/afm/arkandis/electrum/"
+ "fonts/enc/dvips/electrum/"
+ "fonts/map/dvips/electrum/"
+ "fonts/tfm/arkandis/electrum/"
+ "fonts/type1/arkandis/electrum/"
+ "fonts/vf/arkandis/electrum/"
+ "source/fonts/electrum/"
+ "tex/latex/electrum/")
+ (base32
+ "0k8yckfh7pw2p3gy2j4ss9l42dmdbdnb7nsliz0j05g7wkkcp05w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/electrumadf")
+ (synopsis "Electrum ADF fonts collection")
+ (description
+ "Electrum ADF is a slab-serif font featuring optical and italic
+small-caps; additional ligatures and an alternate @samp{Q}; lining, hanging,
+inferior and superior digits; and four weights. The fonts are provided in
+Adobe Type 1 format and the support material enables use with LaTeX. Licence
+is mixed: LPPL for LaTeX support; GPL with font exception for the fonts.")
+ ;; LPPL for LaTeX support, GPL with font exception for the fonts.
+ (license (list license:lppl license:gpl2+))))
+
+(define-public texlive-eledform
+ (package
+ (name "texlive-eledform")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/eledform/"
+ "source/latex/eledform/"
+ "tex/latex/eledform/")
+ (base32
+ "1sslbwabzpvx314bfmr6gy1p8nrh89v5mnkgdcby9w42hnfqiw2n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/eledform")
+ (synopsis "Define textual variants")
+ (description
+ "The package provides commands to formalize textual variants in critical
+editions typeset using @code{eledmac}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-eledmac
+ (package
+ (name "texlive-eledmac")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/eledmac/" "source/latex/eledmac/"
+ "tex/latex/eledmac/")
+ (base32
+ "1a4579g3rykcgbwjqbky260lx6x7mc41i6cqhi83anf3zilsii0r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/eledmac")
+ (synopsis "Typeset scholarly editions")
+ (description
+ "This package provides a package for typesetting scholarly critical editions,
+replacing the established @code{ledmac} package. The package supports
+indexing by page and by line numbers, and simple @code{tabular}- and
+@code{array}-style environments. The package is distributed with the related
+@code{eledpar} package. The package is now superseded by @code{reledmac}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-els-cas-templates
+ (package
+ (name "texlive-els-cas-templates")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/els-cas-templates/"
+ "doc/latex/els-cas-templates/"
+ "tex/latex/els-cas-templates/")
+ (base32
+ "1drp6gykqn4yaxjsiamsn8v5zv7nhvlqiblfhqg85fq3yl4q1sqk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/els-cas-templates")
+ (synopsis "Elsevier updated LaTeX templates")
+ (description
+ "This bundle provides two class and corresponding template files for
+typesetting journal articles supposed to go through Elsevier's updated
+workflow. One of the sets is meant for one-column, the other for two-column
+layout. These are now accepted for submitting articles both in Elsevier's
+electronic submission system and elsewhere.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-elsarticle
+ (package
+ (name "texlive-elsarticle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/elsarticle/"
+ "doc/latex/elsarticle/"
+ "source/latex/elsarticle/"
+ "tex/latex/elsarticle/")
+ (base32
+ "1616ql7yhf6fr66szgnpkxd2sz8vx22w25annf11i2zmr698k3aa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/elsarticle")
+ (synopsis "Class for articles for submission to Elsevier journals")
+ (description
+ "This class for typesetting journal articles is accepted for submitted
+articles both in Elsevier's electronic submission system and elsewhere.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-elteikthesis
+ (package
+ (name "texlive-elteikthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/elteikthesis/"
+ "tex/latex/elteikthesis/")
+ (base32
+ "0brfkpg32vqm42cwp10vbjbk752jcfq5g65znl0z539xdynf1nnp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/elteikthesis")
+ (synopsis "Thesis template for Eotvos Lorand University (Informatics)")
+ (description
+ "This package provides a bachelor and master thesis template for the
+Eotvos Lorand University, Faculty of Informatics (Budapest, Hungary). The
+template supports producing both Hungarian and English theses.")
+ (license license:expat)))
+
(define-public texlive-eltex
(package
(name "texlive-eltex")
@@ -3866,6 +12572,30 @@ appropriate for drawing for school materials. The circuit symbols accord to
the various parts of the standard IEC 617.")
(license license:lppl)))
+(define-public texlive-elvish
+ (package
+ (name "texlive-elvish")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/elvish/"
+ "fonts/source/public/elvish/"
+ "fonts/tfm/public/elvish/")
+ (base32
+ "1vmvkc97a7j93jhdp0wbz4mqvk5q2kxjy5dlklwl5jawggagm7r4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/elvish")
+ (synopsis "Fonts for typesetting Tolkien Elvish scripts")
+ (description
+ "The bundle provides fonts for Cirth and for Tengwar. The Tengwar fonts
+are supported by macros in @file{teng.tex}, or by the (better documented)
+@code{tengtex} package.")
+ ;; "If you produce modifications that seem useful, you are asked to send
+ ;; them to me, so that they can be incorporated into the master files."
+ (license (license:non-copyleft "file://doc/fonts/elvish/README"))))
+
(define-public texlive-emf
(package
(name "texlive-emf")
@@ -3886,6 +12616,36 @@ symbols but does not provide any fonts. The fonts themselves must be acquired
otherwise.")
(license license:gpl3)))
+(define-public texlive-emisa
+ (package
+ (name "texlive-emisa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/emisa/" "source/latex/emisa/"
+ "tex/latex/emisa/")
+ (base32
+ "02f8blixqqbn7k3h2sn59b9d8i2lxqnh2zwdk4gv7wyjr9l0sc1x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ ;; "emisa.ins" apparently wants to generate itself! Fix that.
+ (add-after 'unpack 'fix-ins
+ (lambda _
+ (substitute* "source/latex/emisa/emisa.ins"
+ (("\\\\file\\{\\\\jobname\\.ins\\}.*") "")))))))
+ (home-page "https://ctan.org/pkg/emisa")
+ (synopsis "LaTeX package for preparing manuscripts for the journal
+@emph{EMISA}")
+ (description
+ "The EMISA LaTeX package is provided for preparing manuscripts for
+submission to @acronym{EMISA, Enterprise Modelling and Information Systems
+Architectures}, and for preparing accepted submissions for publication as well
+as for typesetting the final document by the editorial office.")
+ (license license:lppl1.3c)))
+
(define-public texlive-endiagram
(package
(name "texlive-endiagram")
@@ -3972,6 +12732,100 @@ you use any special symbols inside your command.")
@url{https://www.eolang.org, EO} programming language.")
(license license:expat)))
+(define-public texlive-epigrafica
+ (package
+ (name "texlive-epigrafica")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/epigrafica/"
+ "fonts/afm/public/epigrafica/"
+ "fonts/enc/dvips/epigrafica/"
+ "fonts/map/dvips/epigrafica/"
+ "fonts/tfm/public/epigrafica/"
+ "fonts/type1/public/epigrafica/"
+ "fonts/vf/public/epigrafica/"
+ "tex/latex/epigrafica/")
+ (base32
+ "1s18ykapm50xyvrw5ls9gzc3m8r6pnjaplryr7q469k69455fh6z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/epigrafica")
+ (synopsis "Greek and Latin font")
+ (description
+ "Epigrafica is a Greek and Latin font, forked from the development of the
+Cosmetica font, which is a similar design to Optima and includes Greek.")
+ (license license:gpl3+)))
+
+(define-public texlive-eplain
+ (package
+ (name "texlive-eplain")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/eplain/"
+ "doc/info/eplain.info"
+ "doc/man/man1/eplain.1"
+ "doc/man/man1/eplain.man1.pdf"
+ "source/eplain/"
+ "tex/eplain/")
+ (base32
+ "00nmqhfckrf8ygw6i93d5xnf85i8a88ryadb5ml73w4rllwjxr72")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:create-formats #~(list "eplain")))
+ (propagated-inputs
+ (list texlive-atbegshi
+ texlive-atveryend
+ texlive-babel
+ texlive-cm
+ texlive-everyshi
+ texlive-firstaid
+ texlive-hyphen-complete
+ texlive-knuth-lib
+ texlive-l3backend
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-latex
+ texlive-latex-fonts
+ texlive-pdftex
+ texlive-plain
+ texlive-tex-ini-files
+ texlive-unicode-data))
+ (home-page "https://ctan.org/pkg/eplain")
+ (synopsis "Extended plain TeX macros")
+ (description
+ "This package provides an extended version of the plain TeX format,
+adding support for bibliographies, tables of contents, enumerated lists,
+verbatim input of files, numbered equations, tables, two-column output,
+footnotes, hyperlinks in PDF output and commutative diagrams. Eplain can also
+load some of the more useful LaTeX packages, notably @code{graphics},
+@code{graphicx} (an extended version of graphics), @code{color},
+@code{autopict} (a package instance of the LaTeX picture code), @code{psfrag},
+and @code{url}.")
+ (license license:gpl2+)))
+
+(define-public texlive-epsdice
+ (package
+ (name "texlive-epsdice")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/epsdice/" "source/latex/epsdice/"
+ "tex/latex/epsdice/")
+ (base32
+ "09h3jqb44vl1jpb3hf6gbpfpbvfv6lvdvjmp4xpzhl1zs672wccj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/epsdice")
+ (synopsis "Scalable dice font")
+ (description
+ "The @code{epsdice} package defines a single command @code{\\epsdice}
+that takes a numeric argument (in the range 1-6), and selects a face image
+from a file that contains each of the 6 possible die faces. The graphic file
+is provided in both Encapsulated PostScript and PDF formats.")
+ (license license:lppl)))
+
(define-public texlive-epslatex-fr
(package
(name "texlive-epslatex-fr")
@@ -4052,6 +12906,222 @@ standard @code{amsmath} numbered equation environments to throw a warning
whenever this occurs.")
(license license:lppl1.3+)))
+(define-public texlive-erdc
+ (package
+ (name "texlive-erdc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/erdc/" "source/latex/erdc/"
+ "tex/latex/erdc/")
+ (base32
+ "0sqq0zd89jx2l4n1hpas4c4y4p3mh1mbnfigjbal9xg2h5pijkv1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/erdc")
+ (synopsis "Style for reports by US Army Corps of Engineers")
+ (description
+ "This package provides a class for typesetting Technical Information
+Reports of the Engineer Research and Development Center, US Army Corps of
+Engineers.")
+ (license license:lppl)))
+
+(define-public texlive-erewhon
+ (package
+ (name "texlive-erewhon")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/erewhon/"
+ "fonts/afm/public/erewhon/"
+ "fonts/enc/dvips/erewhon/"
+ "fonts/map/dvips/erewhon/"
+ "fonts/opentype/public/erewhon/"
+ "fonts/tfm/public/erewhon/"
+ "fonts/type1/public/erewhon/"
+ "fonts/vf/public/erewhon/"
+ "tex/latex/erewhon/")
+ (base32
+ "02qhg27y24b533gnx90f8a1b7j06i369qswmpccq5a6gaaab8xcv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/erewhon")
+ (synopsis "Font package derived from Heuristica and Utopia")
+ (description
+ "Erewhon is based on the Heuristica package, which is based in turn on
+Utopia. Erewhon adds a number of new features --- small caps in all styles
+rather than just regular, added figure styles (proportional, inferior,
+numerator, denominator) and superior letters. The size is 6% smaller than
+Heuristica, matching that of UtopiaStd.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-erewhon-math
+ (package
+ (name "texlive-erewhon-math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/erewhon-math/"
+ "fonts/opentype/public/erewhon-math/"
+ "tex/latex/erewhon-math/")
+ (base32
+ "03p3aiw4ha3rkb6z4z2nwmwv18krkii989a8dvqgignbh9100ck8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/erewhon-math")
+ (synopsis "Utopia based OpenType math font")
+ (description
+ "Erewhon Math is an OpenType version of the Fourier Type1 fonts designed
+by Michel Bovani.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-esrelation
+ (package
+ (name "texlive-esrelation")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/esrelation/"
+ "fonts/map/dvips/esrelation/"
+ "fonts/source/public/esrelation/"
+ "fonts/tfm/public/esrelation/"
+ "fonts/type1/public/esrelation/"
+ "source/fonts/esrelation/"
+ "tex/latex/esrelation/")
+ (base32
+ "168pjrn3pgyqb79nvwk4rykb214jj1fvygnlb18rx7nrnzdmagjw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/esrelation")
+ (synopsis "Symbol set for describing relations between ordered pairs")
+ (description
+ "This package provides an math symbol font, by Tauba Auerbach, for
+describing relations between ordered pairs, using Metafont.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-esstix
+ (package
+ (name "texlive-esstix")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/esstix/"
+ "fonts/afm/esstix/"
+ "fonts/map/dvips/esstix/"
+ "fonts/tfm/public/esstix/"
+ "fonts/type1/public/esstix/"
+ "fonts/vf/public/esstix/"
+ "tex/latex/esstix/")
+ (base32
+ "1wfl7q6yx7pflzy402ldx7p3zw3xgvgvilrdzv7pm0w937a3qkm9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/esstix")
+ (synopsis "PostScript versions of the ESSTIX, with macro support")
+ (description
+ "These fonts represent translation to PostScript Type 1 of the ESSTIX
+fonts. ESSTIX seem to have been a precursor to the STIX project. The
+accompanying virtual fonts with customized metrics and LaTeX support files
+allow their use as @code{calligraphic}, @code{fraktur} and
+@code{double-struck} (blackboard bold) in maths mode.")
+ (license license:silofl1.1)))
+
+(define-public texlive-estcpmm
+ (package
+ (name "texlive-estcpmm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/estcpmm/" "source/latex/estcpmm/"
+ "tex/latex/estcpmm/")
+ (base32
+ "09fp8vidb9wzdsm05nira4p8dyjn75i1jhhwnr6k17pdrad1sqrj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/estcpmm")
+ (synopsis "Style for Munitions Management Project Reports")
+ (description
+ "This package provides a class which supports typesetting Cost and
+Performance Reports and Final Reports for Munitions Management Reports, US
+Environmental Security Technology Certification Program.")
+ (license license:lppl)))
+
+(define-public texlive-esvect
+ (package
+ (name "texlive-esvect")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/esvect/"
+ "fonts/map/dvips/esvect/"
+ "fonts/source/public/esvect/"
+ "fonts/tfm/public/esvect/"
+ "fonts/type1/public/esvect/"
+ "source/latex/esvect/"
+ "tex/latex/esvect/")
+ (base32
+ "15sr1rm86aamfy186v2zvvcjsw5rhcq6ph5ckpfn275vjp3fazrf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/esvect")
+ (synopsis "Vector arrows")
+ (description
+ "This package can be used to write vectors using an arrow which differs
+from the Computer Modern one. You have the choice between several kinds of
+arrows. The package consists of the relevant Metafont code and a package to
+use it.")
+ (license license:gpl3+)))
+
+(define-public texlive-etbb
+ (package
+ (name "texlive-etbb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/etbb/"
+ "fonts/afm/public/etbb/"
+ "fonts/enc/dvips/etbb/"
+ "fonts/map/dvips/etbb/"
+ "fonts/opentype/public/etbb/"
+ "fonts/tfm/public/etbb/"
+ "fonts/type1/public/etbb/"
+ "fonts/vf/public/etbb/"
+ "tex/latex/etbb/")
+ (base32
+ "1mbzbcj0dl6wzl3x8rq9nxsjf8i240zcz3gahhpy273yj42n8313")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/etbb")
+ (synopsis "Expansion of Edward Tufte's ET-Bembo family")
+ (description
+ "The Bembo-like font family, ETbb, expands ET-Bembo features to include
+a full set of figure styles, small caps in all styles, superior letters and
+figures, inferior figures, a new capital Sharp @samp{S} with small caps
+version, along with macros to activate these features in LaTeX.")
+ (license (list license:expat license:lppl1.3+))))
+
+(define-public texlive-etsvthor
+ (package
+ (name "texlive-etsvthor")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/etsvthor/" "tex/latex/etsvthor/")
+ (base32
+ "0lrvxr2lrfq1vkfkx7sjrm8fsxv8aalkpi0x0wmkdizc6n2wlhx4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/etsvthor")
+ (synopsis "Some useful abbreviations for members of e.t.s.v. Thor")
+ (description
+ "``e.t.s.v. Thor'' stands for Elektrotechnische Studievereniging Thor,
+a study association of Electrical Engeering at the Eindhoven University of
+Technology. This package provides abbreviations useful for creating meeting
+notes or other documents within the association.")
+ (license license:lppl1.3c)))
+
(define-public texlive-euclideangeometry
(package
(name "texlive-euclideangeometry")
@@ -4076,6 +13146,87 @@ ellipsograph. This package extends the functionalities of the @code{curve2e}
package.")
(license license:lppl1.3c)))
+(define-public texlive-euler-math
+ (package
+ (name "texlive-euler-math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/euler-math/"
+ "fonts/opentype/public/euler-math/"
+ "tex/latex/euler-math/")
+ (base32
+ "01vj4nqmac078176m3cj97lx4nnrs395208vxc6671c90fvirg1s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/euler-math")
+ (synopsis "OpenType version of Hermann Zapf's Euler maths font")
+ (description
+ "@file{Euler-Math.otf} is an OpenType version of Hermann Zapf's Euler
+maths font. A style file @file{euler-math.sty} is provided as a replacement
+of the @code{eulervm} package for LuaLaTeX and XeLaTeX users.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-euxm
+ (package
+ (name "texlive-euxm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/source/public/euxm/"
+ "fonts/tfm/public/euxm/")
+ (base32
+ "10dqknqlqrga9m2lgd74zx5hk4qcbkfvlzjgr304p94w3k7pclqc")))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/euxm")
+ (synopsis "Extended Euler")
+ (description
+ "This package extends Euler font to include two additional characters
+needed for Concrete Math.")
+ (license license:knuth)))
+
+(define-public texlive-evangelion-jfm
+ (package
+ (name "texlive-evangelion-jfm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/luatex/evangelion-jfm/"
+ "tex/luatex/evangelion-jfm/")
+ (base32
+ "1wr55p96v9x58l0bqcnrbs1q47pf5v0rj8pmclfv0jx9mzc3d5j7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/evangelion-jfm")
+ (synopsis "Japanese font metric supporting many advanced features")
+ (description
+ "This package provides a Japanese font metric supporting vertical and
+horizontal typesetting, linegap punctuations, extended fonts, and more
+interesting and helpful features using traditional and simplified Chinese or
+Japanese fonts under LuaTeX-ja. It also makes full use of the priority
+feature, meeting the standards, and allows easy customisation.")
+ (license license:expat)))
+
+(define-public texlive-expex
+ (package
+ (name "texlive-expex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/expex/" "tex/generic/expex/")
+ (base32
+ "0is4cdpsqycaw8xzc6x1gkg4ldk8v6a1i52qmxw13q8k10qh6b95")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/expex")
+ (synopsis "Linguistic examples and glosses, with reference capabilities")
+ (description
+ "The package provides macros for typesetting linguistic examples and
+glosses, with a refined mechanism for referencing examples and parts of
+examples. The package can be used with LaTeX or with Plain TeX.")
+ (license license:lppl)))
+
(define-public texlive-expose-expl3-dunkerque-2019
(package
(name "texlive-expose-expl3-dunkerque-2019")
@@ -4161,6 +13312,30 @@ with or without VAT; different addresses for delivery and for billing are
permitted.")
(license license:cc-by-sa2.0)))
+(define-public texlive-facture-belge-simple-sans-tva
+ (package
+ (name "texlive-facture-belge-simple-sans-tva")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/facture-belge-simple-sans-tva/"
+ "tex/xelatex/facture-belge-simple-sans-tva/")
+ (base32
+ "1zs2hcc5lhzvfkv83wym1rax58mryylq9b7i358ln0pklnm2gncx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/facture-belge-simple-sans-tva")
+ (synopsis "Simple Belgian invoice without VAT")
+ (description
+ "This package can be used to generate invoices for Belgian individuals
+who do not have a VAT number and who wish to do occasional work, or to carry
+out paid additional activities during their free time up to 6,000 euros per
+calendar year (amount indexed annually) without having to pay tax or social
+security contributions (see the website Activites complementaires). The
+package can also generate expense reports. All totals are calculated
+automatically, in the invoice and in the expense report.")
+ (license license:lppl1.3c)))
+
(define-public texlive-faktor
(package
(name "texlive-faktor")
@@ -4206,6 +13381,333 @@ the chapters. Each chapter can consist of three sections: the lesson, the
exercises and the activities.")
(license license:lppl)))
+(define-public texlive-fbb
+ (package
+ (name "texlive-fbb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fbb/"
+ "fonts/enc/dvips/fbb/"
+ "fonts/map/dvips/fbb/"
+ "fonts/opentype/public/fbb/"
+ "fonts/tfm/public/fbb/"
+ "fonts/type1/public/fbb/"
+ "fonts/vf/public/fbb/"
+ "tex/latex/fbb/")
+ (base32
+ "012zfxq6hdz9m4pn6dxqv3lsbr809r10mj795w96cijzrys4zww1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fbb")
+ (synopsis "Bembo-like font")
+ (description
+ "The package provides a Bembo-like font package based on Cardo but with
+many modifications, adding Bold Italic, small caps in all styles, six figure
+choices in all styles, updated kerning tables, added figure tables and
+corrected f-ligatures. Both OpenType and Adobe Type 1 versions are provided;
+all necessary support files are provided. The font works well with
+@code{newtxmath}'s @code{libertine} option.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-fbithesis
+ (package
+ (name "texlive-fbithesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fbithesis/"
+ "source/latex/fbithesis/"
+ "tex/latex/fbithesis/")
+ (base32
+ "1650ilscm47x606piwx7a8z08lhkq87g8k0z40ii3ig0c3p9isgl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (home-page "https://ctan.org/pkg/fbithesis")
+ (synopsis "Computer Science thesis class for University of Dortmund")
+ (description
+ "At the department of computer science at the University of Dortmund
+there are cardboard cover pages for research or internal reports like master
+and phd theses. The main function of this LaTeX2e document-class is
+a replacement for the @code{\\maketitle} command to typeset a title page that
+is adjusted to these cover pages.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-fbs
+ (package
+ (name "texlive-fbs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/fbs/")
+ (base32
+ "18h6n8azrnk2qabv30kpa8gmj2ljkvx0nqs8qb9r8dxxnhng78ch")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fbs")
+ (synopsis "BibTeX style for @emph{Frontiers in Bioscience}")
+ (description
+ "This package provides a BibTeX style file made with @code{custom}-bib to
+fit @emph{Frontiers in Bioscience} requirements.")
+ (license license:lppl)))
+
+(define-public texlive-fcavtex
+ (package
+ (name "texlive-fcavtex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/fcavtex/" "doc/latex/fcavtex/"
+ "tex/latex/fcavtex/")
+ (base32
+ "0l87wlh9mzh0hysfw35mlx3asqw7lvwc55yiqr01jbmv1hwgfnl6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fcavtex")
+ (synopsis "Thesis class for the FCAV/UNESP, Brazil")
+ (description
+ "This package provides a class and a bibliography style for the
+@acronym{FCAV-UNESP, Faculdade de Ciencias Agrarias e Veterinarias de
+Jaboticabal UNESP} Brazilian university, written based on the institution
+rules for thesis publications.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-fcltxdoc
+ (package
+ (name "texlive-fcltxdoc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fcltxdoc/"
+ "source/latex/fcltxdoc/"
+ "tex/latex/fcltxdoc/")
+ (base32
+ "0qb0l622svj1bqs0p05mcf30f4xy432aa4qzk6w4rlckssdfiwva")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fcltxdoc")
+ (synopsis "Macros for use in the author's documentation")
+ (description
+ "The package is not advertised for public use, but is necessary for the
+support of others of the author's packages (which are compiled under the
+@code{ltxdoc} class).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-fdsymbol
+ (package
+ (name "texlive-fdsymbol")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fdsymbol/"
+ "doc/latex/fdsymbol/"
+ "fonts/enc/dvips/fdsymbol/"
+ "fonts/map/dvips/fdsymbol/"
+ "fonts/opentype/public/fdsymbol/"
+ "fonts/source/public/fdsymbol/"
+ "fonts/tfm/public/fdsymbol/"
+ "fonts/type1/public/fdsymbol/"
+ "source/latex/fdsymbol/"
+ "tex/latex/fdsymbol/")
+ (base32
+ "1qw2bmw48xppn9jj5m46l3lr1zja6nall0a3vvpcfjd66ai3hmca")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/fdsymbol")
+ (synopsis "Maths symbol font")
+ (description
+ "FdSymbol is a maths symbol font, designed as a companion to the Fedra
+family, but it might also fit other contemporary typefaces.")
+ (license license:silofl1.1)))
+
+(define-public texlive-fduthesis
+ (package
+ (name "texlive-fduthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fduthesis/"
+ "source/latex/fduthesis/"
+ "tex/latex/fduthesis/")
+ (base32
+ "1imgp79fa048nyvyjzfky1fzzmak4h4j7xa4168ak07qgr5gdq87")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fduthesis")
+ (synopsis "LaTeX thesis template for Fudan University")
+ (description
+ "This package is a LaTeX thesis template package for Fudan University.
+It can make it easy to write theses both in Chinese and English.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-fei
+ (package
+ (name "texlive-fei")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fei/" "source/latex/fei/"
+ "tex/latex/fei/")
+ (base32
+ "13f2sn9pazq6ak37025wr20mi11069paw8hd7qlrcy10bn7bkbl7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fei")
+ (synopsis "Class for academic works at FEI University Center, Brazil")
+ (description
+ "@code{fei} is a class created by graduate students and LaTeX enthusiasts
+that allows students from FEI University Center to create their academic
+works, be it a monograph, masters dissertation or PhD thesis, under the
+typographic rules of the institution. The class makes it possible to create
+a full academic work, supporting functionalities such as cover, title page,
+catalog entry, dedication, summary, lists of figures, tables, algorithms,
+acronyms and symbols, multiple authors, index, references, appendices and
+attachments. @code{fei} is loosely based in the Brazilian National Standards
+Organization (@acronym{ABNT, Associacao Brasileira de Normas Tecnicas}).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-fetamont
+ (package
+ (name "texlive-fetamont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fetamont/"
+ "fonts/afm/public/fetamont/"
+ "fonts/map/dvips/fetamont/"
+ "fonts/opentype/public/fetamont/"
+ "fonts/source/public/fetamont/"
+ "fonts/tfm/public/fetamont/"
+ "fonts/type1/public/fetamont/"
+ "metapost/fetamont/"
+ "source/fonts/fetamont/"
+ "tex/latex/fetamont/")
+ (base32
+ "0bs911vyn54i61vv3rhr0xcp6myap2s8ww6p1fd30ld1ha6nsrf6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ ;; FIXME: Generating font metrics require unpackaged "mf2outline.py"
+ ;; script.
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/fetamont")
+ (synopsis "Extended version of Knuth's Logo typeface")
+ (description
+ "The @code{fetamont} typeface was designed in Metafont and extends the
+Logo fonts to complete the Type 1 encoding.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-feyn
+ (package
+ (name "texlive-feyn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/feyn/"
+ "fonts/source/public/feyn/"
+ "fonts/tfm/public/feyn/"
+ "source/fonts/feyn/" "tex/latex/feyn/")
+ (base32
+ "0kd5xs1xffgplpapj6rjv4aaz7pfjfh8rspy2xrabbf03npkdqz5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont texlive-sauter))
+ (home-page "https://ctan.org/pkg/feyn")
+ (synopsis "Font for in-text Feynman diagrams")
+ (description
+ "Feyn may be used to produce relatively simple Feynman diagrams within
+equations in a LaTeX document. While the @code{feynmf} package is good at
+drawing large diagrams for figures, the present package and its fonts allow
+diagrams within equations or text, at a matching size. The fonts are
+distributed as Metafont source, and macros for their use are also provided.")
+ (license license:bsd-2)))
+
+(define-public texlive-fge
+ (package
+ (name "texlive-fge")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fge/"
+ "fonts/map/dvips/fge/"
+ "fonts/source/public/fge/"
+ "fonts/tfm/public/fge/"
+ "fonts/type1/public/fge/"
+ "source/fonts/fge/"
+ "tex/latex/fge/")
+ (base32
+ "00q9rf8jrb6jl5c10kn6axnlza6q02xan2gf88rd736v0wpi4936")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/fge")
+ (synopsis "Font for Frege's @emph{Grundgesetze der Arithmetik}")
+ (description
+ "The package provides fonts for Frege's @emph{Grundgesetze der
+Arithmetik}. The fonts are provided as Metafont source and Adobe Type 1 (pfb)
+files. A small LaTeX package (@code{fge}) is included.")
+ (license license:lppl)))
+
+(define-public texlive-figbas
+ (package
+ (name "texlive-figbas")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/figbas/"
+ "fonts/afm/public/figbas/"
+ "fonts/map/dvips/figbas/"
+ "fonts/tfm/public/figbas/"
+ "fonts/type1/public/figbas/")
+ (base32
+ "07dc19989sx968hbn3h2m1bbplp8zqh1yj9v92mcp54876rk8bbp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/figbas")
+ (synopsis "Mini-fonts for figured-bass notation in music")
+ (description
+ "This package consists of three mini-fonts (and associated metrics) of
+conventional ligatures for the figured-bass notations 2+, 4+, 5+, 6+ and 9+ in
+music manuscripts. The fonts are usable with Computer Modern Roman and Sans,
+and Palatino/Palladio, respectively.")
+ (license license:lppl)))
+
+(define-public texlive-figbib
+ (package
+ (name "texlive-figbib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/figbib/" "doc/latex/figbib/"
+ "tex/latex/figbib/")
+ (base32
+ "1wvglj3z86xjz1bi5931hxm9b2kn6r4j7391di26wmsyhdajs2yz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/figbib")
+ (synopsis "Organize figure databases with BibTeX")
+ (description
+ "FigBib lets you organize your figures in BibTeX databases. Some FigBib
+features are:
+@itemize
+
+@item store and manage figures in a BibTeX database;
+
+@item Include figures in your LaTeX document with one short command;
+
+@item generate a list of figures containing more or other information than the
+figure captions;
+
+@item control with one switch where to output the figures, either as usual
+float objects or in a separate part at the end of your document.
+
+@end itemize")
+ (license license:lppl)))
+
(define-public texlive-filecontentsdef
(package
(name "texlive-filecontentsdef")
@@ -4233,6 +13735,47 @@ the PDF as file attachment annotations (by using Scott Pakin's package
@code{attachfile}).")
(license license:lppl1.3+)))
+(define-public texlive-firamath
+ (package
+ (name "texlive-firamath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/firamath/"
+ "fonts/opentype/public/firamath/")
+ (base32
+ "0sc3ip9mvyqlbsj7vfcb1yaxlc32w18kqrqm051v5y2bbvp53s0p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/firamath")
+ (synopsis "Fira sans serif font with Unicode math support")
+ (description
+ "Fira Math is a sans-serif font with Unicode math support. The design of
+this font is based on Fira Sans and FiraGO. Fira Math is distributed in
+OpenType format and can be used with the @code{unicode-math} package under
+XeLaTeX or LuaLaTeX. More support is offered by the @code{firamath-otf}
+package.")
+ (license license:silofl1.1)))
+
+(define-public texlive-firamath-otf
+ (package
+ (name "texlive-firamath-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/firamath-otf/"
+ "tex/latex/firamath-otf/")
+ (base32
+ "1ai8qsxx6laxl12n2fivl08xywzf1y8rd2n839v8z5bjfsjznqk6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/firamath-otf")
+ (synopsis "Use OpenType math font Fira Math")
+ (description
+ "The package offers XeTeX and LuaTeX support for the sans serif OpenType
+Fira Math font.")
+ (license license:lppl1.3+)))
+
(define-public texlive-fixdif
(package
(name "texlive-fixdif")
@@ -4254,6 +13797,44 @@ with pdfTeX, XeTeX and LuaTeX, and can also be used with the
@code{unicode-math} package.")
(license license:lppl1.3c)))
+(define-public texlive-fixfoot
+ (package
+ (name "texlive-fixfoot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fixfoot/" "tex/latex/fixfoot/")
+ (base32
+ "1anyswchln7y7a6x72ay6hm3ck36byxk2ciia0w6y100iqcpq2sl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fixfoot")
+ (synopsis "Multiple use of the same footnote text")
+ (description
+ "This package provides a @code{\\DeclareFixedFootnote} command to provide
+a single command for a frequently-used footnote. The package ensures that
+only one instance of the footnote text appears on each page (LaTeX needs to be
+run several times to achieve this).")
+ (license license:lppl)))
+
+(define-public texlive-fixjfm
+ (package
+ (name "texlive-fixjfm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/fixjfm/" "tex/generic/fixjfm/")
+ (base32
+ "0x3wf7v03jqczvxaslqw422bvccvna31jl5sgld6llvfh7b0ziyx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fixjfm")
+ (synopsis "Fix JFM (for *pTeX)")
+ (description
+ "This package fixes several bugs in the JFM format. Both LaTeX and plain
+TeX are supported.")
+ (license license:knuth)))
+
(define-public texlive-fixltxhyph
(package
(name "texlive-fixltxhyph")
@@ -4324,6 +13905,238 @@ and complex notation. Further many macros and shortcuts are added, e.g., for
spaces, operators, physics unit, etc.")
(license license:lppl)))
+(define-public texlive-foekfont
+ (package
+ (name "texlive-foekfont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/foekfont/"
+ "fonts/map/dvips/foekfont/"
+ "fonts/tfm/public/foekfont/"
+ "fonts/type1/public/foekfont/"
+ "tex/latex/foekfont/")
+ (base32
+ "01l6mj5dh52cdaqdkv74j8qw2pfd6w7x53n856vsjgdha4r8362y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/foekfont")
+ (synopsis "Title font of the @emph{Mads Fok} magazine")
+ (description
+ "The bundle provides the Foek font, an Adobe Type 1 font, and LaTeX
+support for its use.")
+ (license license:gpl3+)))
+
+(define-public texlive-fonetika
+ (package
+ (name "texlive-fonetika")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fonetika/"
+ "fonts/afm/public/fonetika/"
+ "fonts/map/dvips/fonetika/"
+ "fonts/tfm/public/fonetika/"
+ "fonts/truetype/public/fonetika/"
+ "fonts/type1/public/fonetika/"
+ "tex/latex/fonetika/")
+ (base32
+ "1d19a9v3innfq9602w8rd2ffn0yd52fz4wmdva6qnix0jgadc1ka")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fonetika")
+ (synopsis "Support for the Danish Dania phonetic system")
+ (description
+ "Fonetika Dania is a font bundle with a serif font and a sans serif font
+for the Danish phonetic system Dania. Both fonts exist in regular and bold
+weights. LaTeX support is provided.")
+ ;; The license is GPL3+, except for the fonts and metrics of the Fonetika
+ ;; Dania Iwonae, which are under GUST Font Nosource License.
+ (license (list license:gpl3+ license:gfl1.0))))
+
+(define-public texlive-fontawesome
+ (package
+ (name "texlive-fontawesome")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fontawesome/"
+ "fonts/enc/dvips/fontawesome/"
+ "fonts/map/dvips/fontawesome/"
+ "fonts/opentype/public/fontawesome/"
+ "fonts/tfm/public/fontawesome/"
+ "fonts/type1/public/fontawesome/"
+ "tex/latex/fontawesome/")
+ (base32
+ "0m3wl0jc00h8r4w3fa5vkf062hmaadb2rvf3x9lm4pb0c99ia5x9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fontawesome")
+ (synopsis "Font containing web-related icons")
+ (description
+ "The package offers access to the large number of web-related icons
+provided by the FontAwesome font.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-fontawesome5
+ (package
+ (name "texlive-fontawesome5")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fontawesome5/"
+ "fonts/enc/dvips/fontawesome5/"
+ "fonts/map/dvips/fontawesome5/"
+ "fonts/opentype/public/fontawesome5/"
+ "fonts/tfm/public/fontawesome5/"
+ "fonts/type1/public/fontawesome5/"
+ "tex/latex/fontawesome5/")
+ (base32
+ "17cfqa2jjg3lp0damwy8kfdihmchx55994rrc897kcdba865rrwg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fontawesome5")
+ (synopsis "Font Awesome 5 with LaTeX support")
+ (description
+ "This package provides LaTeX support for the included Font Awesome 5 icon
+set.")
+ (license (list license:silofl1.1 license:lppl1.3c))))
+
+(define-public texlive-fontmfizz
+ (package
+ (name "texlive-fontmfizz")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fontmfizz/"
+ "fonts/truetype/public/fontmfizz/"
+ "tex/latex/fontmfizz/")
+ (base32
+ "1z0k7n1yyisv3igw77bj3r8hywyz55ciylb3fjx9dpdcrwv3kngd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fontmfizz")
+ (synopsis "Font Mfizz icons for use in LaTeX")
+ (description
+ "The MFizz font provides scalable vector icons representing programming
+languages, operating systems, software engineering, and technology. It can be
+seen as an extension to FontAwesome.")
+ (license license:expat)))
+
+(define-public texlive-fontsize
+ (package
+ (name "texlive-fontsize")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fontsize/"
+ "source/latex/fontsize/"
+ "tex/latex/fontsize/")
+ (base32
+ "1y061r4hadb2c26dgch6lrjw6f4j87zj1gj5lgzgx0hyyz58snqy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "latex"
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-circular-dependency
+ ;; Documentation doesn't build, and generates a circular
+ ;; dependency with BIBLATEX-PHILOSOPHY package. Since we're
+ ;; not interested in re-building the whole documentation,
+ ;; just skip that part.
+ (lambda _
+ (substitute* "source/latex/fontsize/fontsize.dtx"
+ (("\\[style=philosophy-classic\\]") "")
+ (("\\\\DocInput\\{fontsize\\.dtx\\}") "")))))))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-biblatex
+ texlive-booktabs
+ texlive-caption
+ texlive-cochineal
+ texlive-csquotes
+ texlive-etoolbox
+ texlive-fontaxes
+ texlive-guitlogo
+ texlive-hologo
+ texlive-hypdoc
+ texlive-inconsolata
+ texlive-libertine
+ texlive-listings
+ texlive-ltxdockit
+ texlive-manfnt
+ texlive-mathalpha
+ texlive-mdframed
+ texlive-metalogo
+ texlive-microtype
+ texlive-needspace
+ texlive-newtx
+ texlive-parskip
+ texlive-pgf
+ texlive-sectsty
+ texlive-siunitx
+ texlive-tabu
+ texlive-upquote
+ texlive-xcolor
+ texlive-xkeyval
+ texlive-xstring
+ texlive-zref))))
+ (home-page "https://ctan.org/pkg/fontsize")
+ (synopsis
+ "Small package to set arbitrary sizes for the main font of the document")
+ (description
+ "The package allows you to set arbitrary sizes for the main font of the
+document, through the @emph{fontsize=<size>} option.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-fonttable
+ (package
+ (name "texlive-fonttable")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/fonttable/"
+ "source/latex/fonttable/"
+ "tex/latex/fonttable/")
+ (base32
+ "1mb83zzx5wk92x6zz28k42wmi82hyd1h7fb3p9imjssn6qb73356")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fonttable")
+ (synopsis "Print font tables from a LaTeX document")
+ (description
+ "This is a package version of @file{nfssfont.tex}; it enables you to
+print a table of the characters of a font and/or some text (for demonstration
+or testing purposes), from within a document.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-footbib
+ (package
+ (name "texlive-footbib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/footbib/" "source/latex/footbib/"
+ "tex/latex/footbib/")
+ (base32
+ "0kv8nh82b16bmhxh2291ahznhjgm5g4qskqwdba66w48wkhzr32j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/footbib")
+ (synopsis "Bibliographic references as footnotes")
+ (description
+ "The package makes bibliographic references appear as footnotes. It
+defines a command @code{\\footcite} which is similar to the LaTeX
+@code{\\cite} command but the references cited in this way appear at the
+bottom of the pages. This @code{foot} bibliography does not conflict with the
+standard one and both may exist simultaneously in a document. The command
+@code{\\cite} may still be used to produce the standard bibliography. The
+@code{foot} bibliography uses its own style and bibliographic database which
+may be specified independently of the standard one. Any standard bibliography
+style may be used.")
+ (license license:lppl)))
+
(define-public texlive-formal-grammar
(package
(name "texlive-formal-grammar")
@@ -4367,6 +14180,35 @@ and templates for an introductory LaTeX course (in French) prepared for
Universite Laval, Quebec, Canada.")
(license license:cc-by4.0)))
+(define-public texlive-forum
+ (package
+ (name "texlive-forum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/forum/"
+ "fonts/enc/dvips/forum/"
+ "fonts/map/dvips/forum/"
+ "fonts/opentype/public/forum/"
+ "fonts/tfm/public/forum/"
+ "fonts/type1/public/forum/"
+ "fonts/vf/public/forum/"
+ "tex/latex/forum/")
+ (base32
+ "07sbzd2da3i5adlbgrrxd7igyailzjwxvr3pcwmb9wl9jry1gg9m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/forum")
+ (synopsis "Forum fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Forum font, designed by Denis Masharov. Forum has antique, classic Roman
+proportions. It can be used to set body texts and works well in titles and
+headlines too. It is truly multilingual, with glyphs for Central and Eastern
+Europe, Baltics, Cyrillic and Asian Cyrillic communities. There is currently
+just a regular weight and an artificially emboldened bold.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-fouridx
(package
(name "texlive-fouridx")
@@ -4389,6 +14231,95 @@ level, as appropriate. The package provides an alternative to the use of the
@code{\\sideset} command in the @code{amsmath} package.")
(license license:lppl)))
+(define-public texlive-fouriernc
+ (package
+ (name "texlive-fouriernc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fouriernc/"
+ "fonts/afm/public/fouriernc/"
+ "fonts/tfm/public/fouriernc/"
+ "fonts/vf/public/fouriernc/"
+ "tex/latex/fouriernc/")
+ (base32
+ "1gg9l6zvyi98jg1w7z33pxsnmh7lqjcs2zakhj3pbv2q7ysxnppw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fouriernc")
+ (synopsis "Use New Century Schoolbook text with Fourier maths fonts")
+ (description
+ "This package provides a LaTeX mathematics font setup for use with New
+Century Schoolbook text.")
+ (license license:lppl)))
+
+(define-public texlive-francais-bst
+ (package
+ (name "texlive-francais-bst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/francais-bst/"
+ "doc/bibtex/francais-bst/"
+ "tex/latex/francais-bst/")
+ (base32
+ "19dz9n5wy2phjzm4kk9axvk00akmj07ccw0avkq644z87ksgzqws")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/francais-bst")
+ (synopsis "Bibliographies conforming to French typographic standards")
+ (description
+ "The package provides bibliographies (in French) conforming to the rules
+in @emph{Guide de la communication ecrite} (Malo, M., Quebec Amerique, 1996).
+The BibTeX styles were generated using @code{custom-bib} and they are
+compatible with @code{natbib}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-frcursive
+ (package
+ (name "texlive-frcursive")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/frcursive/"
+ "fonts/map/dvips/frcursive/"
+ "fonts/source/public/frcursive/"
+ "fonts/tfm/public/frcursive/"
+ "fonts/type1/public/frcursive/"
+ "tex/latex/frcursive/")
+ (base32
+ "04pqic407b0pfri5sydhbani0fxw0bxy3fl6x4isg2m2z73p4qqa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/frcursive")
+ (synopsis "French cursive hand fonts")
+ (description
+ "This package provides a hand-writing font in the style of the French
+academic running-hand. The font was written in Metafont and has been
+converted to Adobe Type 1 format. LaTeX support is provided.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-frederika2016
+ (package
+ (name "texlive-frederika2016")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/frederika2016/"
+ "fonts/opentype/public/frederika2016/")
+ (base32
+ "10pvx4n4ahn8b251fzz8crg9pijpclan5w4b6jc7m7jjsykzw8xj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/frederika2016")
+ (synopsis "OpenType Greek calligraphy font")
+ (description
+ "Frederika2016 is an attempt to digitize Hermann Zapf's Frederika font.
+The font is the Greek companion of Virtuosa by the same designer. This font
+is a calligraphy font and this is an initial release.")
+ (license license:silofl1.1)))
+
(define-public texlive-frenchmath
(package
(name "texlive-frenchmath")
@@ -4420,6 +14351,30 @@ writing french operator names like @emph{pgcd}, @emph{ppcm}, @emph{Card},
@end itemize")
(license license:lppl1.3+)))
+(define-public texlive-frimurer
+ (package
+ (name "texlive-frimurer")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/frimurer/"
+ "fonts/afm/public/frimurer/"
+ "fonts/enc/dvips/frimurer/"
+ "fonts/tfm/public/frimurer/"
+ "fonts/type1/public/frimurer/"
+ "source/fonts/frimurer/"
+ "tex/latex/frimurer/")
+ (base32
+ "072mbcn6272rs1sw85xznk0f7psqh3dkz8y0hayn8y7a83vcrfgr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/frimurer")
+ (synopsis "Access to the @emph{frimurer} cipher for use with LaTeX")
+ (description
+ "This package provides access to the @emph{frimurer} cipher for use with
+LaTeX.")
+ (license license:gpl3)))
+
(define-public texlive-frletter
(package
(name "texlive-frletter")
@@ -4485,6 +14440,28 @@ Its aim is to provide a French translation of terms and words used in
algorithms to make it integrate seamlessly in a French written document.")
(license license:lppl1.3c)))
+(define-public texlive-ftc-notebook
+ (package
+ (name "texlive-ftc-notebook")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ftc-notebook/"
+ "tex/latex/ftc-notebook/")
+ (base32
+ "068fc2wisryvgr8zqmkiwnyrrh5rmmw5njl41rn70bvv9qdgh31y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ftc-notebook")
+ (synopsis "Typeset FIRST Tech Challenge (FTC) notebooks")
+ (description
+ "This LaTeX package will greatly simplify filling entries for your FIRST
+Tech Challenge (FTC) engineering or outreach notebook. We developed this
+package to support most frequently used constructs encountered in an FTC
+notebook: meetings, tasks, decisions with pros and cons, tables, figures with
+explanations, team stories and bios, and more.")
+ (license license:lppl1.3+)))
+
(define-public texlive-functan
(package
(name "texlive-functan")
@@ -4507,6 +14484,146 @@ products and convergence with some object oriented flavor (it gives the
possibility to override the standard behavior of norms, ...).")
(license license:lppl)))
+(define-public texlive-gaceta
+ (package
+ (name "texlive-gaceta")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gaceta/" "tex/latex/gaceta/")
+ (base32
+ "17w2i3qmks9qpdwpx0hy0mjrl5xhrc8hmz9s0229xnhf6h12yb1r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gaceta")
+ (synopsis "Class to typeset @code{La Gaceta de la RSME}")
+ (description
+ "The class will typeset papers for @emph{La Gaceta de la Real Sociedad
+Matematica Espanola}.")
+ (license license:lppl)))
+
+(define-public texlive-gamebook
+ (package
+ (name "texlive-gamebook")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gamebook/"
+ "source/latex/gamebook/"
+ "tex/latex/gamebook/")
+ (base32
+ "0ksyr0hb1bfhc1lbbnzlj7ih8xw516djkn0lddnn07sb6hpzl8x4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gamebook")
+ (synopsis "Typeset gamebooks and other interactive novels")
+ (description
+ "This package provides the means in order to lay-out gamebooks with LaTeX.
+A simple gamebook example is included with the package, and acts as
+a tutorial.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-gamebooklib
+ (package
+ (name "texlive-gamebooklib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gamebooklib/"
+ "source/latex/gamebooklib/"
+ "tex/latex/gamebooklib/")
+ (base32
+ "1zw1l4a6wqrqpfmvxj404lf8z559hm7sgw8cwxn04g6pk72jycdl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gamebooklib")
+ (synopsis "Macros for setting numbered entries in shuffled order")
+ (description
+ "This package provides macros and environments to allow the user to
+typeset a series of cross-referenced, numbered entries, shuffled into random
+order, to produce an interactive novel or @dfn{gamebook}. This allows entries
+to be written in natural order and shuffled automatically into a repeatable
+non-linear order. Limited support is provided for footnotes to appear at the
+natural position: the end of each entry, or the end of each page, whichever is
+closest to the footnote mark.
+
+This is unrelated to the @code{gamebook} package which is more concerned with
+the formatting of entries rather than their order. The two packages can be
+used together or separately.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-gammas
+ (package
+ (name "texlive-gammas")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/gammas/" "doc/latex/gammas/"
+ "tex/latex/gammas/")
+ (base32
+ "0jj8lbwlydsih01d637zxpj97ncd44qmf7azgpzn77s8fi760p8n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gammas")
+ (synopsis "Template for the @emph{GAMM Archive for Students}")
+ (description
+ "This is the official document class for typesetting journal articles for
+@emph{GAMM Archive for Students}, the open-access online journal run by the
+@acronym{GAMM, Gesellschaft fur angewandte Mathematik und Mechanik} Juniors.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-garamond-libre
+ (package
+ (name "texlive-garamond-libre")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/garamond-libre/"
+ "fonts/enc/dvips/garamond-libre/"
+ "fonts/map/dvips/garamond-libre/"
+ "fonts/opentype/public/garamond-libre/"
+ "fonts/tfm/public/garamond-libre/"
+ "fonts/type1/public/garamond-libre/"
+ "fonts/vf/public/garamond-libre/"
+ "tex/latex/garamond-libre/")
+ (base32
+ "0mmfxpdy2r5wd51b8f2l0qb7d6nncypzfs4bmimcm68s4l0rzsw4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/garamond-libre")
+ (synopsis "Garamond Libre font face")
+ (description
+ "Garamond Libre is an old-style font family. It is a true Garamond,
+i.e., it is based off the designs of 16th-century French engraver Claude
+Garamond (also spelled Garamont). The Roman design is Garamond's; the italics
+are from a design by Robert Granjon. The upright Greek font is after a design
+by Firmin Didot; the italic Greek font is after a design by Alexander Wilson.
+The font family includes support for Latin, Greek (monotonic and polytonic)
+and Cyrillic scripts, as well as small capitals, old-style figures, superior
+and inferior figures, historical ligatures, Byzantine musical symbols, the IPA
+and swash capitals.")
+ (license (list license:expat license:lppl))))
+
+(define-public texlive-garamond-math
+ (package
+ (name "texlive-garamond-math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/garamond-math/"
+ "fonts/opentype/public/garamond-math/")
+ (base32
+ "1ay8qmcn8glzn0bpg4qqs3k6dr9h7lljal239qvxfvg1fzj76h4n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/garamond-math")
+ (synopsis "An OTF math font matching EB Garamond")
+ (description
+ "Garamond-Math is an OpenType math font matching EB Garamond (Octavio
+Pardo) and EB Garamond (Georg Mayr-Duffner). Many mathematical symbols are
+derived from other fonts, others are made from scratch.")
+ (license license:silofl1.1)))
+
(define-public texlive-gastex
(package
(name "texlive-gastex")
@@ -4526,6 +14643,71 @@ possibility to override the standard behavior of norms, ...).")
nets, diagrams, etc., very easily, in the LaTeX @code{picture} environment.")
(license license:lppl)))
+(define-public texlive-gb4e
+ (package
+ (name "texlive-gb4e")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gb4e/" "tex/latex/gb4e/")
+ (base32
+ "1pi6n59v8vrrm2qaff8z28kwb0xa6nykgrfi9r0lxc8f1d2r5k7f")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gb4e")
+ (synopsis "Linguistic tools")
+ (description
+ "This package provides an environment for linguistic examples, tools for
+glosses, and various other goodies.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-gbt7714
+ (package
+ (name "texlive-gbt7714")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/gbt7714/" "doc/bibtex/gbt7714/"
+ "source/bibtex/gbt7714/"
+ "tex/latex/gbt7714/")
+ (base32
+ "0pmkbh0axh0qnc08fjn5g7pbw59n543siy4l9q3bihnyid11i5qp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-bibtex texlive-natbib texlive-url))
+ (home-page "https://ctan.org/pkg/gbt7714")
+ (synopsis "China's bibliography style standard GB/T 7714-2015 for BibTeX")
+ (description
+ "The package provides a BibTeX implementation for the Chinese national
+bibliography style standard GB/T 7714-2015. It consists of two @file{.bst}
+files for numerical and author-year styles as well as a LaTeX package which
+provides the citation style defined in the standard.
+
+The package is compatible with @code{natbib} and supports language
+detection (Chinese and English) for each biblilography entry.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-gchords
+ (package
+ (name "texlive-gchords")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gchords/" "tex/latex/gchords/")
+ (base32
+ "0wchfk25v6rh5nffjyn8bypwjsqc9pi2rjrw3np65a0sxxc0sl1v")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gchords")
+ (synopsis "Typeset guitar chords")
+ (description
+ "This package provides a LaTeX package for typesetting of guitar chord
+diagrams, including options for chord names, finger numbers and typesetting
+above lyrics. The bundle also includes a TCL script (@file{chordbox.tcl})
+that provides a graphical application which creates LaTeX files that use
+@file{gchords.sty}.")
+ (license license:gpl3+)))
+
(define-public texlive-gene-logic
(package
(name "texlive-gene-logic")
@@ -4546,6 +14728,327 @@ provides an environment like @code{eqnarray}, a @code{newtheorem}-like
environment (NewTheorem), and several macros.")
(license license:isc)))
+(define-public texlive-genealogy
+ (package
+ (name "texlive-genealogy")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/genealogy/"
+ "fonts/source/public/genealogy/"
+ "fonts/tfm/public/genealogy/")
+ (base32
+ "155ifff77s5cwjk1gkib7gcdx1mcrzzbca35mm8f9w5rzg1d5x7k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/genealogy")
+ (synopsis "Compilation of genealogy fonts")
+ (description
+ "This package provides a simple compilation of the genealogical symbols
+found in the @code{wasy} and @code{gen} fonts, adding the male and female
+symbols to Knuth's @code{gen} font, and so avoiding loading two fonts when you
+need only genealogical symbols. The font is distributed as Metafont source.")
+ (license license:lppl)))
+
+(define-public texlive-geradwp
+ (package
+ (name "texlive-geradwp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/geradwp/" "source/latex/geradwp/"
+ "tex/latex/geradwp/")
+ (base32
+ "1g2kh2wdlf6y8wvs7r1zl2ws8ysrjzsk1k0032jci8ik9kx9wlg9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/geradwp")
+ (synopsis "Document class for the @emph{Cahiers du GERAD} series")
+ (description
+ "This package provides the @code{geradwp} class, a class based on
+@code{article} and compatible with LaTeX. With this class, researchers at
+GERAD will be able to write their working paper while complying to all the
+presentation standards required by the @emph{Cahiers du GERAD} series.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-geschichtsfrkl
+ (package
+ (name "texlive-geschichtsfrkl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/geschichtsfrkl/"
+ "source/latex/geschichtsfrkl/"
+ "tex/latex/geschichtsfrkl/")
+ (base32
+ "1mplym0rkfl8pxzw31m1p117pbfz1s59180bhbwi2wgj4225p4w7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/geschichtsfrkl")
+ (synopsis "BibLaTeX style for historians")
+ (description
+ "The package provides a BibLaTeX style, (mostly) meeting the requirements
+of the History Faculty of the University of Freiburg (Germany).")
+ (license license:lppl)))
+
+(define-public texlive-gfdl
+ (package
+ (name "texlive-gfdl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gfdl/" "source/latex/gfdl/"
+ "tex/latex/gfdl/")
+ (base32
+ "1yiyhks3097sz686sar1jnkska669hp7v2sv1fm7n0d4j00zm816")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfdl")
+ (synopsis "Support for using GFDL in LaTeX")
+ (description
+ "The @acronym{GFDL, GNU Free Documentation License} is a popular license
+used for programming manuals, documentations and various other textual works
+too, but using this license with LaTeX is not very convenient. This package
+aims to help users in easily using the license without violating any rules of
+the license. With a handful of commands, users can rest assured that their
+document will be perfectly licensed under GFDL.")
+ (license (list license:gpl3+ license:fdl1.3+))))
+
+(define-public texlive-gfsartemisia
+ (package
+ (name "texlive-gfsartemisia")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfsartemisia/"
+ "fonts/afm/public/gfsartemisia/"
+ "fonts/enc/dvips/gfsartemisia/"
+ "fonts/map/dvips/gfsartemisia/"
+ "fonts/opentype/public/gfsartemisia/"
+ "fonts/tfm/public/gfsartemisia/"
+ "fonts/type1/public/gfsartemisia/"
+ "fonts/vf/public/gfsartemisia/"
+ "tex/latex/gfsartemisia/")
+ (base32
+ "09kk65sn5wj70dksrywszdbwg2gg9wzdy9m25xj09d8k7hdirayn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfsartemisia")
+ (synopsis "Modern Greek font design")
+ (description
+ "GFS Artemisia is a relatively modern font, designed as a general purpose
+font in the same sense as Times is nowadays treated. The font supports the
+Greek and Latin alphabets. LaTeX support is provided, using the OT1, T1 and
+LGR encodings.")
+ (license (list license:silofl1.1 license:lppl1.0+))))
+
+(define-public texlive-gfsbodoni
+ (package
+ (name "texlive-gfsbodoni")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfsbodoni/"
+ "fonts/afm/public/gfsbodoni/"
+ "fonts/enc/dvips/gfsbodoni/"
+ "fonts/map/dvips/gfsbodoni/"
+ "fonts/opentype/public/gfsbodoni/"
+ "fonts/tfm/public/gfsbodoni/"
+ "fonts/type1/public/gfsbodoni/"
+ "fonts/vf/public/gfsbodoni/"
+ "tex/latex/gfsbodoni/")
+ (base32
+ "0a4l6ijf7lqb8g7cz1fly3c73aq14pybr0cvpn86lsw3sg7cy9jk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfsbodoni")
+ (synopsis "Greek and Latin font based on Bodoni")
+ (description
+ "Bodoni's Greek fonts in the 18th century broke, for the first time,
+with the Byzantine cursive tradition of Greek fonts. GFS Bodoni resurrects
+his work for general use. The font family supports both Greek and Latin
+letters. LaTeX support of the fonts is provided, offering OT1, T1 and LGR
+encodings. The fonts themselves are provided in Adobe Type 1 and OpenType
+formats.")
+ (license license:silofl1.1)))
+
+(define-public texlive-gfscomplutum
+ (package
+ (name "texlive-gfscomplutum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfscomplutum/"
+ "fonts/afm/public/gfscomplutum/"
+ "fonts/enc/dvips/gfscomplutum/"
+ "fonts/map/dvips/gfscomplutum/"
+ "fonts/opentype/public/gfscomplutum/"
+ "fonts/tfm/public/gfscomplutum/"
+ "fonts/type1/public/gfscomplutum/"
+ "fonts/vf/public/gfscomplutum/"
+ "tex/latex/gfscomplutum/")
+ (base32
+ "018hpaijnky23brhqmqsq2zm7h5w4y42vdfawba62qlz5m1zijn1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfscomplutum")
+ (synopsis "Greek font with a long history")
+ (description
+ "GFS Complutum derives from a minuscule-only font cut in the 16th
+century. An unsatisfactory set of majuscules were added in the early 20th
+century, but its author died before he could complete the revival of the font.
+The Greek Font Society has released this version, which has a new set of
+majuscules.")
+ (license license:silofl1.1)))
+
+(define-public texlive-gfsdidot
+ (package
+ (name "texlive-gfsdidot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfsdidot/"
+ "fonts/afm/public/gfsdidot/"
+ "fonts/enc/dvips/gfsdidot/"
+ "fonts/map/dvips/gfsdidot/"
+ "fonts/opentype/public/gfsdidot/"
+ "fonts/tfm/public/gfsdidot/"
+ "fonts/type1/public/gfsdidot/"
+ "fonts/vf/public/gfsdidot/"
+ "tex/latex/gfsdidot/")
+ (base32
+ "1cnl5m6g3c7brkx9jfwx6lw83ypl5a7cjqjj4hyf65q12m4250db")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfsdidot")
+ (synopsis "Greek font based on Didot's work")
+ (description
+ "The design of Didot's 1805 Greek typeface was influenced by the
+neoclassical ideals of the late 18th century. The font was brought to Greece
+at the time of the 1821 Greek Revolution, by Didot's son, and was very widely
+used. The font supports the Greek alphabet, and is accompanied by a matching
+Latin alphabet based on Zapf's Palatino. LaTeX support is provided, using the
+OT1, T1, TS1, and LGR encodings.")
+ (license license:silofl1.1)))
+
+(define-public texlive-gfsdidotclassic
+ (package
+ (name "texlive-gfsdidotclassic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfsdidotclassic/"
+ "fonts/opentype/public/gfsdidotclassic/")
+ (base32
+ "1cpsmgrq2x6ym9xb63msvm6pc4p2qyi2k40hmxmzhi979ch8gkaz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfsdidotclassic")
+ (synopsis "Classic version of GFSDidot")
+ (description
+ "This is the classic version of GFSDidot provided for Unicode TeX
+engines.")
+ (license license:silofl1.1)))
+
+(define-public texlive-gfsneohellenic
+ (package
+ (name "texlive-gfsneohellenic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfsneohellenic/"
+ "fonts/afm/public/gfsneohellenic/"
+ "fonts/enc/dvips/gfsneohellenic/"
+ "fonts/map/dvips/gfsneohellenic/"
+ "fonts/opentype/public/gfsneohellenic/"
+ "fonts/tfm/public/gfsneohellenic/"
+ "fonts/type1/public/gfsneohellenic/"
+ "fonts/vf/public/gfsneohellenic/"
+ "tex/latex/gfsneohellenic/")
+ (base32
+ "109zgqj63ffryy42zi64p6r37jmzj5ma3d8bgn7mz3gc2scr1bpc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfsneohellenic")
+ (synopsis "Font in the Neo-Hellenic style")
+ (description
+ "The Neo-Hellenic style evolved in academic circles in the 19th and 20th
+century; the present font follows a cut commissioned from Monotype in 1927.
+The font supports both Greek and Latin characters, and has been adjusted to
+work well with the @code{cmbright} fonts for mathematics support. LaTeX
+support of the fonts is provided, offering OT1, T1 and LGR encodings.")
+ (license license:silofl1.1)))
+
+(define-public texlive-gfsneohellenicmath
+ (package
+ (name "texlive-gfsneohellenicmath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfsneohellenicmath/"
+ "fonts/opentype/public/gfsneohellenicmath/"
+ "tex/latex/gfsneohellenicmath/")
+ (base32
+ "08yzv6qww3qvbg8bp4k8ibd46j1a41ysw4k8fi5nazchf3py7qb0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfsneohellenicmath")
+ (synopsis "Math font in the Neo-Hellenic style")
+ (description
+ "The GFSNeohellenic font, a historic font first designed by Victor
+Scholderer, now has native support for Mathematics. A useful application is
+in Beamer documents since this is a sans math font.")
+ (license license:silofl1.1)))
+
+(define-public texlive-gfssolomos
+ (package
+ (name "texlive-gfssolomos")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfssolomos/"
+ "fonts/afm/public/gfssolomos/"
+ "fonts/enc/dvips/gfssolomos/"
+ "fonts/map/dvips/gfssolomos/"
+ "fonts/opentype/public/gfssolomos/"
+ "fonts/tfm/public/gfssolomos/"
+ "fonts/type1/public/gfssolomos/"
+ "fonts/vf/public/gfssolomos/"
+ "tex/latex/gfssolomos/")
+ (base32
+ "0zjbmnkfnaiq7pmpv0xhp5vag2dww70049knf759lf2s0ygnmaaa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfssolomos")
+ (synopsis "Greek-alphabet font")
+ (description
+ "Solomos is a font which traces its descent from
+a calligraphically-inspired font of the mid-19th century. LaTeX support, for
+use with the LGR encoding only, is provided.")
+ (license license:silofl1.1)))
+
+(define-public texlive-ghab
+ (package
+ (name "texlive-ghab")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ghab/"
+ "fonts/source/public/ghab/"
+ "tex/latex/ghab/")
+ (base32
+ "0jknnlcigk6aa48xqvxd67015fxjlmmp36p52c95xrii4lv3m0zk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ghab")
+ (synopsis "Typeset ghab boxes in LaTeX")
+ (description
+ "The package defines a command @code{\\darghab} that will typeset its
+argument in a box with a decorated frame. The width of the box may be set
+using an optional argument.")
+ (license license:lppl)))
+
(define-public texlive-ghsystem
(package
(name "texlive-ghsystem")
@@ -4565,6 +15068,54 @@ precautionary statements and pictograms in a straightforward way. The
statements are taken from EU regulation 1272/2008.")
(license license:lppl1.3+)))
+(define-public texlive-gillcm
+ (package
+ (name "texlive-gillcm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gillcm/"
+ "fonts/map/dvips/gillcm/"
+ "fonts/tfm/public/gillcm/"
+ "fonts/vf/public/gillcm/"
+ "tex/latex/gillcm/")
+ (base32
+ "0cz6aqcq2fv6hb2yv2ymc3j6myb8y73gyqbyigabwc909fmh5qdm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gillcm")
+ (synopsis "Alternative unslanted italic Computer Modern fonts")
+ (description
+ "This is a demonstration of the use of virtual fonts for unusual effects:
+the package implements unslanted italic Computer Modern fonts.")
+ (license license:bsd-3)))
+
+(define-public texlive-gillius
+ (package
+ (name "texlive-gillius")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gillius/"
+ "fonts/enc/dvips/gillius/"
+ "fonts/map/dvips/gillius/"
+ "fonts/opentype/arkandis/gillius/"
+ "fonts/tfm/arkandis/gillius/"
+ "fonts/type1/arkandis/gillius/"
+ "fonts/vf/arkandis/gillius/"
+ "tex/latex/gillius/")
+ (base32
+ "0f2jr70ab5qnmla1n7iwhiw9x9q5fdzw9lcgjzji8rdqlsgq1451")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gillius")
+ (synopsis "Gillius fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Gillius and Gillius No.@: 2 families of sans serif fonts and condensed
+versions of them, designed by Hirwen Harendal.")
+ (license (list license:gpl2+ license:lppl))))
+
(define-public texlive-glosmathtools
(package
(name "texlive-glosmathtools")
@@ -4615,6 +15166,227 @@ package. Its main features are:
Polyglossia.")
(license license:lppl1.3+)))
+(define-public texlive-glossaries
+ (package
+ (name "texlive-glossaries")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/glossaries/"
+ "doc/man/man1/makeglossaries-lite.1"
+ "doc/man/man1/makeglossaries-lite.man1.pdf"
+ "doc/man/man1/makeglossaries.1"
+ "doc/man/man1/makeglossaries.man1.pdf"
+ "scripts/glossaries/"
+ "source/latex/glossaries/"
+ "tex/latex/glossaries/base/"
+ "tex/latex/glossaries/expl/"
+ "tex/latex/glossaries/rollback/"
+ "tex/latex/glossaries/styles/"
+ "tex/latex/glossaries/test-entries/")
+ (base32
+ "0k55k49sba80k51pjpb08zf9calnkchcxxsyajx8g3c33ah3j2i1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:link-scripts #~(list "makeglossaries" "makeglossaries-lite.lua")))
+ (propagated-inputs
+ (list texlive-amsmath
+ texlive-datatool
+ texlive-etoolbox
+ texlive-mfirstuc
+ texlive-tracklang
+ texlive-xfor
+ texlive-xkeyval))
+ (home-page "https://ctan.org/pkg/glossaries")
+ (synopsis "Create glossaries and lists of acronyms")
+ (description
+ "The glossaries package supports acronyms and multiple glossaries, and has
+provision for operation in several languages (using the facilities of either
+Babel or Polyglossia). New entries are defined to have a name and description
+(and optionally an associated symbol). Support for multiple languages is
+offered, and plural forms of terms may be specified. An additional package,
+@code{glossaries-accsupp}, can make use of the @code{accsupp} package
+mechanisms for accessibility support for PDF files containing glossaries. The
+user may define new glossary styles, and preambles and postambles can be
+specified. There is provision for loading a database of terms, but only terms
+used in the text will be added to the relevant glossary.
+
+The package uses an indexing program to provide the actual glossary; either
+MakeIndex or Xindy may serve this purpose, and a Perl script is provided to
+serve as interface. The package supersedes @code{glossary} package (which is
+now obsolete).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-glossaries-extra
+ (package
+ (name "texlive-glossaries-extra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/glossaries-extra/"
+ "doc/latex/glossaries-extra/"
+ "source/latex/glossaries-extra/"
+ "tex/latex/glossaries-extra/")
+ (base32
+ "0s075syzxyz4mkdmq3y4xk38gb9ip19k0cdrlymmixd7jiawvlm8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/glossaries-extra")
+ (synopsis "Extension to the @code{glossaries} package")
+ (description
+ "This package provides improvements and extra features to the
+@code{glossaries} package.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-gmverse
+ (package
+ (name "texlive-gmverse")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gmverse/" "tex/latex/gmverse/")
+ (base32
+ "13vs1w9pfl4is5f5papwqqm83kmb17d4z7gv8nxkswnav9v5cl56")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gmverse")
+ (synopsis "Package for typesetting (short) poems")
+ (description
+ "This package provides a redefinition of the @code{verse} environment to
+make the @code{\\\\} command optional for line ends and to give it
+a possibility of optical centering and right-hanging alignment of lines broken
+because of length.")
+ (license license:lppl)))
+
+(define-public texlive-gnu-freefont
+ (package
+ (name "texlive-gnu-freefont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gnu-freefont/"
+ "fonts/opentype/public/gnu-freefont/"
+ "fonts/truetype/public/gnu-freefont/"
+ "source/fonts/gnu-freefont/")
+ (base32
+ "14bq8i7n6zhy8352pmhd5d9l4p152c6bgarz17wfp2p00kzs47aw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gnu-freefont")
+ (synopsis "Unicode font, with rather wide coverage")
+ (description
+ "The package provides a set of outline (i.e., OpenType} fonts covering as
+much as possible of the Unicode character set. The set consists of three
+typefaces: one monospaced and two proportional (one with uniform and one with
+modulated stroke).")
+ (license license:gpl3)))
+
+(define-public texlive-go
+ (package
+ (name "texlive-go")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/go/" "fonts/source/public/go/"
+ "fonts/tfm/public/go/" "source/fonts/go/"
+ "tex/latex/go/")
+ (base32
+ "1cvxfz9m7fx62iiz00f7qlywrmwwnpk0xzlyv63c90ji9xzfawcv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/go")
+ (synopsis "Fonts and macros for typesetting go games")
+ (description
+ "The macros provide for nothing more complicated than the standard
+19x19 board; the fonts are written in Metafont.")
+ (license license:public-domain)))
+
+(define-public texlive-gofonts
+ (package
+ (name "texlive-gofonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gofonts/"
+ "fonts/enc/dvips/gofonts/"
+ "fonts/map/dvips/gofonts/"
+ "fonts/tfm/bh/gofonts/"
+ "fonts/truetype/bh/gofonts/"
+ "fonts/type1/bh/gofonts/"
+ "fonts/vf/bh/gofonts/"
+ "tex/latex/gofonts/")
+ (base32
+ "07ysxm10xwg6cc781gdppidq1s87bqli4x6shkarjl29pxcncn61")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gofonts")
+ (synopsis "GoSans and GoMono fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the GoSans and GoMono families of fonts designed by the Bigelow & Holmes
+foundry. GoSans is available in three weights: Regular, Medium, and
+Bold (with corresponding italics). GoMono is available in regular and bold,
+with italics.")
+ (license (list license:bsd-3 license:lppl))))
+
+(define-public texlive-gost
+ (package
+ (name "texlive-gost")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/gost/" "bibtex/csf/gost/"
+ "doc/bibtex/gost/" "source/bibtex/gost/")
+ (base32
+ "0rsqk4r1r741ggvpgg7g51knlaqrrdq9g8yiix66vx3n5v1arp26")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gost")
+ (synopsis "BibTeX styles to format according to GOST")
+ (description
+ "This package provides BibTeX styles to format bibliographies in English,
+Russian or Ukrainian according to GOST 7.0.5-2008 or GOST 7.1-2003. Both
+8-bit and Unicode (UTF-8) versions of each @code{BibTeX} style, in each case
+offering a choice of sorted and unsorted. Further, a set of three
+styles (which do not conform to current standards) are retained for backwards
+compatibility.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-gothic
+ (package
+ (name "texlive-gothic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gothic/"
+ "fonts/source/public/gothic/"
+ "fonts/tfm/public/gothic/"
+ "source/fonts/gothic/")
+ (base32
+ "08hqp2a0ch67d38p2jca6cvx72vc6dagb04a9w6ff7dniqp6gps2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ ;; FIXME: Font metrics generation fails with "! Strange path (turning
+ ;; number is zero)." error.
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/gothic")
+ (synopsis "Collection of old German-style fonts")
+ (description
+ "This package provides a collection of fonts that reproduce those used in
+old German printing and handwriting. The set comprises Gothic, Schwabacher
+and Fraktur fonts, a pair of handwriting fonts, Sutterlin and Schwell, and
+a font containing decorative initials. In addition, there are two re-encoding
+packages for Haralambous's fonts, providing T1, using virtual fonts, and OT1
+and T1, using Metafont.")
+ ;; This is a collection of packages, with various licenses.
+ (license (list license:lppl1.2+ license:lppl1.3c license:public-domain))))
+
(define-public texlive-gotoh
(package
(name "texlive-gotoh")
@@ -4635,6 +15407,128 @@ The package also provides an interface to control various settings including
algorithm parameters.")
(license license:expat)))
+(define-public texlive-gradstudentresume
+ (package
+ (name "texlive-gradstudentresume")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gradstudentresume/"
+ "tex/latex/gradstudentresume/")
+ (base32
+ "0jimvivx5vf1jy7yszvx2zbf13r0brqc0avz8lcx1rsqa3d7rjcn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gradstudentresume")
+ (synopsis "Generic template for graduate student resumes")
+ (description
+ "The package offers a template for graduate students writing an academic
+CV. The goal is to create a flexible template that can be customized based on
+each specific individual's needs.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-grant
+ (package
+ (name "texlive-grant")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/grant/" "source/latex/grant/"
+ "tex/latex/grant/")
+ (base32
+ "0cihhr3fqjbn2grkps5wl6aqx19s78vgklmriw2jqg27fqgv5q2p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/grant")
+ (synopsis "Classes for formatting federal grant proposals")
+ (description
+ "This package provides LaTeX classes for formatting federal grant
+proposals:
+@itemize
+@item grant: base class for formatting grant proposals;
+@item grant-arl: Army Research Laboratory;
+@item grant-darpa: Defense Advanced Research Projects Agency;
+@item grant-doe: Department of Energy;
+@item grant-nih: National Institutes of Health;
+@item grant-nrl: Naval Research Laboratory;
+@item grant-nsf: National Science Foundation;
+@item grant-onr: Office of Naval Research.
+@end itemize")
+ (license license:expat)))
+
+(define-public texlive-greenpoint
+ (package
+ (name "texlive-greenpoint")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/greenpoint/"
+ "fonts/source/public/greenpoint/"
+ "fonts/tfm/public/greenpoint/")
+ (base32
+ "1y5an7lgx975ppb8s1abx494s4m115k137f82hy08iwdx9l1plj5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/greenpoint")
+ (synopsis "Green Point logo")
+ (description
+ "This package provides a Metafont-implementation of the logo commonly
+known as @emph{Der Grune Punkt} (``The Green Point''). In Austria, it can be
+found on nearly every bottle. It should not be confused with the Recycle
+logo.")
+ (license license:gpl3+)))
+
+(define-public texlive-gregoriotex
+ (package
+ (name "texlive-gregoriotex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/luatex/gregoriotex/"
+ "fonts/source/gregoriotex/"
+ "fonts/truetype/public/gregoriotex/"
+ "scripts/gregoriotex/"
+ "source/luatex/gregoriotex/"
+ "tex/lualatex/gregoriotex/"
+ "tex/luatex/gregoriotex/")
+ (base32
+ "0lnpq6rfdb6dg543cmbsm817ziim6arxnzxzbn0wn8i8aw681idr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gregoriotex")
+ (synopsis "Engraving gregorian chant scores")
+ (description
+ "Gregorio is a software application for engraving gregorian chant scores
+on a computer. Gregorio's main job is to convert a gabc file (simple text
+representation of a score) into a GregorioTeX file, which makes TeX able to
+create a PDF of your score.")
+ (license license:gpl3)))
+
+(define-public texlive-grotesq
+ (package
+ (name "texlive-grotesq")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/grotesq/"
+ "fonts/afm/urw/grotesq/"
+ "fonts/map/dvips/grotesq/"
+ "fonts/tfm/urw/grotesq/"
+ "fonts/type1/urw/grotesq/"
+ "fonts/vf/urw/grotesq/"
+ "tex/latex/grotesq/")
+ (base32
+ "12q0n6z442j725drp3919k2qk7kg9fas4cqz415a8lj1nmvg60i4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/urw-grotesq")
+ (synopsis "URW Grotesq font pack for LaTeX")
+ (description
+ "The directory contains a copy of the Type 1 font URW Grotesq 2031
+Bold, with supporting files for use with (La)TeX.")
+ (license license:gpl3+)))
+
(define-public texlive-grundgesetze
(package
(name "texlive-grundgesetze")
@@ -4656,6 +15550,50 @@ concept-script in the style of his @emph{Grundgesetze der Arithmetik} (Basic
Laws of Arithmetic).")
(license license:gpl2)))
+(define-public texlive-gsemthesis
+ (package
+ (name "texlive-gsemthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gsemthesis/"
+ "source/latex/gsemthesis/"
+ "tex/latex/gsemthesis/")
+ (base32
+ "0wwd6pddxb91gj6jr6zc0xy0sr0s0mbdjzyw856w9ds0lp0k6cl9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gsemthesis")
+ (synopsis "Geneva School of Economics and Management PhD thesis format")
+ (description
+ "The class provides a PhD thesis template for the @acronym{GSEM,
+Geneva School of Economics and Management}, University of Geneva, Switzerland.
+The class provides utilities to easily set up the cover page, the front matter
+pages, the page headers, etc., conformant to the official guidelines of the
+GSEM Faculty for writing PhD dissertations.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-gtrcrd
+ (package
+ (name "texlive-gtrcrd")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gtrcrd/" "tex/latex/gtrcrd/")
+ (base32
+ "0ndnzkm84ynn3wcnfg6j6fcl87wmd3g9w5d17g1z6qp340asrkp9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gtrcrd")
+ (synopsis "Add chords to lyrics")
+ (description
+ "The package provides the means to specify guitar chords to be played
+with each part of the lyrics of a song. The syntax of the macros reduces the
+chance of failing to provide a chord where one is needed, and the structure of
+the macros ensures that the chord specification appears immediately above the
+start of the lyric.")
+ (license license:lppl1.3+)))
+
(define-public texlive-gu
(package
(name "texlive-gu")
@@ -4677,6 +15615,30 @@ Afterwards all necessary dimensions are calculated and the scheme is drawn.
Currently two steps of symmetry reduction are supported.")
(license license:lppl)))
+(define-public texlive-gudea
+ (package
+ (name "texlive-gudea")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gudea/"
+ "fonts/enc/dvips/gudea/"
+ "fonts/map/dvips/gudea/"
+ "fonts/tfm/public/gudea/"
+ "fonts/type1/public/gudea/"
+ "fonts/vf/public/gudea/"
+ "tex/latex/gudea/")
+ (base32
+ "0kj53idgxyqwishg0vibhhrj443016z61c0jl7rx91a508vbwbn2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gudea")
+ (synopsis "Gudea font face with support for LaTeX and pdfLaTeX")
+ (description
+ "This package provides the Gudea family of fonts designed by Agustina
+Mingote, with support for LaTeX and pdfLaTeX.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-guide-to-latex
(package
(name "texlive-guide-to-latex")
@@ -4696,6 +15658,96 @@ Currently two steps of symmetry reduction are supported.")
processed files, as well as solutions to the exercices.")
(license license:lppl1.3c+)))
+(define-public texlive-guitar
+ (package
+ (name "texlive-guitar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/guitar/" "source/latex/guitar/"
+ "tex/latex/guitar/")
+ (base32
+ "0rywmlz59mjm59n4607qk9fa62w1c9qv9iyyja8k9vb4pc9yijrc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/guitar")
+ (synopsis "Guitar chords and song texts")
+ (description
+ "This package provides (La)TeX macros for typesetting guitar chords over
+song texts. Note that this package only places arbitrary TeX code over the
+lyrics. To typeset the chords graphically (and not only by name), the author
+recommends use of an additional package such as @code{gchords}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-guitarchordschemes
+ (package
+ (name "texlive-guitarchordschemes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/guitarchordschemes/"
+ "tex/latex/guitarchordschemes/")
+ (base32
+ "189xx0y549ss4ip8x2f1rpcqyad5njrni785sxmy2cghqbdcgzzn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/guitarchordschemes")
+ (synopsis "Guitar chord and scale tablatures")
+ (description
+ "This package provides two commands (@code{\\chordscheme} and
+@code{\\scales}). With those commands it is possible to draw schematic
+diagrams of guitar chord tablatures and scale tablatures. Both commands know
+a range of options that allow wide customization of the output.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-guitartabs
+ (package
+ (name "texlive-guitartabs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/guitartabs/"
+ "tex/latex/guitartabs/")
+ (base32
+ "1hk5yl7za7mm6cpg9g4z5wnq4m2nwm41sq8w7m8ic38sr85n67zz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/guitartabs")
+ (synopsis "Class for drawing guitar tablatures easily")
+ (description
+ "This package provides is a simple LaTeX2e class that allows guitarists
+to create basic guitar tablatures using LaTeX.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-guitlogo
+ (package
+ (name "texlive-guitlogo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/guitlogo/"
+ "source/latex/guitlogo/"
+ "tex/latex/guitlogo/")
+ (base32
+ "0fwp3w5b51qs9jr9xq0hl0hsqbx7dkj7qgwjpay88sflycv3qpba")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/guitlogo")
+ (synopsis "Macros for typesetting the GuIT logo")
+ (description
+ "This package provides some commands useful to correctly write the logo
+of @emph{Gruppo Utilizzatori Italiani di TeX} (Italian TeX User Group), using
+the default document color or any other color the user may ever choose, in
+conformity with the logo's scheme as seen on the group's website
+@url{https://www.guitex.org}. Likewise, commands are provided that simplify
+the writing of the GuIT acronym's complete expansion, of the addresses of the
+group's internet site and public forum, and the meeting GuITmeeting and the
+magazine @emph{Ars TeXnica}'s logo. Optionally, using @code{hyperref}, the
+outputs of the above cited commands can become hyperlinks to the group's
+website @url{https://www.guitex.org}. The Documentation is available in
+Italian only.")
+ (license license:lppl1.3a)))
+
(define-public texlive-gustlib
(package
(name "texlive-gustlib")
@@ -4737,6 +15789,160 @@ programs are provided as sources, not installed in the @file{bin}
directories.")
(license license:public-domain)))
+(define-public texlive-gzt
+ (package
+ (name "texlive-gzt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gzt/" "source/latex/gzt/"
+ "tex/latex/gzt/")
+ (base32
+ "0gyiy9vzr760mkvaabd3aj3rgz60b9dhc7m5a2rnhzz5sz4a2yv3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gzt")
+ (synopsis "Bundle of classes for @emph{La Gazette des Mathematiciens}")
+ (description
+ "This bundle provides two classes and BibLaTeX styles for the French
+journal @emph{La Gazette des Mathematiciens}: @code{gzt} for the complete
+issues of the journal, aimed at the Gazette's team, @code{gztarticle},
+intended for authors who wish to publish an article in the Gazette. This
+class's goals are to faithfully reproduce the layout of the Gazette, thus
+enabling the authors to be able to work their document in actual conditions,
+and provide a number of tools (commands and environments) to facilitate the
+drafting of documents, in particular those containing mathematical formulas.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-h2020proposal
+ (package
+ (name "texlive-h2020proposal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/h2020proposal/"
+ "tex/latex/h2020proposal/")
+ (base32
+ "0fq43vpq3ixj6fc99fbmj129487xxzcmz22gisqmn469bam5qxj5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/h2020proposal")
+ (synopsis "LaTeX class and template for EU H2020 RIA proposal")
+ (description
+ "This package consists of a class file as well as FET and ICT proposal
+templates for writing EU H2020 RIA proposals and generating automatically the
+many cross-referenced tables that are required.")
+ (license license:gpl3)))
+
+(define-public texlive-hacm
+ (package
+ (name "texlive-hacm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/hacm/"
+ "fonts/map/dvips/hacm/"
+ "fonts/tfm/public/hacm/"
+ "fonts/type1/public/hacm/"
+ "fonts/vf/public/hacm/"
+ "tex/latex/hacm/")
+ (base32
+ "19n0mlb96ix4vlqaw95fgwah7mbn80l6jm1dim8sigagmhh3bimd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hacm")
+ (synopsis "Font support for the Arka language")
+ (description
+ "The package supports typesetting @emph{hacm}, the alphabet of the
+constructed language Arka. The bundle provides nine official fonts, in Adobe
+Type 1 format.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-hagenberg-thesis
+ (package
+ (name "texlive-hagenberg-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hagenberg-thesis/"
+ "tex/latex/hagenberg-thesis/")
+ (base32
+ "0dp2mrf4smpllrgszi0cx5w42lm144qs3jvr44h6k98ibsfxdv9h")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hagenberg-thesis")
+ (synopsis
+ "LaTeX classes, style files and example documents for academic
+manuscripts")
+ (description
+ "This package provides a collection of modern LaTeX classes, style files
+and example documents for authoring Bachelor, master or diploma theses and
+related academic manuscripts in English and German. It includes comprehensive
+tutorials (in English and German) with detailed instructions and authoring
+guidelines.")
+ (license license:cc-by4.0)))
+
+(define-public texlive-hamnosys
+ (package
+ (name "texlive-hamnosys")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/hamnosys/"
+ "fonts/truetype/public/hamnosys/"
+ "source/fonts/hamnosys/"
+ "tex/latex/hamnosys/")
+ (base32
+ "1iilp1npy23azk7gjb3m6g9p9f853lbpn9cvply90g2s9jdw0bd9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hamnosys")
+ (synopsis "Font for sign languages")
+ (description
+ "The Hamburg Notation System, HamNoSys for short, is a system for the
+phonetic transcription of signed languages. This package makes HamNoSys
+available in XeLaTeX and LuaLaTeX. The package provides a Unicode font for
+rendering HamNoSys symbols as well as three methods for entering them.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-hands
+ (package
+ (name "texlive-hands")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/source/public/hands/"
+ "fonts/tfm/public/hands/")
+ (base32
+ "0x0vdn7hq6k7wr7yxn8pnkvjhjq3mfl781ijrs2mpvjqygqffzag")))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/hands")
+ (synopsis "Pointing hand font")
+ (description
+ "This package provides right- and left-pointing hands in both
+black-on-white and white-on-black realisation. The font is distributed as
+Metafont source.")
+ (license license:public-domain)))
+
+(define-public texlive-hanoi
+ (package
+ (name "texlive-hanoi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/plain/hanoi/")
+ (base32
+ "09a7cv76naxzdach5507wdqnjp12amvlia7kw0jh224ydmkzfx9x")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hanoi")
+ (synopsis "Tower of Hanoi in TeX")
+ (description
+ "The Plain TeX program (typed in the shape of the towers of Hanoi) serves
+both as a game and as a TeX programming exercise. As a game, it will solve
+the towers with (up to) 15 discs.")
+ (license license:public-domain)))
+
(define-public texlive-happy4th
(package
(name "texlive-happy4th")
@@ -4755,6 +15961,167 @@ directories.")
through it.")
(license license:public-domain)))
+(define-public texlive-har2nat
+ (package
+ (name "texlive-har2nat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/har2nat/" "tex/latex/har2nat/")
+ (base32
+ "13akhwjx48lkch46pk2syzizham3rk81ihrzbwxsvapa1fw74dzg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/har2nat")
+ (synopsis "Replace the @code{harvard} package with @code{natbib}")
+ (description
+ "This small package allows a LaTeX document containing the citation
+commands provided by the @code{harvard} package to be compiled using the
+@code{natbib} package.")
+ (license license:lppl)))
+
+(define-public texlive-harmony
+ (package
+ (name "texlive-harmony")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/harmony/" "tex/latex/harmony/")
+ (base32
+ "0ky4aiv3zvykfwalf1md4lzjbr9pc14i93xsxdwl25jcsi2kvjk7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/harmony")
+ (synopsis "Typeset harmony symbols, etc., for musicology")
+ (description
+ "The package @file{harmony.sty} helps typesetting harmony symbols for
+musicology.")
+ (license license:lppl)))
+
+(define-public texlive-hanzibox
+ (package
+ (name "texlive-hanzibox")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/hanzibox/"
+ "source/xelatex/hanzibox/"
+ "tex/xelatex/hanzibox/")
+ (base32
+ "1bgbybzz5h79i2l3mbjxm11x9nsxm366c6d2mha9j5qabjghakya")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-ctex))
+ (home-page "https://ctan.org/pkg/hanzibox")
+ (synopsis
+ "Boxed Chinese characters with Pinyin above and translation below")
+ (description
+ "This is a LaTeX package written to simplify the input of Chinese with
+Hanyu Pinyin and translation. Hanyu Pinyin is placed above Chinese with the
+@code{xpinyin} package, and the translation is placed below. The package can
+be used as a utility for learning to write and pronounce Chinese characters,
+for Chinese character learning plans, presentations, exercise booklets and
+other documentation work.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-harvard
+ (package
+ (name "texlive-harvard")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/harvard/" "bibtex/bst/harvard/"
+ "doc/latex/harvard/" "source/latex/harvard/"
+ "tex/latex/harvard/")
+ (base32
+ "1qcw1rrvcgcz26pwcmsfd7gs4bzlq1n4zws92xqsr5fi95pr8q7k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/harvard")
+ (synopsis "Harvard citation package for use with LaTeX")
+ (description
+ "This is a re-implementation, for LaTeX, of the original Harvard package.
+The bundle contains the LaTeX package, several BibTeX styles, and a Perl
+package for use with LaTeX2HTML.
+
+Harvard is an author-year citation style (all but the first author are
+suppressed in second and subsequent citations of the same entry); the package
+defines several variant styles: @file{apsr.bst} for the @emph{American
+Political Science Review}; @file{agsm.bst} for Australian government
+publications; @file{dcu.bst} from the Design Computing Unit of the University
+of Sydney; @file{kluwer.bst}, which aims at the format preferred in Kluwer
+publications; @file{nederlands.bst} which deals with sorting Dutch names with
+prefixes (such as van) according to Dutch rules, together with several styles
+whose authors offer no description of their behaviour.")
+ (license license:lppl)))
+
+(define-public texlive-harvmac
+ (package
+ (name "texlive-harvmac")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/harvmac/" "tex/plain/harvmac/")
+ (base32
+ "0bxa9vvkg79xk3nakdc5an2py6gwbv9ml66xmz1hp1llbg3562vf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/harvmac")
+ (synopsis "Macros for scientific articles")
+ (description "This package provides macros for scientific articles.")
+ (license license:cc-by3.0)))
+
+(define-public texlive-havannah
+ (package
+ (name "texlive-havannah")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/havannah/"
+ "source/latex/havannah/"
+ "tex/latex/havannah/")
+ (base32
+ "0kw71rr5jhn0gx89jynwxxgd6ddzpmr0wb5qnsh0drljmacq49ai")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/havannah")
+ (synopsis "Diagrams of board positions in the games of Havannah and Hex")
+ (description
+ "This package defines macros for typesetting diagrams of board positions
+in the games of Havannah and Hex.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-hecthese
+ (package
+ (name "texlive-hecthese")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hecthese/"
+ "source/latex/hecthese/"
+ "tex/latex/hecthese/")
+ (base32
+ "023yqg7g612c5jdla70m0afpk0249k07sbg3xba5l77pkjw6851c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hecthese")
+ (synopsis "Class for dissertations and theses at HEC Montreal")
+ (description
+ "This package provides the @code{hecthese} class, a class based on
+@code{memoir} and compatible with LaTeX. Using this class, postgraduate
+students at HEC Montreal will be able to write their dissertation or thesis
+while complying with all the presentation standards required by the
+University. This class is meant to be as flexible as possible; in particular,
+there are very few hard-coded features except those that take care of the
+document's layout.
+
+Dissertations and theses at HEC Montreal can be written on a per-chapter or
+per-article basis. Documents that are written on a per-article basis require
+a bibliography for each of the included articles and a general bibliography
+for the entire document. The @code{hecthese} class takes care of these
+requirements.")
+ (license license:lppl1.3c)))
+
(define-public texlive-helmholtz-ellis-ji-notation
(package
(name "texlive-helmholtz-ellis-ji-notation")
@@ -4805,6 +16172,96 @@ packages, and a selection of others that are useful in High Energy Physics
papers, etc.")
(license license:lppl)))
+(define-public texlive-hep-bibliography
+ (package
+ (name "texlive-hep-bibliography")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hep-bibliography/"
+ "source/latex/hep-bibliography/"
+ "tex/latex/hep-bibliography/")
+ (base32
+ "02jf5c920bq42g0z1gnapg1lv20ih2issim5yzf98rvjwh8c0ji9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hep-bibliography")
+ (synopsis "Acronym extension for glossaries")
+ (description
+ "The @code{hep-bibliography} package extends the BibLaTeX package with
+some functionality mostly useful for high energy physics. In particular it
+makes full use of all BibTeX fields provided by Discover High-Energy
+Physics.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-hep-font
+ (package
+ (name "texlive-hep-font")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/hep-font/"
+ "source/fonts/hep-font/"
+ "tex/latex/hep-font/")
+ (base32
+ "0wf39qf896abj0ypgz0655pm055ywch3jlpnxd8pgaip6igbs5g9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hep-font")
+ (synopsis "Latin modern extended by Computer Modern")
+ (description
+ "The @code{hep-font} package loads standard font packages and extends the
+usual Latin Modern implementations by replacing missing fonts with Computer
+Modern counterparts.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-hep-math-font
+ (package
+ (name "texlive-hep-math-font")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/hep-math-font/"
+ "source/fonts/hep-math-font/"
+ "tex/latex/hep-math-font/")
+ (base32
+ "07lb2sxzdff9arpfksz186dvpgr6slfz637xinhf95npbylpyww3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hep-math-font")
+ (synopsis "Extended Greek and sans-serif math")
+ (description
+ "The @code{hep-math-font} package adjust the math fonts to be sans-serif
+if the document is sans-serif. Additionally Greek letters are redefined to be
+always italic and upright in math and text mode respectively. Some math font
+macros are adjusted to give more consistently the naively expected results.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-hep-paper
+ (package
+ (name "texlive-hep-paper")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hep-paper/"
+ "source/latex/hep-paper/"
+ "tex/latex/hep-paper/")
+ (base32
+ "05dx8vsyr8ylvfqs3s9krjrqml8qivwlwhga4ghbnd3nkkqkx95a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hep-paper")
+ (synopsis "Publications in @emph{High Energy Physics}")
+ (description
+ "This package aims to provide a single style file containing most
+configurations and macros necessary to write appealing publications in
+@emph{High Energy Physics}. Instead of reinventing the wheel by introducing
+newly created macros, hep-paper preferably loads third party packages as long
+as they are light-weight enough. For usual publications it suffices to load
+the @code{hep-paper} package, without optional arguments, in addition to the
+@code{article} class.")
+ (license license:lppl1.3c)))
+
(define-public texlive-hep-reference
(package
(name "texlive-hep-reference")
@@ -4934,6 +16391,423 @@ adds a collection of useful @acronym{HEP, High Energy Physics} units to the
existing SIunits set.")
(license license:lppl)))
+(define-public texlive-heros-otf
+ (package
+ (name "texlive-heros-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/heros-otf/"
+ "tex/latex/heros-otf/")
+ (base32
+ "17ac8a8r5hvf76lifap070c4746jdhva9arcn1s0bqrs6kydfm56")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/heros-otf")
+ (synopsis "Using the OpenType fonts TeX Gyre Heros")
+ (description
+ "This package can only be used with LuaLaTeX or XeLaTeX. It does the
+font setting for the OpenType font TeX Gyre Heros. The condensed versions of
+the fonts are also supported. The missing typefaces for slanted text are
+defined.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-heuristica
+ (package
+ (name "texlive-heuristica")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/heuristica/"
+ "fonts/enc/dvips/heuristica/"
+ "fonts/map/dvips/heuristica/"
+ "fonts/opentype/public/heuristica/"
+ "fonts/tfm/public/heuristica/"
+ "fonts/type1/public/heuristica/"
+ "fonts/vf/public/heuristica/"
+ "tex/latex/heuristica/")
+ (base32
+ "0jl7mrhbm5z8dncin65qlpdrmkix5cff8h307h4gg5bzcjgsbb4a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/heuristica")
+ (synopsis "Fonts extending Utopia, with LaTeX support files")
+ (description
+ "The fonts extend the Utopia set with Cyrillic glyphs, additional figure
+styles, ligatures and Small Caps in Regular style only. Macro support, and
+maths fonts that match the Utopia family, are provided by the Fourier and the
+Mathdesign font packages.")
+ (license license:silofl1.1)))
+
+(define-public texlive-hexboard
+ (package
+ (name "texlive-hexboard")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hexboard/"
+ "source/latex/hexboard/"
+ "tex/latex/hexboard/")
+ (base32
+ "04z0qhajbjn55mqax4kaw53h7s6g84iy1yh0pfhzj3ib7gd4cpw4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hexboard")
+ (synopsis "For drawing Hex boards and games")
+ (description
+ "@code{hexboard} is a package for LaTeX that should also work with LuaTeX
+and XeTeX, that provides functionality for drawing Hex boards and games.")
+ (license license:cc-by-sa4.0)))
+
+(define-public texlive-hexgame
+ (package
+ (name "texlive-hexgame")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hexgame/" "tex/latex/hexgame/")
+ (base32
+ "1qr9v7225k6xzykw3rdsxf2sa3b5asvmd767i88jwimmacwi2cp1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hexgame")
+ (synopsis "Provide an environment to draw a hexgame-board")
+ (description
+ "Hex is a mathematical game invented by the Danish mathematician Piet
+Hein and independently by the mathematician John Nash. This package defines
+an environment that enables the user to draw such a game in a trivial way.")
+ (license license:lppl)))
+
+(define-public texlive-hfbright
+ (package
+ (name "texlive-hfbright")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/hfbright/"
+ "fonts/afm/public/hfbright/"
+ "fonts/enc/dvips/hfbright/"
+ "fonts/map/dvips/hfbright/"
+ "fonts/type1/public/hfbright/")
+ (base32
+ "1aw4h2law9q7sn2ppf3pxdazsk9kypss3chvca3741w8bzhxq5qr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hfbright")
+ (synopsis "@code{hfbright} fonts")
+ (description
+ "These are Adobe Type 1 versions of the OT1-encoded and maths parts of
+the Computer Modern Bright fonts.")
+ (license license:lppl)))
+
+(define-public texlive-hfoldsty
+ (package
+ (name "texlive-hfoldsty")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/hfoldsty/"
+ "fonts/tfm/public/hfoldsty/"
+ "fonts/vf/public/hfoldsty/"
+ "source/fonts/hfoldsty/"
+ "tex/latex/hfoldsty/")
+ (base32
+ "0skzw845i1b3lq76m4an4mpkm2w82hlpirnx4pckz3138nr1rlpf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hfoldsty")
+ (synopsis "Old style numerals with EC fonts")
+ (description
+ "The @code{hfoldsty} package provides virtual fonts for using old-style
+figures with the European Computer Modern fonts. It does a similar job as the
+@code{eco} package but includes a couple of improvements, i.e., better kerning
+with guillemets, and support for character protruding using the
+@code{pdfcprot} package.")
+ (license license:gpl3+)))
+
+(define-public texlive-hfutexam
+ (package
+ (name "texlive-hfutexam")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hfutexam/" "tex/latex/hfutexam/")
+ (base32
+ "0r2048lpvj213m3a90sw93gcfdjja3w3vkrq3z171ravpl8l0bsm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hfutexam")
+ (synopsis "Exam class for Hefei University of Technology, China")
+ (description
+ "This package provides an exam class for Hefei University of
+Technology (China).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-hfutthesis
+ (package
+ (name "texlive-hfutthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/hfutthesis/"
+ "tex/xelatex/hfutthesis/")
+ (base32
+ "1i7ljf5521f9dynrcnim0m4jzz2qkvpsb4pjvxbj5c7pr85gc34r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hfutthesis")
+ (synopsis "LaTeX thesis template for Hefei University of Technology")
+ (description
+ "This project is based on the HFUT_Thesis LaTeX template of Hefei
+University of Technology compiled on the basis of @code{ustctug} and
+@code{ustcthesis}, in accordance with the latest version of @emph{Hefei
+University of Technology Graduate Dissertation Writing Specifications} and
+@emph{Hefei University of Technology Undergraduate Graduation Project (Thesis)
+Work Implementation Rules}.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-hithesis
+ (package
+ (name "texlive-hithesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/hithesis/"
+ "doc/xelatex/hithesis/"
+ "makeindex/hithesis/"
+ "source/xelatex/hithesis/"
+ "tex/xelatex/hithesis/")
+ (base32
+ "0w701f0ivf7k8jb2jiy5lhns4qiflyrslyiplm6aca67g2rcqgwn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ ;; "hithesis.ins" writes files to "./figures" Create these
+ ;; directories first to prevent an error.
+ (add-before 'build 'prepare-build
+ (lambda _
+ (mkdir-p "build/figures"))))))
+ (home-page "https://ctan.org/pkg/hithesis")
+ (synopsis "Harbin Institute of Technology thesis template")
+ (description
+ "@code{hithesis} is a LaTeX thesis template package for Harbin Institute
+of Technology supporting bachelor, master, doctor dissertations.")
+ (license license:lppl1.3a)))
+
+(define-public texlive-hindmadurai
+ (package
+ (name "texlive-hindmadurai")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/hindmadurai/"
+ "fonts/enc/dvips/hindmadurai/"
+ "fonts/map/dvips/hindmadurai/"
+ "fonts/opentype/public/hindmadurai/"
+ "fonts/tfm/public/hindmadurai/"
+ "fonts/type1/public/hindmadurai/"
+ "fonts/vf/public/hindmadurai/"
+ "tex/latex/hindmadurai/")
+ (base32
+ "15bf8hka7f04l7zpkaav1azbailjv21w15iidbaxx9n2d4plf2kk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hindmadurai")
+ (synopsis "HindMadurai font face with support for LaTeX and pdfLaTeX")
+ (description
+ "This package provides the HindMadurai family of fonts designed by the
+Indian Type Foundry, with support for LaTeX and pdfLaTeX.")
+ (license (list license:silofl1.1 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")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/hitex/base/"
+ "doc/man/man1/hishrink.1"
+ "doc/man/man1/hishrink.man1.pdf"
+ "doc/man/man1/histretch.1"
+ "doc/man/man1/histretch.man1.pdf"
+ "doc/man/man1/hitex.1"
+ "doc/man/man1/hitex.man1.pdf"
+ "makeindex/hitex/"
+ "tex/hitex/base/")
+ (base32
+ "19q0sd0mhsamns9i7gr85n2n0jjc6p2n2xcc7s9b65hz8zp0bdbk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:create-formats #~(list "hilatex" "hitex")))
+ (propagated-inputs
+ (list texlive-atbegshi
+ texlive-atveryend
+ texlive-babel
+ texlive-cm
+ texlive-etex
+ texlive-everyshi
+ texlive-firstaid
+ texlive-hyphen-base
+ texlive-knuth-lib
+ texlive-l3backend
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-latex
+ texlive-latex-fonts
+ texlive-plain
+ texlive-tex-ini-files
+ texlive-unicode-data))
+ (home-page "https://ctan.org/pkg/hitex")
+ (synopsis "TeX extension writing HINT output for on-screen reading")
+ (description
+ "This package provides a TeX extension that generates HINT output. The
+HINT file format is an alternative to the DVI and PDF formats which was
+designed specifically for on-screen reading of documents. Especially on
+mobile devices, reading DVI or PDF documents can be cumbersome. Mobile
+devices are available in a large variety of sizes but typically are not large
+enough to display documents formated for a4/letter-size paper. To compensate
+for the limitations of a small screen, users are used to alternating between
+landscape (few long lines) and portrait (more short lines) mode. The HINT
+format supports variable and varying screen sizes, leveraging the ability of
+TeX to format a document for nearly-arbitrary values of @code{\\hsize} and
+@code{\\vsize}.")
+ (license license:x11)))
+
+(define-public texlive-hitszbeamer
+ (package
+ (name "texlive-hitszbeamer")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/hitszbeamer/"
+ "doc/latex/hitszbeamer/"
+ "source/latex/hitszbeamer/"
+ "tex/latex/hitszbeamer/")
+ (base32
+ "00c23sdhkvr79lzag8v1j5hyzf5iwmkr07xnz0s0n3haicbfzz44")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hitszbeamer")
+ (synopsis "Beamer theme for Harbin Institute of Technology, ShenZhen")
+ (description
+ ;; XXX: Cannot use @acronym and @comma here, because Guile Texinfo does
+ ;; not support this combination.
+ "This is a Beamer theme designed for HITSZ (Harbin Institute of
+Technology, ShenZhen).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-hitszthesis
+ (package
+ (name "texlive-hitszthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/hitszthesis/"
+ "doc/latex/hitszthesis/"
+ "makeindex/hitszthesis/"
+ "source/latex/hitszthesis/"
+ "tex/latex/hitszthesis/")
+ (base32
+ "0m1wr3iq1nzcymvnamgna0iiqb3ndllflgawzjjv85aay9jszra0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hitszthesis")
+ (synopsis
+ "Dissertation template for Harbin Institute of Technology, ShenZhen")
+ (description
+ ;; XXX: Cannot use @acronym and @comma here, because Guile Texinfo does
+ ;; not support this combination.
+ "This package provides a dissertation template for HITSZ (Harbin
+Institute of Technology, ShenZhen), including bachelor, master and doctor
+dissertations.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-hmtrump
+ (package
+ (name "texlive-hmtrump")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/hmtrump/"
+ "fonts/truetype/public/hmtrump/"
+ "tex/lualatex/hmtrump/")
+ (base32
+ "03r1f784ipr2j38y2xy8agl94xwcmyv4pxd0l42iclmx08rczb9q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hmtrump")
+ (synopsis "Describe card games")
+ (description
+ "This package provides a font with LuaLaTeX support for describing
+card games.")
+ (license
+ (list (license:fsf-free
+ "doc/lualatex/hmtrump/nkd04_playing_cards_index/LICENSE")
+ license:cc-by-sa4.0))))
+
+(define-public texlive-hobete
+ (package
+ (name "texlive-hobete")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hobete/" "tex/latex/hobete/")
+ (base32
+ "1gccpxh3bfj4sbnag8rjrz8hyrx3107mwxpydl0bcdn8dxyjkfi2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hobete")
+ (synopsis "Unofficial Beamer theme for the University of Hohenheim")
+ (description
+ "The package provides a Beamer theme which features the Ci colors of the
+University of Hohenheim. Please note that this is not an official theme, and
+that there will be no support for it from the University.")
+ (license license:lppl)))
+
+(define-public texlive-horoscop
+ (package
+ (name "texlive-horoscop")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/horoscop/"
+ "source/latex/horoscop/"
+ "tex/latex/horoscop/")
+ (base32
+ "08acv1sg37qzq3h14kxv62xhrzrv4psgpychshj3gmzvp4vz0jsn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/horoscop")
+ (synopsis "Generate astrological charts in LaTeX")
+ (description
+ "The @code{horoscop} package provides a unified interface for
+astrological font packages; typesetting with @code{pict2e} of standard wheel
+charts and some variations, in PostScript- and PDF-generating TeX engines; and
+access to external calculation software (Astrolog and Swiss Ephemeris) for
+computing object positions.")
+ (license license:public-domain)))
+
(define-public texlive-hrlatex
(package
(name "texlive-hrlatex")
@@ -4955,6 +16829,27 @@ the graduation thesis at the University of Zagreb) and sample thesis documents
are included.")
(license license:lppl)))
+(define-public texlive-hu-berlin-bundle
+ (package
+ (name "texlive-hu-berlin-bundle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/hu-berlin-bundle/"
+ "source/lualatex/hu-berlin-bundle/"
+ "tex/lualatex/hu-berlin-bundle/")
+ (base32
+ "05cwh97w954gz8dr56a2n06s312gg8r0zy9zxj6hv86z019wiq85")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hu-berlin-bundle")
+ (synopsis "LaTeX classes for the Humboldt-Universitat zu Berlin")
+ (description
+ "This package provides files according to the corporate design of the
+Humboldt-Universitat zu Berlin. This is not an official package by the
+university itself, and not officially approved by it.")
+ (license (list license:lppl1.3c license:gpl2 license:bsd-3))))
+
(define-public texlive-huaz
(package
(name "texlive-huaz")
@@ -4999,6 +16894,72 @@ meaning bloke.) With this package you can typeset 150 paragraphs of Lorum
ipse.")
(license license:lppl1.3+)))
+(define-public texlive-hustthesis
+ (package
+ (name "texlive-hustthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/hustthesis/"
+ "doc/latex/hustthesis/"
+ "source/latex/hustthesis/"
+ "tex/latex/hustthesis/")
+ (base32
+ "12sacpq43wjkr0j0ziszw37achyc7cf0z5kajqdfb5d7ksas0j2n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hustthesis")
+ (synopsis "Unofficial thesis template for Huazhong University")
+ (description
+ "The package provides an unofficial thesis template in LaTeX for Huazhong
+University of Science and Technology.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-hvarabic
+ (package
+ (name "texlive-hvarabic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hvarabic/" "tex/latex/hvarabic/")
+ (base32
+ "0kjx2x3fnpqw6hybw7ifdlqad4mmbacba290qwlhhggpjrxsvp39")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hvarabic")
+ (synopsis "Macros for RTL typesetting")
+ (description
+ "This package provides some macros for right-to-left typesetting. It
+uses by default the Arabic fonts Scheherazade and ALM fixed, the only
+monospaced Arabic font. The package only works with LuaLaTeX or XeLaTeX.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-ibarra
+ (package
+ (name "texlive-ibarra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ibarra/"
+ "fonts/enc/dvips/ibarra/"
+ "fonts/map/dvips/ibarra/"
+ "fonts/opentype/public/ibarra/"
+ "fonts/tfm/public/ibarra/"
+ "fonts/type1/public/ibarra/"
+ "fonts/vf/public/ibarra/"
+ "tex/latex/ibarra/")
+ (base32
+ "0gfvrb1dm2hw8j10l93xv0rrd7kar2009lycsvmw66m1a31c0yd9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ibarra")
+ (synopsis "LaTeX support for the Ibarra Real Nova family of fonts")
+ (description
+ "The Ibarra Real Nova is a revival of a typeface designed by Geronimo Gil
+for the publication of @emph{Don Quixote} for the Real Academia de la Lengua
+in 1780.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-ibrackets
(package
(name "texlive-ibrackets")
@@ -5020,6 +16981,114 @@ ipse.")
when using for open intervals.")
(license license:lppl1.3+)))
+(define-public texlive-icite
+ (package
+ (name "texlive-icite")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/icite/" "source/latex/icite/"
+ "tex/latex/icite/")
+ (base32
+ "0a3gqnjbyn33ld3j66pfrrsv502zdrsag0glhar82fbba21qlj9w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/icite")
+ (synopsis "Indices locorum citatorum")
+ (description
+ "The package is designed to produce from BibTeX or BibLaTeX
+bibliographical databases the different indices of authors and works cited
+which are called indices locorum citatorum. It relies on a specific
+@code{\\icite} command and can operate with either BibTeX or BibLaTeX.")
+ (license (list license:gpl3+ license:cc-by-sa4.0))))
+
+(define-public texlive-ietfbibs
+ (package
+ (name "texlive-ietfbibs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/bibtex/ietfbibs/")
+ (base32
+ "18ypa96z1gclq4amka28sv26pm7lycak68zf4b3sf1bx4ldnzmxq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ietfbibs")
+ (synopsis "Generate BibTeX entries for various IETF index files")
+ (description
+ "The package provides scripts to translate IETF index files to BibTeX
+files.")
+ (license license:expat)))
+
+(define-public texlive-ifsym
+ (package
+ (name "texlive-ifsym")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ifsym/"
+ "fonts/source/public/ifsym/"
+ "fonts/tfm/public/ifsym/" "tex/latex/ifsym/")
+ (base32
+ "07r16sgqc65wf8c8ijgmnmwq50yrlvjlmzbnk0czgnwqrbdz642g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/ifsym")
+ (synopsis "Collection of symbols")
+ (description
+ "This package provides a set of symbol fonts, written in Metafont, offering
+(respectively) clock-face symbols, geometrical symbols, weather symbols,
+mountaineering symbols, electronic circuit symbols and a set of miscellaneous
+symbols. A LaTeX package is provided, that allows the user to load only those
+symbols needed in a document.")
+ (license license:lppl1.0+)))
+
+(define-public texlive-ijqc
+ (package
+ (name "texlive-ijqc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/ijqc/" "doc/bibtex/ijqc/")
+ (base32
+ "18sqc8k21l15zlplpaimdcg8g75z3lrlc0qcb6wx838980gn961r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ijqc")
+ (synopsis "BibTeX style file for the @emph{Intl. J. Quantum Chem}")
+ (description
+ "@file{ijqc.bst} is a BibTeX style file to support publication in Wiley's
+@emph{International Journal of Quantum Chemistry}.")
+ (license license:lppl)))
+
+(define-public texlive-imfellenglish
+ (package
+ (name "texlive-imfellenglish")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/imfellenglish/"
+ "fonts/enc/dvips/imfellenglish/"
+ "fonts/map/dvips/imfellenglish/"
+ "fonts/opentype/iginomarini/imfellenglish/"
+ "fonts/tfm/iginomarini/imfellenglish/"
+ "fonts/type1/iginomarini/imfellenglish/"
+ "fonts/vf/iginomarini/imfellenglish/"
+ "tex/latex/imfellenglish/")
+ (base32
+ "0pw4nsw4pl1nf99j58sy37064712by6kqcb40xkrcl5d9czx45bh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/imfellenglish")
+ (synopsis "IM Fell English fonts with LaTeX support")
+ (description
+ "Igino Marini has implemented digital revivals of fonts bequeathed to
+Oxford University by Dr.@: John Fell, Bishop of Oxford and Dean of Christ
+Church in 1686. This package provides the English family, consisting of
+Roman, Italic and Small-Cap fonts.")
+ (license license:silofl1.1)))
+
(define-public texlive-impatient
(package
(name "texlive-impatient")
@@ -5037,6 +17106,24 @@ when using for open intervals.")
"@emph{TeX for the Impatient} is a book on TeX, Plain TeX and Eplain.")
(license license:fdl1.3+)))
+(define-public texlive-impatient-cn
+ (package
+ (name "texlive-impatient-cn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/impatient-cn/")
+ (base32
+ "1pc20pb0las3slam1d9hmqigipmr6r98wwif12m33mm750vmq65i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/impatient")
+ (synopsis "Chinese translation of @emph{TeX for the Impatient} book")
+ (description
+ "@emph{TeX for the Impatient} is a book (of around 350 pages) on TeX,
+Plain TeX and Eplain. This is its Chinese translation.")
+ (license license:fdl1.3+)))
+
(define-public texlive-impatient-fr
(package
(name "texlive-impatient-fr")
@@ -5075,6 +17162,25 @@ Plain TeX and Eplain. This is its French translation.")
French Imprimerie Nationale.")
(license license:lppl1.3+)))
+(define-public texlive-imsproc
+ (package
+ (name "texlive-imsproc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/imsproc/"
+ "tex/xelatex/imsproc/")
+ (base32
+ "1akzdc4nas4fkmlhm6xp97xw65vm5bif73jq2ki5if5kwssxc38z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/imsproc")
+ (synopsis "Typeset IMS conference proceedings")
+ (description
+ "The class typesets papers for IMS (Iranian Mathematical Society)
+conference proceedings. The class uses the XePersian package.")
+ (license license:lppl1.3+)))
+
(define-public texlive-includernw
(package
(name "texlive-includernw")
@@ -5095,6 +17201,99 @@ French Imprimerie Nationale.")
installed.")
(license license:lppl1.3c)))
+(define-public texlive-initials
+ (package
+ (name "texlive-initials")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/initials/"
+ "dvips/initials/"
+ "fonts/afm/public/initials/"
+ "fonts/map/dvips/initials/"
+ "fonts/tfm/public/initials/"
+ "fonts/type1/public/initials/"
+ "tex/latex/initials/")
+ (base32
+ "0hbvk2qjrhcx2l8nkca1s5lj65k5xd2v2fnk4zjxjpwdcwxf09zp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/initials")
+ (synopsis "Adobe Type 1 decorative initial fonts")
+ (description
+ "This package provides Adobe Type 1 decorative initial fonts. For each
+font, at least a @file{.pfb} and a @file{.tfm} file is provided, with an
+@file{.fd} file for use with LaTeX.")
+ (license license:lppl)))
+
+(define-public texlive-inlinebib
+ (package
+ (name "texlive-inlinebib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/inlinebib/"
+ "doc/bibtex/inlinebib/"
+ "tex/latex/inlinebib/")
+ (base32
+ "13kfygh2r8s038rnskxnj91h08k8xs6cln16vzsy1j59c82idvkb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/inlinebib")
+ (synopsis "Citations in footnotes")
+ (description
+ "This package provides a BibTeX style and a LaTeX package that allow for
+a full bibliography at the end of the document as well as citation details in
+footnotes.")
+ (license license:lppl)))
+
+(define-public texlive-install-latex-guide-zh-cn
+ (package
+ (name "texlive-install-latex-guide-zh-cn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/install-latex-guide-zh-cn/")
+ (base32
+ "1mb6d92c7llz5cpkir4d1wf0l2yvmskl0kxgch9r5zjmb67qflin")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/install-latex-guide-zh-cn")
+ (synopsis "Short introduction to LaTeX installation written in Chinese")
+ (description
+ "This package will introduce the operations related to installing TeX
+Live and mainly introducing command line operations, in Chinese.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-inter
+ (package
+ (name "texlive-inter")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/inter/"
+ "fonts/enc/dvips/inter/"
+ "fonts/map/dvips/inter/"
+ "fonts/opentype/public/inter/"
+ "fonts/tfm/public/inter/"
+ "fonts/type1/public/inter/"
+ "fonts/vf/public/inter/"
+ "tex/latex/inter/")
+ (base32
+ "1rvh2f066lkdbr8754r0a016k9imcjpia9wdi46x70d96wgcb5vm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/inter")
+ (synopsis "Inter font face with support for LaTeX, XeLaTeX, and LuaLaTeX")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Inter Sans family of fonts, designed by Rasmus Andersson. Inter is
+a typeface specially designed for user interfaces with focus on high
+legibility of small-to-medium sized text on computer screens. The family
+features a tall x-height to aid in readability of mixed-case and lower-case
+text.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-interval
(package
(name "texlive-interval")
@@ -5171,6 +17370,360 @@ Finally, an @emph{e} starts the exponent of the number. For example,
@samp{$21e6$} may be output as @samp{$26\\times10\\,^@{6@}$}.")
(license license:gpl3+)))
+(define-public texlive-iopart-num
+ (package
+ (name "texlive-iopart-num")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/iopart-num/"
+ "doc/bibtex/iopart-num/")
+ (base32
+ "1n30ncmg0djhpdfa9jl5mv188347xmqsv08vgf2v4ipx7czhjm7v")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/iopart-num")
+ (synopsis "Numeric citation style for IOP journals")
+ (description
+ "This package provides a BibTeX style providing numeric citation in
+Harvard-like format. Intended for use with Institute of Physics (IOP)
+journals, including @emph{Journal of Physics}.")
+ (license license:lppl)))
+
+(define-public texlive-ipaex
+ (package
+ (name "texlive-ipaex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ipaex/"
+ "fonts/truetype/public/ipaex/")
+ (base32
+ "0zpvpdpry4ckgbs79hy0gv8cc98x9c0cizzdqzg2qkx8clp8y1bn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ipaex")
+ (synopsis "IPA (Japanese) fonts")
+ (description
+ "The fonts provide fixed-width glyphs for Kana and Kanji characters,
+proportional width glyphs for Western characters.")
+ (license license:ipa)))
+
+(define-public texlive-ipaex-type1
+ (package
+ (name "texlive-ipaex-type1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ipaex-type1/"
+ "fonts/enc/dvips/ipaex-type1/"
+ "fonts/map/dvips/ipaex-type1/"
+ "fonts/tfm/public/ipaex-type1/"
+ "fonts/type1/public/ipaex-type1/"
+ "tex/latex/ipaex-type1/")
+ (base32
+ "123m8i8gvyq3cncn8s11qzk976ml89aqcyapx2zs6phg9h090bc8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ipaex-type1")
+ (synopsis "IPAex fonts converted to Type-1 format Unicode sub-fonts")
+ (description
+ "The package contains the IPAex Fonts converted into Unicode sub-fonts in
+Type 1 format, which is most suitable for use with the CJK package.")
+ (license license:ipa)))
+
+(define-public texlive-is-bst
+ (package
+ (name "texlive-is-bst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/is-bst/" "doc/bibtex/is-bst/")
+ (base32
+ "0bdkk1s5nfqy95h9ia08h4kpij4khj1y5z6byxgn7fsvcxncl1cb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/is-bst")
+ (synopsis "Extended versions of standard BibTeX styles")
+ (description
+ "The bundle contains an extended version (@file{xbtxbst.doc}) of the
+source of the standard BibTeX styles, together with corresponding versions of
+the standard styles. The styles offer support for CODEN, ISBN, ISSN, LCCN,
+and PRICE fields, extended PAGES fields, the PERIODICAL entry, and extended
+citation label suffixing.")
+ (license license:knuth)))
+
+(define-public texlive-icsv
+ (package
+ (name "texlive-icsv")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/icsv/" "source/latex/icsv/"
+ "tex/latex/icsv/")
+ (base32
+ "133rbbq86qkd749bd20wdnjqddpwydm27ndh5yp2waimgij3cm8d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/icsv")
+ (synopsis "Class for typesetting articles for the ICSV conference")
+ (description
+ "This is an ad-hoc class for typesetting articles for the ICSV
+conference.")
+ (license license:lppl)))
+
+(define-public texlive-ieeeconf
+ (package
+ (name "texlive-ieeeconf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ieeeconf/"
+ "source/latex/ieeeconf/"
+ "tex/latex/ieeeconf/")
+ (base32
+ "1f7v199mc1dw2fhp30qdkx48dyzk5mqmbqr91c1jm235isgs4fam")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ieeeconf")
+ (synopsis "Macros for IEEE conference proceedings")
+ (description
+ "The IEEEconf class implements the formatting dictated by the IEEE
+Computer Society Press for conference proceedings.")
+ (license license:lppl)))
+
+(define-public texlive-ieeepes
+ (package
+ (name "texlive-ieeepes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/ieeepes/" "doc/latex/ieeepes/"
+ "tex/latex/ieeepes/")
+ (base32
+ "12nvllxxswww9p9l1h3ygak3g4j8ngmypxcbbw2jwwa8kh43yiqi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ieeepes")
+ (synopsis "IEEE Power Engineering Society Transactions")
+ (description
+ "This package supports typesetting of transactions, as well as
+discussions and closures, for the IEEE Power Engineering Society Transactions
+journals.")
+ (license license:lppl)))
+
+(define-public texlive-ieeetran
+ (package
+ (name "texlive-ieeetran")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/ieeetran/"
+ "bibtex/bst/ieeetran/" "doc/latex/ieeetran/"
+ "tex/latex/ieeetran/")
+ (base32
+ "0j7vv8hp0ymzmclyrk23zmixcclhlm1g241y8dk3dl18zsj00f1c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ieeetran")
+ (synopsis "Document class for IEEE Transactions journals and conferences")
+ (description
+ "The class and its BibTeX style enable authors to produce
+officially-correct output for the @acronym{IEEE, Institute of Electrical and
+Electronics Engineers} transactions, journals and conferences.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ijmart
+ (package
+ (name "texlive-ijmart")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/ijmart/" "doc/latex/ijmart/"
+ "source/latex/ijmart/" "tex/latex/ijmart/")
+ (base32
+ "18fpf0na5y1nxz0c7r43f560dp4r8yawx8vj8356vdmw6d5r15h0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ijmart")
+ (synopsis "LaTeX Class for the @emph{Israel Journal of Mathematics}")
+ (description
+ "The @emph{Israel Journal of Mathematics} is published by The Hebrew
+University Magnes Press. This class provides LaTeX support for its authors
+and editors. It strives to achieve the distinct look and feel of the journal,
+while having the interface similar to that of the @code{amsart} document
+class. This will help authors already familiar with @code{amsart} to easily
+submit manuscripts for the @emph{Israel Journal of Mathematics} or to put the
+preprints in arXiv with minimal changes in the LaTeX source.")
+ (license license:lppl)))
+
+(define-public texlive-ijsra
+ (package
+ (name "texlive-ijsra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ijsra/" "tex/latex/ijsra/")
+ (base32
+ "0k6a92c6fhwafrw3m4fcj0dj29ip0zb28aiz861cx2mac92hyqgs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ijsra")
+ (synopsis
+ "LaTeX document class for the International Journal of Student Research
+in Archaeology")
+ (description
+ "This is a document class called ijsra which is used for the
+International Journal of Student Research in Archaeology.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-imac
+ (package
+ (name "texlive-imac")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/imac/" "doc/latex/imac/"
+ "tex/latex/imac/")
+ (base32
+ "06sc9irv318fc5zgngwrcdwx84pnhyhwh59jiq9sb8iayy1yxldh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/imac")
+ (synopsis "International Modal Analysis Conference format")
+ (description
+ "This package provides a set of files for producing correctly formatted
+documents for the International Modal Analysis Conference. The bundle
+provides a LaTeX package and a BibTeX style file.")
+ (license license:gpl3+)))
+
+(define-public texlive-imakeidx
+ (package
+ (name "texlive-imakeidx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/imakeidx/"
+ "source/latex/imakeidx/"
+ "tex/latex/imakeidx/")
+ (base32
+ "1s65kbzafx5q7519pbxjldb87flws0mgg76yxi7a5mgxrnkfy961")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/imakeidx")
+ (synopsis "Package for producing multiple indexes")
+ (description
+ "The package enables the user to produce and typeset one or more indexes
+simultaneously with a document. The package is known to work in LaTeX
+documents processed with pdfLaTeX, XeLaTeX and LuaLaTeX. If
+@command{makeindex} is used for processing the index entries, no particular
+setting up is needed. When using Xindy or other programs, it is necessary to
+enable shell escape; shell escape is also needed if @command{splitindex} is
+used.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-imtekda
+ (package
+ (name "texlive-imtekda")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/imtekda/" "source/latex/imtekda/"
+ "tex/latex/imtekda/")
+ (base32
+ "0pbv50c6g024dhyw8mpnnyafp18pvf0cqy7j1fvhrbqwf13bn37x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/imtekda")
+ (synopsis "IMTEK thesis class")
+ (description
+ "The class permits typesetting of diploma, bachelor's and master's theses
+for the @acronym{IMTEK, Institute of Microsystem Technology} at the University
+of Freiburg (Germany). The class is based on the KOMA-Script class
+@code{scrbook}.")
+ (license license:lppl)))
+
+(define-public texlive-inkpaper
+ (package
+ (name "texlive-inkpaper")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/inkpaper/" "tex/latex/inkpaper/")
+ (base32
+ "0yybzasv4708cw139k2dcqgi85lm6ard4ra9j78hrcdbnpnkqmw0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/inkpaper")
+ (synopsis "Mathematical paper template")
+ (description
+ "InkPaper is designed to write mathematical papers, especially designed
+for mathematics students, ZJGS students, and magazine editors.")
+ (license license:gpl3)))
+
+(define-public texlive-iodhbwm
+ (package
+ (name "texlive-iodhbwm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/iodhbwm/" "tex/latex/iodhbwm/")
+ (base32
+ "10zqg2cyz7vcnsbgqajwlilakjzr23nhn49sqy82555zkqi27gsa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/iodhbwm")
+ (synopsis "Unofficial template of the DHBW Mannheim")
+ (description
+ "This package provides an unofficial template of the DHBW Mannheim for
+the creation of bachelor thesis, studies or project work with LaTeX. The aim
+of the package is the quick creation of a basic framework without much
+effort.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-iscram
+ (package
+ (name "texlive-iscram")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/iscram/" "tex/latex/iscram/")
+ (base32
+ "13p0nr6cwkchykdllf0ii035yjq7hxczb1g7qc7l7jaywfszr5ph")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/iscram")
+ (synopsis "LaTeX class to publish article to ISCRAM conferences")
+ (description
+ "This is a LaTeX class to publish article to @acronym{ISCRAM,
+International Conference on Information Systems for Crisis Response and
+Management}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-isodate
+ (package
+ (name "texlive-isodate")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/isodate/" "source/latex/isodate/"
+ "tex/latex/isodate/")
+ (base32
+ "0bha4qpa1hi5i4npr00wz4qvzzc4yw4qydjjmm8n878p8cfygvga")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/isodate")
+ (synopsis "Tune the output format of dates according to language")
+ (description
+ "This package provides ten output formats of the commands @code{\\today},
+@code{\\printdate}, @code{\\printdateTeX}, and @code{\\daterange} (partly
+language dependent). The commands @code{\\printdate} and
+@code{\\printdateTeX} print any date. The command @code{\\daterange} prints
+a date range and leaves out unnecessary year or month entries. This package
+supports German (old and new rules), Austrian, US English, British English,
+French, Danish, Swedish, and Norwegian.")
+ (license license:lppl)))
+
(define-public texlive-isomath
(package
(name "texlive-isomath")
@@ -5215,6 +17768,161 @@ digit form. This package provides support for spelling out numbers in Italian
words, both in cardinal and in ordinal form.")
(license license:lppl)))
+(define-public texlive-jablantile
+ (package
+ (name "texlive-jablantile")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/jablantile/"
+ "fonts/source/public/jablantile/")
+ (base32
+ "14cxmph6hhzvb06jdqr6d428p1kg3mvbgw2nk133ggrr2k3wjppg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jablantile")
+ (synopsis "Metafont version of tiles in the style of Slavik Jablan")
+ (description
+ "This is a Metafont font to implement the modular tiles described by
+Slavik Jablan. ")
+ (license license:public-domain)))
+
+(define-public texlive-jacow
+ (package
+ (name "texlive-jacow")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jacow/" "tex/latex/jacow/")
+ (base32
+ "0wdmk9zl3916hgj3f16dlfvrxxlr7ffmjih2nipgfz376ryvnbgf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jacow")
+ (synopsis
+ "Class for submissions to the proceedings of conferences on JACoW.org")
+ (description
+ "The @code{jacow} class is used for submissions to the proceedings of
+conferences on @acronym{JACoW, Joint Accelerator Conferences Website}, an
+international collaboration that publishes the proceedings of accelerator
+conferences held around the world.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-jamtimes
+ (package
+ (name "texlive-jamtimes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jamtimes/"
+ "fonts/map/dvips/jamtimes/"
+ "fonts/tfm/public/jamtimes/"
+ "fonts/vf/public/jamtimes/"
+ "tex/latex/jamtimes/")
+ (base32
+ "03ww7w963hgsxazlrabg4f0h35rd8jbr9ga11lrhqf66b6zvpyv1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jamtimes")
+ (synopsis "Expanded Times Roman fonts")
+ (description
+ "The package offers LaTeX support for the expanded Times Roman font,
+which has been used for many years in the @emph{Journal d'Analyse
+Mathematique}. Mathematics support is based on the Belleek fonts.")
+ (license license:bsd-3)))
+
+(define-public texlive-jbact
+ (package
+ (name "texlive-jbact")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/jbact/")
+ (base32
+ "0z0x6jrxaayp3w441r1zwlqirvv23g0b8h9xgy6r3ppi71glzqvp")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jbact")
+ (synopsis "BibTeX style for biology journals")
+ (description
+ "The style is a development of @file{apalike.bst} in the BibTeX bundle.
+The style serves two journals --- if the user executes
+@samp{\\nocite@{TitlesOn@}}, the style serves for the @emph{Journal of
+Theoretical Biology}; otherwise it serves for the @emph{Journal of Molecular
+Biology}.")
+ (license license:knuth)))
+
+(define-public texlive-jeuxcartes
+ (package
+ (name "texlive-jeuxcartes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jeuxcartes/"
+ "tex/latex/jeuxcartes/")
+ (base32
+ "0imwfdwpap755id1k3cqk2p71nqsddc7g8kp3cc8376j4nc34c8a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jeuxcartes")
+ (synopsis "Macros to insert playing cards")
+ (description
+ "This package provides macros to insert playing cards, single, or
+hand, or random-hand, Poker or French Tarot or Uno, from PNG files.")
+ (license
+ (list license:cc-by-sa4.0
+ license:expat
+ license:lgpl2.1
+ license:lppl1.3c
+ license:public-domain))))
+
+(define-public texlive-jfmutil
+ (package
+ (name "texlive-jfmutil")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/jfmutil/" "scripts/jfmutil/")
+ (base32
+ "1c23wak28a1kwgsk6bw1ifa794zywmqzm7a6w5g883nmbfmsq388")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "jfmutil.pl")))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/jfmutil")
+ (synopsis "Utility to process pTeX-extended TFM and VF")
+ (description
+ "This program provides functionality to process data files (JFM and VF) that
+form logical fonts used in (u)pTeX. The functions currently available
+include:
+@itemize
+@item The mutual conversion between Japanese virtual fonts (pairs of VF and
+JFM) and files in the ZVP format, which is an original text format
+representing data in virtual fonts. This function can be seen as
+a counterpart to the @code{vftovp} and @code{vptovf} programs.
+@item The mutual conversion between VF files alone and files in the ZVP0
+format, which is a subset of the ZVP format.
+@end itemize")
+ (license license:expat)))
+
+(define-public texlive-jigsaw
+ (package
+ (name "texlive-jigsaw")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jigsaw/" "tex/latex/jigsaw/")
+ (base32
+ "0qpbsff6saxv2qp4fzyqrprxjy2434ylm11snyc3d59imdmksq0b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jigsaw")
+ (synopsis "Draw jigsaw pieces with TikZ")
+ (description
+ "This is a small LaTeX package to draw jigsaw pieces with TikZ. It is
+possible to draw individual pieces and adjust their shape, create tile
+patterns or automatically generate complete jigsaws.")
+ (license license:lppl1.3c)))
+
(define-public texlive-jkmath
(package
(name "texlive-jkmath")
@@ -5234,6 +17942,198 @@ macros for mathematical notation which make the code more readable or allow
flexibility in typesetting material.")
(license license:lppl)))
+(define-public texlive-jmb
+ (package
+ (name "texlive-jmb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/jmb/" "tex/latex/jmb/")
+ (base32
+ "1a5nz825jppq3pl1263w2sbm0a48kmmndppfpp7vi69n5j2248dy")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jmb")
+ (synopsis "BibTeX style for the @emph{Journal of Theoretical Biology}")
+ (description
+ "This BibTeX bibliography style is for the @emph{Journal of Molecular
+Biology} and @emph{Journal of Theoretical Biology}; the accompanying LaTeX
+package is a close relative of @code{apalike.sty} in the BibTeX distribution;
+it features author-date references.")
+ (license license:knuth)))
+
+(define-public texlive-jmlr
+ (package
+ (name "texlive-jmlr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jmlr/" "source/latex/jmlr/"
+ "tex/latex/jmlr/")
+ (base32
+ "125zcy1363xlay5ss411x1rl7nyidbh5aygvcr8q8j3qp4yqajrn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jmlr")
+ (synopsis "Class files for the @emph{Journal of Machine Learning Research}")
+ (description
+ "The @code{jmlr} bundle provides a class for authors (@code{jmlr}) and
+a class for production editors (@code{jmlrbook}) for the @emph{Journal of
+Machine Learning Research}. The @code{jmlrbook} class can be used to combine
+articles written using the @code{jmlr} class into a book.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-jneurosci
+ (package
+ (name "texlive-jneurosci")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/jneurosci/"
+ "doc/latex/jneurosci/"
+ "tex/latex/jneurosci/")
+ (base32
+ "1y010df0hxqsjb1q571z4s3vnz2q03l2n4lycg6z89b2yyvdplsv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jneurosci")
+ (synopsis "BibTeX style for the @emph{Journal of Neuroscience}")
+ (description
+ "This is a slightly modified version of the @code{namedplus} style, which
+fully conforms with the @emph{Journal of Neuroscience} citation style. It
+should be characterised as an author-date citation style; a BibTeX style and
+a LaTeX package are provided.")
+ (license license:lppl)))
+
+(define-public texlive-jnuexam
+ (package
+ (name "texlive-jnuexam")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jnuexam/" "tex/latex/jnuexam/")
+ (base32
+ "1l6r5cnr5wcxf6hn6ih87544845vcbcd4g3ah8wjl8vaina2j49w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jnuexam")
+ (synopsis "Exam class for Jinan University")
+ (description
+ "The package provides an exam class for Jinan University (China).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-josefin
+ (package
+ (name "texlive-josefin")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/josefin/"
+ "fonts/enc/dvips/josefin/"
+ "fonts/map/dvips/josefin/"
+ "fonts/tfm/public/josefin/"
+ "fonts/truetype/public/josefin/"
+ "fonts/type1/public/josefin/"
+ "fonts/vf/public/josefin/"
+ "tex/latex/josefin/")
+ (base32
+ "1ja91mkcpgvdycqxlfa1xfay427b3d7akq8pcdwvgakzgf9bkb1s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/josefin")
+ (synopsis "Josefin fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Josefin Sans family of fonts, designed by Santiago Orozco. Josefin Sans
+is available in seven weights, with corresponding italics.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-jourcl
+ (package
+ (name "texlive-jourcl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jourcl/" "tex/latex/jourcl/")
+ (base32
+ "1wbq0mjl6931267qiw0nrfqxa4blpddqyv27m3wggbpbrz9hvakb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jourcl")
+ (synopsis "Cover letter for journal submissions")
+ (description
+ "Paper submissions to journals are usually accompanied by a cover letter.
+This package provides a LaTeX class and a template for such a cover letter
+with the following main features:
+
+@itemize
+
+@item minimalistic design,
+
+@item custom image,
+
+@item pre-defined commands for journal name, author, date, etc.
+
+@item many macros contained in this package speed up the process of
+preparing the necessary ingredients for the cover letter;
+
+@item macros for recommending up to three reviewers and editors;
+
+@item ORCID logo and link to the submitting author's ORCID page;
+
+@item controls for adding a ``conflict of interest'' statement and declaration;
+
+@item custom greeting;
+
+@item predefined valedictions for different types of submissions.
+
+@end itemize")
+ (license license:cc-by-sa4.0)))
+
+(define-public texlive-jpsj
+ (package
+ (name "texlive-jpsj")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jpsj/" "tex/latex/jpsj/")
+ (base32
+ "0gvszj0igklm8b0p268j59ysfbahh03c6nbm6gpzkan3p4ijabdi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jpsj")
+ (synopsis
+ "Document class for @emph{Journal of the Physical Society of Japan}")
+ (description
+ "This package provides a document class for @emph{Journal of the Physical
+Society of Japan}.")
+ (license license:lppl)))
+
+(define-public texlive-junicode
+ (package
+ (name "texlive-junicode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/junicode/"
+ "fonts/enc/dvips/junicode/"
+ "fonts/map/dvips/junicode/"
+ "fonts/tfm/public/junicode/"
+ "fonts/truetype/public/junicode/"
+ "fonts/vf/public/junicode/"
+ "tex/latex/junicode/")
+ (base32
+ "0i19bycw48mygvjm6ysawghj7wgb7md7gsvnrbhhfprmabl47j49")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/junicode")
+ (synopsis "TrueType font for medievalists")
+ (description
+ "Junicode is a TrueType font with many OpenType features for
+antiquarians (especially medievalists) based on typefaces used by the Oxford
+Press in the late 17th and early 18th centuries. It works well with
+Xe(La)TeX.")
+ (license license:silofl1.1)))
+
(define-public texlive-jupynotex
(package
(name "texlive-jupynotex")
@@ -5256,6 +18156,141 @@ Notebook format to proper LaTeX so it gets included seamlessly, supporting
text, LaTeX, images, etc.")
(license license:asl2.0)))
+(define-public texlive-jura
+ (package
+ (name "texlive-jura")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jura/" "source/latex/jura/"
+ "tex/latex/jura/")
+ (base32
+ "1lxss00mymcxljzaqmwj9zpy9cpc71a0a4g6bqrzvgspj506jdp7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jura")
+ (synopsis "Document class for German legal texts")
+ (description
+ "This package implements the standard layout for German term papers in law
+(one-and-half linespacing, 7 cm margins, etc.). It includes @code{alphanum}
+that permits alphanumeric section numbering (e.g., @samp{A. Introduction};
+@samp{III. International Law}).")
+ (license license:gpl3+)))
+
+(define-public texlive-juraabbrev
+ (package
+ (name "texlive-juraabbrev")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/juraabbrev/"
+ "makeindex/juraabbrev/"
+ "source/latex/juraabbrev/"
+ "tex/latex/juraabbrev/")
+ (base32
+ "0xybpc9j3x0gvq8hs5hrbb6ivilmp8ayjp6bq8xd7gsy7awag5d7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/juraabbrev")
+ (synopsis "Abbreviations for typesetting (German) juridical documents")
+ (description
+ "This package should be helpful for people working on (German) law. It
+helps you to handle abbreviations and creates a list of those (pre-defined)
+abbreviations that have actually been used in the document.")
+ (license license:gpl3+)))
+
+(define-public texlive-jurabib
+ (package
+ (name "texlive-jurabib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/jurabib/" "bibtex/bst/jurabib/"
+ "doc/latex/jurabib/" "source/latex/jurabib/"
+ "tex/latex/jurabib/")
+ (base32
+ "1z8n654n0f97qayql0111smpydwmdf6i22bg55i6nh5al2jcsbbb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jurabib")
+ (synopsis
+ "Extended BibTeX citation support for the humanities and legal texts")
+ (description
+ "This package enables automated citation with BibTeX for legal studies
+and the humanities. In addition, the package provides commands for specifying
+editors in a commentary in a convenient way. Simplified formatting of the
+citation as well as the bibliography entry is also provided. It is possible
+to display the (short) title of a work only if an authors is cited with
+multiple works. Giving a full citation in the text, conforming to the
+bibliography entry, is supported. Several options are provided which might be
+of special interest for those outside legal studies--for instance, displaying
+multiple full citations. In addition, the format of last names and first
+names of authors may be changed easily. Cross references to other footnotes
+are possible. Language dependent handling of bibliography entries is possible
+by the special language field.")
+ (license license:gpl3+)))
+
+(define-public texlive-juramisc
+ (package
+ (name "texlive-juramisc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/juramisc/" "tex/latex/juramisc/")
+ (base32
+ "0ka6gmlb0vlg0317ihjnlklvaajj4rrbi7c2iisngz69fgjm26iy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/juramisc")
+ (synopsis "Typesetting German juridical documents")
+ (description
+ "This package provides a collection of classes for typesetting court
+sentences, legal opinions, books and dissertations for German lawyers.
+A @code{jurabook} class is also provided, which may not yet be complete.")
+ (license license:lppl)))
+
+(define-public texlive-jurarsp
+ (package
+ (name "texlive-jurarsp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/jurarsp/" "doc/latex/jurarsp/"
+ "source/latex/jurarsp/" "tex/latex/jurarsp/")
+ (base32
+ "03lwp5v6fmq2zhiwaf4qj52k44grzh119il4pdp2fvgl2q4a39sm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jurarsp")
+ (synopsis
+ "Citations of judgements and official documents in (German) juridical
+documents")
+ (description
+ "This package should be helpful for people working on (German) law.
+It (ab)uses BibTeX for citations of judgements and official documents. For
+this purpose, a special BibTeX-style is provided.")
+ (license license:gpl3+)))
+
+(define-public texlive-jwjournal
+ (package
+ (name "texlive-jwjournal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jwjournal/"
+ "tex/latex/jwjournal/")
+ (base32
+ "098mh60qf77x12f6mnlpsl80imx97673wx3vxcndfjdmpmr5k9gk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-einfart))
+ (home-page "https://ctan.org/pkg/jwjournal")
+ (synopsis "Personal class for writing journals")
+ (description
+ "This LaTeX document class enables the user to turn simple pure text
+entries into a colorful and nicely formatted journal.")
+ (license license:lppl1.3c)))
+
(define-public texlive-karnaugh
(package
(name "texlive-karnaugh")
@@ -5340,6 +18375,229 @@ document author needs. So it can be a useful guide for beginners as well as
a reference manual for advanced users.")
(license license:cc-by-sa4.0)))
+(define-public texlive-kdgdocs
+ (package
+ (name "texlive-kdgdocs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kdgdocs/" "source/latex/kdgdocs/"
+ "tex/latex/kdgdocs/")
+ (base32
+ "1yjd6y3h8m08zwhnd0bg3153xapxxqy2i23i30fcvv5mj5pnnql8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/kdgdocs")
+ (synopsis "Document classes for Karel de Grote University College")
+ (description
+ "The bundle provides two classes for usage by @acronym{KdG, Karel de
+Grote} University College professors and master students: @code{kdgcoursetext}
+for writing course texts, and @code{kdgmasterthesis} for writing master's
+theses.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-kdpcover
+ (package
+ (name "texlive-kdpcover")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kdpcover/"
+ "source/latex/kdpcover/"
+ "tex/latex/kdpcover/")
+ (base32
+ "116pzg0bdrj78vs2sq196jcwnv16b734kqnhfcg3fka4mf6jk2d1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-anyfontsize
+ texlive-geometry
+ texlive-graphics
+ texlive-microtype
+ texlive-pgf
+ texlive-setspace
+ texlive-textpos
+ texlive-tools
+ texlive-xcolor
+ texlive-xifthen
+ texlive-xkeyval))
+ (home-page "https://ctan.org/pkg/kdpcover")
+ (synopsis "Covers for books published by Kindle Direct Publishing")
+ (description
+ "The problem this class solves is the necessity to change the size of the
+cover PDF according to the number of pages in the book --- the bigger the
+book, the larger the spine of the book must be. The provided class makes the
+necessary calculations on-the-fly, using the @code{qpdf} tool.")
+ (license license:expat)))
+
+(define-public texlive-kfupm-math-exam
+ (package
+ (name "texlive-kfupm-math-exam")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kfupm-math-exam/"
+ "source/latex/kfupm-math-exam/"
+ "tex/latex/kfupm-math-exam/")
+ (base32
+ "1hgyasjhqpb1b9xnffzcwhsi8rr6wx929awn0sadx6rsabiamb16")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/kfupm-math-exam")
+ (synopsis
+ "LaTeX document style to produce homework, quiz and exam papers")
+ (description
+ "The package provides commands and environments that simplify and
+streamline the process of preparing homework, quiz and exam papers according
+to a preferred style. The default style is based on the guidelines set by the
+department of mathematics at @acronym{KFUPM, King Fahd University of Petroleum
+and Minerals}. It can be easily customized to fit any style for any
+institution.")
+ (license license:expat)))
+
+(define-public texlive-kixfont
+ (package
+ (name "texlive-kixfont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/kixfont/"
+ "fonts/source/public/kixfont/"
+ "fonts/tfm/public/kixfont/")
+ (base32
+ "0w6fjsws26plm9p74c3qcvvgx5hhlabfbhpc046rb31183f7h0q5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/kixfont")
+ (synopsis "Font for KIX codes")
+ (description
+ "The KIX code is a barcode-like format used by the Dutch PTT to encode
+country codes, zip codes and street numbers in a machine-readable format. If
+printed below the address line on bulk mailings, a discount can be obtained.
+The font is distributed in Metafont format, and covers the numbers and
+upper-case letters.")
+ (license license:public-domain)))
+
+(define-public texlive-kluwer
+ (package
+ (name "texlive-kluwer")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/kluwer/" "doc/latex/kluwer/"
+ "source/latex/kluwer/" "tex/latex/kluwer/")
+ (base32
+ "14y95srzggd8kaiyjq0sz5amvmppl3rilhj9fr0vcjsy2g1ms52z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; The "kluwer.ins" file only generates "kluwer.cls". To that
+ ;; effect, it needs data from files located in
+ ;; "tex/latex/kluwer/". Bring them to build directory.
+ (add-before 'build 'bring-data-files
+ (lambda _
+ (for-each (lambda (f) (install-file f "build/"))
+ (find-files "tex/latex/kluwer/" "\\.(clo|sty)$")))))))
+ (home-page "https://ctan.org/pkg/kluwer")
+ (synopsis "@emph{Kluwer} publication support")
+ (description
+ "This package provides a class file for @emph{Kluwer} journal
+submissions, and bibliography style for named references. It also includes
+@file{klucite.sty}, which collapses bibliographic citations, and
+@file{klups.sty}, which attempts to select Times for text and MathTime for
+math instead of Computer Modern. This package is most likely long obsolete,
+unfortunately.")
+ (license license:knuth)))
+
+(define-public texlive-kotex-oblivoir
+ (package
+ (name "texlive-kotex-oblivoir")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kotex-oblivoir/"
+ "tex/latex/kotex-oblivoir/")
+ (base32
+ "0hq22jdzcg516zx26mkijpnk5i8gdj30lhjldly8plwmfznhzwwa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-kotex-utf texlive-memoir))
+ (home-page "https://ctan.org/pkg/kotex-oblivoir")
+ (synopsis "LaTeX document class for typesetting Korean documents")
+ (description
+ "The class is based on @code{memoir}, and is adapted to typesetting
+Korean documents.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-kotex-plain
+ (package
+ (name "texlive-kotex-plain")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/kotex-plain/"
+ "tex/plain/kotex-plain/")
+ (base32
+ "0r79cvm7iy1266yvrn60vwq9wjkgmzgfihbz9dqc84lif5q8kmnw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/kotex-plain")
+ (synopsis "Macros for typesetting Korean under Plain TeX")
+ (description
+ "The package provides macros for typesetting Hangul, the native alphabet
+of the Korean language, using Plain TeX. Korean text should be encoded in
+UTF-8.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-kotex-utf
+ (package
+ (name "texlive-kotex-utf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kotex-utf/"
+ "tex/latex/kotex-utf/")
+ (base32
+ "1l3hlav7fihws2ly49fn994sc7mjcdwk3zp4xhkgvm0mqjbxzxzz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-cjk-ko))
+ (home-page "https://ctan.org/pkg/kotex-utf")
+ (synopsis "Typeset Hangul, coded in UTF-8")
+ (description
+ "The package typesets Hangul, which is the native alphabet of the Korean
+language; input Korean text should be encoded in UTF-8.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-kotex-utils
+ (package
+ (name "texlive-kotex-utils")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kotex-utils/"
+ "makeindex/kotex-utils/"
+ "scripts/kotex-utils/")
+ (base32
+ "01qmr50fr3i2gzgjyj69jgj4czf62s22z58kja6hbqygczc1jba3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:link-scripts
+ #~(list "jamo-normalize.pl" "komkindex.pl" "ttf2kotexfont.pl")))
+ (inputs (list perl))
+ (propagated-inputs (list texlive-kotex-utf))
+ (home-page "https://ctan.org/pkg/kotex-utils")
+ (synopsis "Utility scripts and support files for typesetting Korean")
+ (description
+ "The bundle provides scripts and support files for index generation in
+Korean language typesetting.")
+ (license license:lppl)))
+
(define-public texlive-knuth-errata
(package
(name "texlive-knuth-errata")
@@ -5416,6 +18674,70 @@ system that Knuth created. The central entry point is the index file, with
links to the individual documents, either in HTML or in PDF format.")
(license license:public-domain)))
+(define-public texlive-ksfh-nat
+ (package
+ (name "texlive-ksfh-nat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/ksfh_nat/")
+ (base32
+ "1qzn0n19lslf2qg8fvm844xx5k7s8a275a77z2ynbb0vs1w4prpw")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ksfh-nat")
+ (synopsis "BibTeX style for KSFH Munich")
+ (description
+ "The package supports bibliographies as standard for
+KSFH (@emph{Katholische Stiftungsfachhochschule}) Munich. BibTeX entries in
+@code{article}, @code{book}, @code{inbook}, @code{incollection} and
+@code{misc} formats are supported.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ksp-thesis
+ (package
+ (name "texlive-ksp-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ksp-thesis/"
+ "tex/latex/ksp-thesis/")
+ (base32
+ "03jklx2yym78b29y3s8fh91mfsn9p4w1cl7yisj3kyyawygzs6hp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ksp-thesis")
+ (synopsis
+ "LaTeX class for theses published with KIT Scientific Publishing")
+ (description
+ "This package provides a LaTeX class intended for authors who want to
+publish their thesis or other scientific work with @acronym{KSP, KIT
+Scientific Publishing}. The class is based on the @code{scrbook} class of the
+KOMA-script bundle in combination with the ClassicThesis and ArsClassica
+packages. It modifies some of the layout and style definitions of these
+packages in order to provide a document layout that should be compatible with
+the requirements by KSP.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ku-template
+ (package
+ (name "texlive-ku-template")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ku-template/"
+ "tex/latex/ku-template/")
+ (base32
+ "1aa3rday97l1b7vca6sq1jwj81bqx6j7d0ijz0jr4vp3r27pxgs9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ku-template")
+ (synopsis "Copenhagen University or faculty logo for front page")
+ (description
+ "This package provides a comprehensive package for adding University of
+Copenhagen or faculty logo to your front page. For use by student or staff at
+University of Copenhagen (Kobenhavns Universitet).")
+ (license license:expat)))
+
(define-public texlive-kvmap
(package
(name "texlive-kvmap")
@@ -5438,6 +18760,77 @@ It provides a tabular-like input syntax and support for drawing bundles
(implicants) around adjacent values.")
(license license:lppl1.3c)))
+(define-public texlive-langsci
+ (package
+ (name "texlive-langsci")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/langsci/"
+ "tex/xelatex/langsci/")
+ (base32
+ "1kz8gf5w7xrgld5jpf1csdy334ng89hp5lbkgmgaal4m31svw03z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/langsci")
+ (synopsis "Typeset books for publication with Language Science Press")
+ (description
+ "This package allows you to typeset monographs and edited volumes for
+publication with @url{https://www.langsci-press.org, Language Science Press}.
+It includes all necessary files for title pages, frontmatter, main content,
+list of references and indexes.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-langsci-avm
+ (package
+ (name "texlive-langsci-avm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/langsci-avm/"
+ "source/latex/langsci-avm/"
+ "tex/latex/langsci-avm/")
+ (base32
+ "1n53syf2slndgjbndjhd3cl8y6bl9j3xgb86z9r1mwvdcdls5674")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/langsci-avm")
+ (synopsis "Feature structures and attribute-value matrices (AVM)")
+ (description
+ "This package provides a package for typesetting feature structures,
+also known as attribute-value matrices (AVMs), for use in linguistics. The
+package provides a minimal and easy to read syntax. The package serves the
+same purpose as @code{avm} package, but shares no code base with that
+package.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-lato
+ (package
+ (name "texlive-lato")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/lato/"
+ "fonts/enc/dvips/lato/"
+ "fonts/map/dvips/lato/"
+ "fonts/tfm/typoland/lato/"
+ "fonts/truetype/typoland/lato/"
+ "fonts/type1/typoland/lato/"
+ "fonts/vf/typoland/lato/"
+ "tex/latex/lato/")
+ (base32
+ "1ykwm108zh79dv96axl74izzhzvmbx74pcl46i99ix2qpicyvcf7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lato")
+ (synopsis "Lato font family and LaTeX support")
+ (description
+ "Lato is a sanserif typeface family designed by Lukasz Dziedzic. This
+font, which includes five weights (hairline, light, regular, bold and black),
+is available as TrueType files. The package provides support for this font in
+LaTeX.")
+ (license (list license:silofl1.1 license:lppl1.3c))))
+
(define-public texlive-l2picfaq
(package
(name "texlive-l2picfaq")
@@ -5552,6 +18945,85 @@ practical guide to LaTeX2e by Mark Trettin. It focuses on obsolete packages
and commands.")
(license license:public-domain)))
+(define-public texlive-labyrinth
+ (package
+ (name "texlive-labyrinth")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/labyrinth/"
+ "tex/latex/labyrinth/")
+ (base32
+ "0i4w3dmfjq9vp6m82p4afplca0pdvk36g2h1yskmwbis07bykdgp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/labyrinth")
+ (synopsis "Draw labyrinths and solution paths")
+ (description
+ "The @code{labyrinth} package provides code and an environment for
+typesetting simple labyrinths with LaTeX, and generating an automatic or
+manual solution path.")
+ (license license:lppl)))
+
+(define-public texlive-lambda
+ (package
+ (name "texlive-lambda")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/lambda/base/" "tex/lambda/config/")
+ (base32
+ "1ajx5g5cd5s9jqr4b196689k7zmlxmhhksly88qps31s7lzaprvn")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lambda")
+ (synopsis "LaTeX for Omega and Aleph")
+ (description "This is LaTeX for Omega and Aleph.")
+ (license license:lppl1.0+)))
+
+(define-public texlive-langnames
+ (package
+ (name "texlive-langnames")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/langnames/"
+ "source/latex/langnames/"
+ "tex/latex/langnames/")
+ (base32
+ "0fi2xfy33d970g8wdnzasqdzgjcj7rkss9y7pzsp89z1hij3d1z2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/langnames")
+ (synopsis "Name languages and their genetic affiliations consistently")
+ (description
+ "This package attempts to make the typing of language names, codes, and
+families slightly easier by providing macros to access pre-defined
+language --- code --- family combinations from two important databases, as
+well as the possibility to create new combinations. It may be particularly
+useful for large, collaborative projects as well as typologically minded ones
+with a variety of language examples.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-latex-notes-zh-cn
+ (package
+ (name "texlive-latex-notes-zh-cn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/latex-notes-zh-cn/")
+ (base32
+ "0w9rmd7b5fnfvix653n9vbnn1k8yxlaaak79ipvm8p53dx75xfxd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/latex-notes-zh-cn")
+ (synopsis "Chinese Introduction to TeX and LaTeX")
+ (description
+ "The document is an introduction to TeX and LaTeX, in Chinese. It covers
+basic text typesetting, mathematics, graphics, tables, Chinese language &
+fonts, and some miscellaneous features (hyperlinks, long documents,
+bibliographies, indexes and page layout).")
+ (license license:lppl1.3+)))
+
(define-public texlive-latex2e-help-texinfo-fr
(package
(name "texlive-latex2e-help-texinfo-fr")
@@ -5590,6 +19062,26 @@ and commands.")
@code{latex2e-help-texinfo}.")
(license license:public-domain)))
+(define-public texlive-latex4musicians
+ (package
+ (name "texlive-latex4musicians")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/latex4musicians/")
+ (base32
+ "1zvy2pa93kyn056d5n0irzdq5xmzki6d35zxacxfy19r0g9rwq6f")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/latex4musicians")
+ (synopsis "Guide for combining LaTeX and music")
+ (description
+ "This guide, @emph{LaTeX for Musicians}, explains how to create LaTeX
+documents that include several kinds of music elements: music symbols, song
+lyrics, guitar chords diagrams, lead sheets, music excerpts, guitar
+tablatures, multi-page scores.")
+ (license license:fdl1.3+)))
+
(define-public texlive-latexcheat-de
(package
(name "texlive-latexcheat-de")
@@ -5627,6 +19119,73 @@ standards using the KOMA script document classes.")
cheat sheet (a reference sheet for writing scientific papers).")
(license license:lppl)))
+(define-public texlive-latino-sine-flexione
+ (package
+ (name "texlive-latino-sine-flexione")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/latino-sine-flexione/"
+ "tex/latex/latino-sine-flexione/")
+ (base32
+ "0py61xhgg73jlz6f9p7g9r06pn7m648d29068i4d97gqc20i2jvc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/latino-sine-flexione")
+ (synopsis "LaTeX support for documents written in Peano's Interlingua")
+ (description
+ "Latino sine Flexione (or Interlingua) is a language constructed by
+Giuseppe Peano at the beginning of the last century. This simplified Latin is
+designed to be an instrument for international cooperation, especially in the
+academic sphere. This package provides the necessary translations to use the
+language within a LaTeX document. It also imports @code{fontenc} in order to
+be able to use ligatures and quotation marks. Finally, it offers a text in
+Interlingua that can be used as a dummy text: @emph{Fundamento de
+intelligentia}.")
+ (license license:public-domain)))
+
+(define-public texlive-leadsheets
+ (package
+ (name "texlive-leadsheets")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/leadsheets/"
+ "tex/latex/leadsheets/")
+ (base32
+ "12aly170pf10dw82i6rykiaxl9r5mmva7kvkhlywir4s6gx07gjc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/leadsheets")
+ (synopsis "Typesetting leadsheets and songbooks")
+ (description
+ "This LaTeX package offers support for typesetting simple leadsheets of
+songs, i.e., song lyrics and the corresponding chords.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ledmac
+ (package
+ (name "texlive-ledmac")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ledmac/" "source/latex/ledmac/"
+ "tex/latex/ledmac/")
+ (base32
+ "03b23rkhdhvr0rbmp687p76mlq68crsfyh67frxbnh11vccmfgnc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ledmac")
+ (synopsis "Typeset scholarly editions")
+ (description
+ "This package provides a macro package for typesetting scholarly critical
+editions. The @code{ledmac} package is a LaTeX port of the Plain TeX EDMAC
+macros. It supports indexing by page and line number and simple
+@code{tabular}- and @code{array}-style environments. The package is
+distributed with the related @code{ledpar} and @code{ledarab} packages. The
+package is now superseded by @code{reledmac}.")
+ (license license:lppl1.3+)))
+
(define-public texlive-letgut
(package
(name "texlive-letgut")
@@ -5679,6 +19238,362 @@ with the symbols. While it is possible to set arrows over longer strings of
symbols, the focus lies on single characters.")
(license license:lppl1.3+)))
+(define-public texlive-lexend
+ (package
+ (name "texlive-lexend")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/lexend/"
+ "fonts/truetype/public/lexend/"
+ "tex/latex/lexend/")
+ (base32
+ "0jk9m3zb3xik463nwsjh003ly3xrrph7kam519b9lyqybyxb16xs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lexend")
+ (synopsis "Lexend fonts for XeLaTeX and LuaLaTeX")
+ (description
+ "The purpose of this package is pretty straightforward: the Lexend font
+collection has been designed by Dr.@: Bonnie Shaver-Troup and Thomas Jockin to
+make reading easier for everyone.")
+ (license (list license:lppl1.3c license:silofl1.1))))
+
+(define-public texlive-lexikon
+ (package
+ (name "texlive-lexikon")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lexikon/" "tex/latex/lexikon/")
+ (base32
+ "0x2h8w3cchzr2lvx5xqs1fn01y7b4lqkky85dard223w2r1dn22m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lexikon")
+ (synopsis "Macros for a two language dictionary")
+ (description "This package provides macros for a two language
+dictionary.")
+ (license license:lppl)))
+
+(define-public texlive-lexref
+ (package
+ (name "texlive-lexref")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lexref/" "tex/latex/lexref/")
+ (base32
+ "0562vjn0vvjsqfi2jqy1yp6mqi8nrs25yc9nr1zc950q421w0vrb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lexref")
+ (synopsis "Convenient and uniform references to legal provisions")
+ (description
+ "The package is aimed at continental lawyers (especially those in
+Switzerland and Germany), allowing the user to make references to legal
+provisions conveniently and uniformly. The package also allows the user to
+add cited Acts to a nomenclature list (automatically), and to build specific
+indexes for each cited Act.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-lfb
+ (package
+ (name "texlive-lfb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/lfb/" "fonts/source/public/lfb/"
+ "fonts/tfm/public/lfb/")
+ (base32
+ "1n0cf7igvhqnmdk8hjj1lahzr3iaiaqsq01pxkphg6myab127x71")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/lfb")
+ (synopsis "Greek font with normal and bold variants")
+ (description
+ "This is a Greek font written in Metafont, with inspiration from the
+Bodoni typefaces in old books. It is stylistically a little more exotic than
+the standard textbook Greek fonts, particularly in glyphs like the lowercase
+rho and kappa. It aims for a rather calligraphic feel, but seems to blend
+well with Computer Modern. There is a ligature scheme which automatically
+inserts the breathings required for ancient texts, making the input text more
+readable than in some schemes.")
+ (license license:lppl)))
+
+(define-public texlive-libertinegc
+ (package
+ (name "texlive-libertinegc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/libertinegc/"
+ "fonts/enc/dvips/libertinegc/"
+ "fonts/map/dvips/libertinegc/"
+ "fonts/tfm/public/libertinegc/"
+ "tex/latex/libertinegc/")
+ (base32
+ "17712j1gb38l4c5b2br7db8ix36kc8kwfpa7d6ass32wz5jck656")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/libertinegc")
+ (synopsis "Libertine add-on to support Greek and Cyrillic")
+ (description
+ "The package provides LaTeX support files to access the Greek and
+Cyrillic glyphs in Linux Libertine. It functions as an add-on to the
+@code{libertine} package, using filenames and macro names that are compatible
+with that package.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-libertinus
+ (package
+ (name "texlive-libertinus")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/libertinus/"
+ "tex/latex/libertinus/")
+ (base32
+ "13m20jkrf0sp39f0ihc0fw7spzc3gys5xdc720r5gzdnbdqdvih4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/libertinus")
+ (synopsis
+ "Use the correct @code{libertinus} package according to current TeX
+engine")
+ (description
+ "This package is only a wrapper for the two packages @code{libertinus-type1}
+(pdfLaTeX) and @code{libertinus-otf} (LuaLaTeX and XeLaTeX). The Libertinus
+fonts are similiar to Libertine and Biolinum, but come with math symbols.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-libertinus-fonts
+ (package
+ (name "texlive-libertinus-fonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/libertinus-fonts/"
+ "fonts/opentype/public/libertinus-fonts/")
+ (base32
+ "1g4y3v7i8bs1677rj56v3kw5q3nkl9ksljmly4m7n42dlpggxiaj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/libertinus-fonts")
+ (synopsis "Libertinus font family")
+ (description
+ "This is a fork of the Linux Libertine and Linux Biolinum fonts that
+started as an OpenType math companion of the Libertine font family, but grown
+as a full fork. The family consists of Libertinus Serif, Libertinus Sans,
+Libertinus Mono, and Libertinus Math, an OpenType math font for use in
+OpenType math-capable applications.")
+ (license license:silofl1.1)))
+
+(define-public texlive-libertinus-otf
+ (package
+ (name "texlive-libertinus-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/libertinus-otf/"
+ "tex/latex/libertinus-otf/")
+ (base32
+ "0rd4jr67j9744fm18vps0brwsa9880jdq4vj4s7dl80aylp8djz4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/libertinus-otf")
+ (synopsis "Support for Libertinus OpenType")
+ (description
+ "This package offers LuaLaTeX and XeLaTeX support for the Libertinus
+OpenType fonts. Missing fonts are defined via several font feature settings.
+The Libertinus fonts are similiar to Libertine and Biolinum, but come with
+math symbols.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-libertinus-type1
+ (package
+ (name "texlive-libertinus-type1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/libertinus-type1/"
+ "fonts/enc/dvips/libertinus-type1/"
+ "fonts/map/dvips/libertinus-type1/"
+ "fonts/tfm/public/libertinus-type1/"
+ "fonts/type1/public/libertinus-type1/"
+ "fonts/vf/public/libertinus-type1/"
+ "tex/latex/libertinus-type1/")
+ (base32
+ "1vzvli3sbyxdsqzb3qk03mbl0qg4q7ihipddd1n6bdbjriv67zz6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/libertinus-type1")
+ (synopsis "Support for using Libertinus fonts with LaTeX")
+ (description
+ "This package provides support for use of Libertinus fonts with
+traditional processing engines (LaTeX with Dvips or Dvipdfmx, or pdfLaTeX).")
+ (license (list license:gpl2 license:silofl1.1 license:lppl))))
+
+(define-public texlive-libertinust1math
+ (package
+ (name "texlive-libertinust1math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/libertinust1math/"
+ "fonts/afm/public/libertinust1math/"
+ "fonts/enc/dvips/libertinust1math/"
+ "fonts/map/dvips/libertinust1math/"
+ "fonts/tfm/public/libertinust1math/"
+ "fonts/type1/public/libertinust1math/"
+ "fonts/vf/public/libertinust1math/"
+ "tex/latex/libertinust1math/")
+ (base32
+ "0hjv2p2sj1wmxg727490m8jn08p1alc9gyfigvy0k65c5lghhs7s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/libertinust1math")
+ (synopsis "Type 1 font and LaTeX support for Libertinus Math")
+ (description
+ "The package provides a Type 1 version of Libertinus Math, with a number
+of additions and changes, plus LaTeX support files that allow it to serve as
+a math accompaniment to Libertine under LaTeX. In addition, with option
+@code{sansmath}, it can function as a standalone math font with sans serif
+Roman and Greek letters.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-librebaskerville
+ (package
+ (name "texlive-librebaskerville")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/librebaskerville/"
+ "fonts/enc/dvips/librebaskerville/"
+ "fonts/map/dvips/librebaskerville/"
+ "fonts/tfm/impallari/librebaskerville/"
+ "fonts/truetype/impallari/librebaskerville/"
+ "fonts/type1/impallari/librebaskerville/"
+ "fonts/vf/impallari/librebaskerville/"
+ "tex/latex/librebaskerville/")
+ (base32
+ "1rjac2w8q0m4a6qcdjphv3rgws19vbg65wv6gk1frl0d14bijqdy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/librebaskerville")
+ (synopsis "Libre Baskerville family of fonts with LaTeX support")
+ (description
+ "This package provides the Libre Baskerville family of fonts, designed by
+Pablo Impallari, for use with LaTeX, pdfLaTeX, XeLaTeX or LuaLaTeX. It is
+primarily intended to be a web font but is also attractive as a text font.
+A BoldItalic variant has been artificially generated.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-librebodoni
+ (package
+ (name "texlive-librebodoni")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/librebodoni/"
+ "fonts/enc/dvips/librebodoni/"
+ "fonts/map/dvips/librebodoni/"
+ "fonts/opentype/impallari/librebodoni/"
+ "fonts/tfm/impallari/librebodoni/"
+ "fonts/type1/impallari/librebodoni/"
+ "fonts/vf/impallari/librebodoni/"
+ "tex/latex/librebodoni/")
+ (base32
+ "1skyjmb0drrs6z8bhmdyx7q9wqz9vbyi6nkif5rj95kqxxwznkyz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/librebodoni")
+ (synopsis "Libre Bodoni fonts with LaTeX support")
+ (description
+ "The Libre Bodoni fonts are designed by Pablo Impallari and Rodrigo
+Fuenzalida, based on the 19th century Morris Fuller Benton's.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-librecaslon
+ (package
+ (name "texlive-librecaslon")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/librecaslon/"
+ "fonts/enc/dvips/librecaslon/"
+ "fonts/map/dvips/librecaslon/"
+ "fonts/opentype/impallari/librecaslon/"
+ "fonts/tfm/impallari/librecaslon/"
+ "fonts/type1/impallari/librecaslon/"
+ "fonts/vf/impallari/librecaslon/"
+ "tex/latex/librecaslon/")
+ (base32
+ "16lmaa0rsrgrib00r8rsj9librkybq2zf1as11l3hiw5zcq3wj0w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/librecaslon")
+ (synopsis "Libre Caslon fonts, with LaTeX support")
+ (description
+ "The Libre Caslon fonts are designed by Pablo Impallari. Although they
+have been designed for use as web fonts, they work well as conventional text
+fonts. An artificially generated BoldItalic variant has been added.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-librefranklin
+ (package
+ (name "texlive-librefranklin")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/librefranklin/"
+ "fonts/enc/dvips/librefranklin/"
+ "fonts/map/dvips/librefranklin/"
+ "fonts/opentype/impallari/librefranklin/"
+ "fonts/tfm/impallari/librefranklin/"
+ "fonts/type1/impallari/librefranklin/"
+ "fonts/vf/impallari/librefranklin/"
+ "tex/latex/librefranklin/")
+ (base32
+ "1vkc2sj7689zn2rxc03q2spvs10865jrnv37s9dgw35hifb69m5s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/librefranklin")
+ (synopsis "LaTeX support for the Libre-Franklin family of fonts")
+ (description
+ "Libre Franklin is an interpretation and expansion based on the 1912
+Morris Fuller Benton's classic, designed by Pablo Impallari, Rodrigo
+Fuenzalida and Nhung Nguyen.")
+ (license (list license:lppl license:silofl1.1))))
+
+(define-public texlive-libris
+ (package
+ (name "texlive-libris")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/libris/"
+ "fonts/afm/arkandis/libris/"
+ "fonts/enc/dvips/libris/"
+ "fonts/map/dvips/libris/"
+ "fonts/tfm/arkandis/libris/"
+ "fonts/type1/arkandis/libris/"
+ "fonts/vf/arkandis/libris/"
+ "source/fonts/libris/"
+ "tex/latex/libris/")
+ (base32
+ "0ky2b4knhfd51yz6ycsly6q5rz2fk4h3rhnxmcx3qnhnai6cf9fc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/libris")
+ (synopsis "Libris ADF fonts, with LaTeX support")
+ (description
+ "LibrisADF is a sans-serif family designed to mimic Lydian. The bundle
+includes: fonts, in Adobe Type 1, TrueType and OpenType formats, and LaTeX
+support macros, for use with the Type 1 versions of the fonts.")
+ (license license:gpl3+)))
+
(define-public texlive-lie-hasse
(package
(name "texlive-lie-hasse")
@@ -5699,6 +19614,198 @@ simple roots of any complex simple Lie algebra. It uses the Dynkin diagrams
package @code{dynkin-diagrams}.")
(license license:lppl1.3c)))
+(define-public texlive-lilyglyphs
+ (package
+ (name "texlive-lilyglyphs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lilyglyphs/"
+ "fonts/opentype/public/lilyglyphs/"
+ "scripts/lilyglyphs/"
+ "source/latex/lilyglyphs/fonts/"
+ "source/latex/lilyglyphs/glyphimages/definitions/"
+ "source/latex/lilyglyphs/glyphimages/generated_src/"
+ "tex/latex/lilyglyphs/")
+ (base32
+ "1g5v2bq7ml9pnh2xlkzf6k9zh3azw7i96iapp8yajyxk8akj0ki2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:link-scripts
+ #~(list "lily-glyph-commands.py"
+ "lily-image-commands.py"
+ "lily-rebuild-pdfs.py")))
+ (inputs (list python))
+ (home-page "https://ctan.org/pkg/lilyglyphs")
+ (synopsis "Access Lilypond fragments and glyphs, in LaTeX")
+ (description
+ "The package provides the means to include arbitrary elements of LilyPond
+notation, including symbols from Lilypond's Emmentaler font, in a LaTeX
+document. The package uses OpenType fonts, and as a result must be compiled
+with LuaLaTeX or XeLaTeX.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-limecv
+ (package
+ (name "texlive-limecv")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/limecv/" "source/latex/limecv/"
+ "tex/latex/limecv/")
+ (base32
+ "1bqqkbxzayb8wwlkj1vkf01lx78i7pq2kb9clrir0paxjm8xa6ja")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/limecv")
+ (synopsis "(Xe/Lua)LaTeX document class for curriculum vitae")
+ (description
+ "@code{limecv} is a LaTeX document class to write curriculum vitae. It
+is designed with the following design rules: simple, elegant and clean. To
+this end, it offers several environments and macros for convenience.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-lineara
+ (package
+ (name "texlive-lineara")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/lineara/"
+ "fonts/afm/public/lineara/"
+ "fonts/map/dvips/lineara/"
+ "fonts/tfm/public/lineara/"
+ "fonts/type1/public/lineara/"
+ "source/fonts/lineara/"
+ "tex/latex/lineara/")
+ (base32
+ "1k3frdshsc2cj1y61bcpz9fcs1rw1rkzh8fk3fzbaqyqmyka3yl7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lineara")
+ (synopsis "Linear A script fonts")
+ (description
+ "The @code{lineara} package provides a simple interface to two fonts
+which include all known symbols, simple and complex, of the Linear A script.
+This way one can easily replicate Linear A texts using modern typographic
+technology.")
+ (license license:lppl)))
+
+(define-public texlive-ling-macros
+ (package
+ (name "texlive-ling-macros")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ling-macros/"
+ "tex/latex/ling-macros/")
+ (base32
+ "0q5l9h5xkd9gkpx2g5inzkcsssqvdicv05r8xvlmmx41mf1ikc88")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ling-macros")
+ (synopsis "Macros for typesetting formal linguistics")
+ (description
+ "This package contains macros for typesetting glosses and formal
+expressions. It covers a range of subfields in formal linguistics.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-linguex
+ (package
+ (name "texlive-linguex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/linguex/" "tex/latex/linguex/")
+ (base32
+ "0w2rxvjljrl4b7s1dr7k2vk5nifq0zgmjlx68ajpsihjnzal7k8g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/linguex")
+ (synopsis "Format linguists' examples")
+ (description
+ "This bundle comprises two packages: the @code{linguex} package
+facilitates the formatting of linguist examples, automatically taking care of
+example numbering, indentations, indexed brackets, and the @samp{*} in
+grammaticality judgments. The @code{ps-trees} package provides linguistic
+trees.")
+ (license license:lppl)))
+
+(define-public texlive-linguisticspro
+ (package
+ (name "texlive-linguisticspro")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/linguisticspro/"
+ "fonts/enc/dvips/linguisticspro/"
+ "fonts/map/dvips/linguisticspro/"
+ "fonts/opentype/public/linguisticspro/"
+ "fonts/tfm/public/linguisticspro/"
+ "fonts/type1/public/linguisticspro/"
+ "fonts/vf/public/linguisticspro/"
+ "tex/latex/linguisticspro/")
+ (base32
+ "0yyclkwsa4ibsdc60mw22f2skq2wify9ic4lzvkjsaigvq28zj3y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/linguisticspro")
+ (synopsis "LinguisticsPro fonts with LaTeX support")
+ (description
+ "The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the LinguisticsPro family of fonts. This family is derived from the Utopia
+Nova font family, by Andreas Nolda.")
+ (license (list license:lppl license:silofl1.1))))
+
+(define-public texlive-lion-msc
+ (package
+ (name "texlive-lion-msc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/lion-msc/" "doc/latex/lion-msc/"
+ "tex/latex/lion-msc/")
+ (base32
+ "1yj3xwbd4lb5vjkfqhwhy82pc9p59vffah6zmiqbgjaj10q1ihb5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lion-msc")
+ (synopsis
+ "LaTeX class for B.Sc.@: and M.Sc.@: reports at Leiden Institute of
+Physics (LION)")
+ (description
+ "This is a LaTeX class for B.Sc.@: and M.Sc.@: reports at Leiden
+Institute of Physics (LION). The purpose of this class is twofold. It
+creates a uniform layout of the student theses from our department. More
+importantly, it contains several fields on the front-page that the user needs
+to fill that are used in the university administration (name, student number
+and name of supervisor). Students are free to change the layout of the text
+but should leave the title page as it is.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-listbib
+ (package
+ (name "texlive-listbib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/listbib/" "doc/latex/listbib/"
+ "scripts/listbib/" "source/latex/listbib/"
+ "tex/latex/listbib/")
+ (base32
+ "1k4xwmv6lh1vaggimzmiqib8aai9dm0j586m0hds04485pvhv5ky")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "listbib")))
+ (home-page "https://ctan.org/pkg/listbib")
+ (synopsis "Lists contents of BibTeX files")
+ (description
+ "This package generates listings of bibliographic data bases in BibTeX
+format. Included is a @file{listbib.bst}, which is better suited for this
+purpose than the standard styles.")
+ (license license:gpl3+)))
+
(define-public texlive-lithuanian
(package
(name "texlive-lithuanian")
@@ -5729,6 +19836,122 @@ and @file{latin7.def}.
@end itemize")
(license license:lppl1.3c)))
+(define-public texlive-liturg
+ (package
+ (name "texlive-liturg")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/liturg/" "source/latex/liturg/"
+ "tex/latex/liturg/")
+ (base32
+ "1nmcz7zg27aasczdv3p6ilsmy66cbfjg9yri45d0pml7m7c56din")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ ;; The "liturg.ins" provided by the package does not generate anything.
+ ;; As a consequence, there's nothing to build.
+ (arguments (list #:build-targets #~'()))
+ (home-page "https://ctan.org/pkg/liturg")
+ (synopsis "Support for typesetting Catholic liturgical texts")
+ (description
+ "The packages offers simple macros for typesetting Catholic liturgical
+texts, particularly @code{Missal} and @code{Breviary} texts. The package
+assumes availability of Latin typesetting packages.")
+ (license license:lppl)))
+
+(define-public texlive-llncs
+ (package
+ (name "texlive-llncs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/llncs/" "doc/latex/llncs/"
+ "tex/latex/llncs/")
+ (base32
+ "0drz45rmjprwy2019nkd6l5kjpqshfajqhg0x6jf5y9w1zbs1qv5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/llncs")
+ (synopsis
+ "Document class and bibliography style for @acronym{LNCS, Lecture Notes
+in Computer Science}")
+ (description
+ "This is Springer's official macro package for typesetting contributions
+to be published in Springer's @acronym{LNCS, Lecture Notes in Computer
+Science} and its related proceedings series CCIS, LNBIP, LNICST, and IFIP
+AICT.")
+ (license license:cc-by4.0)))
+
+(define-public texlive-llncsconf
+ (package
+ (name "texlive-llncsconf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/llncsconf/"
+ "tex/latex/llncsconf/")
+ (base32
+ "18z94lh90pzvbzfgxj27n2l12mfbcjd20vga16h8d2bln56lrfpm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/llncsconf")
+ (synopsis "LaTeX package extending Springer's @code{llncs} class")
+ (description
+ "The package extends Springer's @code{llncs} class for adding additional
+notes describing the status of the paper (submitted, accepted) as well as for
+creating author-archived versions that include the references to the official
+version hosted by Springer (as requested by the copyright transfer agreement
+for Springer's LNCS series).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-lni
+ (package
+ (name "texlive-lni")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/lni/" "doc/latex/lni/"
+ "source/latex/lni/" "tex/latex/lni/")
+ (base32
+ "0d23j9yc9q45j9l9vzpndpgsvl5d76mkhmfjjjjrqmgmqmf3fzn0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lni")
+ (synopsis "Official class for the @emph{Lecture Notes in Informatics}")
+ (description
+ "This is the official version of the class @code{lni} for submissions to
+the @emph{Lecture Notes in Informatics} published by the Gesellschaft fur
+Informatik.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-lobster2
+ (package
+ (name "texlive-lobster2")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/lobster2/"
+ "fonts/enc/dvips/lobster2/"
+ "fonts/map/dvips/lobster2/"
+ "fonts/opentype/impallari/lobster2/"
+ "fonts/tfm/impallari/lobster2/"
+ "fonts/type1/impallari/lobster2/"
+ "fonts/vf/impallari/lobster2/"
+ "tex/latex/lobster2/")
+ (base32
+ "0jq6287n0c0qzcx6jch0d9k7axg119z2p2mw6i3s40jdyg67m3a4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lobster2")
+ (synopsis "Lobster Two fonts, with support for all LaTeX engines")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Lobster Two family of fonts, designed by Pablo Impallari. This is
+a family of script fonts with many ligatures and terminal forms; for the best
+results, use XeLaTeX or LuaLaTeX. There are two weights and italic variants
+for both.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-logicproof
(package
(name "texlive-logicproof")
@@ -5753,6 +19976,136 @@ proofs and boxes. It creates proofs in a style similar to that used in
@emph{Logic in Computer Science} by Huth and Ryan.")
(license license:lppl1.3+)))
+(define-public texlive-logicpuzzle
+ (package
+ (name "texlive-logicpuzzle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/logicpuzzle/"
+ "scripts/logicpuzzle/"
+ "tex/latex/logicpuzzle/")
+ (base32
+ "1m2yrizdj76gywxkcfz90by2qwx8pq8akacj5qmsin095hnyskfh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/logicpuzzle")
+ (synopsis "Typeset (grid-based) logic puzzles")
+ (description
+ "The package allows the user to typeset various logic puzzles. At the
+moment the following puzzles are supported:
+
+@itemize
+
+@item 2D-Sudoku (aka Magiequadrat, Diagon, ...),
+
+@item Battleship (aka Bimaru, Marinespiel, Batalla Naval, ...),
+
+@item Bokkusu (aka Kakurasu, Feldersummenratsel, ...),
+
+@item Bridges (akak Bruckenbau, Hashi, ...),
+
+@item Chaos Sudoku,
+
+@item Four Winds (aka Eminent Domain, Lichtstrahl, ...),
+
+@item Hakyuu (aka Seismic, Ripple Effect, ...),
+
+@item Hitori,
+
+@item Kakuro,
+
+@item Kendoku (aka Mathdoku, Calcudoku, Basic, MiniPlu, Ken Ken, Square
+Wisdom, Sukendo, Caldoku, ...),
+
+@item Killer Sudoku (aka Samunapure, Sum Number Place, Sumdoku, Gebietssummen,
+...),
+
+@item Laser Beam (aka Laserstrahl, ...),
+
+@item Magic Labyrinth (aka Magic Spiral, Magisches Labyrinth, ...),
+
+@item Magnets (aka Magnetplatte, Magnetfeld, ...),
+
+@item Masyu (aka Mashi, White or Black Pearls, ...),
+
+@item Minesweeper (aka Minensuche, ...),
+
+@item Nonogram (aka Griddlers, Hanjie, Tsunami, Logic Art, Logimage, ...),
+
+@item Number Link (aka Alphabet Link, Arukone, Buchstabenbund, ...),
+
+@item Resuko,
+
+@item Schatzsuche,
+
+@item Skyline (aka Skycrapers, Wolkenkratzer, Hochhauser, ...), including
+Skyline Sudoku and Skyline Sudou (N*N) variants,
+
+@item Slitherlink (aka Fences, Number Line, Dotty Dilemma, Sli-Lin, Takegaki,
+Great Wall of China, Loop the Loop, Rundweg, Gartenzaun, ...),
+
+@item Star Battle (aka Sternenschlacht, ...),
+
+@item Stars and Arrows (aka Sternenhimmel, ...),
+
+@item Sudoku,
+
+@item Sun and Moon (aka Sternenhaufen, Munraito, ...),
+
+@item Tents and Trees (aka Zeltlager, Zeltplatz, Camping, ...),
+
+@item and Tunnel.
+
+@end itemize")
+ (license license:lppl1.3+)))
+
+(define-public texlive-logix
+ (package
+ (name "texlive-logix")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/logix/"
+ "fonts/opentype/public/logix/"
+ "fonts/truetype/public/logix/"
+ "tex/latex/logix/")
+ (base32
+ "19ak3zfqnx04rb5wcmzc5z3g8sp2wphi83lx9i58y41y3lp2z4kq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/logix")
+ (synopsis "Supplement to the Unicode math symbols")
+ (description
+ "The package provides a Unicode font with over 4,000 symbols to
+supplement the Unicode math symbols. It is compatible with and
+complements the AMS STIX2 math fonts, but focuses on new symbols and
+symbol variants more suited to work in logic.")
+ (license (list license:silofl1.1 license:lppl1.3c))))
+
+(define-public texlive-lollipop
+ (package
+ (name "texlive-lollipop")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/otherformats/lollipop/" "tex/lollipop/")
+ (base32
+ "0xdldlnhsr2n8544j9vd6gllin8bfkpcbhlpmxlhrvjl5bdg0rjp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:create-formats #~(list "lollipop")))
+ (propagated-inputs (list texlive-cm texlive-hyphen-base))
+ (home-page "https://ctan.org/pkg/lollipop")
+ (synopsis "TeX made easy")
+ (description
+ "Lollipop is a macro package that functions as a toolbox for writing TeX
+macros. Its main aim is to make macro writing so easy that implementing
+a fully new layout in TeX would become a matter of less than an hour for an
+average document. The aim is that such a task could be accomplished by
+someone with only a very basic training in TeX programming.")
+ (license license:gpl3)))
+
(define-public texlive-longdivision
(package
(name "texlive-longdivision")
@@ -5826,6 +20179,65 @@ from use of the package are in the format used in the textbook @emph{Language,
Proof, and Logic} by Dave Barker-Plummer, Jon Barwise, and John Etchemendy.")
(license license:lppl1.3+)))
+(define-public texlive-lps
+ (package
+ (name "texlive-lps")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lps/" "source/latex/lps/"
+ "tex/latex/lps/")
+ (base32
+ "11jd8k1w2mk0xmwaxb1ps8pabxlzvs24z5hl74dwcim2xad7ahvj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lps")
+ (synopsis "Class for @emph{Logic and Philosophy of Science}")
+ (description
+ "The @emph{Logic and Philosophy of Science} journal is an online
+publication of the University of Trieste (Italy). The class builds on the
+standard article class to offer a format that LaTeX authors may use when
+submitting to the journal.")
+ (license license:lppl)))
+
+(define-public texlive-lshort-bulgarian
+ (package
+ (name "texlive-lshort-bulgarian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-bulgarian/")
+ (base32
+ "0qg23asq2i5mqhp9xblv5hm3qxmd5886d5x0gq1fkdbyy9gsawi3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-bulgarian")
+ (synopsis
+ "Bulgarian translation of the @emph{Short Introduction to LaTeX2e}")
+ (description
+ "This package includes the source files, PostScript and PDF files of the
+Bulgarian translation of the @emph{Short Introduction to LaTeX2e}.")
+ (license license:public-domain)))
+
+(define-public texlive-lshort-chinese
+ (package
+ (name "texlive-lshort-chinese")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-chinese/")
+ (base32
+ "0455mdpcv3yg4m5vrbdp47j7mcwi43mvsy2p9clp7794agaf2ir6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-zh-cn")
+ (synopsis "Introduction to LaTeX, in Chinese")
+ (description
+ "This package provides a Chinese edition of the @emph{(Not so) short
+introduction to LaTeX2e}, with additional information of typesetting Chinese
+language.")
+ (license license:fdl1.3+)))
+
(define-public texlive-lshort-czech
(package
(name "texlive-lshort-czech")
@@ -5970,10 +20382,81 @@ to LaTeX2e: LaTeX2e-Kurzbeschreibung}.")
(home-page "https://ctan.org/pkg/lshort-italian")
(synopsis "Introduction to LaTeX in Italian")
(description
- "This is the Italian translation of the @emph{(Not so} Short Introduction
+ "This is the Italian translation of the @emph{(Not so) Short Introduction
to LaTeX2e.}")
(license license:gpl3+)))
+(define-public texlive-lshort-japanese
+ (package
+ (name "texlive-lshort-japanese")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-japanese/")
+ (base32
+ "0mfxig980jyzhay1i83d69p294hgbr92v3kk2a4z8ca3fwzy8w74")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-japanese")
+ (synopsis "Japanese version of the @emph{Short Introduction to LaTeX2e}")
+ (description "This is the Japanese version of the @emph{(Not so) Short
+Introduction to LaTeX2e}.")
+ (license license:gpl3+)))
+
+(define-public texlive-lshort-korean
+ (package
+ (name "texlive-lshort-korean")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-korean/")
+ (base32
+ "07660lrss97hswmis7rgc419h05mgrvsfrrwmnrwk5yn97flhhqd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-korean")
+ (synopsis "Korean introduction to LaTeX")
+ (description
+ "This package provides a translation of Oetiker's original @emph{(Not so)
+short introduction to LaTeX2e}.")
+ (license license:fdl1.3+)))
+
+(define-public texlive-lshort-mongol
+ (package
+ (name "texlive-lshort-mongol")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-mongol/")
+ (base32
+ "153k4dzia30fpx847wli7i5p407a808gmj3p7jifq5bpx479qg1g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-mongol")
+ (synopsis "Short introduction to LaTeX, in Mongolian")
+ (description
+ "This package provides a translation of Oetiker's @emph{(Not so) short
+introduction to LaTeX2e}.")
+ (license license:lppl)))
+
+(define-public texlive-lshort-persian
+ (package
+ (name "texlive-lshort-persian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-persian/")
+ (base32
+ "0b1b45nh2d3d3zv735dymgyllj6m8i57icbihjkl1im0nghrzklk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-persian")
+ (synopsis "Persian (Farsi) introduction to LaTeX")
+ (description
+ "This package provides a Persian (Farsi) translation of Oetiker's
+@emph{(Not so) short introduction to LaTeX2e}.")
+ (license license:public-domain)))
+
(define-public texlive-lshort-polish
(package
(name "texlive-lshort-polish")
@@ -6010,6 +20493,23 @@ to LaTeX2e}.")
Introduction to LaTeX2e}.")
(license license:public-domain)))
+(define-public texlive-lshort-russian
+ (package
+ (name "texlive-lshort-russian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-russian/")
+ (base32
+ "02abh69xl43p56fcciyan4j0z4mqq2j7ynwazq1nywhz37d6zn7y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-russian")
+ (synopsis "Russian introduction to LaTeX")
+ (description "This package provides the Russian version of the @emph{Short
+Introduction to LaTeX2e}.")
+ (license license:gpl3+)))
+
(define-public texlive-lshort-slovak
(package
(name "texlive-lshort-slovak")
@@ -6064,6 +20564,23 @@ Short Introduction to LaTeX2e}.")
Introduction to LaTeX2e}.")
(license license:gpl3+)))
+(define-public texlive-lshort-thai
+ (package
+ (name "texlive-lshort-thai")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-thai/")
+ (base32
+ "16r9gx902a342q2mj570y269yw97yaj6hrbqrk4h49ihm695z30i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-thai")
+ (synopsis "Introduction to LaTeX in Thai")
+ (description
+ "This is the Thai translation of the @emph{Short Introduction to LaTeX2e}.")
+ (license license:public-domain)))
+
(define-public texlive-lshort-turkish
(package
(name "texlive-lshort-turkish")
@@ -6082,6 +20599,42 @@ Introduction to LaTeX2e}.")
short introduction to LaTeX2e}.")
(license license:public-domain)))
+(define-public texlive-lshort-ukr
+ (package
+ (name "texlive-lshort-ukr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-ukr/")
+ (base32
+ "1nsah1h3z3sy96a9x0mfdwby7pvvjwq7zxfv2s8nvsbvnn1al17s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-ukr")
+ (synopsis "Ukrainian version of the LaTeX introduction")
+ (description
+ "This package provides the Ukrainian version of the @emph{Short
+Introduction to LaTeX2e}.")
+ (license license:gpl2+)))
+
+(define-public texlive-lshort-vietnamese
+ (package
+ (name "texlive-lshort-vietnamese")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lshort-vietnamese/")
+ (base32
+ "094lfry6cqvpk02c3acss6581mgb7j30fnja1b3qwzxmyxjdblwa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lshort-vietnamese")
+ (synopsis "Vietnamese version of the LaTeX introduction")
+ (description
+ "This is the Vietnamese version of the @emph{Short Introduction to
+LaTeX2e}.")
+ (license license:lppl)))
+
(define-public texlive-lstbayes
(package
(name "texlive-lstbayes")
@@ -6102,6 +20655,143 @@ short introduction to LaTeX2e}.")
several languages not included in that package: BUGS, JAGS, and Stan.")
(license license:lppl1.3+)))
+(define-public texlive-ltb2bib
+ (package
+ (name "texlive-ltb2bib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ltb2bib/" "source/latex/ltb2bib/"
+ "tex/latex/ltb2bib/")
+ (base32
+ "1wrm89bynjm4g4a1zpx38v6yd2l3b1gh13h4m5hknvla2lydljfg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ltb2bib")
+ (synopsis "Converts @code{amsrefs} bibliographical databases to BibTeX
+format")
+ (description
+ "This package implements a LaTeX command that converts an @code{amsrefs}
+bibliographical database (@file{.ltb}) to a BibTeX bibliographical database
+(@file{.bib}). @code{ltb2bib} is the reverse of the @samp{amsxport} option in
+@code{amsrefs}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ltxdockit
+ (package
+ (name "texlive-ltxdockit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ltxdockit/"
+ "tex/latex/ltxdockit/")
+ (base32
+ "0n1c8g8kaaazg7kahfkckh86s29bi1p3sw9h8v7hl5zgg6mb3415")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ltxdockit")
+ (synopsis "Documentation support")
+ (description
+ "This bundle, consisting of a simple wrapper class and some packages,
+forms a small LaTeX and BibTeX documentation kit; the author uses it for some
+of his own packages.")
+ (license license:lppl)))
+
+(define-public texlive-luabibentry
+ (package
+ (name "texlive-luabibentry")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/luabibentry/"
+ "source/lualatex/luabibentry/"
+ "tex/lualatex/luabibentry/")
+ (base32
+ "00f6sxkzmfznjbisicacxd546v8zizm1fz36s05iiyra04cawnw4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/luabibentry")
+ (synopsis "Repeat BibTeX entries in a LuaLaTeX document body")
+ (description
+ "The package reimplements @code{bibentry}, for use in LuaLaTeX.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-lxfonts
+ (package
+ (name "texlive-lxfonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/lxfonts/"
+ "fonts/map/dvips/lxfonts/"
+ "fonts/source/public/lxfonts/"
+ "fonts/tfm/public/lxfonts/"
+ "fonts/type1/public/lxfonts/"
+ "source/fonts/lxfonts/"
+ "tex/latex/lxfonts/")
+ (base32
+ "1n7bznkcc1ma2k977306rjg1mlpcspc46xg14abnc2d4k2970bfg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-ec texlive-metafont))
+ (home-page "https://ctan.org/pkg/lxfonts")
+ (synopsis "Set of slide fonts based on CM")
+ (description
+ "The bundle contains the traditional slides fonts revised to be
+completely usable both as text fonts and mathematics fonts; they are fully
+integrate with the new operators, letters, symbols and extensible delimiter
+fonts, as well as with the AMS fonts, all redone with the same stylistic
+parameters.")
+ (license license:lppl)))
+
+(define-public texlive-lyluatex
+ (package
+ (name "texlive-lyluatex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/lyluatex/" "scripts/lyluatex/"
+ "tex/luatex/lyluatex/")
+ (base32
+ "04w57pki09mzhaxv3s1f2m0bj1df5aqxygqgrihvkabc5x00is87")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lyluatex")
+ (synopsis
+ "Commands to include LilyPond scores within a (Lua)LaTeX document")
+ (description
+ "This package provides macros for the inclusion of LilyPond scores within
+LuaLaTeX. It calls LilyPond to compile scores, then includes the produced
+files.")
+ (license license:expat)))
+
+(define-public texlive-m-tx
+ (package
+ (name "texlive-m-tx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/m-tx/"
+ "doc/man/man1/prepmx.1"
+ "doc/man/man1/prepmx.man1.pdf"
+ "scripts/m-tx/"
+ "tex/generic/m-tx/"
+ "tex/latex/m-tx/")
+ (base32
+ "1sakzv7r6mybx0k7k0fi1qb789nf7lvbl0ns8s0hhc9fz37b0br5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "m-tx.lua")))
+ (home-page "https://ctan.org/pkg/m-tx")
+ (synopsis "Preprocessor for @command{pmx}")
+ (description
+ "M-Tx is a preprocessor to @command{pmx}, which is itself a preprocessor
+to MusixTeX, a music typesetting system. The prime motivation to the
+development of M-Tx was to provide lyrics for music to be typeset. In fact,
+@command{pmx} now provides a lyrics interface, but M-Tx continues in use by
+those who prefer its language.")
+ (license license:expat)))
+
(define-public texlive-macros2e
(package
(name "texlive-macros2e")
@@ -6143,6 +20833,102 @@ classes, @code{fiche} and @code{cours}, useful to create short high school
documents such as tests or lessons. The documentation is in French.")
(license license:gpl3+)))
+(define-public texlive-magra
+ (package
+ (name "texlive-magra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/magra/"
+ "fonts/enc/dvips/magra/"
+ "fonts/map/dvips/magra/"
+ "fonts/tfm/public/magra/"
+ "fonts/type1/public/magra/"
+ "fonts/vf/public/magra/"
+ "tex/latex/magra/")
+ (base32
+ "0bbybiv6v05886qydj1c7l2ja520j15jgz6jz4g8qa58ycrls4kl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/magra")
+ (synopsis "Magra font face with support for LaTeX and pdfLaTeX")
+ (description
+ "This package provides the Magra family of fonts designed by FontFuror,
+with support for LaTeX and pdfLaTeX.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-mahjong
+ (package
+ (name "texlive-mahjong")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mahjong/" "source/latex/mahjong/"
+ "tex/latex/mahjong/")
+ (base32
+ "1nkj6kri9dpk3gkms4raldzkj3dhsf54vggivb6nh169s7a16m7q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mahjong")
+ (synopsis "Typeset mahjong tiles using MPSZ Notation")
+ (description
+ "The @code{mahjong} package provides a LaTeX interface for typesetting
+mahjong tiles using an extended version of MPSZ algebraic notation. Its
+features include spaces, rotated, blank, and concealed tiles, as well as red
+fives. The size of the mahjong tiles can be controlled using a package option
+and an optional argument of @code{\\mahjong}. It is primarily aimed at
+Riichi (aka Japanese) Mahjong but can be used to typeset any style of
+mahjong.")
+ (license (list license:expat license:cc-by4.0))))
+
+(define-public texlive-marcellus
+ (package
+ (name "texlive-marcellus")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/marcellus/"
+ "fonts/enc/dvips/marcellus/"
+ "fonts/map/dvips/marcellus/"
+ "fonts/tfm/public/marcellus/"
+ "fonts/truetype/public/marcellus/"
+ "fonts/type1/public/marcellus/"
+ "fonts/vf/public/marcellus/"
+ "tex/latex/marcellus/")
+ (base32
+ "1nnc0v15sjwzivy504lvrrfyzjhha7p42nwp0qqy7pwspb7cqsm5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/marcellus")
+ (synopsis "Marcellus fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Marcellus family of fonts, designed by Brian J. Bonislawsky. Marcellus is
+a flared-serif family, inspired by classic Roman inscription letterforms.
+There is currently just a regular weight and small-caps. The regular weight
+will be silently substituted for bold.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-margbib
+ (package
+ (name "texlive-margbib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/margbib/" "source/latex/margbib/"
+ "tex/latex/margbib/")
+ (base32
+ "04aa9nfdxc475nyj4cl8gkj2grn7v3rkb3hwhbhff5nr88nx4aqq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (home-page "https://ctan.org/pkg/margbib")
+ (synopsis "Display bibitem tags in the margins")
+ (description
+ "The package redefines the @code{thebibliography} environment to place
+the citation key into the margin.")
+ (license license:gpl3+)))
+
(define-public texlive-matapli
(package
(name "texlive-matapli")
@@ -6161,6 +20947,47 @@ documents such as tests or lessons. The documentation is in French.")
Mathématiques Appliquées et Industrielles (SMAI).")
(license license:lppl1.3c)))
+(define-public texlive-matc3
+ (package
+ (name "texlive-matc3")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/matc3/" "source/latex/matc3/"
+ "tex/latex/matc3/")
+ (base32
+ "1rmrkdcda87pjl1lvyvzky0vdhghx0j6z1vdi9fdz2122f2drmpm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/matc3")
+ (synopsis "Commands for Matematica C3 textbooks")
+ (description
+ "The package provides support for the Matematica C3 project to produce
+mathematical textbooks for use in Italian high schools.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-matc3mem
+ (package
+ (name "texlive-matc3mem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/matc3mem/"
+ "source/latex/matc3mem/"
+ "tex/latex/matc3mem/")
+ (base32
+ "10igcyqzddl25gxasa9dxj2j49gqs9vi2g1ay0z6jyd5nfsp8ic0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/matc3mem")
+ (synopsis "Class for MatematicaC3 textbooks")
+ (description
+ "The class is a development of @code{memoir}, with
+additions (specifically, mathematical extensions) that provide support for
+writing the books for the Matematica C3 project to produce mathematical
+textbooks for use in Italian high schools.")
+ (license license:lppl1.3+)))
+
(define-public texlive-math-into-latex-4
(package
(name "texlive-math-into-latex-4")
@@ -6179,6 +21006,99 @@ Mathématiques Appliquées et Industrielles (SMAI).")
4th edition.")
(license license:public-domain)))
+(define-public texlive-mathabx
+ (package
+ (name "texlive-mathabx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/mathabx/"
+ "fonts/source/public/mathabx/"
+ "fonts/tfm/public/mathabx/"
+ "tex/generic/mathabx/")
+ (base32
+ "0kj95jl89wh43b9mfqp05hpa5jqyxca7hp9pfk21js2dhysr7x18")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/mathabx")
+ (synopsis "Three series of mathematical symbols")
+ (description
+ "Mathabx is a set of three mathematical symbols font series.
+They are defined by Metafont code. The package includes Plain TeX and LaTeX
+support macros. A version of the fonts, in Adobe Type 1 format, is also
+available.")
+ (license license:lppl)))
+
+(define-public texlive-mathabx-type1
+ (package
+ (name "texlive-mathabx-type1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/mathabx-type1/"
+ "fonts/map/dvips/mathabx-type1/"
+ "fonts/type1/public/mathabx-type1/")
+ (base32
+ "1j9aiwxq512bnwjvah06rygd8m6b68dpfkynagad627sfyrblcaa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-mathabx))
+ (home-page "https://ctan.org/pkg/mathabx-type1")
+ (synopsis "Outline version of the @code{mathabx} fonts")
+ (description
+ "This is an Adobe Type 1 outline version of the @code{mathabx} fonts.")
+ (license license:lppl)))
+
+(define-public texlive-mathalpha
+ (package
+ (name "texlive-mathalpha")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mathalpha/"
+ "tex/latex/mathalpha/")
+ (base32
+ "19wniyaba8cz4vk279ashg68bxq9178cvvz53cng2cn6i6rw32rv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mathalpha")
+ (synopsis "General package for loading maths alphabets in LaTeX")
+ (description
+ "Package @code{mathalfa} was renamed to @code{mathalpha}. For backward
+compatibility the old name will continue to be recognized in LaTeX documents.
+The package provides means of loading maths alphabets (such as are normally
+addressed via macros @code{\\mathcal}, @code{\\mathbb}, @code{\\mathfrak} and
+@code{\\mathscr}).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-mathastext
+ (package
+ (name "texlive-mathastext")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mathastext/"
+ "source/latex/mathastext/"
+ "tex/latex/mathastext/")
+ (base32
+ "1660w9yhgw9ihhy06f9zqgw9isvprrs2x9yikhbz7szphq3cfpfv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mathastext")
+ (synopsis "Use the text font in maths mode")
+ (description
+ "The package uses a text font (usually the document's text font) for the
+letters of the Latin alphabet needed when typesetting
+mathematics. (Optionally, other characters in the font may also be used).
+This facility makes possible (for a document with simple mathematics) a far
+wider choice of text font, with little worry that no specially designed
+accompanying maths fonts are available. The package also offers a simple
+mechanism for using many different choices of (text hence, now, maths) font in
+the same document. Of course, using one font for two purposes helps produce
+smaller PDF files.")
+ (license license:lppl1.3+)))
+
(define-public texlive-mathcommand
(package
(name "texlive-mathcommand")
@@ -6415,6 +21335,98 @@ representation of common vectors and tensors such as forces, velocities,
moments of inertia, etc.")
(license license:lppl1.3c)))
+(define-public texlive-maze
+ (package
+ (name "texlive-maze")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/maze/" "tex/latex/maze/")
+ (base32
+ "0dwsv62rpyll1cfh1qpz6msmypc1a61b1pb0a7lm89ks1cj42zmg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/maze")
+ (synopsis "Generate random mazes")
+ (description
+ "This package can generate random square mazes of a specified size.
+The mazes generated by this package are natural and their solution is not too
+obvious. The output it based on the @code{picture} environment.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-mcmthesis
+ (package
+ (name "texlive-mcmthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mcmthesis/"
+ "source/latex/mcmthesis/"
+ "tex/latex/mcmthesis/")
+ (base32
+ "1hz4c2mjfk3169phgy39m2y15k7jybfd4k36f26m17k6c490qpfc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mcmthesis")
+ (synopsis "Template designed for MCM and ICM")
+ (description
+ "The package offers a template for @acronym{MCM, The Mathematical Contest
+in Modeling} and @acronym{ICM, The Interdisciplinary Contest in Modeling} for
+typesetting the submitted paper.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-mdputu
+ (package
+ (name "texlive-mdputu")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mdputu/"
+ "fonts/tfm/public/mdputu/"
+ "fonts/vf/public/mdputu/"
+ "tex/latex/mdputu/")
+ (base32
+ "01baplnisdakypsrzcvz1hibqw2gq70hyk2dwgljhwcb14rcxylw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mdputu")
+ (synopsis "Upright digits in Adobe Utopia Italic")
+ (description
+ "The @emph{Annals of Mathematics} uses italics for theorems. However,
+slanted digits and parentheses look disturbing when surrounded by (upright)
+mathematics. This package provides virtual fonts with italics and upright
+digits and punctuation, as an extension to Mathdesign's Utopia bundle.")
+ (license license:bsd-3)))
+
+(define-public texlive-mdsymbol
+ (package
+ (name "texlive-mdsymbol")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/mdsymbol/"
+ "doc/latex/mdsymbol/"
+ "fonts/enc/dvips/mdsymbol/"
+ "fonts/map/dvips/mdsymbol/"
+ "fonts/opentype/public/mdsymbol/"
+ "fonts/source/public/mdsymbol/"
+ "fonts/tfm/public/mdsymbol/"
+ "fonts/type1/public/mdsymbol/"
+ "source/latex/mdsymbol/"
+ "tex/latex/mdsymbol/")
+ (base32
+ "1ssvyqyh3k8q2snj8wk0xdbxgnafacsyj4iyh14hrxybknxxqh22")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/mdsymbol")
+ (synopsis "Symbol fonts to match Adobe Myriad Pro")
+ (description
+ "The package provides a font of mathematical symbols, MyriadPro. The
+font is designed as a companion to Adobe Myriad Pro, but it might also fit
+well with other contemporary typefaces.")
+ (license license:silofl1.1)))
+
(define-public texlive-mecaso
(package
(name "texlive-mecaso")
@@ -6516,6 +21528,75 @@ styles that ease the declaration of memory graphs. It is intended for graphs
that represent the memory of a computer program during its execution.")
(license license:lppl1.3+)))
+(define-public texlive-mendex-doc
+ (package
+ (name "texlive-mendex-doc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/mendex-doc/"
+ "makeindex/mendex-doc/"
+ "source/latex/mendex-doc/")
+ (base32
+ "096b1v9zzl3qm189paaxz16z4a1xgcj7l2bhdgvl2wqshsz9lx4p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mendex-doc")
+ (synopsis "Documentation for Mendex index processor")
+ (description
+ "This package provides documentation for Mendex (Japanese index
+processor).")
+ (license license:bsd-3)))
+
+(define-public texlive-mentis
+ (package
+ (name "texlive-mentis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mentis/" "source/latex/mentis/"
+ "tex/latex/mentis/")
+ (base32
+ "0js6gp93jzj6kzvwqycilp42zbwslxk6z77g2198gip2i4m1li0i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mentis")
+ (synopsis "Basis for books to be published by Mentis publishers")
+ (description
+ "This LaTeX class loads @code{scrbook} and provides changes necessary for
+publishing at Mentis publishers in Paderborn, Germany. It is not an official
+Mentis class, but developed in close co-operation with Mentis.")
+ (license license:lppl)))
+
+(define-public texlive-merriweather
+ (package
+ (name "texlive-merriweather")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/merriweather/"
+ "fonts/enc/dvips/merriweather/"
+ "fonts/map/dvips/merriweather/"
+ "fonts/opentype/sorkin/merriweather/"
+ "fonts/tfm/sorkin/merriweather/"
+ "fonts/type1/sorkin/merriweather/"
+ "fonts/vf/sorkin/merriweather/"
+ "tex/latex/merriweather/")
+ (base32
+ "1dgjw3ld1srv2irnhn6b592y9q9917y6w1x1kcqb4a7dv8s7wpzj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/merriweather")
+ (synopsis "Merriweather and MerriweatherSans fonts, with LaTeX support")
+ (description
+ "This package provides the Merriweather and MerriweatherSans families of
+fonts, designed by Eben Sorkin, with support for LaTeX, pdfLaTeX, XeLaTeX, and
+LuaLaTeX. Merriweather features a very large x-height, slightly condensed
+letterforms, a mild diagonal stress, sturdy serifs and open forms. The Sans
+family closely harmonizes with the weights and styles of the serif family.
+There are four weights and italics for each.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-messagepassing
(package
(name "texlive-messagepassing")
@@ -6579,6 +21660,26 @@ ranging from very simple (lines and circles) to rather intricate (uncommon
geometric transformations, fractals, bitmap, etc).")
(license license:gpl1+)))
+(define-public texlive-metrix
+ (package
+ (name "texlive-metrix")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/metrix/" "source/latex/metrix/"
+ "tex/latex/metrix/")
+ (base32
+ "185w7pgil8zix0czvd69l5pv6pcjc0n4nfbllm5v5mzr31sc0k5j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/metrix")
+ (synopsis "Typeset metric marks for Latin text")
+ (description
+ "The package may be used to type the prosodics/metrics of (Latin) verse;
+it provides macros to typeset the symbols standing alone, and in combination
+with symbols, giving automatic alignment.")
+ (license license:lppl1.3c)))
+
(define-public texlive-mex
(package
(name "texlive-mex")
@@ -6690,6 +21791,32 @@ equation number if and only if the equation actually has a label, which
reduces visual clutter.")
(license license:public-domain)))
+(define-public texlive-miama
+ (package
+ (name "texlive-miama")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/miama/"
+ "fonts/afm/public/miama/"
+ "fonts/enc/dvips/miama/"
+ "fonts/map/dvips/miama/"
+ "fonts/opentype/public/miama/"
+ "fonts/tfm/public/miama/"
+ "fonts/type1/public/miama/"
+ "source/fonts/miama/"
+ "tex/latex/miama/")
+ (base32
+ "07a2i250himdjnphq39kq08ycl7mgi9v1w3cnsg1q2c7qwwizrkw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/miama")
+ (synopsis "Miama Nueva handwriting font with LaTeX support")
+ (description
+ "Miama Nueva is a handwriting and script font with over 1300 glyphs that
+supports Latin, Cyrillic, and Greek. It comes complete with LaTeX support.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
(define-public texlive-miller
(package
(name "texlive-miller")
@@ -6710,6 +21837,58 @@ with an easy syntax. Minus signs are printed as bar above the corresponding
number.")
(license license:lppl)))
+(define-public texlive-minimalist
+ (package
+ (name "texlive-minimalist")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/minimalist/"
+ "tex/latex/minimalist/")
+ (base32
+ "01j72iqf15jx3larxkmcvsviw1z9wba9vl5g0x6d1ch3jpg32xpg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-projlib))
+ (home-page "https://ctan.org/pkg/minimalist")
+ (synopsis "Write your articles or books in a simple and clear way")
+ (description
+ "This package offers you a LaTeX style file and two classes to typeset
+articles or books in a simple and clear way. These classes currently have
+native support for English, French, German, Italian, Portuguese (European and
+Brazilian), and Spanish typesetting. They compile with any major TeX engine.
+You may also wish to consider the packages @code{einfart} and
+@code{simplivre}, which are enhanced versions of the classes provided here.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-mintspirit
+ (package
+ (name "texlive-mintspirit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/mintspirit/"
+ "fonts/enc/dvips/mintspirit/"
+ "fonts/map/dvips/mintspirit/"
+ "fonts/opentype/arkandis/mintspirit/"
+ "fonts/tfm/arkandis/mintspirit/"
+ "fonts/type1/arkandis/mintspirit/"
+ "fonts/vf/arkandis/mintspirit/"
+ "tex/latex/mintspirit/")
+ (base32
+ "0rh8xjrxm996k2qkd42r27fz8ir8cg8bpy1fgbdbbjyd3a6xpic3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mintspirit")
+ (synopsis "LaTeX support for MintSpirit font families")
+ (description
+ "The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the MintSpirit and MintSpiritNo2 families of fonts, designed by Hirwen
+Harendal. MintSpirit was originally designed for use as a system font on
+a Linux Mint system. The No.@: 2 variant provides more conventional shapes
+for some glyphs.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-mismath
(package
(name "texlive-mismath")
@@ -6733,6 +21912,415 @@ systems of equations and small matrices, @code{displaymath} in double columns
for long calculations.")
(license license:lppl1.3+)))
+(define-public texlive-missaali
+ (package
+ (name "texlive-missaali")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/missaali/"
+ "fonts/opentype/public/missaali/"
+ "tex/latex/missaali/")
+ (base32
+ "1wa6knx1s82q86rl2icd9nqlh5ppa3636f28ns6g1l5fag6wd283")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/missaali")
+ (synopsis "Late medieval OpenType Textura font")
+ (description
+ "This package contains the OpenType Textura font Missaali and a style
+file for using it with XeLaTeX. Textura is a typeface based on the
+@emph{textus quadratus} form of the @emph{textualis formata} that late
+medieval scribes used for the most valuable manuscripts. The font Missaali is
+based on Textura that German printer Bartholomew Ghotan used for printing
+missals and psalters in the 1480s.
+
+This font has two intended use cases: as a Gothic display font; and for
+emulating late-medieval manuscripts. In addition to the basic Textura
+letters, the font contains a large number of abbreviation sigla as well as
+a set of Lombardic initials. As modern typesetting algorithms are not
+intended for creating 15th century style layout, the package contains
+a XeLaTeX style file that makes it easier to achieve the classic incunabula
+look.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-mlacls
+ (package
+ (name "texlive-mlacls")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mlacls/" "source/latex/mlacls/"
+ "tex/latex/mlacls/")
+ (base32
+ "1g6kqsrvcvf8xmygb7rh18a1amqc83fp7fghvd17klsaslal83cd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mlacls")
+ (synopsis "LaTeX class for MLA papers")
+ (description
+ "In the United States, secondary and undergraduate students are generally
+expected to adhere to the format prescribed by the @acronym{MLA, Modern
+Language Association} for typewritten essays, research papers and writings.
+This package provides a simple, straightforward LaTeX class for composing
+papers almost perfectly adherent to the MLA style guide.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-mlmodern
+ (package
+ (name "texlive-mlmodern")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/mlmodern/"
+ "fonts/map/dvips/mlmodern/"
+ "fonts/tfm/public/mlmodern/"
+ "fonts/type1/public/mlmodern/"
+ "tex/latex/mlmodern/")
+ (base32
+ "0cw802x67yqh6zlkf89pdjlx0r5lmwdca5vcqxmv24c5gx2bc666")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mlmodern")
+ (synopsis
+ "Blacker Type 1 version of Computer Modern, with multilingual support")
+ (description
+ "MLModern is a text and math font family with (La)TeX support, based on
+the design of Donald Knuth's Computer Modern and the Latin Modern project. It
+avoids the spindliness of most other Type 1 versions of Computer Modern.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-mltex
+ (package
+ (name "texlive-mltex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mltex/" "tex/latex/mltex/"
+ "tex/mltex/config/")
+ (base32
+ "1ip0q5kqj6bg4jkginzljknbrd74ss4iky2gvlmf8nnrq06n89my")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:create-formats #~(list "mllatex" "mltex")))
+ (propagated-inputs
+ (list texlive-atbegshi
+ texlive-atveryend
+ texlive-babel
+ texlive-cm
+ texlive-everyshi
+ texlive-firstaid
+ texlive-hyphen-complete
+ texlive-knuth-lib
+ texlive-l3backend
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-latex
+ texlive-latex-fonts
+ texlive-latexconfig
+ texlive-plain
+ texlive-tex-ini-files
+ texlive-unicode-data))
+ (home-page "https://ctan.org/pkg/mltex")
+ (synopsis "The MLTeX system")
+ (description
+ "MLTeX is a modification of TeX that allows the hyphenation of words with
+accented letters using ordinary Computer Modern (CM) fonts. The system is
+distributed as a TeX change file.")
+ (license license:knuth)))
+
+(define-public texlive-mluexercise
+ (package
+ (name "texlive-mluexercise")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mluexercise/"
+ "source/latex/mluexercise/"
+ "tex/latex/mluexercise/")
+ (base32
+ "1zvnz3rm9dq8h00hlbzll5cvw4zlcy8xr8l6cfjg0winfnyznky8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:build-targets #~(list "mluexercice.dtx")))
+ (home-page "https://ctan.org/pkg/mluexercise")
+ (synopsis
+ "Exercises and homework at the Martin Luther University Halle-Wittenberg")
+ (description
+ "This package provides a template class for solving weekly exercises at
+the Institute for Computer Science of Martin Luther University
+Halle-Wittenberg. The class can be used by all students --- especially first
+semesters --- to typeset their exercises with low effort in beautiful LaTeX.
+A bunch of handy macros are included that are used throughout many lectures
+during the bachelor's degree program.")
+ (license license:expat)))
+
+(define-public texlive-mnras
+ (package
+ (name "texlive-mnras")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/mnras/" "doc/latex/mnras/"
+ "tex/latex/mnras/")
+ (base32
+ "1lw2y3vbg8ndvhy5p00blbfwp3bzw40kkrwzs289kphjq249bwnb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mnras")
+ (synopsis "Monthly Notices of the Royal Astronomical Society")
+ (description
+ "This package is used for preparing papers in the journal @emph{Monthly
+Notices of the Royal Astronomical Society}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-mnsymbol
+ (package
+ (name "texlive-mnsymbol")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mnsymbol/"
+ "fonts/enc/dvips/mnsymbol/"
+ "fonts/map/dvips/mnsymbol/"
+ "fonts/map/vtex/mnsymbol/"
+ "fonts/opentype/public/mnsymbol/"
+ "fonts/source/public/mnsymbol/"
+ "fonts/tfm/public/mnsymbol/"
+ "fonts/type1/public/mnsymbol/"
+ "source/latex/mnsymbol/"
+ "tex/latex/mnsymbol/")
+ (base32
+ "164zspl0wcpmba9j0kl6wy8k46xaafjvwjp0dn82dzh73r85jdk2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/mnsymbol")
+ (synopsis "Mathematical symbol font for Adobe MinionPro")
+ (description
+ "MnSymbol is a symbol font family, designed to be used in conjunction
+with Adobe Minion Pro (via the MinionPro package). Almost all of LaTeX and
+AMS mathematical symbols are provided; remaining coverage is available from
+the MinionPro font with the MinionPro package. The fonts are available both
+as Metafont source and as Adobe Type 1 format, and a comprehensive support
+package is provided.")
+ (license license:public-domain)))
+
+(define-public texlive-modeles-factures-belges-assocs
+ (package
+ (name "texlive-modeles-factures-belges-assocs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/modeles-factures-belges-assocs/"
+ "tex/latex/modeles-factures-belges-assocs/")
+ (base32
+ "1rj4r3qa5khgc54f1gz73zywrh61rdw76hlrk9jb6b08gz56wzdz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/modeles-factures-belges-assocs")
+ (synopsis "Generate invoices for Belgian non-profit organizations")
+ (description
+ "This package provides templates and a @file{.sty} file for generating
+invoices for Belgian non-profit organizations.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-montserrat
+ (package
+ (name "texlive-montserrat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/montserrat/"
+ "fonts/enc/dvips/montserrat/"
+ "fonts/map/dvips/montserrat/"
+ "fonts/opentype/public/montserrat/"
+ "fonts/tfm/public/montserrat/"
+ "fonts/type1/public/montserrat/"
+ "fonts/vf/public/montserrat/"
+ "tex/latex/montserrat/")
+ (base32
+ "08aaypw8l30sb0rvv2s9jcw15k3909xam98z2c6vj2x5jyi9wzn7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/montserrat")
+ (synopsis "Montserrat sans serif, with LaTeX support files")
+ (description
+ "Montserrat is a geometric sans-serif typeface designed by Julieta
+Ulanovsky. It is rather close in spirit to Gotham and Proxima Nova, but has
+its own individual appearance --- more informal, less extended, and more
+idiosyncratic. It is provided in a total of nine different weights, each
+having eight figure styles and small caps in both upright and italic shapes.
+There are two quite different versions that don't fit into the usual LaTeX
+classifications. The version having the appellation Alternates has letter
+shapes that are much more rounded than the default version, reflecting the
+signage in the neighborhood of Montserrat.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-mparhack
+ (package
+ (name "texlive-mparhack")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mparhack/"
+ "source/latex/mparhack/"
+ "tex/latex/mparhack/")
+ (base32
+ "1ajlpri5bi62k9wsmic3j2xjkz1wzjc3n4fr04c5d667jsibpfmg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mparhack")
+ (synopsis "Work around a LaTeX bug in marginpars")
+ (description
+ "This package works around the LaTeX bug that marginpars will sometimes
+come out at the wrong margin.")
+ (license license:gpl2+)))
+
+(define-public texlive-mpfonts
+ (package
+ (name "texlive-mpfonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/mpfonts/"
+ "fonts/map/dvips/mpfonts/"
+ "fonts/type3/mpfonts/")
+ (base32
+ "1z6pdjwi14fq6y1s39gxyqlpg6p5j09psjv1cyp7xjwjffdikgaf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mpfonts")
+ (synopsis "Computer Modern Type 3 fonts converted using MetaPost")
+ (description
+ "The Computer Modern fonts are available in Type 1 format, but these
+renditions are somewhat thin and spindly, and produce much lighter results
+than the originals. These fonts are conversions to Type 3 fonts, done
+entirely in MetaPost; they are vector fonts which are a direct conversion from
+the original Metafont files, so they are the design most authentic to the
+originals. However, these fonts, because they are PostScript Type 3 fonts,
+are not suitable for on-screen reading, and should probably only be used for
+printing.")
+ (license (list license:knuth
+ license:lppl1.2+
+ license:silofl1.1
+ license:public-domain))))
+
+(define-public texlive-mucproc
+ (package
+ (name "texlive-mucproc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mucproc/" "source/latex/mucproc/"
+ "tex/latex/mucproc/")
+ (base32
+ "0l6xycas6asggpd4hd1b7x5x867nsx8aw2fkdd1ib8g98i5a8vhk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mucproc")
+ (synopsis "Conference proceedings for the German MuC-conference")
+ (description
+ "The @file{mucproc.cls} is a document class to support the formatting
+guidelines for submissions to the German Mensch und Computer conference.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-mugsthesis
+ (package
+ (name "texlive-mugsthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mugsthesis/"
+ "source/latex/mugsthesis/"
+ "tex/latex/mugsthesis/")
+ (base32
+ "0xf3zjwx6k2dg1hrz4nw6shn6xk3lvmjprg3psfrh3z38r1sp9nh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mugsthesis")
+ (synopsis
+ "Thesis class complying with Marquette University Graduate School
+requirements")
+ (description
+ "The bundle offers a thesis class, based on @code{memoir}, that complies
+with Marquette University Graduate School requirements.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-muling
+ (package
+ (name "texlive-muling")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/muling/" "source/latex/muling/"
+ "tex/latex/muling/")
+ (base32
+ "0i4yvi1b12x8k2i2hi284b4zxwpxrzkfyqvw45m5f27qsr33h61x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/muling")
+ (synopsis
+ "MA thesis class for the Department of Linguistics, University of
+Mumbai")
+ (description
+ "This is a class file for writing MA thesis as required by the
+Department of Linguistics at the University of Mumbai.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-multibib
+ (package
+ (name "texlive-multibib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/multibib/" "doc/latex/multibib/"
+ "makeindex/multibib/"
+ "source/latex/multibib/"
+ "tex/latex/multibib/")
+ (base32
+ "1m16vi9fj2yc49a6iqcccd7yay26i8zpyzzsgxywlrp4ijrx4hqc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/multibib")
+ (synopsis "Multiple bibliographies within one document")
+ (description
+ "The package the creation of references to multiple bibliographies within
+one document. It thus provides complementary functionality to packages like
+@code{bibunits} and @code{chapterbib}, which allow the creation of one
+bibliography for multiple, but different parts of the document. Multibib is
+compatible with @code{inlinebib}, @code{natbib}, and @code{koma-script}.")
+ (license license:lppl)))
+
+(define-public texlive-multibibliography
+ (package
+ (name "texlive-multibibliography")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/multibibliography/"
+ "doc/latex/multibibliography/"
+ "scripts/multibibliography/"
+ "source/latex/multibibliography/"
+ "tex/latex/multibibliography/")
+ (base32
+ "10281fv7xfqmdc08pyk9l9280crklsfqwf5cwd5ysbhdz1r0grcm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "multibibliography.pl")))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/multibibliography")
+ (synopsis
+ "Multiple versions of a bibliography, with different sort orders")
+ (description
+ "Conventional standards for bibliography styles impose a forced choice
+between index and name/year citations, and corresponding references. The
+package avoids this choice, by providing alphabetic, sequenced, and even
+chronological orderings of references. Inline citations, that integrate these
+heterogeneous styles, are also supported (and work with other bibliography
+packages).")
+ (license license:lppl1.3+)))
+
(define-public texlive-multiobjective
(package
(name "texlive-multiobjective")
@@ -6754,6 +22342,297 @@ related to multiobjective optimisation, multiobjective evolutionary
algorithms, multicriteria decision making and similar fields.")
(license license:lppl)))
+(define-public texlive-munich
+ (package
+ (name "texlive-munich")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/munich/" "doc/latex/munich/")
+ (base32
+ "1w464hiivzccfk0i4hz60x3q14h38y2yzycldckx144q0z6i4c5r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/munich")
+ (synopsis "Alternative author-date bibliography style")
+ (description
+ "The Munich BibTeX style is produced with @code{custom-bib}, as a German
+(and, more generally, Continental European) alternative to such author-date
+styles as @code{harvard} and @code{oxford}.")
+ (license license:lppl)))
+
+(define-public texlive-musical
+ (package
+ (name "texlive-musical")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/musical/" "tex/latex/musical/")
+ (base32
+ "0qdrd622vs5dkr5w6pvf04hvni1jqcgxfvhf0ak7gjaxjczisb9h")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/musical")
+ (synopsis "Typeset (musical) theatre scripts")
+ (description
+ "This package is designed to simplify the development and distribution of
+scripts for theatrical musicals, especially ones under development. The
+output is formatted to follow generally accepted script style while also
+maintaining a high level of typographic integrity, and includes commands for
+dialog, lyrics, stage directions, music and dance cues, rehearsal marks, and
+more. It gracefully handles dialog that crosses page breaks, and can generate
+lists of songs and lists of dances in the show.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-musicography
+ (package
+ (name "texlive-musicography")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/musicography/"
+ "tex/latex/musicography/")
+ (base32
+ "07z5yg0ganmmp3qx5v55ll82sf45x6mhjl59abc5xckkfrgixpxn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/musicography")
+ (synopsis "Accessing symbols for music writing with pdfLaTeX")
+ (description
+ "This package makes available the most commonly used symbols in writing
+about music in a way that can be used with pdfLaTeX and looks consistent and
+attractive. It includes accidentals, meters, and notes of different rhythmic
+values. The package builds on the approach used in the @code{harmony}
+package, where the symbols are taken from the MusiXTeX fonts. But it provides
+a larger range of symbols and a more flexible, user-friendly interface.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-musikui
+ (package
+ (name "texlive-musikui")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/musikui/" "tex/latex/musikui/")
+ (base32
+ "1r5ygiavq51sj0l2jcn8jzc1jafach05a3pz2xvzxmxsxdjgzf02")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/musikui")
+ (synopsis "Easy creation of ``arithmetical restoration'' puzzles")
+ (description
+ "This package permits to easily typeset arithmetical restorations using
+LaTeX.")
+ (license license:lppl)))
+
+(define-public texlive-musixguit
+ (package
+ (name "texlive-musixguit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/musixguit/"
+ "tex/latex/musixguit/")
+ (base32
+ "1ck8li0wdn22x0g4f57c9r57ans4rj7ggrm3rsp7xnqgc78as065")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/musixguit")
+ (synopsis "Easy notation for guitar music, in MusixTeX")
+ (description
+ "The package provides commands for typesetting notes for guitar,
+especially for simplifying guitar notation with MusixTeX.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-musixtex
+ (package
+ (name "texlive-musixtex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/musixtex/"
+ "doc/man/man1/musixflx.1"
+ "doc/man/man1/musixflx.man1.pdf"
+ "doc/man/man1/musixtex.1"
+ "doc/man/man1/musixtex.man1.pdf"
+ "dvips/musixtex/"
+ "scripts/musixtex/"
+ "source/generic/musixtex/musixcrd/"
+ "tex/generic/musixtex/"
+ "tex/latex/musixtex/")
+ (base32
+ "1j46cf3v3jmhww47xvm4grnb495aggf1vnmb2sq3zbk9pfmrvd4x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:build-targets #~(list "strip.tex")
+ #:link-scripts #~(list "musixflx.lua" "musixtex.lua")))
+ (home-page "https://ctan.org/pkg/musixtex")
+ (synopsis "Sophisticated music typesetting")
+ (description
+ "MusiXTeX provides a set of macros, based on the earlier MusicTeX,
+for typesetting music with TeX. To produce optimal spacing, MusiXTeX
+is a three-pass system: @command{etex}, @command{musixflx}, and
+@command{etex} again. (Musixflx is a Lua script that is provided in
+the bundle.) The three-pass process, optionally followed by processing
+for printed output, is automated by the @command{musixtex} wrapper
+script.
+
+The package uses its own specialised fonts, which must be available on the
+system for @command{musixtex} to run. The MusiXTeX macros are universally
+acknowledged to be challenging to use directly: the @command{pmx} preprocessor
+compiles a simpler input language to MusiXTeX macros.")
+ (license license:gpl2+)))
+
+(define-public texlive-musixtex-fonts
+ (package
+ (name "texlive-musixtex-fonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/musixtex-fonts/"
+ "fonts/map/dvips/musixtex-fonts/"
+ "fonts/opentype/public/musixtex-fonts/"
+ "fonts/source/public/musixtex-fonts/"
+ "fonts/tfm/public/musixtex-fonts/"
+ "fonts/type1/public/musixtex-fonts/")
+ (base32
+ "0ychs959d1yvxkhwayf73iwvl4qg0a6v5fk7lnw8w3hk8n7zvp86")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/musixtex-fonts")
+ (synopsis "Fonts used by MusixTeX")
+ (description
+ "These are fonts for use with MusixTeX; they are provided both as
+original Metafont source, and as converted Adobe Type 1. The bundle renders
+the older (Type 1 fonts only) bundle @code{musixtex-t1fonts} obsolete.")
+ (license license:gpl3+)))
+
+(define-public texlive-musixtnt
+ (package
+ (name "texlive-musixtnt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/musixtnt/"
+ "doc/man/man1/msxlint.1"
+ "doc/man/man1/msxlint.man1.pdf"
+ "tex/generic/musixtnt/")
+ (base32
+ "0z1rfscla1hiibd0gs3lgf8x5yx19pmwdsbzvx2vvz0ikwgjglm9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:tests? #true
+ #:modules '((guix build texlive-build-system)
+ ((guix build gnu-build-system) #:prefix gnu:)
+ (guix build utils)
+ (srfi srfi-1))
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'unpack-musixtnt-source
+ (lambda _
+ (mkdir-p "build")
+ (with-directory-excursion "build"
+ (invoke "tar" "xvf"
+ ;; Tarball includes a release date that we ignore.
+ (first (find-files ".." "^musixtnt-.*\\.tar.gz"))
+ "--strip-components=1"))))
+ (add-after 'unpack-prerex-source 'build-msxlint
+ (lambda args
+ (with-directory-excursion "build"
+ (for-each (lambda (phase)
+ (apply (assoc-ref gnu:%standard-phases phase) args))
+ '(configure
+ build
+ check
+ install
+ compress-documentation))))))))
+ (propagated-inputs (list texlive-musixtex))
+ (home-page "https://ctan.org/pkg/musixtnt")
+ (synopsis
+ "MusiXTeX extension library enabling transformations of the effect of
+notes commands")
+ (description
+ "This archive contains a MusiXTeX extension library @file{musixtnt.tex}
+and a program, @command{msxlint}.
+
+@file{musixtnt.tex} provides a macro @code{\\TransformNotes} that enables
+transformations of the effect of notes commands such as @code{\\notes}. In
+general, the effect of @code{\\TransformNotes@{input@}@{output@}} is that
+notes commands in the source will expect their arguments to match the input
+pattern, but the notes will be typeset according to the output pattern. An
+example is extracting single-instrument parts from a multi-instrument score.
+
+@command{msxlint} detects incorrectly formatted notes lines in a MusiXTeX
+source file. This should be used before using @code{\\TransformNotes}.")
+ (license license:gpl2)))
+
+(define-public texlive-musuos
+ (package
+ (name "texlive-musuos")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/musuos/" "source/latex/musuos/"
+ "tex/latex/musuos/")
+ (base32
+ "1a7cyjfgch6fvwdv2wi78sx2fdgmjbpb85gp2clhvgf15nkw0h94")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/musuos")
+ (synopsis "Typeset papers for the department of music, Osnabruck")
+ (description
+ "The package provides a LaTeX class for typesetting term papers at the
+institute of music and musicology of the University of Osnabruck, Germany,
+according to the specifications of Prof.@: Stefan Hahnheide. A BibLaTeX style
+is provided.")
+ (license license:lppl)))
+
+(define-public texlive-muthesis
+ (package
+ (name "texlive-muthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/muthesis/" "tex/latex/muthesis/")
+ (base32
+ "1yydkhxpa9c5w8bpdx09w3mjggff0q2zsq8gkkbjjg29mg5x559j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/muthesis")
+ (synopsis "Classes for University of Manchester Dept.@: of Computer
+Science")
+ (description
+ "The bundle provides thesis and project report document classes from the
+University of Manchester's Department of Computer Science.")
+ (license license:lppl)))
+
+(define-public texlive-msu-thesis
+ (package
+ (name "texlive-msu-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/msu-thesis/"
+ "tex/latex/msu-thesis/")
+ (base32
+ "0fsnrq8fvy8wgqfj5ccyw582142vd2haqlmgaxilvp7pybg9m100")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/msu-thesis")
+ (synopsis "Class for Michigan State University Master's and PhD theses")
+ (description
+ "This is a class file for producing dissertations and theses according to
+the Michigan State University Graduate School Guidelines for Electronic
+Submission of master's theses and dissertations. The class should meet all
+current requirements and is updated whenever the university guidelines change.
+The class is based on the @code{memoir} document class, and inherits the
+functionality of that class.")
+ (license license:lppl1.3+)))
+
(define-public texlive-mwcls
(package
(name "texlive-mwcls")
@@ -6782,6 +22661,79 @@ with long items, page styles have variants for normal, opening, closing, and
blank pages.")
(license license:lppl1.2+)))
+(define-public texlive-mxedruli
+ (package
+ (name "texlive-mxedruli")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/mxedruli/"
+ "fonts/afm/public/mxedruli/"
+ "fonts/map/dvips/mxedruli/"
+ "fonts/source/public/mxedruli/"
+ "fonts/tfm/public/mxedruli/"
+ "fonts/type1/public/mxedruli/"
+ "tex/latex/mxedruli/")
+ (base32
+ "070lfw12mfimcwhkgb1hh092p8npmhpmba28rzzwfl1kmsmk99q5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/mxedruli")
+ (synopsis "Pair of fonts for different Georgian alphabets")
+ (description
+ "This package provides two Georgian fonts, in both Metafont and Type
+1 formats, which cover the Mxedruli and the Xucuri alphabets.")
+ (license license:lppl)))
+
+(define-public texlive-mynsfc
+ (package
+ (name "texlive-mynsfc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/mynsfc/"
+ "source/xelatex/mynsfc/"
+ "tex/xelatex/mynsfc/")
+ (base32
+ "15vbgqmqsjqz068gn5ql5ca3wbw7gdq1vnaazpwmc71jdybxxv14")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ ;; "mynsfc.ins" writes files to "./examples". Create this
+ ;; directory first to prevent an error.
+ (add-before 'build 'prepare-build
+ (lambda _ (mkdir-p "build/examples"))))))
+ (home-page "https://ctan.org/pkg/mynsfc")
+ (synopsis "XeLaTeX template for writing the main body of NSFC proposals")
+ (description
+ "The package provides a XeLaTeX template for writing the main body of
+@acronym{NSFC, National Natural Science Foundation of China} proposals, which
+are allowed to apply online. The package defines styles of the outlines and
+uses BibLaTeX and Biber for the management of references.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-na-box
+ (package
+ (name "texlive-na-box")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/na-box/" "tex/xelatex/na-box/")
+ (base32
+ "1j02k0d4m23yackb1vn8pajxwkimkkrx9h512xs3hkxdi6qdwb73")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/na-box")
+ (synopsis "Arabic-aware version of @code{pas-cours} package")
+ (description
+ "This is a modified version of the @code{pas-cours} package made
+compatible with XeLaTeX and Polyglossia to write Arabic documents with fancy
+boxed @code{theorem}-alike environments.")
+ (license license:lppl)))
+
(define-public texlive-naive-ebnf
(package
(name "texlive-naive-ebnf")
@@ -6824,6 +22776,72 @@ Form (EBNF) notation.")
(description "This style file provides macros for named tensor notation.")
(license license:expat)))
+(define-public texlive-nanicolle
+ (package
+ (name "texlive-nanicolle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/nanicolle/"
+ "tex/xelatex/nanicolle/")
+ (base32
+ "0lzcsmy4iw0ch3w1g3h5b23hkzspi5q2gs406l4cihfmf30yiadk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nanicolle")
+ (synopsis "Typesetting herbarium specimen labels")
+ (description
+ "This package provides a LaTeX class @file{nanicolle.cls} for typesetting
+collection labels and identification labels in Chinese style or in western
+style for plant herbarium specimens. So far, documents using this class can
+only be compiled with XeLaTeX.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-nanumtype1
+ (package
+ (name "texlive-nanumtype1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/nanumtype1/"
+ "fonts/afm/public/nanumtype1/"
+ "fonts/map/dvips/nanumtype1/"
+ "fonts/tfm/public/nanumtype1/"
+ "fonts/type1/public/nanumtype1/"
+ "fonts/vf/public/nanumtype1/"
+ "tex/latex/nanumtype1/")
+ (base32
+ "0n7dbhxa186x7f2ql8kjr2bn425vlhswl2m5n2n3iklfam9bmf6k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nanumtype1")
+ (synopsis "Type1 subfonts of Nanum Korean fonts")
+ (description
+ "Nanum is a unicode font designed especially for Korean-language script.
+The font was designed by Sandoll Communication and Fontrix; it includes the
+sans serif (gothic), serif (myeongjo), pen script and brush script typefaces.
+The package provides Type1 subfonts converted from Nanum Myeongjo (Regular and
+@code{ExtraBold)} and Nanum Gothic (Regular and Bold) OTFs. C70, LUC, T1, and
+TS1 font definition files are also provided.")
+ (license license:silofl1.1)))
+
+(define-public texlive-nar
+ (package
+ (name "texlive-nar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/nar/")
+ (base32
+ "1nwk71qirapkg3h6jwlv53fm6zwb2vq0fvmc4xcanf19sm3331mk")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nar")
+ (synopsis "BibTeX style for @emph{Nucleic Acid Research}")
+ (description
+ "This BibTeX bibliography style is for the journal @emph{Nucleic Acid Research}.
+It was adapted from the standard @file{unsrt.bst} style file.")
+ (license license:knuth)))
+
(define-public texlive-natded
(package
(name "texlive-natded")
@@ -6866,6 +22884,49 @@ adapt their size to the material enclosed, rendering @code{\\left} and
@code{\\right} almost obsolete.")
(license license:gpl3+)))
+(define-public texlive-nature
+ (package
+ (name "texlive-nature")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/nature/" "doc/latex/nature/"
+ "tex/latex/nature/")
+ (base32
+ "04jxf6i83qnhy6i3rpqzm4nzqvc7r56ygx37741ii8yckz58xiah")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nature")
+ (synopsis "Prepare papers for the journal @emph{Nature}")
+ (description
+ "@emph{Nature} does not accept papers in LaTeX, but it does accept PDF.
+This class and BibTeX style provide what seems to be necessary to produce
+papers in a format acceptable to the publisher.")
+ (license license:lppl)))
+
+(define-public texlive-navydocs
+ (package
+ (name "texlive-navydocs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/navydocs/"
+ "source/latex/navydocs/"
+ "tex/latex/navydocs/")
+ (base32
+ "1qisck3lr1nhjnqs195agvmiw93yld801nahr3bb7yyhzgn2f443")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/navydocs")
+ (synopsis "Support for technical reports by US Navy organizations")
+ (description
+ "The @code{navydocs} package provides an easy means for creating title
+pages and the following supplementary material pages used in technical reports
+by United States Navy organizations. These pages are generated by specifying
+the page content via a set of commands and then calling a macro to create the
+page at its occurence in the document.")
+ (license license:lppl1.3+)))
+
(define-public texlive-nchairx
(package
(name "texlive-nchairx")
@@ -6886,6 +22947,26 @@ physics at the University of Wurzburg as a collection of macros and predefined
environments for quickly creating nice mathematical documents.")
(license license:lppl1.3+)))
+(define-public texlive-nddiss
+ (package
+ (name "texlive-nddiss")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/nddiss/" "doc/latex/nddiss/"
+ "source/latex/nddiss/" "tex/latex/nddiss/")
+ (base32
+ "131gzskjqhh5v677rxf2pap87jvi6jdznimqmql468y3pwc2zja0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nddiss")
+ (synopsis "Notre Dame Dissertation format class")
+ (description
+ "This class file conforms to the requirements of the Graduate School of
+the University of Notre Dame; with it a user can format a thesis or
+dissertation in LaTeX.")
+ (license license:lppl1.2+)))
+
(define-public texlive-nevelok
(package
(name "texlive-nevelok")
@@ -6904,6 +22985,146 @@ environments for quickly creating nice mathematical documents.")
"This LaTeX package provides automatic definite articles for Hungarian.")
(license license:lppl1.3+)))
+(define-public texlive-newcastle-bst
+ (package
+ (name "texlive-newcastle-bst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/newcastle-bst/"
+ "doc/bibtex/newcastle-bst/")
+ (base32
+ "0q5mwwiwf6pvlk6xbvrc6rfm87qrkpp7nba4qgdagjkdrn0hs4jz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/newcastle-bst")
+ (synopsis
+ "BibTeX style following Harvard at Newcastle style recommendations")
+ (description
+ "This package provides a BibTeX style to format reference lists in the
+Harvard at Newcastle style recommended by Newcastle University. It should be
+used alongside @code{natbib} for citations.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-newcomputermodern
+ (package
+ (name "texlive-newcomputermodern")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/newcomputermodern/"
+ "fonts/opentype/public/newcomputermodern/"
+ "tex/latex/newcomputermodern/")
+ (base32
+ "0b2iingsax99r551150w26zwmlr6a8yjwb00amfa2id390r1yjp5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/newcomputermodern")
+ (synopsis "Computer Modern fonts including matching non-Latin alphabets")
+ (description
+ "This is a new assembly of Computer Modern fonts including extensions in
+many directions for both Latin based languages, non-Latin based languages and
+Mathematics, all compatible in style to CM fonts. In addition to the Regular
+weight of Computer Modern, it provides a Book weight for heavier printing.")
+ (license license:gfl1.0)))
+
+(define-public texlive-newpx
+ (package
+ (name "texlive-newpx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/newpx/"
+ "fonts/afm/public/newpx/"
+ "fonts/enc/dvips/newpx/"
+ "fonts/map/dvips/newpx/"
+ "fonts/opentype/public/newpx/"
+ "fonts/tfm/public/newpx/"
+ "fonts/type1/public/newpx/"
+ "fonts/vf/public/newpx/"
+ "tex/latex/newpx/")
+ (base32
+ "1c58073pzqa9sl69rfqy8b4j8i3fy3hil57fh51icvr5ggq5vyfn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/newpx")
+ (synopsis "Alternative uses of the PX fonts, with improved metrics")
+ (description
+ "This package, initially based on @code{pxfonts}, provides many fixes and
+enhancements to that package, and splits it in two parts (@code{newpxtext} and
+@code{newpxmath}) which may be run independently of one another. It provides
+scaling, improved metrics, and other options.")
+ (license (list license:lppl license:silofl1.1))))
+
+(define-public texlive-newtxsf
+ (package
+ (name "texlive-newtxsf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/newtxsf/"
+ "fonts/map/dvips/newtxsf/"
+ "fonts/tfm/public/newtxsf/"
+ "fonts/type1/public/newtxsf/"
+ "fonts/vf/public/newtxsf/"
+ "tex/latex/newtxsf/")
+ (base32
+ "1nmbh566ifkglk4wdgp297q5nab52ykda4xfi9q5w3c5rzw53y0v")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/newtxsf")
+ (synopsis "Sans-math fonts for use with @code{newtx}")
+ (description
+ "The package provides a maths support that amounts to modifications of
+the STIX sans serif Roman and Greek letters with most symbols taken from
+@code{newtxmath}.")
+ (license license:silofl1.1)))
+
+(define-public texlive-newtxtt
+ (package
+ (name "texlive-newtxtt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/newtxtt/"
+ "fonts/enc/dvips/newtxtt/"
+ "fonts/map/dvips/newtxtt/"
+ "fonts/tfm/public/newtxtt/"
+ "fonts/type1/public/newtxtt/"
+ "tex/latex/newtxtt/")
+ (base32
+ "0x53dqf1mflh00r9v3zj2jqqbabk084zgcbz92x5icvmysrvk92a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/newtxtt")
+ (synopsis "Enhancement of typewriter fonts from @code{newtx}")
+ (description
+ "The package provides enhanced fonts with LaTeX support files providing
+access to the typewriter fonts from @code{newtx}. Regular and bold weights,
+slanted variants and a choice of four different styles for zero.")
+ (license (list license:gpl3 license:lppl))))
+
+(define-public texlive-niceframe-type1
+ (package
+ (name "texlive-niceframe-type1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/niceframe-type1/"
+ "fonts/afm/public/niceframe-type1/"
+ "fonts/map/dvips/niceframe-type1/"
+ "fonts/type1/public/niceframe-type1/")
+ (base32
+ "0np6m165d5xa4y68hy62q39wp069darx63snzl168flj0j1q6qbl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/niceframe-type1")
+ (synopsis "Type 1 versions of the fonts recommended in @code{niceframe}")
+ (description
+ "The bundle provides Adobe Type 1 versions of the fonts @code{bbding10},
+@code{dingbat}, @code{karta15}, @code{umranda} and @code{umrandb}.")
+ (license license:lppl)))
+
(define-public texlive-nicematrix
(package
(name "texlive-nicematrix")
@@ -6929,6 +23150,210 @@ the columns; tools to color rows and columns with a good PDF result; blocks of
cells; etc.")
(license license:lppl1.3+)))
+(define-public texlive-nimbus15
+ (package
+ (name "texlive-nimbus15")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/nimbus15/"
+ "fonts/afm/public/nimbus15/"
+ "fonts/enc/dvips/nimbus15/"
+ "fonts/map/dvips/nimbus15/"
+ "fonts/opentype/public/nimbus15/"
+ "fonts/tfm/public/nimbus15/"
+ "fonts/type1/public/nimbus15/"
+ "fonts/vf/public/nimbus15/"
+ "tex/latex/nimbus15/")
+ (base32
+ "1x5y8jcwg3ns4jdz3rqzmd1xsfsdjbab70dnlm3n7lgs64ljlzyk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-fontools))
+ (home-page "https://ctan.org/pkg/nimbus15")
+ (synopsis "Support files for Nimbus 2015 Core fonts")
+ (description
+ "The Nimbus 2015 Core fonts added Greek and Cyrillic glyphs. This
+package may be best suited as an add-on to the comprehensive Times package,
+providing support for Greek and Cyrillic. A new intermediate weight of
+NimbusMono (AKA Courier) is provided, along with a narrower version which may
+be useful for rendering code.")
+ (license (list license:agpl3 license:lppl1.3+))))
+
+(define-public texlive-nimsticks
+ (package
+ (name "texlive-nimsticks")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nimsticks/"
+ "source/latex/nimsticks/"
+ "tex/latex/nimsticks/")
+ (base32
+ "0y7v01a02lz6mj1fdyrqzgz7kf7y4m3jarkr3sdyid25k0zx9dbj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nimsticks")
+ (synopsis "Draws sticks for games of multi-pile nim")
+ (description
+ "This LaTeX package provides commands @code{\\drawnimstick} to draw
+a single nim stick and @code{\\nimgame} which represents games of multi-pile
+Nim. Nim sticks are drawn with a little random wobble so they look thrown
+together and not too regular. The package also provides options to customise
+the size and colour of the sticks, and flexibility to draw heaps of different
+objects.")
+ (license license:expat)))
+
+(define-public texlive-nkarta
+ (package
+ (name "texlive-nkarta")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/nkarta/"
+ "fonts/source/public/nkarta/"
+ "fonts/tfm/public/nkarta/"
+ "metapost/nkarta/" "source/latex/nkarta/")
+ (base32
+ "0x5rdacf3d2jm4rgcvmpz76icga4gis4ykmsmp745xb7kh99npjv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/nkarta")
+ (synopsis "New version of the Karta cartographic fonts")
+ (description
+ "This package provides a development of the Karta font, offering more
+mathematical stability in Metafont. A version that will produce the glyphs as
+Encapsulated PostScript is also provided.")
+ (license license:public-domain)))
+
+(define-public texlive-nmbib
+ (package
+ (name "texlive-nmbib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/nmbib/" "doc/latex/nmbib/"
+ "source/latex/nmbib/" "tex/latex/nmbib/")
+ (base32
+ "17snspchv0yafz062h59gs9px4dwjk99pwfyxcraw9243k2gd79g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nmbib")
+ (synopsis "Multiple versions of a bibliography, with different sort orders")
+ (description
+ "This package is a rewrite of the @code{multibibliography} package
+providing multiple bibliographies with different sorting. The new version
+offers a number of citation commands, streamlines the creation of
+bibliographies, ensures compatibility with the @code{natbib} package, and
+provides other improvements.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-nnext
+ (package
+ (name "texlive-nnext")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nnext/" "source/latex/nnext/"
+ "tex/latex/nnext/")
+ (base32
+ "0hh2kn4ghnxv9l0xfkh0c0bkflmq5qwnc24y0jm1djjwrnyg1y2r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nnext")
+ (synopsis "Extension for the @code{gb4e} package")
+ (description
+ "This is an add-on for the @code{gb4e} package used in linguistics. It
+implements the @code{\\Next}, @code{\\NNext}, @code{\\Last}, and
+@code{\\LLast} commands from the @code{linguex} package or the @code{\\nextx},
+@code{\\anextx}, @code{\\lastx}, @code{\\blastx}, and @code{\\bblastx}
+commands from the @code{expex} package.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-notes2bib
+ (package
+ (name "texlive-notes2bib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/notes2bib/"
+ "source/latex/notes2bib/"
+ "tex/latex/notes2bib/")
+ (base32
+ "0d51xy7hlwdl752yl1sfr7f6r77j41nkpj1mf1l7pycn5nlnii79")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/notes2bib")
+ (synopsis "Integrating notes into the bibliography")
+ (description
+ "The package defines a new type of note, @code{bibnote}, which will
+always be added to the bibliography. The package allows footnotes and
+endnotes to be moved into the bibliography in the same way. The package can
+be used with @code{natbib} and BibLaTeX as well as plain LaTeX citations.
+Both sorted and unsorted bibliography styles are supported.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-notex-bst
+ (package
+ (name "texlive-notex-bst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/notex-bst/")
+ (base32
+ "14r3q4z35k5n0rl2igjs4lj5ic4yd14xksg1qam5klb6raaf1jkh")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/notex-bst")
+ (synopsis "BibTeX style that outputs HTML")
+ (description
+ "@file{noTeX.bst} produces a number of beautifully formatted HTML
+@samp{P} elements instead of TeX code. It can be used to automatically
+generate bibliographies to be served on the web starting from BibTeX files.")
+ (license license:public-domain)))
+
+(define-public texlive-noto-emoji
+ (package
+ (name "texlive-noto-emoji")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/noto-emoji/"
+ "fonts/truetype/google/noto-emoji/")
+ (base32
+ "117mj4w0gvbndhm7mcxbxzxscd73np5s35467jr2sq2pwbv87i8r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/noto-emoji")
+ (synopsis "Noto Emoji fonts")
+ (description
+ "Noto Color Emoji supports all emoji defined in the latest Unicode
+version.")
+ (license license:silofl1.1)))
+
+(define-public texlive-notomath
+ (package
+ (name "texlive-notomath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/notomath/"
+ "fonts/map/dvips/notomath/"
+ "fonts/tfm/public/notomath/"
+ "fonts/type1/public/notomath/"
+ "fonts/vf/public/notomath/"
+ "tex/latex/notomath/")
+ (base32
+ "1m7b7blmbc6ypv737qhav6np3ri1a7cl14wnhpd5bgs89v9mkafd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/notomath")
+ (synopsis "Math support for Noto fonts")
+ (description
+ "This package provides math support via @code{newtxmath} for NotoSerif
+and NotoSans. (Regular and Bold weights only.)")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
(define-public texlive-nuc
(package
(name "texlive-nuc")
@@ -6950,6 +23375,218 @@ digits than A require special spacing to appear properly; this spacing is
supported in the package.")
(license license:lppl)))
+(define-public texlive-njurepo
+ (package
+ (name "texlive-njurepo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/njurepo/" "source/latex/njurepo/"
+ "tex/latex/njurepo/")
+ (base32
+ "03dli7kk1h8kycbj83h2gy434zl6wvj4xz0lli91b1h8k59i8fv4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/njurepo")
+ (synopsis "Reports for Nanjing University")
+ (description
+ "This LaTeX document class provides a thesis template for Nanjing
+University in order to make it easy to write experiment reports and homework
+for the bachelor's curriculum.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-ndsu-thesis
+ (package
+ (name "texlive-ndsu-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ndsu-thesis/"
+ "tex/latex/ndsu-thesis/")
+ (base32
+ "0nwn17993jqiwgjjfi2jqj6m1qq8b1cbgxvq7shqvk48a0zh6y6h")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ndsu-thesis")
+ (synopsis "North Dakota State University disquisition class")
+ (description
+ "This package provides a class for generating disquisitions, intended to
+be in compliance with North Dakota State University requirements.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ndsu-thesis-2022
+ (package
+ (name "texlive-ndsu-thesis-2022")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ndsu-thesis-2022/"
+ "tex/latex/ndsu-thesis-2022/")
+ (base32
+ "0dpkqwl7w2rqv0k0a3s72incfp9qg04m1ql3mc1hsjnn8f9dysq2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ndsu-thesis-2022")
+ (synopsis "North Dakota State University disquisition class 2022")
+ (description
+ "This package provides a class for generating disquisitions intended to
+be in compliance with North Dakota State University requirements.
+Updated (2022) North Dakota State University LaTeX thesis class features
+several functionalities, including not limited to, numbered and non-numbered
+versions, overall justification, document point sizes, fonts options, SI
+units, show frames, URL breaking, long tables, subfigures, multi-page figures,
+chapter styles, sub-files, algorithm listing, BibTeX and BibLaTeX support,
+individual chapter and whole document bibliography, @code{natbib} citations,
+and clever references.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-nih
+ (package
+ (name "texlive-nih")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nih/" "tex/latex/nih/")
+ (base32
+ "1fa4z598i5hvlc4g9zjvqfn34pmmpab37ghi5miklvji5r2a1835")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nih")
+ (synopsis "Class for NIH grant applications")
+ (description
+ "The @code{nih} class offers support for grant applications to @acronym{NIH,
+National Institutes of Health}, a US government agency.")
+ (license license:lppl)))
+
+(define-public texlive-nihbiosketch
+ (package
+ (name "texlive-nihbiosketch")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nihbiosketch/"
+ "tex/latex/nihbiosketch/")
+ (base32
+ "15d22va4bxwy6h0dwahpakiqry0pq0j4mpc0rbm10lgm3z7hz25c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nihbiosketch")
+ (synopsis "Class for NIH biosketches based on the 2015 updated format")
+ (description
+ "This LaTeX document class tries to adhere to the Biographical Sketch
+formatting requirements outlined in NIH Notice NOT-OD-15-032.. This new
+format is required for applications submitted for due dates on or after May
+25, 2015.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-njustthesis
+ (package
+ (name "texlive-njustthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/njustthesis/"
+ "source/latex/njustthesis/"
+ "tex/latex/njustthesis/")
+ (base32
+ "11xbxz3vvq15v5nr32ww6llq08v7r0x52zmq13dp90nmh0xyj7y6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/njustthesis")
+ (synopsis
+ "Thesis template for the Nanjing University of Science and Technology")
+ (description
+ "This is a thesis template for the Nanjing University of Science and
+Technology.")
+ (license license:gpl3+)))
+
+(define-public texlive-njuthesis
+ (package
+ (name "texlive-njuthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/njuthesis/"
+ "source/latex/njuthesis/"
+ "tex/latex/njuthesis/")
+ (base32
+ "0vzm6iwc025vahbng9nirf1iljrdgqd2w0kz30wczaiy70p1lm5q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/njuthesis")
+ (synopsis "LaTeX thesis template for Nanjing University")
+ (description
+ "The @code{njuthesis} class is intended for typesetting Nanjing
+University dissertations with LaTeX, providing support for bachelor, master,
+and doctoral theses as well as postdoctoral reports. Compilation of this
+class requires either XeLaTeX or LuaLaTeX.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-njuvisual
+ (package
+ (name "texlive-njuvisual")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/njuvisual/"
+ "source/latex/njuvisual/"
+ "tex/latex/njuvisual/")
+ (base32
+ "1v5iv44wi0hh77j56jjccgyrh9kyyfvzbl305vqryphq0r73bk36")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/njuvisual")
+ (synopsis "Display logos related to Nanjing University")
+ (description
+ "The njuvisual package collects standard colors and logos related to
+Nanjing University, saves the vector logos as TikZ pictures and provides
+a user-friendly interface to display them in documents and beamers.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-nostarch
+ (package
+ (name "texlive-nostarch")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/nostarch/" "doc/latex/nostarch/"
+ "makeindex/nostarch/"
+ "source/latex/nostarch/"
+ "tex/latex/nostarch/")
+ (base32
+ "06r1nmwg59ai6v2f80ndkwrcz2ssp1g03g3k5mq0wyyzs1rg4m9q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nostarch")
+ (synopsis "LaTeX class for No Starch Press")
+ (description
+ "The package provides the official LaTeX style for No Starch Press.
+Provided are a class, a package for interfacing to @code{hyperref} and an
+index style file. The style serves both for printed and for electronic
+books.")
+ (license license:lppl)))
+
+(define-public texlive-nrc
+ (package
+ (name "texlive-nrc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nrc/" "source/latex/nrc/"
+ "tex/latex/nrc/")
+ (base32
+ "10h5adzwj8558rwgwipjsbq4j5h674v8nrqfp6hvs3wbn8gdd9hj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nrc")
+ (synopsis "Class for the NRC technical journals")
+ (description
+ "This package provides macros, and some documentation, for typesetting
+papers for submission to journals published by the National Research Council
+Research Press. At present, only @file{nrc2.cls} (for two-column layout)
+should be used.")
+ (license license:lppl)))
+
(define-public texlive-nucleardata
(package
(name "texlive-nucleardata")
@@ -7054,6 +23691,81 @@ terms of recurrence relations.")
mathematical function values.")
(license license:lppl1.3c)))
+(define-public texlive-nunito
+ (package
+ (name "texlive-nunito")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/nunito/"
+ "fonts/enc/dvips/nunito/"
+ "fonts/map/dvips/nunito/"
+ "fonts/opentype/public/nunito/"
+ "fonts/tfm/public/nunito/"
+ "fonts/type1/public/nunito/"
+ "fonts/vf/public/nunito/"
+ "tex/latex/nunito/")
+ (base32
+ "0arx54h5hw50rlikw3sdxgqwhn1sr2jss30103cjip9wff606pa7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nunito")
+ (synopsis "The Nunito font face with support for LaTeX and pdfLaTeX")
+ (description
+ "This package provides LaTeX and pdfLaTeX support for the Nunito family
+of fonts, designed by Vernon Adams.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-nwafuthesis
+ (package
+ (name "texlive-nwafuthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nwafuthesis/"
+ "source/latex/nwafuthesis/"
+ "tex/latex/nwafuthesis/")
+ (base32
+ "001axgdkvkcwfhzg9iw5sgahxh54sp6imi2b442li8f6n5c717lx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "xetex" #:build-targets #~(list "nwafuthesis.dtx")))
+ (native-inputs (list texlive-xetex))
+ (home-page "https://ctan.org/pkg/nwafuthesis")
+ (synopsis "Thesis template package for Northwest A&F University, China")
+ (description
+ "This template supports doctoral and master dissertations and
+undergraduate theses in Chinese. It aims to create a simple interface,
+a normative format, as well as a hackable class for the users. At present, it
+only supports XeTeX and LuaTeX engines.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-nwejm
+ (package
+ (name "texlive-nwejm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nwejm/" "source/latex/nwejm/"
+ "tex/latex/nwejm/")
+ (base32
+ "16amdv0zzh9aax6c4adqai7zi2zknh168x4awsi1b8gbbspp2vbl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:build-targets #~(list "nwejm.dtx")))
+ (home-page "https://ctan.org/pkg/nwejm")
+ (synopsis
+ "Support for the journal @emph{North-Western European Journal of
+Mathematics}")
+ (description
+ "The bundle includes LaTeX classes and BibLaTeX styles files dedicated to
+the new journal @emph{North-Western European Journal of Mathematics}:
+@code{nwejm} for the complete issues of the journal, aimed at the NWEJM's
+team, @code{nwejmart}, intended for the authors who wish to publish an article
+in the NWEJM.")
+ (license license:lppl1.3c)))
+
(define-public texlive-objectz
(package
(name "texlive-objectz")
@@ -7072,6 +23784,376 @@ mathematical function values.")
"The package will typeset both Z and Object-Z specifications.")
(license license:lppl)))
+(define-public texlive-obnov
+ (package
+ (name "texlive-obnov")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/obnov/"
+ "fonts/source/public/obnov/"
+ "fonts/tfm/public/obnov/" "tex/latex/obnov/")
+ (base32
+ "0hjc381fw38qr7rkj137d5rp2jjv002g29bx5g3jjaxl9civvplq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/obnov")
+ (synopsis "Obyknovennaya Novaya fonts")
+ (description
+ "The Obyknovennaya Novaya (Ordinary New Face) typeface was widely used in
+the USSR for scientific and technical publications, as well as textbooks. The
+fonts are encoded to KOI8-R (which is a long-established Russian font
+encoding, rather than a TeX/LaTeX encoding). To use the fonts, the user needs
+Cyrillic font support.")
+ (license license:lppl)))
+
+(define-public texlive-ocherokee
+ (package
+ (name "texlive-ocherokee")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/omega/ocherokee/"
+ "fonts/afm/public/ocherokee/"
+ "fonts/map/dvips/ocherokee/"
+ "fonts/ofm/public/ocherokee/"
+ "fonts/ovf/public/ocherokee/"
+ "fonts/ovp/public/ocherokee/"
+ "fonts/tfm/public/ocherokee/"
+ "fonts/type1/public/ocherokee/"
+ "omega/ocp/ocherokee/"
+ "omega/otp/ocherokee/"
+ "tex/lambda/ocherokee/")
+ (base32
+ "1j2giz3rjr8hdzca5hny31zklnl721mhsgxm575fhh82qrpvdx26")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ocherokee")
+ (synopsis "LaTeX Support for the Cherokee language")
+ (description
+ "This package provides macros and Type 1 fonts for Typesetting the
+Cherokee language with the Omega version of LaTeX (known as Lambda).")
+ (license license:lppl)))
+
+(define-public texlive-octave
+ (package
+ (name "texlive-octave")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/octave/" "tex/latex/octave/")
+ (base32
+ "1avikh00n92lxk7p7h0kvsv2dk2z411fv85fagj7bg6azb3fch8g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/octave")
+ (synopsis "Typeset musical pitches with octave designations")
+ (description
+ "This package package typesets musical pitch names with designation for
+the octave in either the Helmholtz system (with octave numbers), or the
+traditional system (with prime symbols). The system can also be changed
+mid-document.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ocr-b
+ (package
+ (name "texlive-ocr-b")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ocr-b/"
+ "fonts/source/public/ocr-b/"
+ "fonts/tfm/public/ocr-b/")
+ (base32
+ "089y4hihxdln1rvn87lmmiamcy8xc0niiv4gqxivahwkdjl8w0zw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/ocr-b")
+ (synopsis "Fonts for OCR-B")
+ (description
+ "This package includes Metafont source for OCR-B at several sizes.")
+ ;; "you may freely use, modify, and/or distribute any of these files or
+ ;; the resulting fonts, without limitation."
+ (license (license:fsf-free "file://doc/fonts/ocr-b-outline/README"))))
+
+(define-public texlive-ocr-b-outline
+ (package
+ (name "texlive-ocr-b-outline")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ocr-b-outline/"
+ "fonts/map/dvips/ocr-b-outline/"
+ "fonts/opentype/public/ocr-b-outline/"
+ "fonts/type1/public/ocr-b-outline/"
+ "source/fonts/ocr-b-outline/")
+ (base32
+ "1wlgwz91iv3ck8qmwgqda1kmijs3076hccfvbk6v7dkrcy726014")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ocr-b-outline")
+ (synopsis "OCR-B fonts in Type 1 and OpenType")
+ (description
+ "The package contains OCR-B fonts in Type1 and OpenType formats.")
+ ;; "You may freely use, modify, and/or distribute any of these files,
+ ;; without limitation."
+ (license (license:fsf-free "file://doc/fonts/ocr-b-outline/README"))))
+
+(define-public texlive-ogham
+ (package
+ (name "texlive-ogham")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ogham/"
+ "fonts/source/public/ogham/"
+ "fonts/tfm/public/ogham/")
+ (base32
+ "0lk419jbg3ahgcrmffl7snbgv521fccjpsx5i0nq55cs9vrsnav1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/ogham")
+ (synopsis "Fonts for typesetting Ogham script")
+ (description
+ "The font provides the Ogham alphabet, which is found on a number of
+Irish and Pictish carvings dating from the 4th century AD. The font is
+distributed as Metafont source.")
+ (license license:public-domain)))
+
+(define-public texlive-oinuit
+ (package
+ (name "texlive-oinuit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/oinuit/"
+ "fonts/map/dvips/oinuit/"
+ "fonts/ofm/public/oinuit/"
+ "fonts/ovf/public/oinuit/"
+ "fonts/tfm/public/oinuit/"
+ "fonts/type1/public/oinuit/"
+ "omega/ocp/oinuit/"
+ "omega/otp/oinuit/"
+ "source/lambda/oinuit/"
+ "tex/lambda/oinuit/")
+ (base32
+ "1f5rlqgdz4r93z5prxjq7z7591frqz89gplj3y0dscjnlc98wxy4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/oinuit")
+ (synopsis "LaTeX Support for the Inuktitut Language")
+ (description
+ "The package provides a set of Lambda (Omega LaTeX) typesetting tools for
+the Inuktitut language. Five different input methods are supported and with
+the necessary fonts are also provided.")
+ (license license:lppl)))
+
+(define-public texlive-old-arrows
+ (package
+ (name "texlive-old-arrows")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/old-arrows/"
+ "fonts/afm/public/old-arrows/"
+ "fonts/enc/dvips/old-arrows/"
+ "fonts/map/dvips/old-arrows/"
+ "fonts/tfm/public/old-arrows/"
+ "fonts/type1/public/old-arrows/"
+ "tex/latex/old-arrows/")
+ (base32
+ "0lrw3r982646pdp5nf9y9s8w85c2zw7cvbq3lqa3d3lsnykvn3y7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/old-arrows")
+ (synopsis "Computer Modern old-style arrows with smaller arrowheads")
+ (description
+ "This package provides Computer Modern old-style arrows with smaller
+arrowheads, associated with the usual LaTeX commands. It can be used in
+documents that contain other amssymb arrow characters that also have small
+arrowheads. It is also possible to use the usual new-style Computer Modern
+arrows together with the old-style ones.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-oldlatin
+ (package
+ (name "texlive-oldlatin")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/oldlatin/"
+ "fonts/source/public/oldlatin/"
+ "fonts/tfm/public/oldlatin/")
+ (base32
+ "1fvy8myxxa3a5g2s8b5m57a9ijg1qanwcrf701s9lix5yxaqn474")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/oldlatin")
+ (synopsis "Compute Modern-like font with long @emph{s}")
+ (description
+ "This package provides Metafont sources modified from Computer Modern in
+order to generate long @emph{s}, which was used in old text.")
+ (license license:lppl)))
+
+(define-public texlive-oldstandard
+ (package
+ (name "texlive-oldstandard")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/oldstandard/"
+ "fonts/enc/dvips/oldstandard/"
+ "fonts/map/dvips/oldstandard/"
+ "fonts/opentype/public/oldstandard/"
+ "fonts/tfm/public/oldstandard/"
+ "fonts/type1/public/oldstandard/"
+ "fonts/vf/public/oldstandard/"
+ "tex/latex/oldstandard/")
+ (base32
+ "0rqx0i13q5axcnilggy9zgi28z2c3xl23dfxjdlsjdkyxvpfl44y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/oldstandard")
+ (synopsis "OldStandard fonts with LaTeX support")
+ (description
+ "Old Standard is designed to reproduce the actual printing style of the
+early 20th century, reviving a specific type of Modern (classicist) style of
+serif typefaces, very commonly used in various editions of the late 19th and
+early 20th century.
+
+The font supports typesetting of Old and Middle English, Old Icelandic,
+Cyrillic (with historical characters, extensions for Old Slavonic and
+localised forms), Gothic transliterations, critical editions of Classical
+Greek and Latin, and many more.")
+ (license (list license:silofl1.1 license:lppl license:gpl3+))))
+
+(define-public texlive-omega
+ (package
+ (name "texlive-omega")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/omega/base/"
+ "dvips/omega/"
+ "fonts/afm/public/omega/"
+ "fonts/map/dvips/omega/"
+ "fonts/ofm/public/omega/"
+ "fonts/ovf/public/omega/"
+ "fonts/ovp/public/omega/"
+ "fonts/tfm/public/omega/"
+ "fonts/type1/public/omega/"
+ "omega/ocp/char2uni/"
+ "omega/ocp/misc/"
+ "omega/ocp/omega/"
+ "omega/ocp/uni2char/"
+ "omega/otp/char2uni/"
+ "omega/otp/misc/"
+ "omega/otp/omega/"
+ "omega/otp/uni2char/"
+ "tex/generic/encodings/"
+ "tex/generic/omegahyph/"
+ "tex/plain/omega/")
+ (base32
+ "1gma5angnq5wdxianz0ml7y9jh04lsq9ksspykan06p0cp1bnmjc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/omega")
+ (synopsis "Wide-character-set extension of TeX")
+ (description
+ "This package provides a development of TeX, which deals in multi-octet
+Unicode characters, to enable native treatment of a wide range of languages
+without changing character-set. Work on Omega has ceased; its compatible
+successor is Aleph, which is itself also in major maintenance mode only.
+Ongoing projects developing Omega (and Aleph) ideas include Omega-2 and
+LuaTeX.")
+ (license license:gpl3+)))
+
+(define-public texlive-omegaware
+ (package
+ (name "texlive-omegaware")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/odvicopy.1"
+ "doc/man/man1/odvicopy.man1.pdf"
+ "doc/man/man1/odvitype.1"
+ "doc/man/man1/odvitype.man1.pdf"
+ "doc/man/man1/ofm2opl.1"
+ "doc/man/man1/ofm2opl.man1.pdf"
+ "doc/man/man1/opl2ofm.1"
+ "doc/man/man1/opl2ofm.man1.pdf"
+ "doc/man/man1/otangle.1"
+ "doc/man/man1/otangle.man1.pdf"
+ "doc/man/man1/otp2ocp.1"
+ "doc/man/man1/otp2ocp.man1.pdf"
+ "doc/man/man1/outocp.1"
+ "doc/man/man1/outocp.man1.pdf"
+ "doc/man/man1/ovf2ovp.1"
+ "doc/man/man1/ovf2ovp.man1.pdf"
+ "doc/man/man1/ovp2ovf.1"
+ "doc/man/man1/ovp2ovf.man1.pdf")
+ (base32
+ "06kzz0342h6vvc32ydrzgpqsdqv5l0jbd5finr43fmzqi5jnswil")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/omega")
+ (synopsis "Documentation for Omega executables")
+ (description
+ "This package provides the documentation for Omega executables.")
+ (license license:gpl3+)))
+
+(define-public texlive-onrannual
+ (package
+ (name "texlive-onrannual")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/onrannual/"
+ "tex/latex/onrannual/")
+ (base32
+ "1m701gqf0my947jh4lsgwryn3h9m6w4b6rimm8wmzsxlvnag9ag7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/onrannual")
+ (synopsis
+ "Class for Office of Naval Research Ocean Battlespace Sensing annual
+report")
+ (description
+ "This is an unofficial document class for writing @acronym{ONR, Office of
+Naval Research} annual reports using LaTeX; as ONR has had numerous problems
+with LaTeX-generated PDF submissions in the past.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-opensans
+ (package
+ (name "texlive-opensans")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/opensans/"
+ "fonts/enc/dvips/opensans/"
+ "fonts/map/dvips/opensans/"
+ "fonts/tfm/ascender/opensans/"
+ "fonts/truetype/ascender/opensans/"
+ "fonts/type1/ascender/opensans/"
+ "fonts/vf/ascender/opensans/"
+ "tex/latex/opensans/")
+ (base32
+ "1l81y548cslwsy7m06pckf5w33gq53ly3a35zkd9jzfz6yg6w4bq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/opensans")
+ (synopsis "Open Sans font family, and LaTeX support")
+ (description
+ "Open Sans is a humanist sans serif typeface designed by Steve Matteson.
+The package provides support for this font family in LaTeX. It includes the
+original TrueType fonts, as well as Type 1 versions.")
+ (license (list license:asl2.0 license:lppl1.3c))))
+
(define-public texlive-oplotsymbl
(package
(name "texlive-oplotsymbl")
@@ -7092,6 +24174,27 @@ easily available. Especially, these symbols are used in scientific plots, but
the potential user is allowed to use them in other ways.")
(license license:lppl1.3+)))
+(define-public texlive-opteng
+ (package
+ (name "texlive-opteng")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/opteng/" "tex/latex/opteng/")
+ (base32
+ "1svis9n0ssrc6pnvlshwprfjimdfrbisb0jjnlhhys343dv95jqs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/opteng")
+ (synopsis "SPIE Optical Engineering and OE Letters manuscript template")
+ (description
+ "With this template, and associated style and LaTeX packages, it is
+possible to estimate the page length of manuscripts for submission to the SPIE
+journals @emph{Optical Engineering} and @emph{Optical Engineering Letters}.
+With a strict three-page limit, this is particularly important for the latter.
+The template gives simple instructions on how to prepare the manuscript.")
+ (license license:lppl)))
+
(define-public texlive-ordinalpt
(package
(name "texlive-ordinalpt")
@@ -7115,6 +24218,75 @@ so on up to 1999th. Separate counter commands are provided for different
letter case variants, and for masculine and feminine gender inflections.")
(license license:lppl)))
+(define-public texlive-orkhun
+ (package
+ (name "texlive-orkhun")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/orkhun/"
+ "fonts/source/public/orkhun/"
+ "fonts/tfm/public/orkhun/")
+ (base32
+ "18p78sprnig93iq74y1vb1ai3ixqqj1pssrqczr1fiy0rnxsjdig")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/orkhun")
+ (synopsis "Font for Orkhun script")
+ (description
+ "The Orkhun font covers an old Turkic script. It is provided as Metafont
+source.")
+ (license license:lppl)))
+
+(define-public texlive-oscola
+ (package
+ (name "texlive-oscola")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/oscola/" "makeindex/oscola/"
+ "tex/latex/oscola/")
+ (base32
+ "1lx883rqq9p3f0vfv6i5xp35qpi79jf1jxycyi5j86i1fvk0jz08")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/oscola")
+ (synopsis
+ "BibLaTeX style for the Oxford Standard for the Citation of Legal
+Authorities")
+ (description
+ "The package provides a set of style files for use with BibLaTeX and
+Biber to produce citations and bibliographies in accordance with the
+widely-used Oxford Standard for the Citation of Legal Authorities. It also
+includes facilities for constructing tables of cases and legislation from
+citations (in conjunction with appropriate indexing packages).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-oswald
+ (package
+ (name "texlive-oswald")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/oswald/"
+ "fonts/enc/dvips/oswald/"
+ "fonts/map/dvips/oswald/"
+ "fonts/tfm/public/oswald/"
+ "fonts/type1/public/oswald/"
+ "fonts/vf/public/oswald/"
+ "tex/latex/oswald/")
+ (base32
+ "0ib7k3vgzmsjaxhfb3zcpy3m0yx8p5yyc2hr8x7b8ik7n1ik5sgm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/oswald")
+ (synopsis "Oswald family of fonts with support for LaTeX and pdfLaTeX")
+ (description
+ "This package provides the Oswald family of fonts, designed by Vernon Adams,
+Kalapi Gajjar, Cyreal, with support for LaTeX and pdfLaTeX.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-ot-tableau
(package
(name "texlive-ot-tableau")
@@ -7136,6 +24308,79 @@ working with the source code painless (well, less painful). A variety of
stylistic variants are available to suit personal taste.")
(license license:lppl1.3+)))
+(define-public texlive-othello
+ (package
+ (name "texlive-othello")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/othello/"
+ "fonts/source/public/othello/"
+ "fonts/tfm/public/othello/"
+ "tex/latex/othello/")
+ (base32
+ "0ijb2giry6bjvx6ll51n9c8fqy1kmwgrwvrg21mxnj9xc4gkdjrh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/othello")
+ (synopsis "Create othello boards")
+ (description
+ "This package can be used to create othello boards. It includes also
+fonts, as Metafont source.")
+ (license license:gpl3+)))
+
+(define-public texlive-othelloboard
+ (package
+ (name "texlive-othelloboard")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/othelloboard/"
+ "tex/latex/othelloboard/")
+ (base32
+ "1kaj01bn4828261n8s761qcv7hg6a5aqi577rqglbkjg9grdh1s6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/othelloboard")
+ (synopsis
+ "Typeset othello (Reversi) diagrams of any size, with annotations")
+ (description
+ "The package enables the user to generate high-quality othello (also
+known as Reversi) board diagrams of any size. The diagrams support
+annotations, including full game transcripts. Automated board or transcript
+creation, from plain text formats standard to WZebra (and other programs) is
+also supported.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-otibet
+ (package
+ (name "texlive-otibet")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/otibet/"
+ "fonts/ofm/public/otibet/"
+ "fonts/ovf/public/otibet/"
+ "fonts/ovp/public/otibet/"
+ "fonts/source/public/otibet/"
+ "fonts/tfm/public/otibet/"
+ "omega/ocp/otibet/"
+ "omega/otp/otibet/"
+ "source/latex/otibet/"
+ "tex/latex/otibet/")
+ (base32
+ "0cman22brlm8qklb60mzq8f6c9kmdspv3zfg4s5p0lj9sf03bb6c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/otibet")
+ (synopsis "Support for Tibetan using Omega")
+ (description "This package provides support for Tibetan using Omega.")
+ ;; Per "unidoc.tex": "this package is freely distributable under the GPL
+ ;; Version~?.? or any later one."
+ (license license:gpl1+)))
+
(define-public texlive-oubraces
(package
(name "texlive-oubraces")
@@ -7157,6 +24402,29 @@ stylistic variants are available to suit personal taste.")
;; condition for use are retained".
(license (license:fsf-free "file://tex/latex/oubraces/oubraces.sty"))))
+(define-public texlive-oup-authoring-template
+ (package
+ (name "texlive-oup-authoring-template")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/oup-authoring-template/"
+ "tex/latex/oup-authoring-template/")
+ (base32
+ "1fbkrka650pv2k5n0fcdcgmzlfpj2kzlg9d72d145b24zza79qh0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/oup-authoring-template")
+ (synopsis
+ "General template for journals published by Oxford University
+Press (OUP)")
+ (description
+ "This package provides a general LaTeX template for journals published by
+@acronym{OUP, Oxford University Press}. The template outputs to the three
+official page designs (traditional, contemporary, modern) used by many
+journals published by OUP, with large, medium and small page options.")
+ (license license:lppl1.2+)))
+
(define-public texlive-overarrows
(package
(name "texlive-overarrows")
@@ -7180,6 +24448,199 @@ kerning when a subscript follows. Some predefined commands are also
provided.")
(license license:lppl1.3c)))
+(define-public texlive-overlock
+ (package
+ (name "texlive-overlock")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/overlock/"
+ "fonts/enc/dvips/overlock/"
+ "fonts/map/dvips/overlock/"
+ "fonts/opentype/tipo/overlock/"
+ "fonts/tfm/tipo/overlock/"
+ "fonts/type1/tipo/overlock/"
+ "fonts/vf/tipo/overlock/"
+ "tex/latex/overlock/")
+ (base32
+ "0rpqpd5ja32i44lf8szr2hn0dz5dh2p238iid0dnkpylf006wni2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/overlock")
+ (synopsis "Overlock sans fonts with LaTeX support")
+ (description
+ "The package provides the Overlock and OverlockSC families of fonts,
+designed by Dario Manuel Muhafara, rounded sans-serif fonts in three
+weights (Regular, Bold, Black) with italic variants for each of them. There
+are also small-caps and old-style figures in the Regular weight.")
+ (license license:silofl1.1)))
+
+(define-public texlive-pacioli
+ (package
+ (name "texlive-pacioli")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/pacioli/"
+ "fonts/source/public/pacioli/"
+ "fonts/tfm/public/pacioli/"
+ "source/fonts/pacioli/" "tex/latex/pacioli/")
+ (base32
+ "100fs89b2nfybnjdg8b4v3z8q982b6x0azn0sc31533pkkkp19i3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/pacioli")
+ (synopsis "Fonts designed by Fra Luca de Pacioli in 1497")
+ (description
+ "Pacioli was a 15th century mathematician, and his font was designed
+according to the divine proportion. The font consists of uppercase letters
+together with punctuation and some analphabetics; no lowercase or digits. The
+package provides Metafont source for the font together with LaTeX support.")
+ (license license:lppl)))
+
+(define-public texlive-padauk
+ (package
+ (name "texlive-padauk")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/padauk/"
+ "fonts/truetype/public/padauk/")
+ (base32
+ "0yn5w8bkcf9ihqy4v2zq4yc74d2d3dc1c6dcissaa6pcdj4z9r9l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/padauk")
+ (synopsis
+ "High-quality TrueType font for languages using the Myanmar script")
+ (description
+ "Padauk is a Unicode-based font family with broad support for writing
+systems that use the Myanmar script.")
+ (license license:silofl1.1)))
+
+(define-public texlive-pagella-otf
+ (package
+ (name "texlive-pagella-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/pagella-otf/"
+ "tex/latex/pagella-otf/")
+ (base32
+ "0yi5d5wffqcrlslk9gxifnx4imhpi1hqya6x7k1qq9znvlf97inl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pagella-otf")
+ (synopsis "Using the OpenType fonts TeX Gyre Pagella")
+ (description
+ "This package can only be used with LuaLaTeX or XeLaTeX. It does the
+font setting for the OpenType font TeX Gyre Pagella for text and math. The
+missing typefaces like bold math and slanted text are also defined.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-parallel
+ (package
+ (name "texlive-parallel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/parallel/"
+ "source/latex/parallel/"
+ "tex/latex/parallel/")
+ (base32
+ "14gca28ph90vhsliy5g8jc6fd87igni1wkiy41jrp33qhjiz94qa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/parallel")
+ (synopsis "Typeset parallel texts")
+ (description
+ "This package provides a @code{parallel} environment which allows two
+potentially different texts to be typeset in two columns, while maintaining
+alignment. The two columns may be on the same page, or on facing pages. This
+arrangement of text is commonly used when typesetting translations, but it can
+have value when comparing any two texts.")
+ (license license:lppl)))
+
+(define-public texlive-paratype
+ (package
+ (name "texlive-paratype")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/paratype/"
+ "fonts/afm/paratype/ptmono/"
+ "fonts/afm/paratype/ptsans/"
+ "fonts/afm/paratype/ptserif/"
+ "fonts/enc/dvips/paratype/"
+ "fonts/map/dvips/paratype/"
+ "fonts/tfm/paratype/ptmono/"
+ "fonts/tfm/paratype/ptsans/"
+ "fonts/tfm/paratype/ptserif/"
+ "fonts/truetype/paratype/ptmono/"
+ "fonts/truetype/paratype/ptsans/"
+ "fonts/truetype/paratype/ptserif/"
+ "fonts/type1/paratype/ptmono/"
+ "fonts/type1/paratype/ptsans/"
+ "fonts/type1/paratype/ptserif/"
+ "fonts/vf/paratype/ptmono/"
+ "fonts/vf/paratype/ptsans/"
+ "fonts/vf/paratype/ptserif/"
+ "tex/latex/paratype/")
+ (base32
+ "0k93y4xlng9b9cwa9mk7bdxj2zzbyigv02z358lm0vpr7nw8vxig")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/paratype")
+ (synopsis "LaTeX support for ParaType fonts")
+ (description
+ "The package offers LaTeX support for the fonts PT Sans, PT Serif and PT
+Mono developed by ParaType for the project @emph{Public Types of Russian
+Federation}. The fonts themselves are provided in both the TrueType and Type
+1 formats. The fonts provide encodings OT1, T1, IL2, TS1, T2* and X2. The
+package provides a convenient replacement of the two packages @code{ptsans}
+and @code{ptserif}.")
+ (license license:lppl)))
+
+(define-public texlive-parrun
+ (package
+ (name "texlive-parrun")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/parrun/" "source/latex/parrun/"
+ "tex/latex/parrun/")
+ (base32
+ "1cfqvsda505pxwyjv6k197lg464y4njr2j65sghvzk7qp3i6vq11")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/parrun")
+ (synopsis "Typesets (two) streams of text running parallel")
+ (description
+ "This package can be used for typesetting translated text and the
+original source, parallel on the same page, one above the other.")
+ (license license:lppl)))
+
+(define-public texlive-pas-crosswords
+ (package
+ (name "texlive-pas-crosswords")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pas-crosswords/"
+ "tex/latex/pas-crosswords/")
+ (base32
+ "1masrs2ywyxa9rfw7vz9j9jw0b1hhkd5fin2rg7rd2x1qb305q5w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pas-crosswords")
+ (synopsis "Creating crossword grids, using TikZ")
+ (description
+ "The package produces crossword grids, using a wide variety of colours
+and decorations of the grids and the text in them. The package uses TikZ for
+its graphical output.")
+ (license license:lppl)))
+
(define-public texlive-pascaltriangle
(package
(name "texlive-pascaltriangle")
@@ -7220,6 +24681,25 @@ customized by means of different @code{\\pascal} macro options or the
patterns for wide ranges of languages.")
(license license:lppl1.3c)))
+(define-public texlive-perception
+ (package
+ (name "texlive-perception")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/perception/"
+ "doc/bibtex/perception/")
+ (base32
+ "0958g65hv8fpyhhbkvkd2ybdbp6aiblnc5izbr5z5w8b0v5n0ixx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/perception")
+ (synopsis "BibTeX style for the journal @emph{Perception}")
+ (description
+ "This package provides a BibTeX style for the journal
+@emph{Perception}.")
+ (license license:lppl)))
+
(define-public texlive-perfectcut
(package
(name "texlive-perfectcut")
@@ -7249,6 +24729,29 @@ will behave in the same way. The package also offers a robust
reimplementation of @code{\\big}, @code{\\bigg}, etc.")
(license license:lppl1.3+)))
+(define-public texlive-persian-bib
+ (package
+ (name "texlive-persian-bib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/persian-bib/"
+ "bibtex/csf/persian-bib/"
+ "doc/xelatex/persian-bib/")
+ (base32
+ "18x592g8y1i8kw724an65q84jj91cam5qvwp9mgnhqpwh3gjflpw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/persian-bib")
+ (synopsis "Persian translations of classic BibTeX styles")
+ (description
+ "This package provides BibTeX styles modified for Persian documents
+prepared with XePersian (which the present package depends on). The Persian
+@file{.bst} files can simultaneously handle both Latin and Persian references.
+A file @file{p1256fa.csf} is provided for correct sorting of Persian
+references and three fields LANGUAGE, TRANSLATOR and AUTHORFA are defined.")
+ (license license:lppl1.3+)))
+
(define-public texlive-pfdicons
(package
(name "texlive-pfdicons")
@@ -7271,6 +24774,78 @@ number of units provided should cover--in Turton's estimate--about 90 percent
of all fluid processing operations.")
(license license:lppl1.3c)))
+(define-public texlive-phaistos
+ (package
+ (name "texlive-phaistos")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/phaistos/"
+ "fonts/afm/public/phaistos/"
+ "fonts/map/dvips/phaistos/"
+ "fonts/opentype/public/phaistos/"
+ "fonts/tfm/public/phaistos/"
+ "fonts/type1/public/phaistos/"
+ "source/fonts/phaistos/"
+ "tex/latex/phaistos/")
+ (base32
+ "0b5mjfzmhr6dw6i90mjym2hwi4cm2jfwfagl41dm6grnznwcn8bb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/phaistos")
+ (synopsis "Disk of Phaistos font")
+ (description
+ "This package provides a font that contains all the symbols of the famous
+Disc of Phaistos, together with a LaTeX package. The disc was printed by
+stamping the wet clay with some sort of punches, probably around 1700 BCE.
+The font is available in Adobe Type 1 and OpenType formats (the latter using
+the Unicode positions for the symbols).")
+ (license license:lppl)))
+
+(define-public texlive-philosophersimprint
+ (package
+ (name "texlive-philosophersimprint")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/philosophersimprint/"
+ "source/latex/philosophersimprint/"
+ "tex/latex/philosophersimprint/")
+ (base32
+ "12rflr3w8lxk9yg1fx3kpyz52002571lh4g3m6hcp73mb393fq1w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/philosophersimprint")
+ (synopsis "Typesetting articles for @emph{Philosophers' Imprint}")
+ (description
+ "The @emph{Philosophers' Imprint} is a series of original papers in
+philosophy, edited by philosophy faculty at the University of Michigan, and
+published on the World Wide Web by the University of Michigan Digital Library.
+The class helps authors to typeset their own articles in Web-ready format.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-phonetic
+ (package
+ (name "texlive-phonetic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/phonetic/"
+ "fonts/source/public/phonetic/"
+ "fonts/tfm/public/phonetic/"
+ "tex/latex/phonetic/")
+ (base32
+ "0f1z1kzfyxap4hbmpjfhy417n3jcg3rv0m8f5ab1wlil64jn0rgb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/phonetic")
+ (synopsis "Metafont Phonetic fonts, based on Computer Modern")
+ (description
+ "The Phonetic fonts are based on Computer Modern, and specified in
+Metafont. Macros for the fonts use are provided for LaTeX.")
+ (license license:lppl)))
+
(define-public texlive-physconst
(package
(name "texlive-physconst")
@@ -7298,6 +24873,24 @@ from true constants, e.g. the fine structure constant, have been calculated
using the accepted values of the fundamental constants.")
(license license:lppl1.3c)))
+(define-public texlive-phonrule
+ (package
+ (name "texlive-phonrule")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/phonrule/" "tex/latex/phonrule/")
+ (base32
+ "09nhlhqgq2af2p6rn5r0q8ccn9a2qq35znn5j4z2kjq744wbzjih")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/phonrule")
+ (synopsis "Typeset linear phonological rules")
+ (description
+ "The package provides macros for typesetting phonological rules like
+those in @emph{Sound Pattern of English} (Chomsky and Halle 1968).")
+ (license license:lppl1.0+)))
+
(define-public texlive-physics2
(package
(name "texlive-physics2")
@@ -7348,6 +24941,51 @@ mode. All major SI units are included, as well as some @acronym{CGS,
Centimetre–Gram–Second} units used in astronomy.")
(license license:lppl1.3c)))
+(define-public texlive-piano
+ (package
+ (name "texlive-piano")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/piano/" "tex/latex/piano/")
+ (base32
+ "0nbax18dgg2a9l6bihqhwx0va7829324lk29ibq29wjissmhjqww")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/piano")
+ (synopsis "Typeset a basic 2-octave piano diagram")
+ (description
+ "This package adds the @code{\\keyboard[1][2]..[7]} command to your
+project. When used, it draws a small 2 octaves piano keyboard on your
+document, with up to 7 keys highlighted.")
+ (license license:lppl)))
+
+(define-public texlive-pigpen
+ (package
+ (name "texlive-pigpen")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pigpen/"
+ "fonts/map/dvips/pigpen/"
+ "fonts/source/public/pigpen/"
+ "fonts/tfm/public/pigpen/"
+ "fonts/type1/public/pigpen/"
+ "tex/latex/pigpen/")
+ (base32
+ "0cvccvk3yhjpv9kxdzwaq8a2ql0vramlpzpd4l4my6g44k6cf2yf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/pigpen")
+ (synopsis "Font for the Pigpen (or masonic) cipher")
+ (description
+ "The Pigpen cipher package provides the font and the necessary
+wrappers (style file, etc.) in order to write Pigpen ciphers, a simple
+substitution cipher. The package provides a font (available both as Metafont
+source, and as an Adobe Type 1 file), and macros for its use.")
+ (license license:lppl)))
+
(define-public texlive-pinoutikz
(package
(name "texlive-pinoutikz")
@@ -7368,6 +25006,208 @@ It is designed as a tool that is easy to use, with a lean syntax, native to
LaTeX, and directly supporting PDF output format.")
(license license:lppl1.3c)))
+(define-public texlive-pittetd
+ (package
+ (name "texlive-pittetd")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pittetd/" "source/latex/pittetd/"
+ "tex/latex/pittetd/")
+ (base32
+ "1q8ikj4qqlzw3kimywdmbvkvwyvyjn8q6gr68kc0wpypqd1a91as")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pittetd")
+ (synopsis
+ "Electronic theses and dissertations at the University of Pittsburgh")
+ (description
+ "This package provides a document class for theses and dissertations at
+the University of Pittsburgh.")
+ (license license:lppl)))
+
+(define-public texlive-pkuthss
+ (package
+ (name "texlive-pkuthss")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pkuthss/" "tex/latex/pkuthss/")
+ (base32
+ "046r1m8bgif6mvm2cln95whh3nnwnwwpzs9hd6szaz91xa1dwyd9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pkuthss")
+ (synopsis "LaTeX template for dissertations in Peking University")
+ (description
+ "The package provides a simple, clear and flexible LaTeX template for
+dissertations in Peking University.")
+ (license
+ (list license:lppl1.3+
+ license:bsd-3
+ license:public-domain))))
+
+(define-public texlive-plainyr
+ (package
+ (name "texlive-plainyr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/plainyr/")
+ (base32
+ "09py8psdqqnxmq2nkczxz092668zscvf9hbr6fcvrnj0blvz3wxy")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/plainyr")
+ (synopsis "Plain bibliography style, sorted by year first")
+ (description
+ "This is a version of the standard plain BibTeX style, modified to sort
+chronologically (by year) first, then by author, title, etc.")
+ (license license:knuth)))
+
+(define-public texlive-plari
+ (package
+ (name "texlive-plari")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/plari/" "source/latex/plari/"
+ "tex/latex/plari/")
+ (base32
+ "07g4rn4nn5wvwqd39s0xnn35ijkamhzxi12icnha8vb0b564jwq8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/plari")
+ (synopsis "Typesetting stageplay scripts")
+ (description
+ "Plari is a @code{report}-alike class, without section headings, and with
+paragraphs vertically separated rather than indented.")
+ (license license:gpl3+)))
+
+(define-public texlive-play
+ (package
+ (name "texlive-play")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/play/" "source/latex/play/"
+ "tex/latex/play/")
+ (base32
+ "1v1d8hfng6s8x8spzrzhhkgg36zay9jvfna9md1mh4ijlipnzyma")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/play")
+ (synopsis "Typeset drama using LaTeX")
+ (description
+ "This package provides a class and style file that supports the
+typesetting of plays, including options for line numbering.")
+ (license license:lppl)))
+
+(define-public texlive-playfair
+ (package
+ (name "texlive-playfair")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/playfair/"
+ "fonts/enc/dvips/playfair/"
+ "fonts/map/dvips/playfair/"
+ "fonts/opentype/public/playfair/"
+ "fonts/tfm/public/playfair/"
+ "fonts/type1/public/playfair/"
+ "fonts/vf/public/playfair/"
+ "tex/latex/playfair/")
+ (base32
+ "060l6q6m410nn31mn09v3gy5nvbimplraifqcqlp3h8pzcrc3akf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/playfair")
+ (synopsis "Playfair Display fonts with LaTeX support")
+ (description
+ "This package provides the PlayFairDisplay family of fonts, designed by
+Claus Eggers Sorensen, for use with LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX.
+PlayFairDisplay is well suited for titling and headlines. It has an extra
+large x-height and short descenders. It can be set with no leading if space
+is tight, for instance in news headlines, or for stylistic effect in titles.
+Capitals are extra short, and only very slightly heavier than the lowercase
+characters. This helps achieve a more even typographical colour when
+typesetting proper nouns and initialisms.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-plex
+ (package
+ (name "texlive-plex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/plex/"
+ "fonts/enc/dvips/plex/"
+ "fonts/map/dvips/plex/"
+ "fonts/opentype/ibm/plex/"
+ "fonts/tfm/ibm/plex/"
+ "fonts/type1/ibm/plex/"
+ "fonts/vf/ibm/plex/"
+ "tex/latex/plex/")
+ (base32
+ "0lvv5p2jmkr7cb0rml4iyzr5pf7bfks0a44sv49v1d2492j57jmv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/plex")
+ (synopsis "Support for IBM Plex fonts")
+ (description
+ "The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the IBM Plex families of fonts. Serif, Sans and Mono families are available
+in eight weights: Regular, Light, ExtraLight, Thin, Bold, Text, Medium and
+SemiBold (with corresponding italics).")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-plex-otf
+ (package
+ (name "texlive-plex-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/plex-otf/" "tex/latex/plex-otf/")
+ (base32
+ "0xasayka8lhkn01l1535a2jy7xsp7s01hvw3kn3jk4h569dvp21g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/plex-otf")
+ (synopsis "Support for the OpenType font IBM Plex")
+ (description
+ "This package supports the OTF fonts from the IBM Plex project. This
+package supports only XeLaTeX or LuaLaTeX; for pdfLaTeX use
+@code{}plex-mono.sty}, @code{}plex-sans.sty}, and @code{plex-serif.sty} from
+the @code{plex} package. IBM Plex has no math symbols. You will have to use
+one of the existing math fonts if you need them.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-plimsoll
+ (package
+ (name "texlive-plimsoll")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/plimsoll/"
+ "fonts/afm/public/plimsoll/"
+ "fonts/enc/dvips/plimsoll/"
+ "fonts/map/dvips/plimsoll/"
+ "fonts/tfm/public/plimsoll/"
+ "fonts/type1/public/plimsoll/"
+ "source/fonts/plimsoll/"
+ "tex/latex/plimsoll/")
+ (base32
+ "1cxvlpb7z83ajyqh5nw1596i7ak582pp2mmqmfjqk2bffv6jqay1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/plimsoll")
+ (synopsis "Fonts with the Plimsoll symbol and LaTeX support")
+ (description
+ "This package provides access to the Plimsoll symbol for use with LaTeX.
+The Plimsoll symbol is sometimes used in chemistry for denoting standard
+states and values. The LaTeX package provides access to this notation as
+well.")
+ (license license:gpl3+)))
+
(define-public texlive-pm-isomath
(package
(name "texlive-pm-isomath")
@@ -7391,6 +25231,215 @@ only a maximum of such alphabets. The necessary user macros are defined for
typsetting common math symbols that require special ISO treatment.")
(license license:lppl1.3c)))
+(define-public texlive-pmhanguljamo
+ (package
+ (name "texlive-pmhanguljamo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pmhanguljamo/"
+ "tex/latex/pmhanguljamo/")
+ (base32
+ "1k8cvzmrrpb6hkkjczfq4mad71450pappf68jdlf1vmg3qb0f9z3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pmhanguljamo")
+ (synopsis "Poor man's Hangul Jamo input method")
+ (description
+ "This package provides a Hangul transliteration input method that allows
+to typeset Korean letters (Hangul) using the proper fonts. The use of XeLaTeX
+is recommended.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-pmx
+ (package
+ (name "texlive-pmx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pmx/"
+ "doc/man/man1/pmxab.1"
+ "doc/man/man1/pmxab.man1.pdf"
+ "doc/man/man1/scor2prt.1"
+ "doc/man/man1/scor2prt.man1.pdf"
+ "tex/generic/pmx/")
+ (base32
+ "1p9js9izv50vg7qqqmyg5jz4am4phhscqdfnn4nszlyfv3zkg7p3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pmx")
+ (synopsis "Preprocessor for MusiXTeX")
+ (description
+ "PMX provides a preprocessor for MusiXTeX. @command{pmxab} builds a TeX
+input file based on a @file{.pmx} input file in a much simpler language,
+making most of the layout decisions by itself. It has most of MusiXTeX's
+functionality, but it also permits in-line TeX to give access to virtually all
+of MusiXTeX. For proof-listening, @command{pmxab} will make a MIDI file of
+your score. @command{scor2prt} is an auxiliary program that makes parts from
+a score.")
+ (license license:gpl2)))
+
+(define-public texlive-pmxchords
+ (package
+ (name "texlive-pmxchords")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/pmxchords.1"
+ "doc/man/man1/pmxchords.man1.pdf"
+ "doc/pmxchords/" "scripts/pmxchords/"
+ "tex/generic/pmxchords/")
+ (base32
+ "01dlic0b0fdm41982mqj3xpin0wksmsyz4h53vdckkz2ayyagagk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "pmxchords.lua")))
+ (home-page "https://ctan.org/pkg/pmxchords")
+ (synopsis "Produce chord information to go with @command{pmx} output")
+ (description
+ "The bundle supplements @command{pmx}, providing the means of typesetting
+chords above the notes of a score. The bundle contains: macros for typing the
+chords; a Lua script to transpose chord macros to the required key signature;
+and support scripts for common requirements.")
+ (license license:gpl2)))
+
+(define-public texlive-pnas2009
+ (package
+ (name "texlive-pnas2009")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/pnas2009/")
+ (base32
+ "0yl475rlfhlnd9d0pyzm1gj2gixrdzyn6858j1ndvkhr8vc055ns")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pnas2009")
+ (synopsis "BibTeX style for PNAS (newer version)")
+ (description
+ "This style produces bibliographies in the format of @emph{Proceedings of
+the National Academy of Sciences, USA}. The style was derived from the
+standard @file{unsrt.bst} and adapted to the new (2009) formatting rules.")
+ (license license:knuth)))
+
+(define-public texlive-poemscol
+ (package
+ (name "texlive-poemscol")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/poemscol/"
+ "source/latex/poemscol/"
+ "tex/latex/poemscol/")
+ (base32
+ "0hz6zsqcvlzcccxywwzwlpp9gsv41g4hc88481vmj313bys77spd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/poemscol")
+ (synopsis "Typesetting critical editions of poetry")
+ (description
+ "The package offers LaTeX macros for typesetting critical editions of
+poetry. Its features include automatic linenumbering, generation of separate
+endnotes sections for emendations, textual collations, and explanatory notes,
+special marking for cases in which page breaks occur during stanza breaks,
+running headers of the form @samp{Notes to pp.@: xx-yy} for the notes
+sections, index of titles and first lines, and automatic generation of a table
+of contents.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-poetry
+ (package
+ (name "texlive-poetry")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/poetry/" "source/latex/poetry/"
+ "tex/latex/poetry/")
+ (base32
+ "1z262am0qh6h1qqf36hxj2lc7d5pr4r65yx8ysrydh0sijccgild")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/poetry")
+ (synopsis "Facilities for typesetting poetry and poetical structure")
+ (description
+ "This package provides some macros and general doodads for typesetting poetry.
+There is, of course, already the excellent @code{verse} package, and the
+@code{poetrytex} package provides some extra functionality on top of it. But
+@code{poetry} provides much of the same functionality in a bit of a different
+way, and with a few additional abilities, such as facilities for a list of
+poems, an index of first lines, and some structural commands.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-poetrytex
+ (package
+ (name "texlive-poetrytex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/poetrytex/"
+ "source/latex/poetrytex/"
+ "tex/latex/poetrytex/")
+ (base32
+ "1y78zd1hd3z1901x6mc6q0mw4rgj3qcqhnjn34zix11r0gn4b2jr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "latex"
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; Replace "\code{...}" with "\texttt{...}" (which is the alias
+ ;; chosen in the documentation) in order to prevent a "Command
+ ;; \code already defined" error.
+ (add-after 'unpack 'fix-documentation-source
+ (lambda _
+ (substitute* "source/latex/poetrytex/poetrytex.dtx"
+ (("\\\\newcommand\\*\\\\code\\[1\\].*") "")
+ (("\\\\code\\{") "\\texttt{")))))))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-etoolbox
+ texlive-fancyvrb
+ texlive-framed
+ texlive-hologo
+ texlive-hypdoc
+ texlive-parskip
+ texlive-tipa
+ texlive-tocloft))))
+ (home-page "https://ctan.org/pkg/poetrytex")
+ (synopsis "Typeset anthologies of poetry")
+ (description
+ "The package is designed to aid in the management and formatting of
+anthologies of poetry and other writings; it does not concern itself with
+actually typesetting the verse itself.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-poiretone
+ (package
+ (name "texlive-poiretone")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/poiretone/"
+ "fonts/enc/dvips/poiretone/"
+ "fonts/map/dvips/poiretone/"
+ "fonts/tfm/public/poiretone/"
+ "fonts/truetype/public/poiretone/"
+ "fonts/type1/public/poiretone/"
+ "fonts/vf/public/poiretone/"
+ "tex/latex/poiretone/")
+ (base32
+ "1zdncw8pj0x8nwgk7b5lgqldiifqjnsci57jnkf5vyhzsxx1c8kr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/poiretone")
+ (synopsis "PoiretOne family of fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the PoiretOne family of fonts, designed by Denis Masharov. PoiretOne is
+a decorative geometric grotesque with a hint of Art Deco and constructivism.
+There is currently just a regular weight and an artificially emboldened
+bold.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-polexpr
(package
(name "texlive-polexpr")
@@ -7414,6 +25463,68 @@ localization of real roots to arbitrary precision as well as the determination
of all rational roots is implemented via such macros.")
(license license:lppl1.3c)))
+(define-public texlive-powerdot-fuberlin
+ (package
+ (name "texlive-powerdot-fuberlin")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/powerdot-fuberlin/"
+ "tex/latex/powerdot-fuberlin/")
+ (base32
+ "0q49f7sbywfgdgn24ayg7ybfnqdnaqiwn463hiahib0vznwv1fn6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/powerdot-fuberlin")
+ (synopsis "Powerdot, using the style of FU Berlin")
+ (description
+ "The bundle provides a Powerdot-derived class and a package for use with
+Powerdot to provide the corporate design of the Free University in Berlin.
+Users may use the class itself (FUpowerdot) or use the package in the usual
+way with @code{\\style=BerlinFU} as a class option.")
+ (license license:lppl)))
+
+(define-public texlive-powerdot-tuliplab
+ (package
+ (name "texlive-powerdot-tuliplab")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/powerdot-tuliplab/"
+ "tex/latex/powerdot-tuliplab/")
+ (base32
+ "0wwml3n7lrfm4m9xw3a14ksa8mcrrp2gbwi9y4m5pgz1r92jmph3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/powerdot-tuliplab")
+ (synopsis "Style package for Powerdot to provide the design of TULIP Lab")
+ (description
+ "@code{powerdot-tuliplab} is the LaTeX package used in TULIP Lab for
+presentation drafting.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-pracjourn
+ (package
+ (name "texlive-pracjourn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pracjourn/"
+ "source/latex/pracjourn/"
+ "tex/latex/pracjourn/")
+ (base32
+ "0pavlcxv7jqni6rl2hdqfmmns566151rvsaa1p5xhgfb6qa4l1b1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pracjourn")
+ (synopsis "Typeset articles for PracTeX")
+ (description
+ "The @code{pracjourn} class is used for typesetting articles in the
+@emph{PracTeX Journal}. It is based on the @code{article} class with
+modifications to allow for more flexible front-matter and revision control,
+among other small changes.")
+ (license license:gpl3+)))
+
(define-public texlive-prftree
(package
(name "texlive-prftree")
@@ -7472,6 +25583,53 @@ includes some short commands for set (blackboard) or
filtrations (calligraphic).")
(license license:lppl)))
+(define-public texlive-prociagssymp
+ (package
+ (name "texlive-prociagssymp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/prociagssymp/"
+ "tex/latex/prociagssymp/")
+ (base32
+ "1c8fa2d0rsq5drrrckvm1b9mfdfn3p0b9wwwzr263lw7qdqhnlwj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/prociagssymp")
+ (synopsis "Macros for IAG symposium papers")
+ (description
+ "This package provides (re-)definitions of some LaTeX commands that can
+be useful for the preparation of papers with the style of the proceedings of
+symposia sponsored by the @acronym{IAG, International Association of Geodesy}
+published by Springer-Verlag.")
+ (license license:lppl)))
+
+(define-public texlive-prodint
+ (package
+ (name "texlive-prodint")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/prodint/"
+ "fonts/afm/public/prodint/"
+ "fonts/map/dvips/prodint/"
+ "fonts/tfm/public/prodint/"
+ "fonts/type1/public/prodint/"
+ "tex/latex/prodint/")
+ (base32
+ "0k354qidij22mwxafh2zbam7qb4jd5pb8jakw0c660xdxaxrdxx3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/prodint")
+ (synopsis "Font that provides the product integral symbol")
+ (description
+ "Product integrals are to products, as integrals are to sums. They have
+been around for more than a hundred years, they have not become part of the
+standard mathematician's toolbox, possibly because no-one invented the right
+mathematical symbol for them. The authors have remedied that situation by
+proposing the symbol and providing this font.")
+ (license license:silofl1.1)))
+
(define-public texlive-profcollege
(package
(name "texlive-profcollege")
@@ -7529,6 +25687,29 @@ drawings (using TikZ) for laboratory stuff.")
for 15-18 years olds.")
(license license:lppl1.3c)))
+(define-public texlive-projlib
+ (package
+ (name "texlive-projlib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/projlib/" "source/latex/projlib/"
+ "tex/latex/projlib/")
+ (base32
+ "1yhn0xj4xwnr7ngmv8skdj89gi8i71v710d899g9pnjgfkk7w35d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-create-theorem))
+ (home-page "https://ctan.org/pkg/projlib")
+ (synopsis "Tools to simplify your workflow")
+ (description
+ "ProjLib is a collection of tools to help you write LaTeX documents.
+With the main package ProjLib loaded, you no longer need to set up the
+@code{theorem}-like environments, nor to manually configure the appropriate
+multilingual settings. In addition, a series of auxiliary functionalities are
+introduced.")
+ (license license:lppl1.3c)))
+
(define-public texlive-proof-at-the-end
(package
(name "texlive-proof-at-the-end")
@@ -7576,6 +25757,61 @@ A cross-referencing system is provided for trees which cite line numbers in
justifications for proof lines or branch closures.")
(license license:lppl1.3+)))
+(define-public texlive-proposal
+ (package
+ (name "texlive-proposal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/proposal/base/"
+ "doc/latex/proposal/dfg/"
+ "doc/latex/proposal/eu/"
+ "source/latex/proposal/base/"
+ "source/latex/proposal/bin/"
+ "source/latex/proposal/dfg/"
+ "source/latex/proposal/eu/"
+ "source/latex/proposal/lib/"
+ "tex/latex/proposal/base/"
+ "tex/latex/proposal/dfg/"
+ "tex/latex/proposal/eu/")
+ (base32
+ "0km6i418hdcbl457dfwh1hl3q8qshp1gvqc1frqc84f9a6cr0kzc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/proposal")
+ (synopsis
+ "Set of LaTeX classes preparing proposals for collaborative projects")
+ (description
+ "The process of preparing a collaborative proposal, to a major funding body,
+involves integration of contributions of a many people at many sites. It is
+therefore an ideal application for a text-based document preparation system
+such as LaTeX, in concert with a distributed version control system such as
+SVN. The @code{proposal} class itself provides a basis for such an
+enterprise. The @code{dfgproposal} and @code{dfgproposal} classes provide two
+specialisations of the base class for (respectively) German and European
+research proposals.")
+ (license license:lppl)))
+
+(define-public texlive-prtec
+ (package
+ (name "texlive-prtec")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/prtec/" "doc/latex/prtec/"
+ "tex/latex/prtec/")
+ (base32
+ "15l75a6blk1dpcj2q841i92cdvlfjxmmaqi5lk01rac8rxa5cghx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/prtec")
+ (synopsis "Template for PRTEC conference papers")
+ (description
+ "This package provides a LaTeX class, a BibTeX style, and a LaTeX
+template to format conference papers for the @acronym{PRTEC, Pacific Rim
+Thermal Engineering Conference}.")
+ (license license:expat)))
+
(define-public texlive-pseudo
(package
(name "texlive-pseudo")
@@ -7616,6 +25852,153 @@ elements such as keywords, identifiers, and comments.")
algorithms in a natural manner.")
(license license:lppl)))
+(define-public texlive-psgo
+ (package
+ (name "texlive-psgo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/psgo/" "tex/latex/psgo/")
+ (base32
+ "0ki49zbdn0qvzsz7h53vqwpf4rmiiranq52lh344z7wypznddi28")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/psgo")
+ (synopsis "Typeset go diagrams with PSTricks")
+ (description
+ "This packages can be used to typeset go diagrams with PSTricks.")
+ (license license:lppl)))
+
+(define-public texlive-psizzl
+ (package
+ (name "texlive-psizzl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/otherformats/psizzl/base/"
+ "source/psizzl/base/" "tex/psizzl/base/"
+ "tex/psizzl/config/")
+ (base32
+ "07h8raq2k80ycvsaaaxaaczwwnhkxdbnvnr52mihr8dyih5s7jns")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/psizzl")
+ (synopsis "TeX format for physics papers")
+ (description
+ "PSIZZL is a TeX format for physics papers written at SLAC and used at
+several other places. It dates from rather early in the development of TeX82;
+as a result, some of the descriptions of limitations look rather quaint to
+modern eyes.")
+ (license license:lppl)))
+
+(define-public texlive-ptptex
+ (package
+ (name "texlive-ptptex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ptptex/" "tex/latex/ptptex/")
+ (base32
+ "1f040dv31g8bdn0awa40mvhzp095glsfsxcg28cbslckbdds5k6c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ptptex")
+ (synopsis "Macros for @emph{Progress of Theoretical Physics}")
+ (description
+ "The distribution contains the class (which offers an option file for
+preprints), a template, and macros for writing articles in @emph{Progress of
+Theoretical Physics}.")
+ (license license:lppl)))
+
+(define-public texlive-punk
+ (package
+ (name "texlive-punk")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/punk/"
+ "fonts/source/public/punk/"
+ "fonts/tfm/public/punk/")
+ (base32
+ "0ncarqjmwrsiw65p7mr44gjy0h90q5hw5n4jb5y2fxr1kgbzmz1p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/punk")
+ (synopsis "Donald Knuth's Punk font")
+ (description
+ "This package provides a response to the assertion in a lecture that
+``typography tends to lag behind other stylistic changes by about 10 years''.
+Knuth felt it was (in 1988) time to design a replacement for his designs of
+the 1970s, and came up with the Punk font! The fonts are distributed as
+Metafont source. The package also offers LaTeX support for them, although
+@code{punk-latex} is a better choice.")
+ (license license:knuth)))
+
+(define-public texlive-punk-latex
+ (package
+ (name "texlive-punk-latex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/punk-latex/"
+ "tex/latex/punk-latex/")
+ (base32
+ "1gkbv3fwlfq8f3nn9zibhzwa5xw2scaf3xnkvlbxqcslmi129b2l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/punk-latex")
+ (synopsis "LaTeX support for Punk fonts")
+ (description
+ "The package and @file{.fd} file provide support for Knuth's Punk fonts.
+Although that bundle also offers support within LaTeX; the present package is
+to be preferred.")
+ (license license:gpl3+)))
+
+(define-public texlive-punknova
+ (package
+ (name "texlive-punknova")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/punknova/"
+ "fonts/opentype/public/punknova/")
+ (base32
+ "07g0j329bgyzn3f3ac8gf9m6jh6zpwirw5l72mzzm8n32sgajym0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/punknova")
+ (synopsis "OpenType version of Knuth's Punk font")
+ (description
+ "Knuth's original Punk fonts generated different shapes at random.
+This isn't actually possible in an OpenType font; rather, the font contains
+several variants of each glyph, and uses the OpenType randomize function to
+select a variant for each invocation.")
+ (license license:knuth)))
+
+(define-public texlive-pxtxalfa
+ (package
+ (name "texlive-pxtxalfa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/pxtxalfa/"
+ "fonts/tfm/public/pxtxalfa/"
+ "fonts/vf/public/pxtxalfa/"
+ "tex/latex/pxtxalfa/")
+ (base32
+ "1zanrgazaffpby6jmfncyq2g4sgi23p27wi2dx18zp0350ai55ia")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pxtxalfa")
+ (synopsis
+ "Virtual maths alphabets based on @code{pxfonts} and @code{txfonts}")
+ (description
+ "The package provides virtual math alphabets based on @code{pxfonts} and
+@code{txfonts}, with LaTeX support files and adjusted metrics. The
+@code{mathalpha} package offers support for this collection.")
+ (license license:lppl)))
+
(define-public texlive-pythonhighlight
(package
(name "texlive-pythonhighlight")
@@ -7636,6 +26019,45 @@ algorithms in a natural manner.")
@code{listings} package.")
(license license:bsd-3)))
+(define-public texlive-qobitree
+ (package
+ (name "texlive-qobitree")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/qobitree/" "tex/latex/qobitree/")
+ (base32
+ "1pzy5i8fi37zhkpsrh179qd4gp8ahwk8s2gw6261kjjiqf6p6znc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/qobitree")
+ (synopsis "LaTeX macros for typesetting trees")
+ (description
+ "This package provides commands @code{\\branch} and @code{\\leaf} for
+specifying the elements of the tree; you build up your tree with those
+commands, and then issue the @code{\\tree} command to typeset the whole.")
+ (license license:lppl)))
+
+(define-public texlive-qrbill
+ (package
+ (name "texlive-qrbill")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/qrbill/" "scripts/qrbill/"
+ "source/latex/qrbill/" "tex/latex/qrbill/")
+ (base32
+ "0q0m2vfpndrdvihskc50imkzx6098syq9rz8mgpnl0h1ickfmx33")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/qrbill")
+ (synopsis "Create QR bills using LaTeX")
+ (description
+ "This LaTeX package provides support for creating QR-bills for the new
+Swiss payment standards. This implementation is intended to offer an option
+to support these regulations and can be adapted for international use.")
+ (license (list license:lppl1.3c license:bsd-3))))
+
(define-public texlive-qsharp
(package
(name "texlive-qsharp")
@@ -7655,6 +26077,134 @@ algorithms in a natural manner.")
a domain-specific language for quantum programming.")
(license license:lppl1.3c)))
+(define-public texlive-qtree
+ (package
+ (name "texlive-qtree")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/qtree/" "tex/latex/qtree/")
+ (base32
+ "1gmwkm6400pcrjnq111bih7za0p45nx6gy4lksvgjhdcpnykbbla")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/qtree")
+ (synopsis "Draw tree structures")
+ (description
+ "The package offers support for drawing tree diagrams, and is especially
+suitable for linguistics use. It allows trees to be specified in a simple
+bracket notation, automatically calculates branch sizes, and supports both
+DVI/PostScript and PDF output by use of @code{pict2e} facilities. The package
+is a development of the existing @code{qobitree} package, offering a new front
+end.")
+ (license license:lppl)))
+
+(define-public texlive-qualitype
+ (package
+ (name "texlive-qualitype")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/qualitype/"
+ "fonts/opentype/public/qualitype/")
+ (base32
+ "027n3i9cy4p7wkbj1zrlsvagplxk74gz5cwv7mr4yl8gqzd41058")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/qualitype")
+ (synopsis "QualiType font collection")
+ (description
+ "This is a collection of 45 fonts, created by QualiType.")
+ (license (list license:silofl1.1 license:gpl2+))))
+
+(define-public texlive-quantumarticle
+ (package
+ (name "texlive-quantumarticle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/quantumarticle/"
+ "doc/latex/quantumarticle/"
+ "tex/latex/quantumarticle/")
+ (base32
+ "00v04n109mbi7w0xcmfdzs8f1fabwd2qhf53fqps99k3dj4z5f0a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/quantumarticle")
+ (synopsis "Document class for submissions to the @emph{Quantum} journal")
+ (description
+ "This package provides the preferred document class for papers to be
+submitted to @emph{Quantum --- the open journal of quantum science}. It is
+based on the @code{article} document class.
+
+As a service to authors, the document class comes with a predefined
+bibliography style @file{quantum.bst} that is optimized to be used with the
+@code{quantumarticle} document class. Additionally, the @code{quantumview}
+document class is provided, which can be used as a proxy to typeset the
+HTML-only editorial pieces in @emph{Quantum Views}.
+
+The @code{quantumarticle} document class also offers an option to remove the
+@emph{Quantum}-related branding. In that way, users can use it for their
+notes as well.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-quattrocento
+ (package
+ (name "texlive-quattrocento")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/quattrocento/"
+ "fonts/enc/dvips/quattrocento/"
+ "fonts/map/dvips/quattrocento/"
+ "fonts/tfm/impallari/quattrocento/"
+ "fonts/truetype/impallari/quattrocento/"
+ "fonts/type1/impallari/quattrocento/"
+ "fonts/vf/impallari/quattrocento/"
+ "tex/latex/quattrocento/")
+ (base32
+ "1mgsyl3xc9274mdh3ssd9ifxb0d9rlv0y33nlw9pwnl9y9f9gd9a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/quattrocento")
+ (synopsis "Quattrocento and Quattrocento Sans fonts with LaTeX support")
+ (description
+ "The package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Quattrocento and Quattrocento Sans families of fonts, designed by Pablo
+Impallari; the fonts themselves are also provided, in both TrueType and Type1
+format. Quattrocento is a classic typeface with wide and open letterforms,
+and great x-height, which makes it very legible for body text at small sizes.
+Tiny details that only show up at bigger sizes make it also great for display
+use. Quattrocento Sans is the perfect sans-serif companion for
+Quattrocento.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-raleway
+ (package
+ (name "texlive-raleway")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/raleway/"
+ "fonts/enc/dvips/raleway/"
+ "fonts/map/dvips/raleway/"
+ "fonts/opentype/impallari/raleway/"
+ "fonts/tfm/impallari/raleway/"
+ "fonts/type1/impallari/raleway/"
+ "fonts/vf/impallari/raleway/"
+ "tex/latex/raleway/")
+ (base32
+ "1pp5m31rr4lww0z92q3vsaz1l01nb78ll5mn2l9w469hpghf2gd3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/raleway")
+ (synopsis "Use Raleway with TeX(-alike) systems")
+ (description
+ "The package provides the Raleway family in an easy to use way. For
+XeLaTeX and LuaLaTeX users the original OpenType fonts are used. The entire
+font family is included.")
+ (license license:silofl1.1)))
+
(define-public texlive-rank-2-roots
(package
(name "texlive-rank-2-roots")
@@ -7695,6 +26245,26 @@ systems, with Weyl chambers, weight lattices, and parabolic subgroups.")
for typesetting homework assignments, and formula cheat sheets for exams.")
(license license:lppl1.3c)))
+(define-public texlive-realtranspose
+ (package
+ (name "texlive-realtranspose")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/realtranspose/"
+ "source/latex/realtranspose/"
+ "tex/latex/realtranspose/")
+ (base32
+ "0ar1yisx6pq8qjhsvb406l5j06y9jkyxvvgq9s1sg15nk9sjzy1r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/realtranspose")
+ (synopsis "The ``real'' way to transpose a matrix")
+ (description
+ "With @code{realtranspose} you can notate the transposition of a matrix
+by rotating the symbols 90 degrees.")
+ (license license:expat)))
+
(define-public texlive-rec-thy
(package
(name "texlive-rec-thy")
@@ -7716,6 +26286,81 @@ functionals, c.e.@: sets, stagewise computations, forcing and syntactic
classes.")
(license license:public-domain)))
+(define-public texlive-recorder-fingering
+ (package
+ (name "texlive-recorder-fingering")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/recorder-fingering/"
+ "tex/latex/recorder-fingering/")
+ (base32
+ "075n6ifhpn15fdnrhp326lzp0dnzs0j287g7kr4xx59cc1m6lqkg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/recorder-fingering")
+ (synopsis "Package to display recorder fingering diagrams")
+ (description
+ "This package provides support for generating and displaying fingering
+diagrams for baroque fingering recorders. Standard fingerings are provided
+for recorders in both C and F, along with methods to create and display
+alternate fingerings for trills, etc.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-recycle
+ (package
+ (name "texlive-recycle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/recycle/"
+ "fonts/map/dvips/recycle/"
+ "fonts/source/public/recycle/"
+ "fonts/tfm/public/recycle/"
+ "fonts/type1/public/recycle/"
+ "tex/latex/recycle/")
+ (base32
+ "16kmi7a75vrv3pfnxydxb21pafvi98q39jrdd10a94vxx6fdlx7s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ ;; FIXME: Font metrics generation fails with "! Inconsistent equation (off
+ ;; by 0.00162)." errors.
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/recycle")
+ (synopsis "Font providing the ``recyclable'' logo")
+ (description
+ "This single-character font is provided as Metafont source, and in Adobe
+Type 1 format. It is accompanied by a trivial LaTeX package to use the logo
+at various sizes.")
+ (license license:gpl3+)))
+
+(define-public texlive-reledmac
+ (package
+ (name "texlive-reledmac")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/reledmac/"
+ "source/latex/reledmac/"
+ "tex/latex/reledmac/")
+ (base32
+ "16nfibnjdasflskmxd23hxkapz788abfilwxm3vdj6djkznxq4sw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/reledmac")
+ (synopsis "Typeset scholarly editions")
+ (description
+ "This package provides a package for typesetting scholarly critical
+editions, replacing the established @code{ledmac} and @code{eledmac} packages.
+It supports indexing by page and by line numbers, and simple @code{tabular}-
+and @code{array}-style environments. The package is distributed with the
+related @code{reledpar} package.")
+ (license license:lppl1.3+)))
+
(define-public texlive-resolsysteme
(package
(name "texlive-resolsysteme")
@@ -7746,6 +26391,27 @@ solution of a linear system;
@end itemize")
(license license:lppl1.3c)))
+(define-public texlive-resphilosophica
+ (package
+ (name "texlive-resphilosophica")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/resphilosophica/"
+ "doc/latex/resphilosophica/"
+ "source/latex/resphilosophica/"
+ "tex/latex/resphilosophica/")
+ (base32
+ "12a0pnksxh3b0w9iwhly9sb8j6jhhmk9r1957mb7m01h435n9yb4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/resphilosophica")
+ (synopsis "Typeset articles for the journal @emph{Res Philosophica}")
+ (description
+ "The bundle provides a class for typesetting articles for the journal
+@emph{Res Philosophica}.")
+ (license license:lppl1.3+)))
+
(define-public texlive-rest-api
(package
(name "texlive-rest-api")
@@ -7768,6 +26434,48 @@ method description path parameter request body and content type response body,
content type and status code.")
(license license:lppl1.3c)))
+(define-public texlive-resumecls
+ (package
+ (name "texlive-resumecls")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/resumecls/"
+ "source/xelatex/resumecls/"
+ "tex/xelatex/resumecls/")
+ (base32
+ "14za3bvvksq6xjvbppfm17cj8abspj7h7l7snyd2vciy0dc305yg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/resumecls")
+ (synopsis "Typeset a resume both in English and Chinese")
+ (description
+ "This package provides a LaTeX document class to typeset a resume or CV
+both in English and Chinese with more ease and flexibility.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-reverxii
+ (package
+ (name "texlive-reverxii")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/reverxii/"
+ "source/generic/reverxii/"
+ "tex/generic/reverxii/")
+ (base32
+ "1gg8qbc8ll3n6rfp3pjshbbjd30s4n3yk219y6qcmz1nv66fp1qq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (native-inputs (list (texlive-updmap.cfg)))
+ (home-page "https://ctan.org/pkg/reverxii")
+ (synopsis "Playing Reversi in TeX")
+ (description
+ "Following the lead of @file{xii.tex}, this little program plays
+Reversi.")
+ (license license:lppl1.3c)))
+
(define-public texlive-revquantum
(package
(name "texlive-revquantum")
@@ -7793,6 +26501,71 @@ provides fallbacks. It also warns when users try to load packages which are
known to be incompatible with @code{revtex4-1}.")
(license license:lppl1.3+)))
+(define-public texlive-revtex4
+ (package
+ (name "texlive-revtex4")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/revtex4/" "doc/latex/revtex4/"
+ "source/latex/revtex4/" "tex/latex/revtex4/")
+ (base32
+ "0mfjp8ycsvq63vk5348r7yfcskldx6ipcwflxz7pnf60xfla5646")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/revtex4-0")
+ (synopsis "Styles for various physics journals (old version)")
+ (description
+ "This is an old version of @code{revtex}, and is kept as a courtesy to
+users having difficulty with the incompatibility of that latest version.")
+ (license license:lppl)))
+
+(define-public texlive-revtex4-1
+ (package
+ (name "texlive-revtex4-1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/revtex4-1/"
+ "doc/latex/revtex4-1/"
+ "source/latex/revtex4-1/"
+ "tex/latex/revtex4-1/")
+ (base32
+ "023pzbf8hgyk6038zz9g4g95pwqrsqy1ahzy6byxh28b2p8qyk9a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:modules '((ice-9 match)
+ (ice-9 regex)
+ (srfi srfi-1)
+ (guix build texlive-build-system)
+ (guix build utils))
+ #:build-targets #~(list "revtex4-1.dtx")
+ #:phases
+ #~(modify-phases %standard-phases
+ ;; In order to build revtex4-1, we need files from revtex source.
+ ;; Add them to TEXINPUTS.
+ (add-before 'build 'extend-texinputs
+ (lambda* (#:key inputs native-inputs #:allow-other-keys)
+ (let ((revtex-source
+ (any (match-lambda
+ ((_ . dir)
+ (and (string-match "texlive-revtex-[0-9]+-checkout"
+ dir)
+ dir)))
+ (or native-inputs inputs))))
+ (setenv "TEXINPUTS"
+ (string-append revtex-source
+ "/source/latex/revtex/:"))))))))
+ (native-inputs (list (package-source texlive-revtex)))
+ (home-page "https://ctan.org/pkg/revtex4-1")
+ (synopsis "Styles for various physics journals")
+ (description
+ "This is an old version of @code{revtex}, and is kept as a courtesy to
+users having difficulty with the incompatibility of that latest version.")
+ (license license:lppl1.3+)))
+
(define-public texlive-ribbonproofs
(package
(name "texlive-ribbonproofs")
@@ -7837,6 +26610,297 @@ package solves the problem by extending ideas described in M. I. Grinchuk
mathematical packages.")
(license license:lppl1.3+)))
+(define-public texlive-roboto
+ (package
+ (name "texlive-roboto")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/roboto/"
+ "fonts/enc/dvips/roboto/"
+ "fonts/map/dvips/roboto/"
+ "fonts/opentype/google/roboto/"
+ "fonts/tfm/google/roboto/"
+ "fonts/type1/google/roboto/"
+ "fonts/vf/google/roboto/"
+ "tex/latex/roboto/")
+ (base32
+ "1gbg9p9y6a2fis88qfcsscksrkkcnqvsrhdkak2jm2dfjnq6v2n8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/roboto")
+ (synopsis "Support for the Roboto family of fonts")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Roboto Sans, Roboto Condensed, Roboto Mono, Roboto Slab and Roboto Serif
+families of fonts, designed by Christian Robertson and Greg Gazdowicz.")
+ (license (list license:asl2.0 license:silofl1.1 license:lppl))))
+
+(define-public texlive-romande
+ (package
+ (name "texlive-romande")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/romande/"
+ "fonts/afm/arkandis/romande/"
+ "fonts/enc/dvips/romande/"
+ "fonts/map/dvips/romande/"
+ "fonts/tfm/arkandis/romande/"
+ "fonts/type1/arkandis/romande/"
+ "fonts/vf/arkandis/romande/"
+ "source/fonts/romande/"
+ "tex/latex/romande/")
+ (base32
+ "0xvahacjs8g5bl7yy89wi50m894r2402d5203ai79fk9d7rbc116")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/romandeadf")
+ (synopsis "Romande ADF fonts and LaTeX support")
+ (description
+ "Romande ADF is a serif font family with oldstyle figures, designed as
+a substitute for Times, Tiffany or Caslon. The family currently includes
+upright, italic and small-caps shapes in each of regular and demi-bold weights
+and an italic script in regular. The support package renames the fonts
+according to the Karl Berry fontname scheme and defines four families. Two of
+these primarily provide access to the standard, or default, characters while
+the alternate families support alternate characters, additional ligatures and
+the long @emph{s}. The included package files provide access to these
+features in LaTeX.")
+ (license license:lppl)))
+
+(define-public texlive-rosario
+ (package
+ (name "texlive-rosario")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/rosario/"
+ "fonts/enc/dvips/rosario/"
+ "fonts/map/dvips/rosario/"
+ "fonts/opentype/public/rosario/"
+ "fonts/tfm/public/rosario/"
+ "fonts/type1/public/rosario/"
+ "fonts/vf/public/rosario/"
+ "source/fonts/rosario/"
+ "tex/latex/rosario/")
+ (base32
+ "0bmz2xzx1xi3vn9s4wqij65nq54k9bc0kbxgnzd0p6q030g5yqby")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/rosario")
+ (synopsis "Using the Rosario fonts with LaTeX")
+ (description
+ "The package provides the files required to use the Rosario fonts with
+LaTeX. Rosario is a set of four fonts provided by Hector Gatti.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-rsfso
+ (package
+ (name "texlive-rsfso")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/rsfso/" "fonts/map/dvips/rsfso/"
+ "fonts/tfm/public/rsfso/"
+ "fonts/vf/public/rsfso/" "tex/latex/rsfso/")
+ (base32
+ "1fm65p7k0kfiksap2f2g8lqmgdykmhq80ff5qgma4cnqa4sa3jza")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/rsfso")
+ (synopsis "Mathematical calligraphic font based on @code{rsfs}")
+ (description
+ "The package provides virtual fonts and LaTeX support files for
+mathematical calligraphic fonts based on the @code{rsfs} Adobe Type 1 fonts,
+with the slant substantially reduced. The output is quite similar to that
+from the Adobe Mathematical Pi script font.")
+ (license license:lppl)))
+
+(define-public texlive-rrgtrees
+ (package
+ (name "texlive-rrgtrees")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/rrgtrees/"
+ "source/latex/rrgtrees/"
+ "tex/latex/rrgtrees/")
+ (base32
+ "0h33q32pb1s8zv598aacdzfhpk2psrzxgxnav6am16cxfri60hpi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/rrgtrees")
+ (synopsis
+ "Linguistic tree diagrams for Role and Reference Grammar (RRG) with LaTeX")
+ (description
+ "This package provides a set of LaTeX macros that makes it easy to
+produce linguistic tree diagrams suitable for Role and Reference
+Grammar (RRG). This package allows the construction of trees with crossing
+lines, as is required by this theory for many languages.")
+ (license license:lppl)))
+
+(define-public texlive-rsc
+ (package
+ (name "texlive-rsc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/rsc/" "doc/latex/rsc/"
+ "source/latex/rsc/" "tex/latex/rsc/")
+ (base32
+ "1fgc54fyikrgx81gfhv7mab6sqj4xjz6pyrkxk8jnlwwqrsk0yxb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/rsc")
+ (synopsis "BibTeX style for use with RSC journals")
+ (description
+ "The @code{rsc} package provides a BibTeX style in accordance with the
+requirements of the Royal Society of Chemistry. It was originally based on
+the file @file{pccp.bst}, but also implements a number of styles from the
+@code{achemso} package. The package is now a stub for the @code{chemstyle}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-rtklage
+ (package
+ (name "texlive-rtklage")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/rtklage/" "tex/latex/rtklage/")
+ (base32
+ "0p9z4dgh572n7j6b8vf8aqag8ybqw3xzsh5kab1czks2774gm7cq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ratex")
+ (synopsis "Package for German lawyers")
+ (description
+ "RATeX is a newly developed bundle of packages and classes provided for
+German lawyers. Now in the early beginning it only contains @code{rtklage},
+a class to make lawsuits.")
+ (license license:lppl)))
+
+(define-public texlive-rubik
+ (package
+ (name "texlive-rubik")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/rubik/"
+ "doc/man/man1/rubikrotation.1"
+ "doc/man/man1/rubikrotation.man1.pdf"
+ "scripts/rubik/"
+ "source/latex/rubik/"
+ "tex/latex/rubik/")
+ (base32
+ "0v7j88d72acgrj24x8g859k7q6qd47pjy3wdqfvrqq3y39x48011")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "rubikrotation.pl")))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/rubik")
+ (synopsis "Document Rubik cube configurations and rotation sequences")
+ (description
+ "The bundle provides four packages:
+@itemize
+
+@item @code{rubikcube} provides commands for typesetting Rubik cubes
+and their transformations,
+
+@item @code{rubiktwocube} provides commands for typesetting Rubik
+twocubes and their transformations,
+
+@item @code{rubikrotation} can process a sequence of Rubik rotation
+moves, with the help of a Perl package executed via
+@code{\\write18} (shell escape) commands,
+
+@item @code{rubikpatterns} is a collection of well known patterns and
+their associated rotation sequences.
+
+@end itemize")
+ (license license:lppl1.3+)))
+
+(define-public texlive-rutitlepage
+ (package
+ (name "texlive-rutitlepage")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/rutitlepage/"
+ "source/latex/rutitlepage/"
+ "tex/latex/rutitlepage/")
+ (base32
+ "0pcd6cqlm3r7wq9k96ignvars436hg9j5la4aaq35ldm01sqy268")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/rutitlepage")
+ (synopsis "Radboud University titlepage package")
+ (description
+ "This is an unofficial LaTeX package to generate titlepages for the
+Radboud University, Nijmegen. It uses official vector logos from the
+university.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ryersonsgsthesis
+ (package
+ (name "texlive-ryersonsgsthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ryersonsgsthesis/"
+ "tex/latex/ryersonsgsthesis/")
+ (base32
+ "170z5xqxwbx999dxlxhwf7mbml6j4pak6a8lgi4vbj8ii4njlygb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ryersonsgsthesis")
+ (synopsis "Ryerson School of Graduate Studies thesis template")
+ (description
+ "This package provides a LaTeX class and template files for Ryerson
+School of Graduate Studies (SGS) theses.")
+ (license license:asl2.0)))
+
+(define-public texlive-ryethesis
+ (package
+ (name "texlive-ryethesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ryethesis/"
+ "source/latex/ryethesis/"
+ "tex/latex/ryethesis/")
+ (base32
+ "1xjzl1ng0nbcakiasi6sfbkannfipcfv96crq6y6cb7p7l707wg7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ryethesis")
+ (synopsis "Class for Ryerson Unversity Graduate School requirements")
+ (description
+ "The class offers support for formatting a thesis, dissertation or
+project according to Ryerson University's School of Graduate Studies thesis
+formatting regulations.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-sageep
+ (package
+ (name "texlive-sageep")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/sageep/" "doc/latex/sageep/"
+ "source/latex/sageep/" "tex/latex/sageep/")
+ (base32
+ "1xmfqqsabc7vv3rh74qlry5jkvp0ddyi8m4yynriv5vzyqigfw5y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sageep")
+ (synopsis "Format papers for the annual meeting of EEGS")
+ (description
+ "The class provides formatting for papers for the annual meeting of the
+@acronym{EEGS, Environmental and Engineering Geophysical Society}: Application
+of Geophysics to Engineering and Environmental Problems, known as SAGEEP.")
+ (license license:lppl)))
+
(define-public texlive-sankey
(package
(name "texlive-sankey")
@@ -7857,6 +26921,50 @@ diagrams, i.e., flow diagrams in which the width of the arrows is proportional
to the flow rate.")
(license (list license:lppl1.3+ license:gpl3+))))
+(define-public texlive-sansmathaccent
+ (package
+ (name "texlive-sansmathaccent")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/sansmathaccent/"
+ "fonts/map/dvips/sansmathaccent/"
+ "fonts/tfm/public/sansmathaccent/"
+ "fonts/vf/public/sansmathaccent/"
+ "tex/latex/sansmathaccent/")
+ (base32
+ "03xd3wpmzrggpmjrff4ka56v2zycbznlcdfyvz74xxjnngxz81qm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sansmathaccent")
+ (synopsis "Correct placement of accents in sans-serif maths")
+ (description
+ "Sans serif maths (produced by the @code{beamer} class or the
+@code{sfmath} package) often has accents positioned incorrectly. This package
+fixes the positioning of such accents when the default font (@code{cmssi}) is
+used for sans serif maths.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-sapthesis
+ (package
+ (name "texlive-sapthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/sapthesis/"
+ "doc/latex/sapthesis/"
+ "tex/latex/sapthesis/")
+ (base32
+ "15livlw0xbc6ys408pqqvh3qvzphigar9cr57dd0is4zrh4c2y36")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sapthesis")
+ (synopsis "Typeset theses for Sapienza-University, Rome")
+ (description
+ "The class will typeset PhD, master, and bachelor theses that adhere to
+the publishing guidelines of the Sapienza University of Rome.")
+ (license license:lppl1.3+)))
+
(define-public texlive-sasnrdisplay
(package
(name "texlive-sasnrdisplay")
@@ -7878,6 +26986,196 @@ their calculations or simulations into LaTeX projects. The package is also
capable of overloading the Sweave User Manual and SASweave packages.")
(license license:lppl1.3+)))
+(define-public texlive-sauterfonts
+ (package
+ (name "texlive-sauterfonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sauterfonts/"
+ "source/latex/sauterfonts/"
+ "tex/latex/sauterfonts/")
+ (base32
+ "0h34vp94i16al0z8zw5xn3igk2hg4nnb507kiv87qxrr3gl11zy4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sauterfonts")
+ (synopsis "Use Sauter's fonts in LaTeX")
+ (description
+ "The package provides font definition files (plus a replacement for the
+package @code{exscale}) to access many of the fonts in Sauter's collection.
+These fonts are available in all point sizes and look nicer for such
+intermediate document sizes as 11pt. Also included is the package
+@code{sbbm}, an alternative to access the BBM fonts.")
+ (license license:gpl3+)))
+
+(define-public texlive-schola-otf
+ (package
+ (name "texlive-schola-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/schola-otf/"
+ "tex/latex/schola-otf/")
+ (base32
+ "1ygc9bhdc9qgp20r17am8k7zmc1c1rdra0a56davw5y93zjvyzji")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/schola-otf")
+ (synopsis "Using the OpenType fonts TeX Gyre Schola")
+ (description
+ "This package can only be used with LuaLaTeX or XeLaTeX. It does the
+font setting for the OpenType font TeX Gyre Schola for text and math. The
+missing typefaces like bold math and slanted text are also defined.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-scholax
+ (package
+ (name "texlive-scholax")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/scholax/"
+ "fonts/afm/public/scholax/"
+ "fonts/enc/dvips/scholax/"
+ "fonts/map/dvips/scholax/"
+ "fonts/opentype/public/scholax/"
+ "fonts/tfm/public/scholax/"
+ "fonts/type1/public/scholax/"
+ "fonts/vf/public/scholax/"
+ "tex/latex/scholax/")
+ (base32
+ "1jw09a75gw9favzpfkp4kmwf6wz9kp4jsk8f838rk1x76q213rrw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/scholax")
+ (synopsis
+ "Extension of TeXGyreSchola (New Century Schoolbook) with math support")
+ (description
+ "This package contains an extension of TeXGyreSchola with extensive
+superiors, inferior figures, upright punctuation glyphs added to the Italic
+face for a theorem font, plus slanted and bold slanted faces. Math support is
+provided by one of two options to @code{newtxmath}, one of which uses an
+adaptation of the Fourier math Greek letters.")
+ (license license:lppl)))
+
+(define-public texlive-schule
+ (package
+ (name "texlive-schule")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/schule/" "tex/latex/schule/")
+ (base32
+ "0pwc75s9r95rcq9xh2wjzv3hd2xqhkls39pgagg7gvdvax11dbvh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/schule")
+ (synopsis "Support for teachers at German schools")
+ (description
+ "The @code{schule} bundle was built to provide packages and commands that
+could be useful for documents in German schools. At the moment, its main
+focus lies on documents for informatics as a school subject. An extension for
+physics is currently in progress.
+
+For the time being, the whole package splits up into individual packages for
+informatics (including syntax diagrams, Nassi-Shneiderman diagrams, sequence
+diagrams, object diagrams, and class diagrams) as well as classes for written
+exams (tests, quizzes, teaching observations, information sheets, worksheets,
+and answer keys).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-schulschriften
+ (package
+ (name "texlive-schulschriften")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/schulschriften/"
+ "fonts/source/public/schulschriften/"
+ "fonts/tfm/public/schulschriften/"
+ "tex/latex/schulschriften/")
+ (base32
+ "14nbgqr213zfm1y50bh0ggs40zpi1lfjmc4yc5mprwf7q174zrbr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/schulschriften")
+ (synopsis "German school scripts from Suetterlin to the present day")
+ (description
+ "This package provides the Metafont sources for the following school
+fonts: Das Paket enthalt im wesentlichen die Metafont-Quellfiles fur die
+folgenden Schulausgangsschriften: Suetterlinschrift, Deutsche Normalschrift,
+Lateinische Ausgangsschrift, Schulausgangsschrift, and Vereinfachte
+Ausgangsschrift.")
+ (license license:lppl)))
+
+(define-public texlive-scientific-thesis-cover
+ (package
+ (name "texlive-scientific-thesis-cover")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/scientific-thesis-cover/"
+ "source/latex/scientific-thesis-cover/"
+ "tex/latex/scientific-thesis-cover/")
+ (base32
+ "1ny19pczzrrwb20sin1qn914hy1npwxkx573g3n5gm62kzl1vc4k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/scientific-thesis-cover")
+ (synopsis "Provides cover page and affirmation at the end of a thesis")
+ (description
+ "Institutions require a cover page and an affirmation at the end of
+a thesis. This package provides both.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-shobhika
+ (package
+ (name "texlive-shobhika")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/shobhika/"
+ "fonts/opentype/public/shobhika/")
+ (base32
+ "0a9l8gdn9ddz334dwfdn7vjgrq9jz6b41wph9sgchank4yj0sc64")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/shobhika")
+ (synopsis "OpenType Devanagari font designed for scholars")
+ (description
+ "This package provides a Unicode compliant OpenType font with support for
+Devanagari, Latin, and Cyrillic scripts. It is available in two
+weights--regular and bold. The font is designed with over 1600 Devanagari
+glyphs, including support for over 1100 conjunct consonants, as well as vedic
+accents. The Latin component of the font not only supports a wide range of
+characters required for Roman transliteration of Sanskrit, but also provides
+a subset of regularly used mathematical symbols for scholars working with
+scientific and technical documents.")
+ (license license:silofl1.1)))
+
+(define-public texlive-schwalbe-chess
+ (package
+ (name "texlive-schwalbe-chess")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/schwalbe-chess/"
+ "source/latex/schwalbe-chess/"
+ "tex/latex/schwalbe-chess/")
+ (base32
+ "1i68bl4hb7cagwwb4lyihvdnwgd0irgqp7344m5kmsdxy7z94fmr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/schwalbe-chess")
+ (synopsis "Typeset the German chess magazine @emph{Die Schwalbe}")
+ (description
+ "The package is used to typeset the German chess magazine @emph{Die
+Schwalbe}. It is based on @code{chess-problem-diagrams}, which in its turn
+has a dependency on the @code{bartel-chess-fonts}.")
+ (license license:lppl1.2+)))
+
(define-public texlive-sciposter
(package
(name "texlive-sciposter")
@@ -7921,6 +27219,24 @@ effortless pretty-printing of SuperCollider source code in documents typeset
with LaTeX and friends.")
(license license:lppl1.3+)))
+(define-public texlive-scrabble
+ (package
+ (name "texlive-scrabble")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/scrabble/" "tex/latex/scrabble/")
+ (base32
+ "1wr85x1kh6457sr61cq6mx8z6zrf61c9659a941wakc610sbqlsx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/scrabble")
+ (synopsis "Commands for Scrabble boards")
+ (description
+ "This package provides some commands (in English and in French) to work
+with a Scrabble board.")
+ (license license:lppl1.3c)))
+
(define-public texlive-scratchx
(package
(name "texlive-scratchx")
@@ -7940,6 +27256,209 @@ LaTeX documents. This may be particularly useful for Math Teachers and IT
specialists.")
(license license:lppl1.3c)))
+(define-public texlive-screenplay
+ (package
+ (name "texlive-screenplay")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/screenplay/"
+ "source/latex/screenplay/"
+ "tex/latex/screenplay/")
+ (base32
+ "16vw7ikxblzlmamz0d95d0zj6vzhdg75w0q645sfh75pj7v6b1v0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/screenplay")
+ (synopsis "Class file to typeset screenplays")
+ (description
+ "The class implements the format recommended by the Academy of Motion
+Picture Arts and Sciences.")
+ (license license:gpl3+)))
+
+(define-public texlive-screenplay-pkg
+ (package
+ (name "texlive-screenplay-pkg")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/screenplay-pkg/"
+ "tex/latex/screenplay-pkg/")
+ (base32
+ "07xl6631yjjx56whl1vl4mzdcn8k63i624lspxiw18ppfrxdh3an")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/screenplay-pkg")
+ (synopsis "Package version of the screenplay document class")
+ (description
+ "This package implements the tools of the @code{screenplay} document
+class in the form of a package so that screenplay fragments can be included
+within another document class.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-scripture
+ (package
+ (name "texlive-scripture")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/scripture/"
+ "source/latex/scripture/"
+ "tex/latex/scripture/")
+ (base32
+ "05qw58is7qhs5nfmj1d576wc5wx5cg6aihnm8hm8npvqd4njl2gj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/scripture")
+ (synopsis "LaTeX style for typesetting @emph{Bible} quotations")
+ (description
+ "The @code{scripture} package provides a set of macros for typesetting
+quotations from the @emph{Bible}. It provides many features commonly seen in
+bibles such as dropped text for chapter numbers, superscripts for verse
+numbers, indented lines for poetry sections, narrow sections and hanging
+paragraphs. A reference for the quotation can optionally be added.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-scrjrnl
+ (package
+ (name "texlive-scrjrnl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/scrjrnl/" "source/latex/scrjrnl/"
+ "tex/latex/scrjrnl/")
+ (base32
+ "10smy8cq2papzv63q5lsharxcn1l1ln97fhrd39wm2jf48967lbn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/scrjrnl")
+ (synopsis "Typeset diaries or journals")
+ (description
+ "This package provides a class, based on @code{scrbook}, designed for
+typesetting diaries, journals or devotionals.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-sduthesis
+ (package
+ (name "texlive-sduthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sduthesis/"
+ "source/latex/sduthesis/"
+ "tex/latex/sduthesis/")
+ (base32
+ "1c9dmgjbxc0xyphi4hcb9yilmhh6hg0l2r4vkyjds3xgii7kwkn7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sduthesis")
+ (synopsis "Thesis template of Shandong University")
+ (description
+ "This package provides a thesis template of Shandong University.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-se2thesis
+ (package
+ (name "texlive-se2thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/se2thesis/"
+ "source/latex/se2thesis/"
+ "tex/latex/se2thesis/")
+ (base32
+ "0ixdj8klgj9i7hcrmwrxngyc5pgxpfkw3awkn5s0dcppz88rid1n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/se2thesis")
+ (synopsis
+ "Thesis class for the Chair of Software Engineering II at the
+University of Passau, Germany")
+ (description
+ "The @code{se2thesis} bundle provides a document class for writing
+a theses with the Chair of Software Engineering II at the University of
+Passau, Germany. The class is based on KOMA-Script classes. While the class
+provides some basic settings, mostly regrading the type area, fonts, and the
+title page, it still provides large degrees of freedom to its users.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-serbian-apostrophe
+ (package
+ (name "texlive-serbian-apostrophe")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/serbian-apostrophe/"
+ "tex/latex/serbian-apostrophe/")
+ (base32
+ "0hkgm4q74kn172nr5whlwjq88sfqm66cvnsv7nidcqssybnn5891")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/serbian-apostrophe")
+ (synopsis "Commands for Serbian words with apostrophes")
+ (description
+ "The package provides a collection of commands (whose names are Serbian
+words) whose expansion is the Serbian word with appropriate apostrophes.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-serbian-date-lat
+ (package
+ (name "texlive-serbian-date-lat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/serbian-date-lat/"
+ "tex/latex/serbian-date-lat/")
+ (base32
+ "1m23r2i2dxw4xnxih94iyiwk4a5ggvn7wkqhp8ai5va5grp36kfk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/serbian-date-lat")
+ (synopsis "Updated date typesetting for Serbian")
+ (description
+ "Babel defines dates for Serbian texts, in Latin script. The style it
+uses does not match current practices. The present package defines
+a @code{\\date} command that solves the problem.")
+ (license license:gpl2)))
+
+(define-public texlive-serbian-def-cyr
+ (package
+ (name "texlive-serbian-def-cyr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/serbian-def-cyr/"
+ "tex/latex/serbian-def-cyr/")
+ (base32
+ "116sgzxvny1hbkfc5s8bxirk9zshyv8qdd2fdr8iwqjfd7lhx03i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/serbian-def-cyr")
+ (synopsis "Serbian Cyrillic localization")
+ (description
+ "This package provides abstract, chapter, title, date etc, for Serbian
+language in Cyrillic scripts in T2A encoding and CP1251 code pages.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-serbian-lig
+ (package
+ (name "texlive-serbian-lig")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/serbian-lig/"
+ "tex/latex/serbian-lig/")
+ (base32
+ "1vq33mr8br7z7y5ayb5wmhy0ralgx6alb9kmhaahdx8a105dl81b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/serbian-lig")
+ (synopsis "Control ligatures in Serbian")
+ (description
+ "The package suppresses @samp{fi} and @samp{fl} (and other ligatures) in
+Serbian text written using Roman script.")
+ (license license:lppl1.3+)))
+
(define-public texlive-sesamanuel
(package
(name "texlive-sesamanuel")
@@ -7962,6 +27481,68 @@ a @code{sesamanuelTIKZ} style to be used for TikZ pictures in the Sesamath
book.")
(license license:lppl1.3+)))
+(define-public texlive-seu-ml-assign
+ (package
+ (name "texlive-seu-ml-assign")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/seu-ml-assign/"
+ "tex/latex/seu-ml-assign/")
+ (base32
+ "1w8dhp0kmgi9ywskq772ccj5n0kd7j55y15xwm3ss3jjdh4vzh8m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/seu-ml-assign")
+ (synopsis "Southeast University Machine Learning Assignment template")
+ (description
+ "This is a template for the Southeast University Machine Learning
+Assignment that can be easily adapted to other usages. This template features
+a colorful theme that makes it look elegant and attractive.")
+ (license license:expat)))
+
+(define-public texlive-seuthesis
+ (package
+ (name "texlive-seuthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/seuthesis/"
+ "doc/latex/seuthesis/"
+ "source/latex/seuthesis/")
+ (base32
+ "1gb1bql0llnms1c18xzp4g8j16zffinjjydiv4gsasyvxc0p8c5n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/seuthesis")
+ (synopsis "LaTeX template for theses at Southeastern University")
+ (description
+ "This template is for theses at Southeastern University, Nanjing,
+China.")
+ (license license:gpl3)))
+
+(define-public texlive-seuthesix
+ (package
+ (name "texlive-seuthesix")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/seuthesix/"
+ "doc/latex/seuthesix/"
+ "source/latex/seuthesix/"
+ "tex/latex/seuthesix/")
+ (base32
+ "0k87ib96pbihph399rc3kl1c3ncb4w4ljmwmvw880vvrxvz8mxjs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/seuthesix")
+ (synopsis "LaTeX class for theses at Southeast University, Nanjing, China")
+ (description
+ "This project provides a LaTeX document class as well as a bibliography
+style file for typesetting theses at the Southeast University, Nanjing, China.
+It is based on the @code{seuthesis}.")
+ (license license:gpl3)))
+
(define-public texlive-sfg
(package
(name "texlive-sfg")
@@ -7980,6 +27561,112 @@ book.")
electrical and electronics engineers and graph theorists.")
(license license:lppl)))
+(define-public texlive-sgame
+ (package
+ (name "texlive-sgame")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sgame/" "tex/latex/sgame/")
+ (base32
+ "0kzrimwmgwa3f61vawc1fq5vvgx4pxa2586wqhd4cf66ywdikn0v")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sgame")
+ (synopsis "LaTeX style for typesetting strategic games")
+ (description
+ "This package can be used to format strategic games. For a 2x2 game,
+for example, the input: @samp{\\begin@{game@}{2}{2} &$L$ &$M$\\\\ $T$ &$2,2$
+&$2,0$\\\\ $B$ &$3,0$ &$0,9$ \\end@{game@}} produces output with (a) boxes
+around the payoffs, (b) payoff columns of equal width, and (c) payoffs
+vertically centered within the boxes.")
+ (license license:lppl)))
+
+(define-public texlive-shortmathj
+ (package
+ (name "texlive-shortmathj")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/shortmathj/"
+ "tex/latex/shortmathj/")
+ (base32
+ "0rkrskx2fay7h6naa995l46xjj8v3ffdd6kx6fq6fknr091yfp7q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/shortmathj")
+ (synopsis "Automatically shortify titles of mathematical journals")
+ (description
+ "This small dummy package just contains a simple list of full and short
+journal names as written in AMS standard:
+@url{https://mathscinet.ams.org/msnhtml/serials.pdf}.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-showtags
+ (package
+ (name "texlive-showtags")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/showtags/" "tex/latex/showtags/")
+ (base32
+ "0690p94mmlwhg06wzisa73w4445yg3ljy98haqf65acrcb09rl6j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/showtags")
+ (synopsis "Print the tags of bibliography entries")
+ (description
+ "This package prints the tag right-aligned on each line of the
+bibliography.")
+ (license license:public-domain)))
+
+(define-public texlive-shtthesis
+ (package
+ (name "texlive-shtthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/shtthesis/"
+ "tex/latex/shtthesis/")
+ (base32
+ "1l7vfqvfcgpndp5kmpdx4d9w89b83j5s2kwkr37hih9cp9l3n9vz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-alphalph
+ texlive-biber
+ texlive-biblatex
+ texlive-biblatex-gb7714-2015
+ texlive-booktabs
+ texlive-caption
+ texlive-colortbl
+ texlive-ctex
+ texlive-datetime
+ texlive-enumitem
+ texlive-fancyhdr
+ texlive-fmtcount
+ texlive-lastpage
+ texlive-latexmk
+ texlive-listings
+ texlive-lua-alt-getopt
+ texlive-lualatex-math
+ texlive-mathtools
+ texlive-ntheorem
+ texlive-tex-gyre
+ texlive-tocvsec2
+ texlive-transparent
+ texlive-undolabl
+ texlive-unicode-math
+ texlive-xits
+ texlive-xstring))
+ (home-page "https://ctan.org/pkg/shtthesis")
+ (synopsis "Unofficial LaTeX thesis template for ShanghaiTech University")
+ (description
+ "This package, forked from @code{ucasthesis}, is an unofficial LaTeX
+thesis template for ShanghaiTech University and satisfies all format
+requirements of the school.")
+ (license license:gpl3)))
+
(define-public texlive-shuffle
(package
(name "texlive-shuffle")
@@ -8002,6 +27689,25 @@ electrical and electronics engineers and graph theorists.")
the shuffle product which is used in some part of mathematics and physics.")
(license license:public-domain)))
+(define-public texlive-sides
+ (package
+ (name "texlive-sides")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sides/" "tex/latex/sides/")
+ (base32
+ "0lffwhb6px6f09f8jk6r9kvfh49dl5n0461b261mk2sr6fgyxrfz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sides")
+ (synopsis "LaTeX class for typesetting stage plays")
+ (description
+ "This is a LaTeX class for typesetting stage plays, based on the
+@code{plari} class. It has been updated and several formatting changes have
+been made to it.")
+ (license license:gpl3+)))
+
(define-public texlive-simplebnf
(package
(name "texlive-simplebnf")
@@ -8022,6 +27728,31 @@ The included @code{bnfgrammar} environment parses BNF expressions (possibly
annotated), so users can write readable BNF expressions in their documents.")
(license license:expat)))
+(define-public texlive-simpleicons
+ (package
+ (name "texlive-simpleicons")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/simpleicons/"
+ "fonts/enc/dvips/simpleicons/"
+ "fonts/map/dvips/simpleicons/"
+ "fonts/opentype/public/simpleicons/"
+ "fonts/tfm/public/simpleicons/"
+ "fonts/type1/public/simpleicons/"
+ "tex/latex/simpleicons/")
+ (base32
+ "0ngjx0z1ldpc6a31maw9kbsxf910qkgcndsqibfanc5mb8ygb6zn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/simpleicons")
+ (synopsis "Simple Icons for LaTeX")
+ (description
+ "Similar to FontAwesome icons being provided on LaTeX by the
+@code{fontawesome} package, this package aims to do the same with
+@url{https://simpleicons.org/, Simple Icons}.")
+ (license license:cc0)))
+
(define-public texlive-simpler-wick
(package
(name "texlive-simpler-wick")
@@ -8129,6 +27860,54 @@ International System of Units (SI). Note that the package is now superseded
by @code{siunitx}; @code{siunits} has maintenance-only support, now.")
(license license:lppl1.3+)))
+(define-public texlive-skak
+ (package
+ (name "texlive-skak")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/skak/"
+ "fonts/source/public/skak/"
+ "fonts/tfm/public/skak/" "tex/latex/skak/")
+ (base32
+ "12fbzvyz40fnb9v5y80wkmv1fmvi7frbyv28k68lagdalm7mwp3b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/skak")
+ (synopsis "Fonts and macros for typesetting chess games")
+ (description
+ "This package provides macros and fonts in Metafont format which can be
+used to typeset chess games using PGN, and to show diagrams of the current
+board in a document. An Adobe Type 1 implementation of skak's fonts is
+available as package @code{skaknew}; an alternative chess notational scheme is
+available in package @code{texmate}, and a general mechanism for selecting
+chess fonts is provided in @code{chessfss}.")
+ (license license:lppl)))
+
+(define-public texlive-skaknew
+ (package
+ (name "texlive-skaknew")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/skaknew/"
+ "fonts/afm/public/skaknew/"
+ "fonts/map/dvips/skaknew/"
+ "fonts/opentype/public/skaknew/"
+ "fonts/tfm/public/skaknew/"
+ "fonts/type1/public/skaknew/")
+ (base32
+ "1jpm36qb65jbsrhq1yqhwajqz3jg35wid0wlav9hk7q4hd58qi4r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/skaknew")
+ (synopsis "The @code{skak} chess fonts redone in Adobe Type 1")
+ (description
+ "This package offers Adobe Type 1 versions of the fonts provided as
+Metafont source by the @code{skak} bundle.")
+ (license license:lppl)))
+
(define-public texlive-skmath
(package
(name "texlive-skmath")
@@ -8148,6 +27927,204 @@ by @code{siunitx}; @code{siunits} has maintenance-only support, now.")
re-definitions of existing commands.")
(license license:lppl1.3+)))
+(define-public texlive-skull
+ (package
+ (name "texlive-skull")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/source/public/skull/"
+ "fonts/tfm/public/skull/"
+ "source/fonts/skull/" "tex/latex/skull/")
+ (base32
+ "0vnqi8c5f1a78naa9pvsl43748bm52i3qhjcv96bwcf59miih730")))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/skull")
+ (synopsis "Font to draw a skull")
+ (description
+ "The font (defined in Metafont) defines a single character, a black solid
+skull. A package is supplied to make this character available as a symbol in
+maths mode.")
+ (license license:gpl3+)))
+
+(define-public texlive-smflatex
+ (package
+ (name "texlive-smflatex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/smflatex/" "doc/latex/smflatex/"
+ "source/latex/smflatex/"
+ "tex/latex/smflatex/")
+ (base32
+ "160bdav5rzx2hzaqxqcmlc841awr7ks1k0bmpj8kq3gzzz1pqnwj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (home-page "https://ctan.org/pkg/smflatex")
+ (synopsis "Classes for @emph{Societe mathematique de France} publications")
+ (description
+ "The @emph{Societe mathematique de France} provides a set of classes,
+packages and BibTeX styles that are used in its publications. They are based
+on AMS classes. Besides a quite different design, their main features are:
+
+@itemize
+
+@item new environments for typesetting some information in two languages
+@code{altabstract}, @code{alttitle}, @code{altkeywords});
+
+@item if necessary, use of Babel (option @code{frenchb});
+
+@item deactivation of some features of @code{frenchb}.
+
+@end itemize")
+ (license license:lppl1.3c)))
+
+(define-public texlive-songbook
+ (package
+ (name "texlive-songbook")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/songbook/" "makeindex/songbook/"
+ "source/latex/songbook/"
+ "tex/latex/songbook/")
+ (base32
+ "0ab4l130dyzaslqmy7vm71rszwszw11kqzkn0b5fb680kxvsyicf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/songbook")
+ (synopsis "Package for typesetting song lyrics and chord books")
+ (description
+ "The package provides an all purpose songbook style. Three types of
+output may be created from a single input file: ``words and chords'' books for
+the musicians to play from, ``words only'' songbooks for the congregation to
+sing from, and overhead transparency masters for congregational use.
+
+The package will also print a table of contents, an index sorted by title and
+first line, and an index sorted by key, or by artist/composer. The package
+attempts to handle songs in multiple keys, as well as songs in multiple
+languages.")
+ (license license:lgpl2.1)))
+
+(define-public texlive-songproj
+ (package
+ (name "texlive-songproj")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/songproj/"
+ "source/latex/songproj/"
+ "tex/latex/songproj/")
+ (base32
+ "044b9zbm2l1w8flnb5vx99590m65d1nxgys2dj3w79kkbmnhc7jy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/songproj")
+ (synopsis "Generate Beamer slideshows with song lyrics")
+ (description
+ "This package, together with the Beamer class, is used to generate
+slideshows with song lyrics. This is typically used in religious services in
+churches equipped with a projector, for which this package has been written,
+but it can be useful for any type of singing assembly. It provides
+environments to describe a song in a natural way, and formatting it into
+slides with overlays. The package comes with an additional Python script that
+can be used to convert plain-text song lyrics to the expected LaTeX markup.")
+ (license license:bsd-3)))
+
+(define-public texlive-songs
+ (package
+ (name "texlive-songs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/songs/" "source/latex/songs/"
+ "tex/latex/songs/")
+ (base32
+ "0mgzkh6cvq3smwjlkvd1gnhb7m151fgiv7f4v3drjqlsjyg2qds6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/songs")
+ (synopsis "Produce song books for church or fellowship")
+ (description
+ "The package provides a means of producing beautiful song books for
+church or fellowship. It offers:
+@itemize
+@item a very easy chord-entry syntax;
+@item multiple modes (words-only; words+chords; slides; handouts);
+@item measure bars;
+@item guitar tablatures;
+@item automatic transposition;
+@item scripture quotations;
+@item multiple indexes (sorted by title, author, important lyrics, or
+scripture references);
+@item and projector-style output generation, for interactive use.
+@end itemize")
+ (license license:gpl2)))
+
+(define-public texlive-sort-by-letters
+ (package
+ (name "texlive-sort-by-letters")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/sort-by-letters/"
+ "doc/bibtex/sort-by-letters/")
+ (base32
+ "19zsc6a97q5wjdgxcl7mjlbxzhj5xpfi4zi8ym1962l97dj4a96n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sort-by-letters")
+ (synopsis "Bibliography styles for alphabetic sorting")
+ (description
+ "This bundle contains several bibliography styles for separating
+a document's references by the first letter of the first author/editor in the
+bibliography entry. The styles are adapted from standard ones or from
+@code{natbib} ones.")
+ (license license:knuth)))
+
+(define-public texlive-soton
+ (package
+ (name "texlive-soton")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/soton/" "tex/latex/soton/")
+ (base32
+ "0ib4i98x14g5bl4l5bd9ciw6aay5n6fihkyzfls52l5y9vpyglix")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/soton")
+ (synopsis "University of Southampton-compliant slides")
+ (description
+ "The bundle contains two packages: @code{soton-palette} which defines
+colour-ways, and @code{soton-beamer}, which uses the colours to produce
+compliant presentations.")
+ (license license:lppl)))
+
+(define-public texlive-soup
+ (package
+ (name "texlive-soup")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/soup/" "source/latex/soup/"
+ "tex/latex/soup/")
+ (base32
+ "04lpc3nn45i66cwnjn0sycdpfaynzkb19djyfi8ca3ppb1sn79z6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/soup")
+ (synopsis "Generate alphabet soup puzzles")
+ (description
+ "This package generates alphabet soup puzzles (aka word search puzzles),
+and variations using numbers or other symbols. It provides macros to generate
+an alphabet soup style puzzle (also known as word search puzzles or
+find-the-word puzzles). It also allows creating number soup and soups with
+custom symbol sets.")
+ (license license:lppl1.3+)))
+
(define-public texlive-spalign
(package
(name "texlive-spalign")
@@ -8195,6 +28172,183 @@ can be adjusted with respect to relative position and format, and can be used
in text and math mode.")
(license license:cc-by4.0)))
+(define-public texlive-spectral
+ (package
+ (name "texlive-spectral")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/spectral/"
+ "fonts/enc/dvips/spectral/"
+ "fonts/map/dvips/spectral/"
+ "fonts/tfm/production/spectral/"
+ "fonts/truetype/production/spectral/"
+ "fonts/type1/production/spectral/"
+ "fonts/vf/production/spectral/"
+ "tex/latex/spectral/")
+ (base32
+ "1i5ijzzk18m65ibf8igll22992wgfxrgr4qpxki0dpynfm0wiwjj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/spectral")
+ (synopsis "Spectral fonts with LaTeX support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the Spectral family of fonts, designed by Jean-Baptiste Levee. Spectral is
+a new and versatile serif face available in seven weights of roman and italic,
+with small caps.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-sphdthesis
+ (package
+ (name "texlive-sphdthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sphdthesis/"
+ "tex/latex/sphdthesis/")
+ (base32
+ "05ncll9vd2yh15vp6gqzidrp011d1i2hsmlzfrfz954f9449ydx4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sphdthesis")
+ (synopsis "LaTeX template for writing PhD thesis")
+ (description
+ "The package provides a LaTeX document class for writing a PhD thesis.
+By default, the class adheres to the @acronym{NUS, National University of
+Singapore} Guidelines on Format of Research Thesis Submitted For Examination.
+However, modifying the class for conformation to a different guideline should
+not be difficult.")
+ (license license:public-domain)))
+
+(define-public texlive-spie
+ (package
+ (name "texlive-spie")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bib/spie/" "bibtex/bst/spie/"
+ "doc/latex/spie/" "tex/latex/spie/")
+ (base32
+ "1z4nbm2w96lvwfcj8ghnzarv5f5klriyr3b6jjnb34wd3kw52xg8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/spie")
+ (synopsis "Support for formatting SPIE Proceedings manuscripts")
+ (description
+ "This package provides support for formatting SPIE Proceedings
+manuscripts. A class and a BibTeX style are provided.")
+ (license license:lppl)))
+
+(define-public texlive-splitbib
+ (package
+ (name "texlive-splitbib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/splitbib/"
+ "source/latex/splitbib/"
+ "tex/latex/splitbib/")
+ (base32
+ "18jhdrj9zfnqr4wyazxsqng6a88fwgkw2ka03qskjps8s9pc2fw7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/splitbib")
+ (synopsis "Split and reorder your bibliography")
+ (description
+ "This package enables you to split a bibliography into several categories
+and subcategories. It does not depend on BibTeX: any bibliography may be
+split and reordered.")
+ (license license:lppl)))
+
+(define-public texlive-sr-vorl
+ (package
+ (name "texlive-sr-vorl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sr-vorl/" "source/latex/sr-vorl/"
+ "tex/latex/sr-vorl/")
+ (base32
+ "1izgzwg6a9i93zfxi0qvfrdgza3q8z5b4nhlhgq072glmdqzymf0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sr-vorl")
+ (synopsis "Class for Springer books")
+ (description
+ "This package provides a LaTeX class and templates for books to be
+published at Springer Gabler Research, Springer Vieweg Research, Springer
+Spektrum Research, Springer VS Research, or Springer VS Forschung. It may be
+used to produce monographs in different formats and several-authors-books
+fitting the conditions of the aforementioned publishers.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-srbtiks
+ (package
+ (name "texlive-srbtiks")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/srbtiks/"
+ "fonts/enc/dvips/srbtiks/"
+ "fonts/map/dvips/srbtiks/"
+ "fonts/tfm/public/srbtiks/"
+ "fonts/vf/public/srbtiks/"
+ "tex/latex/srbtiks/")
+ (base32
+ "12b4xigicn259ghi5kc6nyk0bqr81kdiqfg0hql9fpwrldvbj4k6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/srbtiks")
+ (synopsis "Font STIX2 for Serbian and Macedonian")
+ (description
+ "The @code{srbtiks} package is the extension of the @code{stix2-type1}
+package that enables usage of the STIX2 font in LaTeX for the Serbian and
+Macedonian languages.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-srdp-mathematik
+ (package
+ (name "texlive-srdp-mathematik")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/srdp-mathematik/"
+ "tex/latex/srdp-mathematik/")
+ (base32
+ "0pbsj6gkk5zblvhwgpymz64gwzf84mzciybm2m9jqf7x9va2xqp0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/srdp-mathematik")
+ (synopsis "Typeset Austrian SRDP in mathematics")
+ (description
+ "This package provides basic commands for the defined formats of the
+Austrian @acronym{sRDP, Standardisierte Reife- und Diplomprufung} in
+mathematics. Furthermore, it includes ways to implement answers in the
+@file{.tex} file which can optionally be displayed in the PDF file, and it
+offers a way to vary the answers in order to create different groups (e.g.,
+for tests) easily.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-stage
+ (package
+ (name "texlive-stage")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/stage/" "source/latex/stage/"
+ "tex/latex/stage/")
+ (base32
+ "0789mddzsadiw9fiasjzjdma0f9li8gddf8m9wy5jblnsl2asf5p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/stage")
+ (synopsis "LaTeX class for stage plays")
+ (description
+ "@file{stage.cls} is a LaTeX class for creating plays of any length in
+a standard manuscript format for production and submission.")
+ (license license:lppl1.3+)))
+
(define-public texlive-stanli
(package
(name "texlive-stanli")
@@ -8216,6 +28370,52 @@ engineering, those small structures are a key part for teaching. This package
permits to create such 2D and 3D structures in a very fast and simple way.")
(license (list license:gpl3+ license:lppl1.3+))))
+(define-public texlive-starfont
+ (package
+ (name "texlive-starfont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/starfont/"
+ "fonts/afm/public/starfont/"
+ "fonts/map/dvips/starfont/"
+ "fonts/tfm/public/starfont/"
+ "fonts/type1/public/starfont/"
+ "tex/latex/starfont/")
+ (base32
+ "1c2vnd5mycr6mnhwxz9gkjvfxwq0l91h2lhvpf49fjlfc3hdnd3l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/starfont")
+ (synopsis "StarFont Sans astrological font")
+ (description
+ "The package contains StarFontSans and StarFontSerif, two astrological
+fonts designed by Anthony I.P. Owen, and the appropriate macros to use them
+with TeX and LaTeX. The fonts are supplied both in the original TrueType
+Format and in Adobe Type 1 format.")
+ (license license:public-domain)))
+
+(define-public texlive-startex
+ (package
+ (name "texlive-startex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/otherformats/startex/"
+ "makeindex/startex/"
+ "source/startex/startex/" "tex/startex/")
+ (base32
+ "06hyz1bwzvabavkl6j9588skjwx8hc5dmiv8z9n7gr1w9aa9zm7x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/startex")
+ (synopsis "XML-inspired format for student use")
+ (description
+ "This package provides a TeX format designed to help students write short
+reports and essays. It provides the user with a suitable set of commands for
+such a task. It is also more robust than plain TeX and LaTeX.")
+ (license license:public-domain)))
+
(define-public texlive-statex
(package
(name "texlive-statex")
@@ -8322,6 +28522,30 @@ applied and theoretical papers in statistics which are currently lacking in
the popular @code{amsmath} package.")
(license license:lppl1.3+)))
+(define-public texlive-staves
+ (package
+ (name "texlive-staves")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/staves/"
+ "fonts/map/dvips/staves/"
+ "fonts/tfm/public/staves/"
+ "fonts/type1/public/staves/"
+ "source/latex/staves/"
+ "tex/latex/staves/")
+ (base32
+ "1wa4zx4c439q6ahs1fwa55dcxzrx382ksrj0bv1jnck6j3iw2dlc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/staves")
+ (synopsis "Typeset Icelandic staves and runic letters")
+ (description
+ "This package contains all the necessary tools to typeset the magical
+Icelandic staves plus the runic letters used in Iceland. Included are a font
+in Adobe Type 1 format and LaTeX support.")
+ (license license:lppl)))
+
(define-public texlive-steinmetz
(package
(name "texlive-steinmetz")
@@ -8342,6 +28566,189 @@ the popular @code{amsmath} package.")
numbers in the Steinmetz notation used in electrotechnics.")
(license license:lppl)))
+(define-public texlive-stellenbosch
+ (package
+ (name "texlive-stellenbosch")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/stellenbosch/"
+ "doc/latex/stellenbosch/"
+ "source/latex/stellenbosch/"
+ "tex/latex/stellenbosch/")
+ (base32
+ "0yqlwlwlszrwg8bihkfxh77b3rkf8yx978vwb4a3xjmb5yyyx3q6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/stellenbosch")
+ (synopsis "Stellenbosch thesis bundle")
+ (description
+ "The @code{usthesis} class and style files are provided to typeset
+reports, theses and dissertations that conform to the requirements of the
+Engineering Faculty of the University of Stellenbosch. The class file
+@file{usthesis.cls} is based on the standard LaTeX @code{book} class, while
+@file{usthesis.sty} is a style file to be loaded on top of the very powerful
+@code{memoir} class.
+
+Usthesis is primarily concerned with the formatting of the front matter such
+as the title page, abstract, etc., and a decent page layout on A4 paper. It
+also works together with the Babel package to provide language options to
+typeset documents in Afrikaans or in English. Additional packages are
+provided for bibliographic matter, note title pages, lists of symbols, as well
+as various graphic files for logos.")
+ (license license:lppl)))
+
+(define-public texlive-step
+ (package
+ (name "texlive-step")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/step/"
+ "fonts/enc/dvips/step/"
+ "fonts/map/dvips/step/"
+ "fonts/opentype/public/step/"
+ "fonts/tfm/public/step/"
+ "fonts/type1/public/step/"
+ "fonts/vf/public/step/"
+ "tex/latex/step/")
+ (base32
+ "1p2fzbsxrq98hlykw23j26xi936vnnd95qggjcn5a4jjwfrzbx1g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/step")
+ (synopsis "Times-like font")
+ (description
+ "The STEP fonts are a Times-like (i.e., Times replacement) font family,
+implementing a design first created for The Times of London in 1932. These
+fonts are meant to be compatible in design with Adobe's digitization of
+Linotype Times, commonly used in publishing. Type 1 support is provided for
+legacy TeX engines.")
+ (license license:silofl1.1)))
+
+(define-public texlive-stepgreek
+ (package
+ (name "texlive-stepgreek")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/stepgreek/"
+ "fonts/enc/dvips/stepgreek/"
+ "fonts/map/dvips/stepgreek/"
+ "fonts/tfm/public/stepgreek/"
+ "fonts/type1/public/stepgreek/"
+ "fonts/vf/public/stepgreek/"
+ "tex/latex/stepgreek/")
+ (base32
+ "00yh96gdk854yg61hgl7n938lyw11v9kdmwl7klriyq7wjy0zcaw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/stepgreek")
+ (synopsis "Times/Elsevier-style Greek font")
+ (description
+ "This is a beta version of the STEP Greek font. Only a regular face is
+available at present, though there are plans to add italic, bold and bold
+italic in the future. The font only supports LGR in TeX and is meant to serve
+as a Greek complement to a Times-like font such as STEP. The font supports
+polytonic Greek.")
+ (license license:silofl1.1)))
+
+(define-public texlive-stickstoo
+ (package
+ (name "texlive-stickstoo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/stickstoo/"
+ "fonts/afm/public/stickstoo/"
+ "fonts/enc/dvips/stickstoo/"
+ "fonts/map/dvips/stickstoo/"
+ "fonts/tfm/public/stickstoo/"
+ "fonts/type1/public/stickstoo/"
+ "fonts/vf/public/stickstoo/"
+ "tex/latex/stickstoo/")
+ (base32
+ "15hmplphlg5vc3a966x379bkn74vb39pv73w0py65nd9zbb7z27i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/stickstoo")
+ (synopsis "Reworking of STIX2")
+ (description
+ "SticksToo is a reworking of the STIX2 fonts with support files focussing
+on enhancements of support for LaTeX users wishing to be able to access more
+of its features. A companion addition to the @code{newtxmath} package
+provides a matching math package using STIX2 letters (Roman and Greek) with
+@code{newtxmath} symbols.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-stix
+ (package
+ (name "texlive-stix")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/stix/"
+ "fonts/enc/dvips/stix/"
+ "fonts/map/dvips/stix/"
+ "fonts/opentype/public/stix/"
+ "fonts/tfm/public/stix/"
+ "fonts/type1/public/stix/"
+ "fonts/vf/public/stix/"
+ "source/fonts/stix/"
+ "tex/latex/stix/")
+ (base32
+ "1ixxglx4azdnppiqhlkgyahj9a67zamljzv98n6hycp7y6jbd1x0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "latex"
+ ;; FIXME: I cannot build this package from source.
+ #:phases #~(modify-phases %standard-phases (delete 'build))))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-accents
+ texlive-caption
+ texlive-enumitem
+ texlive-fonttable
+ texlive-hypdoc))))
+ (home-page "https://ctan.org/pkg/stix")
+ (synopsis "OpenType Unicode maths fonts")
+ (description
+ "The STIX fonts are a suite of unicode OpenType fonts containing
+a complete set of mathematical glyphs. This package is considered obsolete.
+See @code{stix2-otf} and @code{stix2-type1} instead.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-stix2-type1
+ (package
+ (name "texlive-stix2-type1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/stix2-type1/"
+ "fonts/enc/dvips/stix2-type1/"
+ "fonts/map/dvips/stix2-type1/"
+ "fonts/tfm/public/stix2-type1/"
+ "fonts/type1/public/stix2-type1/"
+ "source/fonts/stix2-type1/"
+ "tex/latex/stix2-type1/")
+ (base32
+ "0jsnyxbi5054fw0j5jw9cisj9xm8i8gf1f48m9l77bkybq0qviwp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/stix2-type1")
+ (synopsis "Type1 versions of the STIX Two OpenType fonts")
+ (description
+ "The @code{stix2} package provides minimal support for using the STIX Two
+fonts with versions of TeX that are limited to TFM files, Type 1 PostScript
+fonts, and 8-bit font encodings.
+
+Some glyphs that are traditionally available in TeX math fonts are not yet
+available in the STIX Two OpenType fonts. In such cases, we have chosen to
+omit them from the @code{stix2} package rather than create incompatibilities
+between the OpenType and Type 1 versions.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
(define-public texlive-structmech
(package
(name "texlive-structmech")
@@ -8446,6 +28853,161 @@ mode by providing an optional argument to @samp{_}. This is implemented by
using the @code{\\text@{@}} command from the @code{amstext} package.")
(license license:gpl3)))
+(define-public texlive-sudoku
+ (package
+ (name "texlive-sudoku")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sudoku/" "source/latex/sudoku/"
+ "tex/latex/sudoku/")
+ (base32
+ "14g1kkxinp9l57yvdpbdx4wclgka71gilcbxl1dc6sdj4cmw7mbz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sudoku")
+ (synopsis "Create sudoku grids")
+ (description
+ "The @code{sudoku} package provides an environment for typesetting sudoku
+grids.")
+ (license license:lppl)))
+
+(define-public texlive-sudokubundle
+ (package
+ (name "texlive-sudokubundle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sudokubundle/"
+ "source/latex/sudokubundle/"
+ "tex/latex/sudokubundle/")
+ (base32
+ "1swsx8r0chgxv8h27syj4h5cf7lnj6mxvwhhzixbkjg6scrvd8kw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sudokubundle")
+ (synopsis "A set of sudoku-related packages")
+ (description
+ "The bundle provides three packages: @code{printsudoku}, which provides
+a command @code{\\sudoku} whose argument is the name of a file containing
+a puzzle specification; @code{solvesudoku}, which attempts to find a solution
+to the puzzle in the file named in the argument; and @code{createsudoku},
+which uses the @code{random} package to generate a puzzle according to a bunch
+of parameters that the user sets via macros.
+
+The bundle comes with a set of ready-prepared puzzle files.")
+ (license license:lppl)))
+
+(define-public texlive-suftesi
+ (package
+ (name "texlive-suftesi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/suftesi/" "source/latex/suftesi/"
+ "tex/latex/suftesi/")
+ (base32
+ "1m1gsnfcnw9ylz2aik20rqs6jk0p647wlkfm813spl0hbjnpzkpc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:tex-format "lualatex"
+ #:phases #~(modify-phases %standard-phases
+ (add-after 'unpack 'support-greek-input
+ (lambda _
+ (substitute* "source/latex/suftesi/suftesi.dtx"
+ (("\\\\usepackage\\[T1\\]\\{fontenc\\}")
+ "\\usepackage[LGR, T1]{fontenc}")))))))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-babel-greek
+ texlive-biblatex
+ texlive-biblatex-philosophy
+ texlive-booktabs
+ texlive-cbfonts
+ texlive-cbfonts-fd
+ texlive-cochineal
+ texlive-csquotes
+ texlive-etoolbox
+ texlive-fontaxes
+ texlive-fontsize
+ texlive-fontspec
+ texlive-greek-fontenc
+ texlive-guitlogo
+ texlive-hologo
+ texlive-hypdoc
+ texlive-inconsolata
+ texlive-libertine
+ texlive-listings
+ texlive-ltxdockit
+ texlive-manfnt
+ texlive-mathalpha
+ texlive-mdframed
+ texlive-microtype
+ texlive-multirow
+ texlive-needspace
+ texlive-newtx
+ texlive-parskip
+ texlive-pgf
+ texlive-sectsty
+ texlive-siunitx
+ texlive-txfonts
+ texlive-upquote
+ texlive-xcolor
+ texlive-xkeyval
+ texlive-xstring
+ texlive-zref))))
+ (home-page "https://ctan.org/pkg/suftesi")
+ (synopsis "Document class for typesetting theses, books and articles")
+ (description
+ "The class can be used to typeset any kind of book (originally designed
+for use in the humanities).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-sugconf
+ (package
+ (name "texlive-sugconf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sugconf/" "tex/latex/sugconf/")
+ (base32
+ "1v9fp0dpbk4g9aab8jvwhfzh71w4276awi8lyf2pgk66d5qhfxsb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sugconf")
+ (synopsis "SAS(R) user group conference proceedings document class")
+ (description
+ "The class may be used to typeset articles to be published in the
+proceedings of SAS(R) User group conferences and workshops. The layout
+produced by the class is based on that published by SAS Institute (2021).")
+ (license license:lppl)))
+
+(define-public texlive-superiors
+ (package
+ (name "texlive-superiors")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/superiors/"
+ "fonts/enc/dvips/superiors/"
+ "fonts/map/dvips/superiors/"
+ "fonts/tfm/public/superiors/"
+ "fonts/type1/public/superiors/"
+ "tex/latex/superiors/")
+ (base32
+ "0f50v8dal93vq8mfxs6m5n9d56ciy7f88343s6g1jsv2zf1xb7ng")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/superiors")
+ (synopsis "Attach superior figures to a font family")
+ (description
+ "The package allows the attachment of an arbitrary superior figures font
+to a font family that lacks one. (Superior figures are commonly used as
+footnote markers.) Two superior figures fonts are provided --- one matching
+Times, the other matching Libertine.")
+ (license license:lppl)))
+
(define-public texlive-susy
(package
(name "texlive-susy")
@@ -8463,6 +29025,32 @@ using the @code{\\text@{@}} command from the @code{amstext} package.")
abbreviations of longer expressions.")
(license license:lppl)))
+(define-public texlive-svrsymbols
+ (package
+ (name "texlive-svrsymbols")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/svrsymbols/"
+ "fonts/afm/public/svrsymbols/"
+ "fonts/map/dvips/svrsymbols/"
+ "fonts/opentype/public/svrsymbols/"
+ "fonts/tfm/public/svrsymbols/"
+ "fonts/type1/public/svrsymbols/"
+ "source/fonts/svrsymbols/"
+ "tex/latex/svrsymbols/")
+ (base32
+ "0l1pj97pqlh9mq3m3zswnxm2vws916yjlx0pq1gr3bc23kwvhhl3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/svrsymbols")
+ (synopsis "Font with symbols for use in physics texts")
+ (description
+ "The @code{svrsymbols} package is a LaTeX interface to the SVRsymbols
+font. The glyphs of this font are ideograms that have been designed for use
+in physics texts.")
+ (license license:lppl1.3c)))
+
(define-public texlive-syllogism
(package
(name "texlive-syllogism")
@@ -8483,6 +29071,24 @@ syllogisms and syllogistic-like arguments, composed of two premises and
a conclusion.")
(license license:lppl)))
+(define-public texlive-symbats3
+ (package
+ (name "texlive-symbats3")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/symbats3/" "tex/latex/symbats3/")
+ (base32
+ "0xr5m2irkbv376im1m5vms6gcpq3asj03dpfck2x1ccrywn4k3w2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/symbats3")
+ (synopsis "Macros to use the Symbats3 dingbats fonts")
+ (description
+ "This package makes available for LaTeX the glyphs in Feorag's OpenType
+Symbats3 neopagan dingbats fonts.")
+ (license license:lppl1.3c)))
+
(define-public texlive-sympytexpackage
(package
(name "texlive-sympytexpackage")
@@ -8547,6 +29153,34 @@ including emTeX drivers, dviwin, xdvi and dvips, and (using some code from
ConTeXt) it may also be used with pdfLaTeX.")
(license license:gpl3+)))
+(define-public texlive-t2
+ (package
+ (name "texlive-t2")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/t2/" "fonts/enc/t2/"
+ "tex/generic/t2/cyrfinst/" "tex/latex/t2/")
+ (base32
+ "058j3bpv03d9nb0nxal1vjpliqqibv6hsjl1qlbgnndm95xd5n1a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/t2")
+ (synopsis "Support for using T2 encoding")
+ (description
+ "The T2 bundle provides a variety of separate support functions for using
+Cyrillic characters in LaTeX:
+@itemize
+@item the @code{mathtext} package, for using Cyrillic letters
+transparently in formulae;
+@item the @code{citehack} package, for using Cyrillic (or indeed any
+non-ASCII) characters in citation keys;
+@item support for Cyrillic in BibTeX;
+@item support for Cyrillic in Makeindex;
+@item and various items of font support.
+@end itemize")
+ (license license:lppl)))
+
(define-public texlive-tablor
(package
(name "texlive-tablor")
@@ -8569,6 +29203,28 @@ configuration of the language to be used in the diagrams. The @code{tablor}
package requires that shell escape be enabled.")
(license license:lppl)))
+(define-public texlive-tabriz-thesis
+ (package
+ (name "texlive-tabriz-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tabriz-thesis/"
+ "doc/xelatex/tabriz-thesis/"
+ "tex/latex/tabriz-thesis/"
+ "tex/xelatex/tabriz-thesis/")
+ (base32
+ "13k6kmg1x143m1kfc3wcvyy6l60vpzz5ivmdpcqhjbdd3wz7b2ry")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tabriz-thesis")
+ (synopsis "Template for the University of Tabriz")
+ (description
+ "The package offers a document class for typesetting theses and
+dissertations at the University of Tabriz. The class requires use of
+XeLaTeX.")
+ (license license:lppl1.3+)))
+
(define-public texlive-tabvar
(package
(name "texlive-tabvar")
@@ -8594,6 +29250,50 @@ package requires that shell escape be enabled.")
variations of functions as they are used in France.")
(license license:lppl1.3+)))
+(define-public texlive-tangramtikz
+ (package
+ (name "texlive-tangramtikz")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tangramtikz/"
+ "tex/latex/tangramtikz/")
+ (base32
+ "18n67k7ggqh3mvp8iqyp44d70gh3s8jfbwbp3ympv2ff5drjjb3l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tangramtikz")
+ (synopsis "Tangram puzzles, with TikZ")
+ (description
+ "This package provides some commands (with English and French keys) to
+work with tangram puzzles: @code{\\begin{EnvTangramTikz}} and
+@code{\\PieceTangram} to position a piece, @code{\\TangramTikz} to display
+a predefined tangram.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-tapir
+ (package
+ (name "texlive-tapir")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/tapir/"
+ "fonts/source/public/tapir/"
+ "fonts/type1/public/tapir/")
+ (base32
+ "1b1r2zg8m46zd2cb8l3vglncvixzhcfq75s0s86pyn9f88b17w57")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tapir")
+ (synopsis "Simple geometrical font")
+ (description
+ "Tapir is a simple geometrical font mostly created of line and circular
+segments with constant thickness. The font is available as Metafont source
+and in Adobe Type 1 format. The character set contains all ASCII characters
+in the range 0-127 (as in @code{cmr10}), accented characters used in the
+Czech, Slovak and Polish languages.")
+ (license license:gpl3+)))
+
(define-public texlive-tdsfrmath
(package
(name "texlive-tdsfrmath")
@@ -8615,6 +29315,83 @@ in colleges and lycées (and perhaps elsewhere). It is hoped that the package
will facilitate the everyday use of LaTeX by mathematics teachers.")
(license license:lppl)))
+(define-public texlive-technion-thesis-template
+ (package
+ (name "texlive-technion-thesis-template")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/technion-thesis-template/"
+ "tex/xelatex/technion-thesis-template/")
+ (base32
+ "1fnz3d3knflhm9349rn9xw3k698fn6dyxxh2a7zv8rx3z3y7kzwn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/technion-thesis-template")
+ (synopsis "Template for theses on the Technion graduate school")
+ (description
+ "This is a template for writing a thesis according to the Technion
+specifications.")
+ (license license:cc-by4.0)))
+
+(define-public texlive-tempora
+ (package
+ (name "texlive-tempora")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/tempora/"
+ "fonts/afm/public/tempora/"
+ "fonts/enc/dvips/tempora/"
+ "fonts/map/dvips/tempora/"
+ "fonts/opentype/public/tempora/"
+ "fonts/tfm/public/tempora/"
+ "fonts/type1/public/tempora/"
+ "fonts/vf/public/tempora/"
+ "tex/latex/tempora/")
+ (base32
+ "0vcg6al4navxhaha78zxigpwaj631hgm47z3ic36335rb80p8b83")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tempora")
+ (synopsis "Greek and Cyrillic to accompany Times")
+ (description
+ "This package, derived from TemporaLGCUni by Alexej Kryukov, is meant as
+a companion to Times text font packages, providing Greek and Cyrillic in
+matching weights and styles. OpenType and Type1 fonts are provided, with
+LaTeX support files giving essentially complete LGR coverage of monotonic,
+polytonic and ancient Greek, and almost full T2A coverage of Cyrillic.")
+ (license license:gpl2)))
+
+(define-public texlive-tengwarscript
+ (package
+ (name "texlive-tengwarscript")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tengwarscript/"
+ "fonts/enc/dvips/tengwarscript/"
+ "fonts/map/dvips/tengwarscript/"
+ "fonts/tfm/public/tengwarscript/"
+ "fonts/vf/public/tengwarscript/"
+ "source/latex/tengwarscript/"
+ "tex/latex/tengwarscript/")
+ (base32
+ "1k3wgg8cj9n4ijj5qdbm74snwzdyabh1c93zm75p4x9pmawlpaa4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tengwarscript")
+ (synopsis "LaTeX support for using Tengwar fonts")
+ (description
+ "The package provides mid-level access to Tengwar fonts, providing good
+quality output. Each tengwar sign is represented by a command, which will
+place the sign nicely in relation to previous signs. A transcription package
+is available from the package's home page: writing all those tengwar commands
+would quickly become untenable. The package supports the use of a wide
+variety of tengwar fonts that are available from the net; metric and map files
+are provided for all the supported fonts.")
+ (license license:lppl)))
+
(define-public texlive-tensind
(package
(name "texlive-tensind")
@@ -8654,6 +29431,26 @@ with mixed upper and lower indices with spacing, also typeset preposed
indices.")
(license license:lppl)))
+(define-public texlive-termes-otf
+ (package
+ (name "texlive-termes-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/termes-otf/"
+ "tex/latex/termes-otf/")
+ (base32
+ "1z8a1d2k4170n14hf8faimwfd26cshsww1ypa8im937lna7c0j39")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/termes-otf")
+ (synopsis "Using the OpenType fonts TeX Gyre Termes")
+ (description
+ "This package provides the OpenType version of the TeX Gyre Termes font,
+including text and math fonts. The package needs LuaLaTeX or XeLaTeX. The
+missing typefaces like bold math and slanted text are also defined.")
+ (license license:lppl1.3+)))
+
(define-public texlive-tex-ewd
(package
(name "texlive-tex-ewd")
@@ -8694,6 +29491,110 @@ about TeX and Co. It contains information for beginners, LaTeX packages,
descriptions, etc.")
(license license:fdl1.3+)))
+(define-public texlive-texilikechaps
+ (package
+ (name "texlive-texilikechaps")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/latex/texilikechaps/")
+ (base32
+ "1z9nvv2y2nzpkpxyf18p426wcl0g6gbg7qppq70b285kdbczbijd")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/texilikechaps")
+ (synopsis "Format chapters with a Texi-like format")
+ (description
+ "The package enables the user to reduce the size of the rather large
+chapter headings in standard classes into a Texi-like smaller format.")
+ (license license:lppl)))
+
+(define-public texlive-texilikecover
+ (package
+ (name "texlive-texilikecover")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/latex/texilikecover/")
+ (base32
+ "04bljvhvmrxh1a4sfqw57yysaw03c5ldi1bq63mlqqvd9p3hmyck")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/texilikecover")
+ (synopsis "Cover-page package, like TeXinfo")
+ (description
+ "The package creates document cover pages, like those that TeXinfo
+produces.")
+ (license license:lppl)))
+
+(define-public texlive-texsis
+ (package
+ (name "texlive-texsis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/texsis/"
+ "doc/man/man1/texsis.1"
+ "doc/man/man1/texsis.man1.pdf"
+ "doc/otherformats/texsis/base/"
+ "tex/texsis/base/"
+ "tex/texsis/config/")
+ (base32
+ "1vdywyg03ab5w50370ml8hwiidim2sy7hhygmz917rnhsnm87lnv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:create-formats #~(list "texsis")))
+ (propagated-inputs
+ (list texlive-cm
+ texlive-hyphen-base
+ texlive-knuth-lib
+ texlive-plain
+ texlive-tex))
+ (home-page "https://ctan.org/pkg/texsis")
+ (synopsis "Plain TeX macros for Physicists")
+ (description
+ "TeXsis is a TeX macro package which provides useful features for
+typesetting research papers and related documents. For example, it includes
+support specifically for:
+
+@itemize
+@item automatic numbering of equations, figures, tables and references;
+@item simplified control of type sizes, line spacing, footnotes, running
+headlines and footlines, and tables of contents, figures and tables;
+@item specialized document formats for research papers, preprints and
+e-prints, conference proceedings, theses, books, referee reports, letters, and
+memoranda;
+@item simplified means of constructing an index for a book or thesis;
+@item easy to use double column formatting;
+@item specialized environments for lists, theorems and proofs, centered or
+non-justified text, and listing computer code;
+@item specialized macros for easily constructing ruled tables.
+@end itemize
+
+TeXsis was originally developed for physicists, but others may also find it
+useful. It is completely compatible with Plain TeX.")
+ (license license:lppl)))
+
+(define-public texlive-textglos
+ (package
+ (name "texlive-textglos")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/textglos/"
+ "source/latex/textglos/"
+ "tex/latex/textglos/")
+ (base32
+ "1jxx3wrwkmmm6ida3ih0yap57laflvsks8nv0395sv49xn7waxf0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/textglos")
+ (synopsis "Typeset and index linguistic gloss abbreviations")
+ (description
+ "The package provides a set of macros for in-line linguistic examples (as
+opposed to interlinear glossing, set apart from the main text). It prevents
+hyphenated examples from breaking across lines and consistently formats
+phonemic examples, orthographic examples, and more.")
+ (license license:lppl1.3+)))
+
(define-public texlive-textgreek
(package
(name "texlive-textgreek")
@@ -8734,6 +29635,191 @@ symbols.")
membrane protein topology plots and helical wheels.")
(license license:gpl3+)))
+(define-public texlive-tfrupee
+ (package
+ (name "texlive-tfrupee")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/tfrupee/"
+ "fonts/afm/public/tfrupee/"
+ "fonts/map/dvips/tfrupee/"
+ "fonts/tfm/public/tfrupee/"
+ "fonts/type1/public/tfrupee/"
+ "source/fonts/tfrupee/"
+ "tex/latex/tfrupee/")
+ (base32
+ "0qhgxn5g4wzhi81xgb30giw542nprlmf0ryyq6jy752jccl07b7j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tfrupee")
+ (synopsis "Font offering the new (Indian) Rupee symbol")
+ (description
+ "The package provides LaTeX support for the (Indian) Rupee symbol font.
+Simple LaTeX support written for its use.")
+ (license license:gpl3)))
+
+(define-public texlive-thaienum
+ (package
+ (name "texlive-thaienum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/thaienum/" "tex/latex/thaienum/")
+ (base32
+ "1g7sf5gjnrmhgq4qmdh3gphc0ixyfx4rpm7kmbwmjra3b8j2i46w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thaienum")
+ (synopsis "Thai labels in @code{enumerate} environments")
+ (description
+ "This LaTeX package provides a command to use Thai numerals or characters
+as labels in enumerate environments. Once the package is loaded with
+@samp{\\usepackage@{thaienum@}} you can use labels such as @code{\\thainum*}
+or @code{\\thaimultialph*} in conjunction with the package @code{enumitem}.
+Concrete examples are given in the documentation.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-thaispec
+ (package
+ (name "texlive-thaispec")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/thaispec/"
+ "source/latex/thaispec/"
+ "tex/latex/thaispec/")
+ (base32
+ "1d0mj98akv7bfq3msaplm2pffcwfayssn4i5an12zrw0wxicmp96")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thaispec")
+ (synopsis "Thai language typesetting in XeLaTeX")
+ (description
+ "This package allows you to input Thai characters directly to LaTeX
+documents and choose any (system wide) Thai fonts for typesetting in XeLaTeX.
+It also tries to appropriately justify paragraphs with no more external
+tools.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-thalie
+ (package
+ (name "texlive-thalie")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/thalie/" "tex/latex/thalie/")
+ (base32
+ "08dg91nr469s3x5c8njj0gpki1j89dji7ii9sw5l5ajd3pk8xbwv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thalie")
+ (synopsis "Typeset drama plays")
+ (description
+ "The package provides tools to typeset drama plays. It defines commands
+to introduce characters lines, to render stage directions, to divide a play
+into acts and scenes and to build the dramatis personae automatically.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-theanodidot
+ (package
+ (name "texlive-theanodidot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/theanodidot/"
+ "fonts/enc/dvips/theanodidot/"
+ "fonts/map/dvips/theanodidot/"
+ "fonts/tfm/public/theanodidot/"
+ "fonts/truetype/public/theanodidot/"
+ "fonts/type1/public/theanodidot/"
+ "fonts/vf/public/theanodidot/"
+ "tex/latex/theanodidot/")
+ (base32
+ "00qf03ssh7ncpl6l33zcmqkhbylv77w3d0jdvxv9pcbbsn3rzk7v")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/theanodidot")
+ (synopsis "TheanoDidot fonts with LaTeX support")
+ (description
+ "This package provides the TheanoDidot font designed by Alexey Kryukov,
+in both TrueType and Type1 formats, with support for both traditional and
+modern LaTeX processors. An artificially-emboldened variant has been provided
+but there are no italic variants.")
+ (license (list license:lppl license:silofl1.1))))
+
+(define-public texlive-theanomodern
+ (package
+ (name "texlive-theanomodern")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/theanomodern/"
+ "fonts/enc/dvips/theanomodern/"
+ "fonts/map/dvips/theanomodern/"
+ "fonts/tfm/public/theanomodern/"
+ "fonts/truetype/public/theanomodern/"
+ "fonts/type1/public/theanomodern/"
+ "fonts/vf/public/theanomodern/"
+ "tex/latex/theanomodern/")
+ (base32
+ "17s04wcliqn5sgg5d6axc5ky3wg7xzh62c83hgrf3fq3pbykwm77")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/theanomodern")
+ (synopsis "Theano Modern fonts with LaTeX support")
+ (description
+ "This package provides the TheanoModern font designed by Alexey Kryukov,
+in both TrueType and Type1 formats, with support for both traditional and
+modern LaTeX processors. An artificially-emboldened variant has been provided
+but there are no italic variants.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-theanooldstyle
+ (package
+ (name "texlive-theanooldstyle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/theanooldstyle/"
+ "fonts/enc/dvips/theanooldstyle/"
+ "fonts/map/dvips/theanooldstyle/"
+ "fonts/tfm/public/theanooldstyle/"
+ "fonts/truetype/public/theanooldstyle/"
+ "fonts/type1/public/theanooldstyle/"
+ "fonts/vf/public/theanooldstyle/"
+ "tex/latex/theanooldstyle/")
+ (base32
+ "1jkfdfrpp6v12mw5khw51ib9dsjnc5bz3y6bazyabx8z7lgksig5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/theanooldstyle")
+ (synopsis "Theano OldStyle fonts with LaTeX support")
+ (description
+ "This package provides the Theano OldStyle font designed by Alexey
+Kryukov, in both TrueType and Type1 formats, with support for both traditional
+and modern LaTeX processors. An artificially-emboldened variant has been
+provided but there are no italic variants.")
+ (license (list license:silofl1.1 license:lppl))))
+
+(define-public texlive-theatre
+ (package
+ (name "texlive-theatre")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/theatre/")
+ (base32
+ "1nhm56spqvryhmhwmzly939mzv5yv3398lh2lyfhf40rr02mzgi5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/theatre")
+ (synopsis "Sophisticated package for typesetting stage plays")
+ (description
+ "This package enables the user to typeset stage plays in a way that
+permits to create highly customized printouts for each actor.")
+ (license license:lppl1.2+)))
+
(define-public texlive-thermodynamics
(package
(name "texlive-thermodynamics")
@@ -8760,6 +29846,91 @@ of one's notes from one textbook to another can be achieved relatively easily
by changing package options.")
(license license:lppl1.3+)))
+(define-public texlive-thesis-ekf
+ (package
+ (name "texlive-thesis-ekf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/thesis-ekf/"
+ "source/latex/thesis-ekf/"
+ "tex/latex/thesis-ekf/")
+ (base32
+ "06jc8h1195h6440yc2xblv7x8cyf6yhfh99x3p6hk97hcvq0ing4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thesis-ekf")
+ (synopsis "Thesis class for Eszterhazy Karoly Catholic University")
+ (description
+ "This is a class file for theses and dissertations at the Eszterhazy
+Karoly Catholic University (Eger, Hungary). The documentation is in
+Hungarian.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-thesis-gwu
+ (package
+ (name "texlive-thesis-gwu")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/thesis-gwu/"
+ "tex/latex/thesis-gwu/")
+ (base32
+ "120w3wfh5b7f6lmsf0l3wy6agxkds4rnpy5pzjnpa6rwk59plk8k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thesis-gwu")
+ (synopsis
+ "Thesis class for George Washington University School of Engineering and
+Applied Science")
+ (description
+ "This class is an attempt to create a standard format for @acronym{GWU
+SEAS, George Washington University School of Engineering and Applied Science}
+dissertations and theses.")
+ (license license:gpl3)))
+
+(define-public texlive-thesis-qom
+ (package
+ (name "texlive-thesis-qom")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/thesis-qom/"
+ "tex/xelatex/thesis-qom/")
+ (base32
+ "0cjx3yqnx6ijm664i747sxd19g7pmwpqsw24mh4bvdf0k1wqjj2a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thesis-qom")
+ (synopsis "Thesis style of the University of Qom, Iran")
+ (description
+ "This package provides a class file for writing theses and dissertations
+according to the University of Qom Graduate Schools's guidelines for the
+electronic submission of master theses and PhD dissertations. The class
+should meet all the current requirements and is updated whenever the
+university guidelines change. The class needs XeLaTeX in conjunction with the
+following fonts: XB Niloofar, IranNastaliq, IRlotus, XB Zar, XB Titre, and
+Yas.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-thesis-titlepage-fhac
+ (package
+ (name "texlive-thesis-titlepage-fhac")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/thesis-titlepage-fhac/"
+ "source/latex/thesis-titlepage-fhac/"
+ "tex/latex/thesis-titlepage-fhac/")
+ (base32
+ "1zs1k43q4br29vyxk007ld0rmiz8z803i6xhlc6rmhmb1nb594nj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thesis-titlepage-fhac")
+ (synopsis "Style to create a standard titlepage for diploma thesis")
+ (description "This is yet another thesis titlepage style.")
+ (license license:lppl)))
+
(define-public texlive-thmbox
(package
(name "texlive-thmbox")
@@ -8781,6 +29952,181 @@ aesthetic features. The standard macro @code{\\newtheorem} may be redefined
to use the environment.")
(license license:lppl)))
+(define-public texlive-thuaslogos
+ (package
+ (name "texlive-thuaslogos")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/thuaslogos/"
+ "tex/latex/thuaslogos/")
+ (base32
+ "1ndqqc5rgxsdkanycgxi79czx6ri9fsfghh1lwyrx6ssjz2hfd7p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thuaslogos")
+ (synopsis
+ "Logos for @acronym{THUAS, The Hague University of Applied Sciences}")
+ (description
+ "This package contains some logos of @acronym{THUAS, The Hague University
+of Applied Sciences}. These Logos are available in English and in Dutch.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-thubeamer
+ (package
+ (name "texlive-thubeamer")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/thubeamer/"
+ "doc/latex/thubeamer/"
+ "source/latex/thubeamer/"
+ "tex/latex/thubeamer/")
+ (base32
+ "07jha3pfklqas3f2mwpxqfi6h7dm4sl9jm4kl9kg68an4drzp4zj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thubeamer")
+ (synopsis "Beamer theme for Tsinghua University")
+ (description
+ "This package provides a Beamer theme designed for Tsinghua University.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-thucoursework
+ (package
+ (name "texlive-thucoursework")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/thucoursework/"
+ "source/latex/thucoursework/"
+ "tex/latex/thucoursework/")
+ (base32
+ "1cv2kadwzwwrw3q98wy7cjjl3084qqp55ki50v7m2ylrjxinwkv4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:tex-format "xelatex"
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'skip-documentation-build
+ ;; Only extract the ".sty" files.
+ (lambda _
+ (substitute* "source/latex/thucoursework/thucoursework.dtx"
+ (("\\\\DocInput\\{\\\\jobname\\.dtx\\}") "")))))))
+ (native-inputs
+ (list texlive-booktabs
+ texlive-carlisle
+ texlive-ctex
+ texlive-enumitem
+ texlive-etoolbox
+ texlive-fancyhdr
+ texlive-hypdoc
+ texlive-kastrup
+ texlive-listings
+ texlive-metalogo
+ texlive-newpx
+ texlive-newtx
+ texlive-oberdiek
+ texlive-realscripts
+ texlive-xcolor
+ texlive-xstring))
+ (home-page "https://ctan.org/pkg/thucoursework")
+ (synopsis "Coursework template for Tsinghua University")
+ (description
+ "This package provides a LaTeX package for students of Tsinghua
+University to write coursework more efficiently. It can also be used by
+students from other universities.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-thuthesis
+ (package
+ (name "texlive-thuthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/thuthesis/"
+ "doc/latex/thuthesis/"
+ "source/latex/thuthesis/"
+ "tex/latex/thuthesis/")
+ (base32
+ "11l434c6v0sdhk4y776nrswj53sj2hba4i3dwbspgkh61ckxxhyx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/thuthesis")
+ (synopsis "Thesis template for Tsinghua University")
+ (description
+ "This package establishes a simple and easy-to-use LaTeX template for
+Tsinghua dissertations, including general undergraduate research papers,
+masters theses, doctoral dissertations, and postdoctoral reports.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-tidyres
+ (package
+ (name "texlive-tidyres")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tidyres/" "tex/latex/tidyres/")
+ (base32
+ "0ls8qcj8jdv954p4mlhhdqvhp4kq016h41i6mj42fnwg598a3ms1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tidyres")
+ (synopsis "Create formal resumes easily")
+ (description
+ "This LaTeX package aims to provide users with a simple interface to
+create multi-column formal resumes.")
+ (license license:cc-by4.0)))
+
+(define-public texlive-timbreicmc
+ (package
+ (name "texlive-timbreicmc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/timbreicmc/"
+ "source/latex/timbreicmc/"
+ "tex/latex/timbreicmc/")
+ (base32
+ "0nd44car7vksfrz53h54r7cz1flgkgmyjri5ai1k7s9g2fn16x2n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/timbreicmc")
+ (synopsis "Typeset documents with ICMC/USP watermarks")
+ (description
+ "With this package you can typeset documents with ICMC/USP Sao Carlos
+watermarks. ICMC is acronym for @emph{Instituto de Ciencias Matematicas e de
+Computacao} of the @emph{Universidade de Sao Paulo} (USP), in the city of Sao
+Carlos-SP, Brazil.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-tinos
+ (package
+ (name "texlive-tinos")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/tinos/"
+ "fonts/enc/dvips/tinos/"
+ "fonts/map/dvips/tinos/"
+ "fonts/tfm/google/tinos/"
+ "fonts/truetype/google/tinos/"
+ "fonts/type1/google/tinos/"
+ "fonts/vf/google/tinos/"
+ "tex/latex/tinos/")
+ (base32
+ "06cckhcjxrg1x2jb8w1y3k0sb5bb6nfs3k9qdjc9mywji4a20g18")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tinos")
+ (synopsis "Tinos fonts with LaTeX support")
+ (description
+ "Tinos, designed by Steve Matteson, is an innovative serif design that is
+metrically compatible with Times New Roman.")
+ (license (list license:asl2.0 license:lppl))))
+
(define-public texlive-tiscreen
(package
(name "texlive-tiscreen")
@@ -8799,6 +30145,148 @@ to use the environment.")
display calculators, specifically the TI-82 STATS.")
(license license:lppl1.3c)))
+(define-public texlive-tlc-article
+ (package
+ (name "texlive-tlc-article")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tlc-article/"
+ "tex/latex/tlc-article/")
+ (base32
+ "1zxghkxg1yls97zrcfyjn8nk45mg5ygcjiprdwcs0ha1bl3pybxs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tlc-article")
+ (synopsis "LaTeX document class for formal documents")
+ (description
+ "The package provides a LaTeX document class that orchestrates a logical
+arrangement for document header, footer, author, abstract, table of contents,
+and margins. It standardizes a document layout intended for formal
+documents.")
+ (license license:bsd-3)))
+
+(define-public texlive-tocbibind
+ (package
+ (name "texlive-tocbibind")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tocbibind/"
+ "source/latex/tocbibind/"
+ "tex/latex/tocbibind/")
+ (base32
+ "086yi3d11pj5cnf0jfsmyy495y6kcind88569mig2yvq2adjmq3b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tocbibind")
+ (synopsis "Add bibliography/index/contents to table of contents")
+ (description
+ "This package automatically adds the bibliography and/or the index and/or
+the contents, etc., to the table of contents.")
+ (license license:lppl)))
+
+(define-public texlive-topletter
+ (package
+ (name "texlive-topletter")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/topletter/"
+ "source/latex/topletter/"
+ "tex/latex/topletter/")
+ (base32
+ "0s9yq65wwcw6mg09lk3x756iski1k55skik3n45l9wdbdz81w1p9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/topletter")
+ (synopsis "Letter class for the @emph{Politecnico di Torino}")
+ (description
+ "This package provides a LaTeX class for typesetting letters conforming
+to the official Corporate Image guidelines for the @emph{Politecnico di
+Torino}. The class can be used for letters written in Italian and in
+English.")
+ (license license:asl2.0)))
+
+(define-public texlive-toptesi
+ (package
+ (name "texlive-toptesi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/toptesi/" "source/latex/toptesi/"
+ "tex/latex/toptesi/")
+ (base32
+ "0mskk7swjgcy6lw1l81brcnw7n870mrz3la64ln0f3mxps98gik6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/toptesi")
+ (synopsis "Bundle for typesetting multilanguage theses")
+ (description
+ "This bundle contains everything needed for typesetting a bachelor,
+master, or PhD thesis in any language supported by LaTeX. The infix strings
+may be selected and specified at will by means of a configuration file, so as
+to customize the layout of the front page to the requirements of a specific
+university. Thanks to its language management, the bundle is suited for
+multi-language theses. Toptesi is designed to save the PDF version of
+a thesis in PDF/A-1b compliant mode and with all the necessary metadata.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-tpslifonts
+ (package
+ (name "texlive-tpslifonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tpslifonts/"
+ "source/latex/tpslifonts/"
+ "tex/latex/tpslifonts/")
+ (base32
+ "1i713qbhbv6yhax667igabfal1p2f8r6w0hgvs4y4pbpv4ffyqf6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tpslifonts")
+ (synopsis "LaTeX package for configuring presentation fonts")
+ (description
+ "This package aims to improve of font readability in presentations,
+especially with maths. The standard CM maths fonts at large design sizes are
+difficult to read from far away, especially at low resolutions and low
+contrast color choice. Using this package leads to much better overall
+readability of some font combinations. The package offers a couple of
+harmonising combinations of text and maths fonts from the (distant) relatives
+of Computer Modern fonts, with a couple of extras for optimising readability.
+Text fonts from Computer Modern roman, Computer Modern sans serif, SliTeX
+Computer Modern sans serif, Computer Modern Bright, or Concrete Roman are
+available, in addition to maths fonts from Computer Modern maths, Computer
+Modern Bright maths, or Euler fonts.")
+ (license license:gpl3+)))
+
+(define-public texlive-trajan
+ (package
+ (name "texlive-trajan")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/trajan/"
+ "fonts/afm/public/trajan/"
+ "fonts/map/dvips/trajan/"
+ "fonts/tfm/public/trajan/"
+ "fonts/type1/public/trajan/"
+ "source/latex/trajan/"
+ "tex/latex/trajan/")
+ (base32
+ "1yjx252c6a3bf1k2646sqf3n3s09x2gxya3ypn1zz9scn5kkh1wa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/trajan")
+ (synopsis "Fonts from the Trajan's Column in Rome")
+ (description
+ "This package provides fonts (both as Metafont source and in Adobe Type
+1 format) based on the capitals carved on the Trajan's Column in Rome in 114
+AD, together with macros to access the fonts. The font is uppercase letters
+together with some punctuation and analphabetics; no lowercase or digits.")
+ (license license:lppl)))
+
(define-public texlive-translation-array-fr
(package
(name "texlive-translation-array-fr")
@@ -8871,6 +30359,215 @@ display calculators, specifically the TI-82 STATS.")
the @code{tabbing} package.")
(license license:lppl1.0+)))
+(define-public texlive-tree-dvips
+ (package
+ (name "texlive-tree-dvips")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tree-dvips/" "dvips/tree-dvips/"
+ "tex/latex/tree-dvips/")
+ (base32
+ "0wk86z29aqfrsg947h5qbp98fngdx55v8xcx6dgniv5fv7d9ffrp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tree-dvips")
+ (synopsis "Trees and other linguists' macros")
+ (description
+ "The package defines a mechanism for specifying connected trees that uses
+a @code{tabular} environment to generate node positions. The package uses
+PostScript code, loaded by Dvips, so output can only be generated by use of
+Dvips.
+
+The package @code{lingmacros.sty} defines a few macros for linguists:
+@code{\\enumsentence} for enumerating sentence examples, simple
+@code{tabular}-based non-connected tree macros, and gloss macros.")
+ (license license:lppl1.0+)))
+
+(define-public texlive-tuda-ci
+ (package
+ (name "texlive-tuda-ci")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tuda-ci/" "tex/latex/tuda-ci/")
+ (base32
+ "0bga3v6byk8v18xzj3vp7hp10wmapil5snqj1qp721a5lakwx0w9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tuda-ci")
+ (synopsis "LaTeX templates of Technische Universitat Darmstadt")
+ (description
+ "The TUDa-CI-Bundle provides a possibility to use the corporate design
+of TU Darmstadt in LaTeX. It contains document classes as well as
+some helper packages and config files together with some templates for
+user documentation, which currently are only available in German.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-tudscr
+ (package
+ (name "texlive-tudscr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tudscr/" "source/latex/tudscr/"
+ "tex/latex/tudscr/")
+ (base32
+ "1whwmablazz41hy1p99ls8l4lk80h202ynzhabpwcmhk7mj60ikn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-cbfonts
+ texlive-environ
+ texlive-etoolbox
+ texlive-geometry
+ texlive-graphics
+ texlive-greek-inputenc
+ texlive-iwona
+ texlive-koma-script
+ texlive-mathastext
+ texlive-mweights
+ texlive-oberdiek
+ texlive-opensans
+ texlive-trimspaces
+ texlive-xcolor
+ texlive-xpatch))
+ (home-page "https://ctan.org/pkg/tudscr")
+ (synopsis "Corporate design of Technische Universitat Dresden")
+ (description
+ "The TUD-Script bundle provides both classes and packages in order to
+create LaTeX documents in the corporate design of the Technische Universitat
+Dresden. It bases on the KOMA-Script bundle.
+
+The bundle offers:
+
+@itemize
+
+@item the three document classes @code{tudscrartcl}, @code{tudscrreprt}, and
+@code{tudscrbook};
+
+@item the class @code{tudscrposter} for creating posters;
+
+@item the package @code{tudscrsupervisor} providing environments and macros to
+create tasks, evaluations and notices for scientific theses;
+
+@item the package @code{tudscrfonts}, which makes the corporate design fonts
+of the Technische Universitat Dresden available for LaTeX standard classes and
+KOMA-Script classes;
+
+@item the package @code{fix-tudscrfonts}, which provides the same fonts to
+additional corporate design classes not related to TUD-Script;
+
+@item the package @code{tudscrcomp}, which simplifies the switch to TUD-Script
+from external corporate design classes,
+
+@item the package @code{mathswap} for swapping math delimiters within
+numbers (similar to @code{ionumbers}),
+
+@item and the package @code{twocolfix} for fixing the positioning bug of
+headings in @code{twocolumn} layout.
+
+@end itemize")
+ (license license:lppl1.3c)))
+
+(define-public texlive-tugboat
+ (package
+ (name "texlive-tugboat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/tugboat/" "doc/latex/tugboat/"
+ "source/latex/tugboat/" "tex/latex/tugboat/")
+ (base32
+ "1yf9g7bszxdkzb4calsd03kwnjs4i0y7vh0d7z4fwiv49qrbkzks")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tugboat")
+ (synopsis "LaTeX macros for @emph{TUGboat} articles")
+ (description
+ "This package provides @file{ltugboat.cls} for both regular and
+proceedings issues of the @emph{TUGboat} journal. It also provides a BibTeX
+style, @file{tugboat.bst}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-tugboat-plain
+ (package
+ (name "texlive-tugboat-plain")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/plain/tugboat-plain/"
+ "tex/plain/tugboat-plain/")
+ (base32
+ "0bzjkhgzf9zp1p6knkdnpcr2hp9hr5fj6v3781i1y0f13qv63axg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tugboat-plain")
+ (synopsis "Plain TeX macros for @emph{TUGboat}")
+ (description
+ "The macros defined in this package are used in papers written in Plain
+TeX for publication in @emph{TUGboat}.")
+ (license license:knuth)))
+
+(define-public texlive-tui
+ (package
+ (name "texlive-tui")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tui/" "tex/latex/tui/")
+ (base32
+ "14wl2n8wbc2p6nmrallwsxp4s6h73h97qm1w8algyv67bfl5i0hs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tui")
+ (synopsis "Thesis style for the University of the Andes, Colombia")
+ (description
+ "The class is used for doctoral dissertations from the Faculty of
+Engineering at the Universidad de los Andes, Bogota, Colombia. It is
+implemented as an extension of the @code{memoir} class.")
+ (license license:lppl)))
+
+(define-public texlive-turabian
+ (package
+ (name "texlive-turabian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/turabian/" "tex/latex/turabian/")
+ (base32
+ "1waqdm6r4fpy602jfqjbfhm2x71llpg4wj4a9w61pkbca19xcnki")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/turabian")
+ (synopsis "Create Turabian-formatted material using LaTeX")
+ (description
+ "The bundle provides a class file and a template for creating
+Turabian-formatted projects. The class file supports citation formatting
+conforming to the Turabian 8th Edition style guide.")
+ (license license:lppl)))
+
+(define-public texlive-turabian-formatting
+ (package
+ (name "texlive-turabian-formatting")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/turabian-formatting/"
+ "tex/latex/turabian-formatting/")
+ (base32
+ "1h42lrgq59900bhzgw114w1sxi432rbnpb2j5amwz64bsckvd2ry")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/turabian-formatting")
+ (synopsis "Formatting based on @emph{Turabian's Manual}")
+ (description
+ "The @code{turabian-formatting} package provides Chicago-style formatting
+based on Kate L. Turabian's @emph{A Manual for Writers of Research Papers,
+Theses, and Dissertations: Chicago Style for Students and Researchers} (9th
+edition).")
+ (license license:lppl1.3+)))
+
(define-public texlive-turnstile
(package
(name "texlive-turnstile")
@@ -8892,6 +30589,413 @@ is used by logicians for denoting a consequence relation, related to a given
logic, between a collection of formulas and a derived formula.")
(license license:lppl)))
+(define-public texlive-twemoji-colr
+ (package
+ (name "texlive-twemoji-colr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/twemoji-colr/"
+ "fonts/truetype/public/twemoji-colr/")
+ (base32
+ "0qadwv7malbji28pxjpz3r53kb94grp435yk8h7i93x143vd8p9n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/twemoji-colr")
+ (synopsis "Twemoji font in COLR/CPAL layered format")
+ (description
+ "This is a COLR/CPAL-based color OpenType font from the Twemoji
+collection of emoji images.")
+ (license (list license:cc-by-sa4.0 license:asl2.0))))
+
+(define-public texlive-txfontsb
+ (package
+ (name "texlive-txfontsb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/txfontsb/"
+ "fonts/afm/public/txfontsb/"
+ "fonts/enc/dvips/txfontsb/"
+ "fonts/map/dvips/txfontsb/"
+ "fonts/opentype/public/txfontsb/"
+ "fonts/tfm/public/txfontsb/"
+ "fonts/type1/public/txfontsb/"
+ "fonts/vf/public/txfontsb/"
+ "source/fonts/txfontsb/"
+ "tex/latex/txfontsb/")
+ (base32
+ "0y7af1n1dymi6723jvn01rcjfwr6p47wr5y4c33wa4cgaa9m39hn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/txfontsb")
+ (synopsis "Extensions to @code{txfonts}, using GNU Freefont")
+ (description
+ "This package provides a set of fonts that extend the @code{txfonts}
+bundle with small caps and old style numbers, together with Greek support.
+The extensions are made with modifications of the GNU Freefont.")
+ (license (list license:gpl3+ license:lppl1.0+))))
+
+(define-public texlive-txuprcal
+ (package
+ (name "texlive-txuprcal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/txuprcal/"
+ "fonts/map/dvips/txuprcal/"
+ "fonts/tfm/public/txuprcal/"
+ "fonts/type1/public/txuprcal/"
+ "tex/latex/txuprcal/")
+ (base32
+ "033h3rqj7kf0rx0kdy9s1kwhk1hkrc6z70ga6ky7xy79mc3k2vgp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/txuprcal")
+ (synopsis "Upright calligraphic font based on TX calligraphic")
+ (description
+ "This small package provides a means of loading as @code{\\mathcal} an
+uprighted version of the calligraphic fonts from the TX font package.
+A scaled option is provided to allow arbitrary scaling.")
+ (license license:gpl3)))
+
+(define-public texlive-typicons
+ (package
+ (name "texlive-typicons")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/typicons/"
+ "fonts/truetype/public/typicons/"
+ "tex/latex/typicons/")
+ (base32
+ "1p82gq8jy0brvps6y6qdw8bldfsck9fw1qy84vrzfjz65435dzvh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/typicons")
+ (synopsis "Font containing a set of web-related icons")
+ (description
+ "This package grants access to 336 web-related icons provided by the
+included Typicons font, designed by Stephen Hutchings.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-uaclasses
+ (package
+ (name "texlive-uaclasses")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uaclasses/"
+ "source/latex/uaclasses/"
+ "tex/latex/uaclasses/")
+ (base32
+ "0n0bz3cq9zgl5ppwq02izjgiw6gpza05ymc6x0gsc8v13wfcgvz0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uaclasses")
+ (synopsis "University of Arizona thesis and dissertation format")
+ (description
+ "This package provides a LaTeX2e document class named @code{ua-thesis}
+for typesetting theses and dissertations in the official format required by
+the University of Arizona. Moreover, there is a fully compatible alternative
+document class @code{my-thesis} for private nice copies of the dissertation,
+and the respective title pages are available as separate packages to work with
+any document class.")
+ (license license:public-domain)))
+
+(define-public texlive-uafthesis
+ (package
+ (name "texlive-uafthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uafthesis/"
+ "tex/latex/uafthesis/")
+ (base32
+ "0vxd9vk4dzpxcpn4l20r5hm3cz04mwqvd8kw1yg7vvjlnpshi4i6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uafthesis")
+ (synopsis "Document class for theses at University of Alaska Fairbanks")
+ (description
+ "This is document class for theses at University of Alaska Fairbanks.")
+ (license license:lppl)))
+
+(define-public texlive-uantwerpendocs
+ (package
+ (name "texlive-uantwerpendocs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uantwerpendocs/"
+ "source/latex/uantwerpendocs/"
+ "tex/latex/uantwerpendocs/")
+ (base32
+ "0v1fj5bbx6whzp5csljf0hqlxhib6ajdc3diygxjr4pkv5156zxn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uantwerpendocs")
+ (synopsis
+ "Course texts, master theses, and exams in University of Antwerp style")
+ (description
+ "These class files implement the house style of the University of
+Antwerp. Using these class files will make it easy for you to make and keep
+your documents compliant to this version and future versions of the house
+style of the University of Antwerp.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ucalgmthesis
+ (package
+ (name "texlive-ucalgmthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ucalgmthesis/"
+ "tex/latex/ucalgmthesis/")
+ (base32
+ "0krqj0vpl5k6v1m1v7qh14yfqf0lbriqsdz5jmwqgswljf8ld954")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ucalgmthesis")
+ (synopsis
+ "LaTeX thesis class for University of Calgary Faculty of Graduate Studies")
+ (description
+ "@file{ucalgmthesis.cls} is a LaTeX class file that produces documents
+according to the thesis guidelines of the University of Calgary Faculty of
+Graduate Studies. It uses the @code{memoir} class.")
+ (license license:expat)))
+
+(define-public texlive-ucbthesis
+ (package
+ (name "texlive-ucbthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ucbthesis/"
+ "tex/latex/ucbthesis/")
+ (base32
+ "0kwy84r7vz5nvq8nrar1ykik4ycpvgl1kwiyi0da6wjn4cazxxh9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ucbthesis")
+ (synopsis "Thesis and dissertation class supporting UCB requirements")
+ (description
+ "The class provides the necessary framework for electronic submission
+of masters theses and PhD dissertations at the University of
+California, Berkeley. It is based on the @code{memoir} class.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ucdavisthesis
+ (package
+ (name "texlive-ucdavisthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ucdavisthesis/"
+ "source/latex/ucdavisthesis/"
+ "tex/latex/ucdavisthesis/")
+ (base32
+ "0ymgnb2q77j5gfhcb4w4hvsafvs3vyygvzbq7zl9zgzzb02ml35j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ucdavisthesis")
+ (synopsis
+ "Thesis and dissertation class for University of California at Davis")
+ (description
+ "The @code{ucdavisthesis} class is a LaTeX class that allows you to
+create a dissertation or thesis conforming to UC Davis formatting
+requirements as of April 2016.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-ucsmonograph
+ (package
+ (name "texlive-ucsmonograph")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ucsmonograph/"
+ "source/latex/ucsmonograph/"
+ "tex/latex/ucsmonograph/")
+ (base32
+ "13yf91i1c4bin9vbvsjpl5s7fkina5ai5zw868wdk5fiqvmqvgx7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ucsmonograph")
+ (synopsis
+ "Typesetting academic documents from the University of Caxias do Sul")
+ (description
+ "This is a LaTeX class for typesetting academic documents according to
+the @acronym{ABNT, Brazilian Technical Standards Association} standards and
+the @acronym{UCS, University of Caxias do Sul} specifications.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-ucthesis
+ (package
+ (name "texlive-ucthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ucthesis/" "tex/latex/ucthesis/")
+ (base32
+ "19s6s4wxq494shi2pgrdyaz9qx52zma62czd92mrkjp2diim1197")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ucthesis")
+ (synopsis "University of California thesis format")
+ (description
+ "This package provides a modified version of the standard LaTeX report
+style that is accepted for use with University of California PhD dissertations
+and masters theses.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-udes-genie-these
+ (package
+ (name "texlive-udes-genie-these")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/udes-genie-these/"
+ "source/latex/udes-genie-these/"
+ "tex/latex/udes-genie-these/")
+ (base32
+ "0hhc8d0cmc6miylkc137cxlkw44z23zi17sz31f68im5rl94a4m6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/udes-genie-these")
+ (synopsis
+ "Thesis class for the @emph{Faculte de genie} at the Universite de
+Sherbrooke")
+ (description
+ "The @code{udes-genie-these} class can be used for PhD theses,
+master's theses and project definitions at the @emph{Faculte de genie} of the
+Universite de Sherbrooke (Quebec, Canada). The class file is coherent with
+the latest version of the @emph{Protocole de redaction aux etudes superieures}
+which is available on the faculte's intranet. The class file documentation is
+in French, the language of the typical user at the Universite de Sherbrooke.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-uestcthesis
+ (package
+ (name "texlive-uestcthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/uestcthesis/"
+ "doc/latex/uestcthesis/"
+ "tex/latex/uestcthesis/")
+ (base32
+ "1gqa6yyj3nq75vfjxrcn0pxc9gmgdaf7mdhp5sf3hy3br9ix8qgw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uestcthesis")
+ (synopsis "Thesis class for UESTC")
+ (description
+ "The class is for typesetting a thesis at the University of Electronic
+Science and Technology of China.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ufrgscca
+ (package
+ (name "texlive-ufrgscca")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ufrgscca/" "tex/latex/ufrgscca/")
+ (base32
+ "0xrmgs9zjqqa09gasf2b96mjvwqshjqpyaz4icvrlr7yx9hqqs2y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ufrgscca")
+ (synopsis
+ "Bundle for undergraduate students final work or report (TCC) at
+UFRGS/EE")
+ (description
+ "This bundled is aimed at producing undergraduate students final work or
+report at UFRGS/EE (Engineering School at the Federal University of Rio Grande
+do Sul), closely following ABNT rules (Brazilian Association for Technical
+Norms). It is composed of a main class, @code{ufrgscca}, and a set of
+auxiliary packages, some of which can be used independently.")
+ (license (list license:lppl1.3c license:gpl3+))))
+
+(define-public texlive-uhhassignment
+ (package
+ (name "texlive-uhhassignment")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uhhassignment/"
+ "source/latex/uhhassignment/"
+ "tex/latex/uhhassignment/")
+ (base32
+ "15yvq00xsikb8c78gkyyqjdgcz2yw8dnp586mjcrk1p4kvlpwyam")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uhhassignment")
+ (synopsis "Document class for typesetting homework assignments")
+ (description
+ "This document class was created for typesetting solutions to homework
+assignments at the university of Hamburg (Universitat Hamburg).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-uiucredborder
+ (package
+ (name "texlive-uiucredborder")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uiucredborder/"
+ "source/latex/uiucredborder/"
+ "tex/latex/uiucredborder/")
+ (base32
+ "0wsf3cfmpfmsv3afm78gc91fsiba415ir4p5fa0ivfny3dh34qnq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uiucredborder")
+ (synopsis "Class for UIUC thesis red-bordered forms")
+ (description
+ "The class offers a means of filling out the ``red-bordered form''
+that gets signed by the department head, your advisor, and --- for
+doctoral dissertations --- your thesis committee members.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-uiucthesis
+ (package
+ (name "texlive-uiucthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uiucthesis/"
+ "source/latex/uiucthesis/"
+ "tex/latex/uiucthesis/")
+ (base32
+ "0kzp2p03p1v7qij2kz82xis88vh1g477vs2aa0sqfa24w9y28h5i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uiucthesis")
+ (synopsis "UIUC thesis class")
+ (description
+ "The class produces a document that conforms to the format described in
+the University's Handbook for Graduate Students Preparing to Deposit.")
+ (license license:lppl)))
+
+(define-public texlive-ukbill
+ (package
+ (name "texlive-ukbill")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ukbill/" "tex/latex/ukbill/")
+ (base32
+ "1kdz2dfa9y5gjm61k3l9cyc95fc8ibq8c1vlap3gfzwadl4fggp1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ukbill")
+ (synopsis "Class for typesetting UK legislation")
+ (description
+ "This package provides formatting to easily typeset draft UK legislation.
+The font Palatine Parliamentary is required to use this package.")
+ (license license:lppl1.3c)))
+
(define-public texlive-ulqda
(package
(name "texlive-ulqda")
@@ -8928,6 +31032,377 @@ providing the LaTeX user with macros which are used to markup textual
information.")
(license license:lppl)))
+(define-public texlive-ulthese
+ (package
+ (name "texlive-ulthese")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ulthese/" "source/latex/ulthese/"
+ "tex/latex/ulthese/")
+ (base32
+ "1kcw1zsgj0dr00h555qcld9dn58i8iipnka9s10fn9q0x46sq05q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ulthese")
+ (synopsis "Thesis class and templates for Universite Laval")
+ (description
+ "The package provides a class based on @code{memoir} to prepare theses
+and memoirs compliant with the presentation rules set forth by the Faculty of
+Graduate Studies of Universite Laval, Quebec, Canada. The class also comes
+with an extensive set of templates for the various types of theses and memoirs
+offered at Laval.
+
+Please note that the documentation for the class and the comments in the
+templates are all written in French, the language of the target audience.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-umbclegislation
+ (package
+ (name "texlive-umbclegislation")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/umbclegislation/"
+ "tex/latex/umbclegislation/")
+ (base32
+ "0znzm0ymvz43f4kgvww79mnr7nl78xcmi7yw2vlwx332kq8hcw2v")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/umbclegislation")
+ (synopsis
+ "LaTeX class for legislation files for UMBC Student Government
+Association Bills")
+ (description
+ "This is a LaTeX class for building legislation files for UMBC Student
+Government Association Bills.")
+ (license license:gpl3)))
+
+(define-public texlive-umich-thesis
+ (package
+ (name "texlive-umich-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/umich-thesis/"
+ "tex/latex/umich-thesis/")
+ (base32
+ "15y25n9j2zh7hmgpq9fir6y0ydjwqhvyy6cx59jm8i0swkgw33vz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/umich-thesis")
+ (synopsis "University of Michigan thesis LaTeX class")
+ (description
+ "This package provides a LaTeX2e class to create a University of
+Michigan dissertation according to the Rackham dissertation handbook.")
+ (license license:lppl)))
+
+(define-public texlive-umthesis
+ (package
+ (name "texlive-umthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/umthesis/" "tex/latex/umthesis/")
+ (base32
+ "1y2ba0k9d2sab9mkfhpsm92v4wx6rhapj887jbvcl7871b4idbps")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/umthesis")
+ (synopsis "Dissertations at the University of Michigan")
+ (description
+ "This is a class for dissertations at the University of Michigan. it
+loads @code{book} class, and makes minimal changes to it.")
+ (license license:lppl)))
+
+(define-public texlive-umtypewriter
+ (package
+ (name "texlive-umtypewriter")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/umtypewriter/"
+ "fonts/opentype/public/umtypewriter/")
+ (base32
+ "19skqmchglac4lrk4qhvb4rabi73qmypdi20sbjxnvb8abw0pf3i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/umtypewriter")
+ (synopsis "Fonts to typeset with the @code{xgreek} package")
+ (description
+ "The UMTypewriter font family is a monospaced font family that was built
+from glyphs from the CB Greek fonts, the CyrTUG Cyrillic alphabet fonts (LH),
+and the standard Computer Modern font family. It contains four OpenType fonts
+which are required for use of the @code{xgreek} package for XeLaTeX.")
+ (license license:silofl1.1)))
+
+(define-public texlive-unam-thesis
+ (package
+ (name "texlive-unam-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unam-thesis/"
+ "tex/latex/unam-thesis/")
+ (base32
+ "1cn4qd3rvh9z8sp7g94fh11khij2vykv89inbmy7g52hxgxzkdhh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unam-thesis")
+ (synopsis "Create documents according to the UNAM guidelines")
+ (description
+ "This is a class for creating dissertation documents according to the
+National Autonomous University of Mexico (UNAM) guidelines.")
+ (license license:gpl3+)))
+
+(define-public texlive-unamth-template
+ (package
+ (name "texlive-unamth-template")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unamth-template/")
+ (base32
+ "018vpcbxfzch8qsrrqakcxxir53nalvj39l2kn45kn26p5nfkfbn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unamth-template")
+ (synopsis "UNAM thesis LaTeX Template")
+ (description
+ "The bundle provides a template for UNAM's College of Engineering
+Theses.")
+ (license license:gpl3)))
+
+(define-public texlive-unamthesis
+ (package
+ (name "texlive-unamthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/unamthesis/"
+ "doc/latex/unamthesis/"
+ "tex/latex/unamthesis/")
+ (base32
+ "1jdppibm49491ddgx6ny6hqsfs9qan948614bfcy67f5syjzx2jh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unamthesis")
+ (synopsis "Style for Universidad Nacional Autonoma de Mexico theses")
+ (description
+ "The package provides a customisable format to typeset Theses according
+to the Universidad Nacional Autonoma de Mexico guidelines. The bundle also
+includes an appropriate bibliographic style which enables the use of
+author-year schemes using the @code{natbib} package.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-unbtex
+ (package
+ (name "texlive-unbtex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unbtex/" "tex/latex/unbtex/")
+ (base32
+ "0s45np0j9xw4gfga593rpcxzagcn3yhr8m2q44jj4mf6sp9ldlbw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unbtex")
+ (synopsis "Class for theses at @acronym{UnB, University of Brasilia}")
+ (description
+ "This package provides a class based on abnTeX and compatible with
+pdfLaTex and Biber to prepare bachelor, master, and doctoral theses for the
+@acronym{UnB, University of Brasilia}, Brazil. The class also comes with
+a template for the various types of theses for undergraduate and graduate
+programs at UnB. The documentation for the class and the comments in the
+templates are all written in Portuguese, the language of the target
+audience.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-unfonts-core
+ (package
+ (name "texlive-unfonts-core")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/unfonts-core/"
+ "fonts/truetype/public/unfonts-core/")
+ (base32
+ "12q7h1akmgc3vdvyb4i8x51a716451kwi90vh9i57xw76hmg5f4x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unfonts-core")
+ (synopsis "TrueType version of Un-fonts")
+ (description
+ "This is TrueType version of Un-fonts core bundle. It includes the
+following font families (12 fonts):
+@itemize
+@item UnBatang, UnBatangBold: serif;
+@item UnDotum, UnDotumBold: sans-serif;
+@item UnGraphic, UnGraphicBold: sans-serif style;
+@item UnDinaru, UnDinaruBold, UnDinaruLight;
+@item UnPilgi, UnPilgiBold: script;
+@item UnGungseo: cursive, brush-stroke.
+@end itemize")
+ (license license:gpl2)))
+
+(define-public texlive-unfonts-extra
+ (package
+ (name "texlive-unfonts-extra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/unfonts-extra/"
+ "fonts/truetype/public/unfonts-extra/")
+ (base32
+ "1krs93dsi50278qxgm24ij9w9r7gdcxqsdfk6ai5klvkmlka8gkf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unfonts-extra")
+ (synopsis "TrueType version of Un-fonts")
+ (description
+ "This is TrueType version of Un-fonts extra bundle. It includes the
+following Korean font families (11 fonts):
+@itemize
+@item UnPen, UnPenheulim: script;
+@item UnTaza: typewriter style;
+@item UnShinmun;
+@item UnYetgul: old Korean printing style;
+@item UnJamoSora, UnJamoNovel, UnJamoDotum, UnJamoBatang;
+@item UnPilgia;
+@item UnVada.
+@end itemize")
+ (license license:gpl2)))
+
+(define-public texlive-uni-wtal-ger
+ (package
+ (name "texlive-uni-wtal-ger")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uni-wtal-ger/"
+ "tex/latex/uni-wtal-ger/")
+ (base32
+ "0bxrvl10ccdqarffdf3xzcihnid8h84sv1hcbncjmwq249kf3f96")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uni-wtal-ger")
+ (synopsis
+ "Citation style for literary studies at the University of Wuppertal")
+ (description
+ "The package defines a BibLaTeX citation style based on the author-title
+style of @code{biblatex-dw}. The citations are optimised for literary studies
+in faculty of humanities at the Bergische Universitat Wuppertal.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-uni-wtal-lin
+ (package
+ (name "texlive-uni-wtal-lin")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uni-wtal-lin/"
+ "tex/latex/uni-wtal-lin/")
+ (base32
+ "07ndzpby3m8ccw3r4sp9plrzmnnpiksvi8plnqyssklalmm406hj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uni-wtal-lin")
+ (synopsis
+ "Citation style for linguistic studies at the University of Wuppertal")
+ (description
+ "The package defines a BibLaTeX citation style based on the standard
+author-year style. The citations are optimised for linguistic studies at the
+Institute of Linguistics at the Bergische Universitat Wuppertal.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-unicode-alphabets
+ (package
+ (name "texlive-unicode-alphabets")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unicode-alphabets/"
+ "tex/latex/unicode-alphabets/")
+ (base32
+ "0xvzmx0xa8mmi39a8c89byi6c6y7vbl5k3plp63k5mif19ncyq3s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unicode-alphabets")
+ (synopsis "Macros for using characters from Unicode's Private Use Area")
+ (description
+ "While Unicode supports the vast majority of use cases, there are certain
+specialized niches which require characters and glyphs not (yet) represented
+in the standard. Thus the Private Use Area (PUA) at code points E000-F8FF,
+which enables third parties to define arbitrary character sets. This package
+allows configuring a number of macros for using various PUA character sets in
+LaTeX (AGL, CYFI, MUFI, SIL, TITUS, UCSUR, UNZ), to enable transcription and
+display of medieval and other documents.")
+ (license license:cc-by-sa4.0)))
+
+(define-public texlive-unifith
+ (package
+ (name "texlive-unifith")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/unifith/" "doc/latex/unifith/"
+ "tex/latex/unifith/")
+ (base32
+ "06y9hkxv8y9p06pcyy2nv0nqma6bnh0n9i9pwpdadks9zs9sqn8r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unifith")
+ (synopsis "Typeset theses for University of Florence (Italy)")
+ (description
+ "The package provides a class to typeset PhD, master, and bachelor theses
+that adhere to the publishing guidelines of the University of
+Florence (Italy).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-unigrazpub
+ (package
+ (name "texlive-unigrazpub")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unigrazpub/"
+ "source/latex/unigrazpub/"
+ "tex/latex/unigrazpub/")
+ (base32
+ "02xnlp7p1ap0wvkn4skskh6av4rj8fh28gqk27x97yp0c255w3qv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unigrazpub")
+ (synopsis
+ "LaTeX templates for University of Graz Library Publishing Services")
+ (description
+ "This package provides a LaTeX class matching the preparation guidelines
+of the Library Publishing Services of University of Graz.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-unitn-bimrep
+ (package
+ (name "texlive-unitn-bimrep")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unitn-bimrep/"
+ "tex/latex/unitn-bimrep/")
+ (base32
+ "0id55sfi9bzj7vp7dm9wxy355ca6k6dmxq488r4dwmndy2z4v8hl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unitn-bimrep")
+ (synopsis
+ "Bimonthly report class for the PhD School of Materials,
+Mechatronics and System Engineering")
+ (description
+ "This package allows to rapidly write the bimonthly report for The PhD
+School in Materials, Mechatronics and System Engineering. It allows to define
+the research activities, the participation to school and congress, and the
+publication performed by a student.")
+ (license license:expat)))
+
(define-public texlive-unitsdef
(package
(name "texlive-unitsdef")
@@ -8949,6 +31424,603 @@ to define new units and changes the output concerning to the surrounding font
settings.")
(license license:lppl)))
+(define-public texlive-universa
+ (package
+ (name "texlive-universa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/universa/"
+ "fonts/source/public/universa/"
+ "fonts/tfm/public/universa/"
+ "source/fonts/universa/"
+ "tex/latex/universa/")
+ (base32
+ "1w1cw2236aj37iggxck1drsfbwsiap8mc3lrkqrimmz2rgixycdp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/universa")
+ (synopsis "Herbert Bayer's Universal font")
+ (description
+ "This package provides an implementation of the Universal by Herbert
+Bayer. The Metafont sources of the fonts, and their LaTeX support, are
+supplied.")
+ (license license:gpl3+)))
+
+(define-public texlive-universalis
+ (package
+ (name "texlive-universalis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/universalis/"
+ "fonts/enc/dvips/universalis/"
+ "fonts/map/dvips/universalis/"
+ "fonts/opentype/arkandis/universalis/"
+ "fonts/tfm/arkandis/universalis/"
+ "fonts/type1/arkandis/universalis/"
+ "fonts/vf/arkandis/universalis/"
+ "tex/latex/universalis/")
+ (base32
+ "1hqlpyh3g682vwdxbgyp7jrswvf16ds8i4mqb6yyv00h3rv11cxk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/universalis")
+ (synopsis "Universalis font, with support")
+ (description
+ "This package provides LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX support for
+the UniversalisADFStd family of fonts, designed by Hirwin Harendal. The font
+is suitable as an alternative to fonts such as Adrian Frutiger's Univers and
+Frutiger.")
+ (license (list license:gpl2+ license:lppl))))
+
+(define-public texlive-univie-ling
+ (package
+ (name "texlive-univie-ling")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/univie-ling/"
+ "tex/latex/univie-ling/")
+ (base32
+ "1678hl6bzpvsa9h8hlap84cnl82g5kkpg9kkwpq4r4zrj90fhgda")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/univie-ling")
+ (synopsis
+ "Papers, theses and research proposals in (Applied) Linguistics at Vienna
+University")
+ (description
+ "This bundle provides LaTeX2e classes, BibLaTeX files, and templates
+suitable for student papers, PhD research proposals (Exposes), and theses
+in (Applied) Linguistics at the University of Vienna. The classes implement
+some standards for these types of text, such as suitable title pages. They
+are particularly suited for the field of (Applied) Linguistics and pre-load
+some packages that are considered useful in this context. The classes can
+also be used for General and Historical Linguistics as well as for other
+fields of study at Vienna University. In this case, however, some settings
+may have to be adjusted.")
+ (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-unswcover
+ (package
+ (name "texlive-unswcover")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/unswcover/"
+ "tex/latex/unswcover/")
+ (base32
+ "0vdi90i07s8914sm7axn1pzks9d0w3qrsijynx5hxr7a36byafhp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/unswcover")
+ (synopsis "Typeset a dissertation cover page following UNSW guidelines")
+ (description
+ "The package an UNSW cover sheet following the 2011 GRS guidelines. It
+may also (optionally) provide other required sheets such as Originality,
+Copyright and Authenticity statements.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-uol-physics-report
+ (package
+ (name "texlive-uol-physics-report")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uol-physics-report/"
+ "source/latex/uol-physics-report/"
+ "tex/latex/uol-physics-report/")
+ (base32
+ "00rvqmrc1k67136748vq4j5c90iqa2ry65jkaqarazvlv8x77m4d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uol-physics-report")
+ (synopsis "LaTeX document class for writing lab reports")
+ (description
+ "The package provides physics students at the University of Oldenburg
+with a prepared document class for writing laboratory reports for the
+laboratory courses conducted by the Institute of Physics. The document class
+consists of predefinded margins and heading formats. Furthermore, it presets
+the headers of the pages and excludes the titlepage and table of contents from
+the page numbering.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-uothesis
+ (package
+ (name "texlive-uothesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uothesis/"
+ "source/latex/uothesis/"
+ "tex/latex/uothesis/")
+ (base32
+ "04md5wkh11hpczvl7gpi2a5k2j5yalssjw5azpbr2g9q8fc99zp3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uothesis")
+ (synopsis "Class for dissertations and theses at the University of Oregon")
+ (description
+ "The class generates documents that are suitable for submission to the
+Graduate School and conform with the style requirements for dissertations and
+theses as laid out in the Fall 2010 UO graduate school student manual.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-uowthesis
+ (package
+ (name "texlive-uowthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uowthesis/"
+ "tex/latex/uowthesis/")
+ (base32
+ "196w8ics6r9n4x05ydpr0hprpmcwqwfqa92h200kxgflp595xm43")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uowthesis")
+ (synopsis
+ "Document class for dissertations at the University of Wollongong")
+ (description
+ "This package provides a document class for higher degree research theses
+in compliance with the specifications of @acronym{UoW, University of
+Wollongong} theses in the @emph{Guidelines for Preparation and Submission of
+Higher Degree Research Theses} (March 2006), by the Research Student Centre,
+Research & Innovation Division, UoW.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-uowthesistitlepage
+ (package
+ (name "texlive-uowthesistitlepage")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uowthesistitlepage/"
+ "tex/latex/uowthesistitlepage/")
+ (base32
+ "0mspjj6wvcb9cdbp3qp2cqd3mmmf3kyd77pmk1kji0wspg0jra6y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uowthesistitlepage")
+ (synopsis "Title page for dissertations at the University of Wollongong")
+ (description
+ "The package redefines @code{\\maketitle} to generate a title page for
+a @acronym{UoW, University of Wollongong} thesis, in accordance with the UoW
+branding guidelines. The package should be used with the @code{book} class to
+typeset a thesis. The package also defines a @code{\\declaration} command
+that typesets the declaration that this thesis is your own work, etc., which
+is required in the front of each PhD thesis.")
+ (license (list license:lppl1.3c license:cc-by-sa4.0))))
+
+(define-public texlive-uppunctlm
+ (package
+ (name "texlive-uppunctlm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/uppunctlm/"
+ "fonts/tfm/public/uppunctlm/"
+ "fonts/vf/public/uppunctlm/"
+ "tex/latex/uppunctlm/")
+ (base32
+ "0d9x56rlxjavamx361582khj5idhy692hxm5wwwcc5y5i3xsc4pp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uppunctlm")
+ (synopsis
+ "Always keep upright shape for some punctuation marks and Arabic numerals")
+ (description
+ "The package provides a mechanism to keep punctuation always in upright
+shape even if italic was specified. It is directed to Latin Modern fonts, and
+provides @file{.tfm}, @file{.vf}, @file{.fd}, and @file{.sty} files. Here
+a list of punctuation characters always presented in upright shapes: comma,
+period, semicolon, colon, parentheses, square brackets, and Arabic numerals.")
+ (license license:gfl1.0)))
+
+(define-public texlive-urlbst
+ (package
+ (name "texlive-urlbst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/urlbst/" "doc/bibtex/urlbst/"
+ "scripts/urlbst/" "source/bibtex/urlbst/")
+ (base32
+ "0sfs2ybkfcqy8w0wdni3aakpnmk60zkmnlc55xskyzzh4yc69qi7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "urlbst")))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/urlbst")
+ (synopsis "Web support for BibTeX")
+ (description
+ "This package supports a new BibTeX @code{webpage} entry type and @code{url},
+@code{lastchecked}, and @code{eprint} and @code{DOI} fields. The Perl script
+@command{urlbst} can be used to add this support to an arbitrary @file{.bst}
+file which has a reasonably conventional structure. The result is meant to be
+robust rather than pretty.")
+ (license (list license:gpl2 license:lppl))))
+
+(define-public texlive-urcls
+ (package
+ (name "texlive-urcls")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/urcls/" "tex/latex/urcls/")
+ (base32
+ "1fkz3jqrfay9kzaq1iyyz95n1m7xg6cw8rar878dlgb1rmkds1fb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/urcls")
+ (synopsis
+ "Beamer and @code{scrlttr2} classes and styles for the University of
+Regensburg")
+ (description
+ "The bundle provides a Beamer-derived class and a theme style file for
+the corporate design of the @acronym{UR, University of Regensburg}. It also
+contains a @code{scrlttr2}-derived class for letters using the corporate
+design of the UR. Users may use the class itself (URbeamer) or use the theme
+in the usual way with @code{\\usetheme@{UR@}}.")
+ (license license:lppl)))
+
+(define-public texlive-urwchancal
+ (package
+ (name "texlive-urwchancal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/urwchancal/"
+ "fonts/tfm/urw/urwchancal/"
+ "fonts/vf/urw/urwchancal/"
+ "tex/latex/urwchancal/")
+ (base32
+ "05mwicyb46hjlqpq432z4b3f0q566xplzp1fjiw1ijmns5xhvig9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/urwchancal")
+ (synopsis "Use URW's clone of Zapf Chancery as a maths alphabet")
+ (description
+ "The package allows (the URW clone of) Zapf Chancery to function as
+a maths alphabet, the target of @code{\\mathcal} or @code{\\mathscr}, with
+accents appearing where they should, and other spacing parameters set to
+reasonable (not very tight) values. The font itself may be found in the URW
+basic fonts collection. This package supersedes the @code{pzccal} package.")
+ (license license:lppl)))
+
+(define-public texlive-usebib
+ (package
+ (name "texlive-usebib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/usebib/" "source/latex/usebib/"
+ "tex/latex/usebib/")
+ (base32
+ "1qymf8hnp7ilzm030ypbagmw6nicdfy8lhry20viws1v7dibk9l0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/usebib")
+ (synopsis "Simple bibliography processor")
+ (description
+ "The package is described by its author as @emph{a poor person's
+replacement for the more powerful methods provided by BibLaTeX to access data
+from a @file{.bib} file}. Its principle commands are @code{\\bibinput}, which
+specifies a database to use, and @code{\\usebibdata}, which typesets a single
+field from a specified entry in that database.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-uspatent
+ (package
+ (name "texlive-uspatent")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uspatent/" "tex/latex/uspatent/")
+ (base32
+ "0f2w7zczl6zmxysdwyksbq3zniyw6mfr9zhdz55j5l84fgkwcd3n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uspatent")
+ (synopsis "U.S. Patent Application Tools for LaTeX and LyX")
+ (description
+ "The package provides a class and other tools for developing
+a beautifully formatted, consistent U.S. Patent Application using LaTeX and/or
+LyX.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-ut-thesis
+ (package
+ (name "texlive-ut-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ut-thesis/"
+ "source/latex/ut-thesis/"
+ "tex/latex/ut-thesis/")
+ (base32
+ "0z1rvgy4d2zdagb7x5ymdid02fwnpv2x4dd4jxxkhg9mgq0lscyn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ut-thesis")
+ (synopsis "University of Toronto thesis style")
+ (description
+ "This LaTeX document class implements the formatting requirements of the
+University of Toronto School of Graduate Studies (SGS), as of Fall 2020.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-utexasthesis
+ (package
+ (name "texlive-utexasthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/utexasthesis/"
+ "tex/latex/utexasthesis/")
+ (base32
+ "12qgidbdyjj9mdjp6lzidw0ifkdh7hskxdmpmsk5wybjicvf24w4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/utexasthesis")
+ (synopsis "University of Texas at Austin graduate thesis style")
+ (description
+ "This class file complies with the Digital Submission Requirement for
+masters and PhD thesis submissions of the University of Texas at Austin.")
+ (license license:cc0)))
+
+(define-public texlive-uvaletter
+ (package
+ (name "texlive-uvaletter")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uvaletter/"
+ "tex/latex/uvaletter/")
+ (base32
+ "12y57x4np1asfcbm6izn31rzqbxdxmsfc8gibgz6sh7nj2vvhf22")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uvaletter")
+ (synopsis "Unofficial letterhead template for the University of Amsterdam")
+ (description
+ "This is an unofficial LaTeX package that provides a letterhead template
+for the University of Amsterdam.")
+ (license license:expat)))
+
+(define-public texlive-uwa-colours
+ (package
+ (name "texlive-uwa-colours")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uwa-colours/"
+ "source/latex/uwa-colours/"
+ "tex/latex/uwa-colours/")
+ (base32
+ "1lryscsnwayp0s74rcdlr36bi2n45fbdq9f2h3av2n1nj57259a9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uwa-colours")
+ (synopsis "Colour palette of the University of Western Australia")
+ (description
+ "This package uses the @code{xcolor} package to define macros for the
+colour palette of the University of Western Australia.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-uwa-letterhead
+ (package
+ (name "texlive-uwa-letterhead")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uwa-letterhead/"
+ "source/latex/uwa-letterhead/"
+ "tex/latex/uwa-letterhead/")
+ (base32
+ "06p4c6m8dizq4y3pd95bzf81y296r1gg134jnx5h0qzh4l5ywpyx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uwa-letterhead")
+ (synopsis "Letterhead of the University of Western Australia")
+ (description
+ "This package generates the letterhead of the @acronym{UWA, University of
+Western Australia}. It requires the UWA logo in PDF format, which is
+available in SVG format at
+@url{https://static-listing.weboffice.uwa.edu.au/visualid/core-rebrand/img/uwacrest/},
+and uses the Arial and UWA Slab fonts by default. The package works with
+XeLaTeX and LuaLaTeX.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-uwa-pcf
+ (package
+ (name "texlive-uwa-pcf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uwa-pcf/" "source/latex/uwa-pcf/"
+ "tex/latex/uwa-pcf/")
+ (base32
+ "0b41nfrrqmcq3abcwb13hb9anhb5c12c5ha60ni1yz2xqvimr1im")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uwa-pcf")
+ (synopsis
+ "@acronym{PCF, Participant Consent Form} for a human research protocol
+at the University of Western Australia")
+ (description
+ "This LaTeX class generates a @acronym{PCF, Participant Consent Form} for
+a human research protocol at the @acronym{UWA, University of Western
+Australia}. It requires the UWA logo in PDF format, which is available in SVG
+format at
+@url{https://static-listing.weboffice.uwa.edu.au/visualid/core-rebrand/img/uwacrest/},
+and uses the Arial and UWA Slab fonts by default. The class works with
+XeLaTeX and LuaLaTeX.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-uwa-pif
+ (package
+ (name "texlive-uwa-pif")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uwa-pif/" "source/latex/uwa-pif/"
+ "tex/latex/uwa-pif/")
+ (base32
+ "048367w14wnk8h517xc914xvp0g10ysk0kziikk2s4q70qk2jci0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uwa-pif")
+ (synopsis
+ "@acronym{PIF, Participant Information Form} for a human research
+protocol at the University of Western Australia")
+ (description
+ "This package generates a @acronym{PIF, Participant Information Form} for
+a human research protocol at the @acronym{UWA, University of Western
+Australia}. It requires the UWA logo in PDF format, which is available in SVG
+format at
+@url{https://static-listing.weboffice.uwa.edu.au/visualid/core-rebrand/img/uwacrest/},
+and uses the Calibri fonts by default. The class works with XeLaTeX and
+LuaLaTeX.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-uwthesis
+ (package
+ (name "texlive-uwthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uwthesis/" "tex/latex/uwthesis/")
+ (base32
+ "0wcxpvr86556gxbcprwcv6ipdq3flyfwbcmjkxhy6x6220sfwp56")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uwthesis")
+ (synopsis "University of Washington thesis class")
+ (description "This is a thesis class for the University of Washington.")
+ (license license:asl2.0)))
+
+(define-public texlive-vak
+ (package
+ (name "texlive-vak")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/vak/" "doc/bibtex/vak/")
+ (base32
+ "1v8bg5yvihskx04m1jjmhlykj2azqb0qv4b2a56vqirrwhldks75")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/vak")
+ (synopsis "BibTeX style for Russian theses, books, etc")
+ (description
+ "The file can be used to format the bibliographies of PhD theses,
+books etc., according to the latest Russian standards: GOST 7.82 -- 2001 and
+GOST 7.1 -- 2003. It introduces the minimum number of new entries and styles
+to cover all frequently used situations. The style file provides an easy way
+to perform a semiautomatic, or a completely manual sort of the list of the
+references. Processing bibliographies produced by the style requires a 8-bit
+BibTeX system.")
+ (license license:lppl)))
+
+(define-public texlive-vancouver
+ (package
+ (name "texlive-vancouver")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/vancouver/"
+ "doc/bibtex/vancouver/")
+ (base32
+ "1r8x945cx32zn6ky4qqrki4xrj8ipbmkgm2dijmws5m0bkkh276r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/vancouver")
+ (synopsis "Bibliographic style file for Biomedical journals")
+ (description
+ "This BibTeX style file is expected to meet the Uniform Requirements for
+Manuscripts Submitted to Biomedical Journals (also known as the Vancouver
+style).")
+ (license license:lppl1.3+)))
+
+(define-public texlive-velthuis
+ (package
+ (name "texlive-velthuis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/velthuis/"
+ "doc/man/man1/devnag.1"
+ "doc/man/man1/devnag.man1.pdf"
+ "fonts/afm/public/velthuis/"
+ "fonts/map/dvips/velthuis/"
+ "fonts/source/public/velthuis/"
+ "fonts/tfm/public/velthuis/"
+ "fonts/type1/public/velthuis/"
+ "tex/generic/velthuis/"
+ "tex/latex/velthuis/"
+ "tex/plain/velthuis/"
+ "tex/xelatex/velthuis/")
+ (base32
+ "0h9maci6b65x7zy13v5j4vlr07lnghiwckh7bn4ix7d1wmh74bij")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (propagated-inputs (list texlive-xetex-devanagari))
+ (home-page "https://ctan.org/pkg/devanagari")
+ (synopsis "Typeset Devanagari")
+ (description
+ "This package provides Frans Velthuis preprocessor for Devanagari text,
+and fonts and macros to use when typesetting the processed text. The macros
+provide features that support Sanskrit, Hindi, Marathi, Nepali, and other
+languages typically printed in the Devanagari script. The package provides
+fonts, in both Metafont and Type 1 formats.")
+ (license license:gpl3+)))
+
(define-public texlive-venn
(package
(name "texlive-venn")
@@ -8965,6 +32037,81 @@ settings.")
(description "This package provides MetaPost macros for Venn diagrams.")
(license license:lppl)))
+(define-public texlive-venturisadf
+ (package
+ (name "texlive-venturisadf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/venturisadf/"
+ "fonts/afm/arkandis/venturis/"
+ "fonts/afm/arkandis/venturis2/"
+ "fonts/afm/arkandis/venturisold/"
+ "fonts/afm/arkandis/venturissans/"
+ "fonts/afm/arkandis/venturissans2/"
+ "fonts/enc/dvips/venturisadf/"
+ "fonts/map/dvips/venturis/"
+ "fonts/map/dvips/venturis2/"
+ "fonts/map/dvips/venturisold/"
+ "fonts/map/dvips/venturissans/"
+ "fonts/map/dvips/venturissans2/"
+ "fonts/tfm/arkandis/venturis/"
+ "fonts/tfm/arkandis/venturis2/"
+ "fonts/tfm/arkandis/venturisold/"
+ "fonts/tfm/arkandis/venturissans/"
+ "fonts/tfm/arkandis/venturissans2/"
+ "fonts/type1/arkandis/venturis/"
+ "fonts/type1/arkandis/venturis2/"
+ "fonts/type1/arkandis/venturisold/"
+ "fonts/type1/arkandis/venturissans/"
+ "fonts/type1/arkandis/venturissans2/"
+ "fonts/vf/arkandis/venturis/"
+ "fonts/vf/arkandis/venturis2/"
+ "fonts/vf/arkandis/venturisold/"
+ "fonts/vf/arkandis/venturissans/"
+ "fonts/vf/arkandis/venturissans2/"
+ "source/fonts/venturisadf/"
+ "tex/latex/venturis/"
+ "tex/latex/venturis2/"
+ "tex/latex/venturisadf/"
+ "tex/latex/venturisold/"
+ "tex/latex/venturissans/"
+ "tex/latex/venturissans2/")
+ (base32
+ "0nvr9g1zzm51zjws52y8cyyi3y1z77q8s7iwgcb6jq4s9n4b4xbc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/venturisadf")
+ (synopsis "Venturis ADF fonts collection")
+ (description
+ "This package provides Venturis ADF fonts collection, serif and sans
+serif complete text font families, in both Adobe Type 1 and OpenType formats
+for publication. The family is based on Utopia family. Support for using the
+fonts, in LaTeX, is also provided.")
+ (license (list license:lppl1.3+
+ (license:fsf-free
+ "http://mirrors.ctan.org/fonts/utopia/README")))))
+
+(define-public texlive-verse
+ (package
+ (name "texlive-verse")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/verse/" "source/latex/verse/"
+ "tex/latex/verse/")
+ (base32
+ "0v54xgn9d91xsjcy5dmgs5r50amvqnakyc7hymdzbqkv5cz2dd3r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/verse")
+ (synopsis "Aids for typesetting simple verse")
+ (description
+ "The package provides aids for typesetting simple verses; the package is
+strong on layout, from simple alternate-line indentation to the @code{Mouse's
+tale} from @emph{Alice in Wonderland}.")
+ (license license:lppl)))
+
(define-public texlive-vlna
(package
(name "texlive-vlna")
@@ -8985,6 +32132,130 @@ Czech/Slovak typographical rule forbidding a non-syllabic preposition alone at
the end of a line.")
(license license:knuth)))
+(define-public texlive-vntex
+ (package
+ (name "texlive-vntex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/vntex/"
+ "fonts/afm/vntex/chartervn/"
+ "fonts/afm/vntex/grotesqvn/"
+ "fonts/afm/vntex/urwvn/"
+ "fonts/afm/vntex/vntopia/"
+ "fonts/enc/dvips/vntex/"
+ "fonts/enc/pdftex/vntex/"
+ "fonts/map/dvips/vntex/"
+ "fonts/source/vntex/vnr/"
+ "fonts/tfm/vntex/arevvn/"
+ "fonts/tfm/vntex/chartervn/"
+ "fonts/tfm/vntex/cmbrightvn/"
+ "fonts/tfm/vntex/concretevn/"
+ "fonts/tfm/vntex/grotesqvn/"
+ "fonts/tfm/vntex/txttvn/"
+ "fonts/tfm/vntex/urwvn/"
+ "fonts/tfm/vntex/vnr/"
+ "fonts/tfm/vntex/vntopia/"
+ "fonts/type1/vntex/arevvn/"
+ "fonts/type1/vntex/chartervn/"
+ "fonts/type1/vntex/cmbrightvn/"
+ "fonts/type1/vntex/concretevn/"
+ "fonts/type1/vntex/grotesqvn/"
+ "fonts/type1/vntex/txttvn/"
+ "fonts/type1/vntex/urwvn/"
+ "fonts/type1/vntex/vnr/"
+ "fonts/type1/vntex/vntopia/"
+ "fonts/vf/vntex/chartervn/"
+ "fonts/vf/vntex/urwvn/"
+ "fonts/vf/vntex/vntopia/"
+ "source/generic/vntex/"
+ "tex/latex/vntex/"
+ "tex/plain/vntex/")
+ (base32
+ "0vbpxzqvqpymw2chgrrva7alrvp6lj735hy8wqksal968sch6azx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-ec texlive-metafont))
+ (home-page "https://ctan.org/pkg/vntex")
+ (synopsis "Support for Vietnamese")
+ (description
+ "The vntex bundle provides fonts, Plain TeX, texinfo and LaTeX macros for
+typesetting documents in Vietnamese. Users of the fonts (in both Metafont and
+Adobe Type 1 format) of this bundle may alternatively use the @code{lm} fonts
+bundle, for which map files are available to provide a Vietnamese version.")
+ ;; Vietnamese glyphs has been added according to the conditions of the
+ ;; Adobe/TUG license agreement. The package itself is released under
+ ;; LPPL1.3+ terms.
+ (license (list license:lppl1.3+
+ (license:fsf-free "file://source/generic/vntex/LICENSE-utopia.txt")))))
+
+(define-public texlive-wallpaper
+ (package
+ (name "texlive-wallpaper")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/wallpaper/"
+ "tex/latex/wallpaper/")
+ (base32
+ "07ynf0b7czqqz0ha70ccvdxmcm3s6px82s1101llwbpxhwpqis5i")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/wallpaper")
+ (synopsis
+ "Add wallpapers (background images) to LaTeX documents, including tiling")
+ (description
+ "This collection contains files to add wallpapers (background images) to
+LaTeX documents. It provides simple commands to include effects such as
+tiling.")
+ (license license:lppl)))
+
+(define-public texlive-wargame
+ (package
+ (name "texlive-wargame")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/wargame/" "source/latex/wargame/"
+ "tex/latex/wargame/")
+ (base32
+ "1j56fnq5m298ly650v0k7qla15kiwcwswsd7454wqv9f191gmhhh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/wargame")
+ (synopsis "LaTeX package to prepare hex'n'counter wargames")
+ (description
+ "This package can help make classic Hex'n'Counter wargames using LaTeX.
+The package provide tools for generating Hex maps and boards Counters for
+units, markers, and so on Counter sheets Order of Battle charts Illustrations
+in the rules using the defined maps and counters The result will often be
+a PDF (or set of PDFs) that contain everything one will need for
+a game (rules, charts, boards, counter sheets). The package uses NATO App6
+symbology for units. The package uses NATO App6 symbology for units. The
+package uses TikZ for most things. The package support exporting the game to
+a VASSAL module.")
+ (license license:cc-by-sa4.0)))
+
+(define-public texlive-windycity
+ (package
+ (name "texlive-windycity")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/windycity/"
+ "tex/latex/windycity/")
+ (base32
+ "13fw7nnkgnphwm3vjdsn40p7n5j6cfb4c60ga6y16xrcwihzdqpb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/windycity")
+ (synopsis "Chicago style for BibLaTeX")
+ (description
+ "Windy City is a style for BibLaTeX that formats notes, bibliographies,
+parenthetical citations, and reference lists according to the 17th edition of
+@emph{The Chicago Manual of Style}.")
+ (license license:lppl1.3+)))
+
(define-public texlive-witharrows
(package
(name "texlive-witharrows")
@@ -9008,6 +32279,333 @@ These arrows are usually used to give explanations concerning the mathematical
calculus presented.")
(license license:lppl1.3+)))
+(define-public texlive-wnri
+ (package
+ (name "texlive-wnri")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/wnri/"
+ "fonts/source/public/wnri/"
+ "fonts/tfm/public/wnri/")
+ (base32
+ "1p2b847a5xa00xvv46b8p0f2fhi1k01w4l7bm2517hs7inwj3brs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/wnri")
+ (synopsis "Ridgeway's fonts")
+ (description
+ "This package provides fonts (as Metafont source) for Old English, Indic
+languages in Roman transliteration and Puget Salish (Lushootseed) and other
+Native American languages.")
+ (license license:gpl3+)))
+
+(define-public texlive-wnri-latex
+ (package
+ (name "texlive-wnri-latex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/wnri-latex/"
+ "source/latex/wnri-latex/"
+ "tex/latex/wnri-latex/")
+ (base32
+ "08ld2nys36vb368977dpwav75ffra2p8999dx4dwrs4vg6k2r2l7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/wnri-latex")
+ (synopsis "LaTeX support for @code{wnri} fonts")
+ (description
+ "This package provides LaTeX support for the @code{wnri} fonts.")
+ (license license:gpl2)))
+
+(define-public texlive-wsemclassic
+ (package
+ (name "texlive-wsemclassic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/wsemclassic/"
+ "source/latex/wsemclassic/"
+ "tex/latex/wsemclassic/")
+ (base32
+ "1kq871pbf2xq0h0njsp3j0wygz6970y5nkara5v5kpby42kx96rl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/wsemclassic")
+ (synopsis "LaTeX class for Bavarian school w-seminar papers")
+ (description
+ "The class is designed either to conform with the recommendations of the
+Bavarian Kultusministerium for typesetting w-seminar papers (strict mode), or
+to use another style which should look better. The class is based on the
+LaTeX standard @code{report} class.")
+ (license license:bsd-3)))
+
+(define-public texlive-wsuipa
+ (package
+ (name "texlive-wsuipa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/wsuipa/"
+ "fonts/source/public/wsuipa/"
+ "fonts/tfm/public/wsuipa/"
+ "tex/latex/wsuipa/")
+ (base32
+ "0gj7d68gb82dxmrbz69ibgpw2q2h6sb22k8nl569r27m2sli60jy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ ;; FIXME: Font metrics generation fails with "! Strange path (turning
+ ;; number is zero)" error.
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/wsuipa")
+ (synopsis "International Phonetic Alphabet fonts")
+ (description
+ "The package provides a 7-bit IPA font, as Metafont source, and macros
+for support under TeXt1 and LaTeX. The fonts (and macros) are now largely
+superseded by the @code{tipa} fonts.")
+ (license license:knuth)))
+
+(define-public texlive-xcharter-math
+ (package
+ (name "texlive-xcharter-math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/xcharter-math/"
+ "fonts/opentype/public/xcharter-math/"
+ "tex/latex/xcharter-math/")
+ (base32
+ "1p0wqn9877xshwlayba8v62dvx4m0widl9pd42aixll0snc6p67s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xcharter-math")
+ (synopsis "XCharter-based OpenType Math font for LuaTeX and XeTeX")
+ (description
+ "This package provides an Unicode Math font XCharter-Math.otf meant to be
+used together with XCharter Opentype Text fonts (extension of Bitstream
+Charter) in LuaLaTeX or XeLaTeX documents.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-xcite
+ (package
+ (name "texlive-xcite")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xcite/" "source/latex/xcite/"
+ "tex/latex/xcite/")
+ (base32
+ "1r6f4wk7d3na9a8v20kqp24m46rsqgqx0n8k5hv3ynhqhzizhpll")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xcite")
+ (synopsis "Use citation keys from a different document")
+ (description
+ "The package @code{xcite} is no longer necessary, because its
+functionality has been taken over by @code{xr}, so this final version is just
+a stub that loads @code{xr}.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-xduthesis
+ (package
+ (name "texlive-xduthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xduthesis/"
+ "source/latex/xduthesis/"
+ "tex/latex/xduthesis/")
+ (base32
+ "1sdl1m869s4hcxdj3q2205x9xdgx0qy9ri9vjyma9rsv70sa648p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xduthesis")
+ (synopsis "XeLaTeX template for writing Xidian University thesis")
+ (description
+ "This is a XeLaTeX template for writing theses to apply academic degrees
+in Xidian University. The template is designed according to the official
+requirements on typesetting theses. The template currently supports all
+levels of degrees from bachelor to doctor, including both academic master and
+professional master.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-xduts
+ (package
+ (name "texlive-xduts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/xduts/" "source/xelatex/xduts/"
+ "tex/xelatex/xduts/")
+ (base32
+ "17zd5i4vxpg2n7w9449q754i2k280jjm18pfl6d8b6r1adv5hy4c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-ctex))
+ (home-page "https://ctan.org/pkg/xduts")
+ (synopsis "Xidian University TeX suite")
+ (description
+ "XDUTS is designed to help Xidian University students use LaTeX
+typesetting efficiently. XDUTS contains a font configuration package that
+meets the school's requirements and can be applied to any document class. In
+addition, there are thesis and thesis proposal templates for both
+undergraduate and postgraduate that meet the school's requirements.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-xecjk
+ (package
+ (name "texlive-xecjk")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/xecjk/"
+ "fonts/misc/xetex/fontmapping/xecjk/"
+ "source/xelatex/xecjk/" "tex/xelatex/xecjk/")
+ (base32
+ "0mpmfrj0n00gpnh67zh627vxhpp6vim8x755vdpb75h36k8zm6yq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'build 'copy-ctxdocstrip.tex
+ ;; There's a circular dependency between this package (where
+ ;; `ctex' should be a native input) and `ctex' (where this package
+ ;; is a propagated input). To work around this, install the
+ ;; specific "ctxdocstrip.tex" file from `ctex' in the build
+ ;; directory and set TEXINPUTS variable accordingly so the process
+ ;; can find it.
+ (lambda* (#:key inputs #:allow-other-keys)
+ (install-file (search-input-file inputs
+ "tex/generic/ctex/ctxdocstrip.tex")
+ "build/")
+ (setenv "TEXINPUTS" (string-append (getcwd) "/build:")))))))
+ (native-inputs
+ (list (texlive-origin
+ "ctxdocstrip.tex" (number->string %texlive-revision)
+ (list "tex/generic/ctex/ctxdocstrip.tex")
+ (base32
+ "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli"))))
+ (home-page "https://ctan.org/pkg/xecjk")
+ (synopsis "Support for CJK documents in XeLaTeX")
+ (description
+ "This package provides a LaTeX package for typesetting CJK documents in
+the way users have become used to, in the CJK package.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-xecyrmongolian
+ (package
+ (name "texlive-xecyrmongolian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xecyrmongolian/"
+ "source/latex/xecyrmongolian/"
+ "tex/latex/xecyrmongolian/")
+ (base32
+ "0097l8vx76sqpimljwxw194yg6drxzagjxflq3y99n0a0yisax05")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xecyrmongolian")
+ (synopsis
+ "Basic support for Cyrillic Mongolian documents using (Xe|Lua)LaTeX")
+ (description
+ "The @code{xecyrmongolian} package can be used to produce documents in
+Cyrillic Mongolian using either XeLaTeX or LuaLaTeX. The command
+@code{\\setlanguage} can be used to load alternative hyphenation patterns so
+to be able to create multilingual documents.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-xmuthesis
+ (package
+ (name "texlive-xmuthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xmuthesis/"
+ "source/latex/xmuthesis/"
+ "tex/latex/xmuthesis/")
+ (base32
+ "1qnsh0q61zv4jrh92zkhgdk1lzk3fksa2iiv2c2hkyk55sjza6ac")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-ctex))
+ (home-page "https://ctan.org/pkg/xmuthesis")
+ (synopsis "XMU thesis style")
+ (description "This class is designed for XMU thesis's writing.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-xq
+ (package
+ (name "texlive-xq")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/xq/" "fonts/source/public/xq/"
+ "fonts/tfm/public/xq/" "tex/latex/xq/")
+ (base32
+ "1g9j4vdlcnidv247bmagqd7q357h6fkg3b5cx1765n38k1bx8ikx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/xq")
+ (synopsis "Support for writing about xiangqi")
+ (description
+ "The package is for writing about xiangqi or chinese chess. You can
+write games or parts of games and show diagrams with special positions.")
+ (license license:lppl)))
+
+(define-public texlive-xskak
+ (package
+ (name "texlive-xskak")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xskak/" "source/latex/xskak/"
+ "tex/latex/xskak/")
+ (base32
+ "0b17y5i24adpb7f8jxf3lc5zwb1q4yf3w2vx9ql73xpi39xg6mcj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xskak")
+ (synopsis "Extension to the @code{skak} package for chess typesetting")
+ (description
+ "Xskak, as its prime function, saves information about a chess game for
+later use (e.g., to loop through a game to make an animated board). The
+package also extends the input that the parsing commands can handle and offers
+an interface to define and switch between indefinite levels of styles.")
+ (license license:lppl)))
+
+(define-public texlive-xyling
+ (package
+ (name "texlive-xyling")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xyling/" "tex/latex/xyling/")
+ (base32
+ "1c4bgkbd42japidvrfg3ibj4h1l8v6zlivy7bqyiyj8alzdjhq4g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xyling")
+ (synopsis
+ "Draw syntactic trees, etc., for linguistics literature, using XY-Pic")
+ (description
+ "The macros in this package model the construction of linguistic tree
+structures as a genuinely graphical problem: they contain two types of
+objects, ``branches'' and ``node labels'', and these are positioned relative
+to a ``grid''. It is essential that each of these three elements is
+constructed independent of the other two, and hence they can be modified
+without unwanted side effects. The macros are based on the XY-Pic package.")
+ (license license:lppl)))
+
(define-public texlive-xymtex
(package
(name "texlive-xymtex")
@@ -9029,6 +32627,220 @@ structural formulas in a way that reflects their structure. The package
provides three output modes: LaTeX, PostScript and PDF.")
(license license:lppl1.3+)))
+(define-public texlive-yathesis
+ (package
+ (name "texlive-yathesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/yathesis/"
+ "source/latex/yathesis/"
+ "tex/latex/yathesis/")
+ (base32
+ "1qp1a0y8hkv0wfkbh2rbgkm2il08a320gl0kqppam4rb8y6wn77z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:build-targets #~(list "yathesis.dtx")
+ #:tex-format "lualatex"))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-accsupp
+ texlive-alphalph
+ texlive-attachfile2
+ texlive-babel-french
+ texlive-biblatex
+ texlive-booktabs
+ texlive-caption
+ texlive-cleveref
+ texlive-comment
+ texlive-csquotes
+ texlive-datetime2
+ texlive-denisbdoc
+ texlive-enumitem
+ texlive-environ
+ texlive-fancyvrb
+ texlive-fixfoot
+ texlive-fontawesome
+ texlive-fontspec
+ texlive-footmisc
+ texlive-glossaries
+ texlive-glossaries-extra
+ texlive-gofonts
+ texlive-hologo
+ texlive-hypdoc
+ texlive-ifmtarg
+ texlive-imakeidx
+ texlive-libertine
+ texlive-listings
+ texlive-marginnote
+ texlive-morewrites
+ texlive-mparhack
+ texlive-multirow
+ texlive-newunicodechar
+ texlive-path
+ texlive-parskip
+ texlive-pdfcol
+ texlive-pdflscape
+ texlive-pgf
+ texlive-refcount
+ texlive-siunitx
+ texlive-tcolorbox
+ texlive-textcase
+ texlive-tikzfill
+ texlive-tocbibind
+ texlive-tocvsec2
+ texlive-translator
+ texlive-underscore
+ texlive-xifthen
+ texlive-xpatch
+ texlive-zref))))
+ (home-page "https://ctan.org/pkg/yathesis")
+ (synopsis "LaTeX class for writing a thesis following French rules")
+ (description
+ "The purpose of @code{yathesis} is to facilitate the typesetting of
+theses prepared in France, whatever the disciplines and institutes. It
+implements most notably recommendations from the Ministry of Higher Education
+and Research, and this transparently to the user. It has also been designed
+to (optionally) take advantage of powerful tools available in LaTeX, including
+packages: BibLaTeX for the bibliography; @code{glossaries} for the glossary,
+list of acronyms and symbols list.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-yazd-thesis
+ (package
+ (name "texlive-yazd-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/yazd-thesis/"
+ "tex/xelatex/yazd-thesis/")
+ (base32
+ "0zwzzzf8z0p0cl6l3wjqnfj80pym4wx5halb3rl1i6bmvyypgafz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/yazd-thesis")
+ (synopsis "Template for the Yazd University")
+ (description
+ "This package offers a document class for typesetting theses and
+dissertations at the Yazd University. The class requires use of XeLaTeX.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-yb-book
+ (package
+ (name "texlive-yb-book")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/yb-book/" "source/latex/yb-book/"
+ "tex/latex/yb-book/")
+ (base32
+ "1brgy4y92888z7mc6yryasbv7xhcj560zsy5wz6ahcwny8f67mgg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-anyfontsize
+ texlive-biblatex
+ texlive-bigfoot
+ texlive-changepage
+ texlive-chngcntr
+ texlive-csquotes
+ texlive-enumitem
+ texlive-fancyhdr
+ texlive-float
+ texlive-footmisc
+ texlive-geometry
+ texlive-ifmtarg
+ texlive-imakeidx
+ texlive-lastpage
+ texlive-libertine
+ texlive-mdframed
+ texlive-microtype
+ texlive-needspace
+ texlive-paralist
+ texlive-pgf
+ texlive-qrcode
+ texlive-setspace
+ texlive-soul
+ texlive-titlesec
+ texlive-ulem
+ texlive-wrapfig
+ texlive-xcolor
+ texlive-xifthen
+ texlive-xkeyval
+ texlive-zref))
+ (home-page "https://ctan.org/pkg/yb-book")
+ (synopsis "Template for YB branded books")
+ (description
+ "This template helps the author design books published on Amazon under
+the ``Y.B.'' brand.")
+ (license license:expat)))
+
+(define-public texlive-yfonts
+ (package
+ (name "texlive-yfonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/yfonts/" "source/latex/yfonts/"
+ "tex/latex/yfonts/")
+ (base32
+ "021sb52516ksxs1pb8nb1gchaagb0hblx55yyxzpywrryfkjd3rx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/yfonts")
+ (synopsis "Support for old German fonts")
+ (description
+ "This package provides a LaTeX interface to the old German Gothic,
+Schwabacher, Fraktur and the baroque initials.")
+ (license license:lppl)))
+
+(define-public texlive-yfonts-otf
+ (package
+ (name "texlive-yfonts-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/yfonts-otf/"
+ "fonts/opentype/public/yfonts-otf/"
+ "tex/latex/yfonts-otf/")
+ (base32
+ "0dnif4hiwqri67cx6bjzs0rvz3ayrkn6fs99qn4q9qggs6s25l0j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/yfonts-otf")
+ (synopsis "OpenType version of the Old German fonts")
+ (description
+ "This is an OpenType version of the Old German fonts @code{yfrak},
+@code{ygoth}, @code{yswab} designed by Yannis Haralambous in Metafont. The
+OpenType features make it easier to deal with the long/round @samp{s} and with
+older forms of umlauts (small @samp{e} over the letter). A style file
+@file{yfonts-otf.sty} is provided as a replacement, for LuaLaTeX and XeLaTeX,
+of @file{yfonts.sty} or @file{oldgerm.sty}.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
+(define-public texlive-yfonts-t1
+ (package
+ (name "texlive-yfonts-t1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/yfonts-t1/" "dvips/yfonts-t1/"
+ "fonts/afm/public/yfonts-t1/"
+ "fonts/map/dvips/yfonts-t1/"
+ "fonts/type1/public/yfonts-t1/")
+ (base32
+ "1w92sgkarqx7z2ai6z059bml0kbh05fjyy9fl12x3nb0f5agjs7n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/yfonts-t1")
+ (synopsis "Old German-style fonts, in Adobe type 1 format")
+ (description
+ "This package comprises type 1 versions of the Gothic, Schwabacher and
+Fraktur fonts of Yannis Haralambous set of old German fonts.")
+ ;; "Freely available for general use."
+ (license (license:fsf-free "file://doc/fonts/yfonts-otf/README.md"))))
+
(define-public texlive-yhmath
(package
(name "texlive-yhmath")
@@ -9055,6 +32867,47 @@ provides three output modes: LaTeX, PostScript and PDF.")
and a LaTeX package for using them.")
(license license:lppl1.3c)))
+(define-public texlive-yinit-otf
+ (package
+ (name "texlive-yinit-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/yinit-otf/"
+ "fonts/opentype/public/yinit-otf/")
+ (base32
+ "0p3a56kg63smsgwr0vlfzjxrdw11j3777y09gdbdd1cc50r9p3zx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/yinit-otf")
+ (synopsis
+ "OTF conversion of Yannis Haralambous' Old German decorative initials")
+ (description
+ "This package is a conversion of the @code{yinit} font into OTF.
+Original Metafont files for @code{yinit} are in the @code{yinit} package.")
+ (license license:public-domain)))
+
+(define-public texlive-york-thesis
+ (package
+ (name "texlive-york-thesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/york-thesis/"
+ "source/latex/york-thesis/"
+ "tex/latex/york-thesis/")
+ (base32
+ "0wcl1zqmif2chramah8zmbgp5axbhlnjiygl7kgqnwqw5ajxkw4y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/york-thesis")
+ (synopsis "Thesis class file for York University, Toronto")
+ (description
+ "York Graduate Studies has again changed the requirements for theses and
+dissertations. The established @code{york-thesis} class file now implements
+the changes made in Spring 2005.")
+ (license license:lppl1.3+)))
+
(define-public texlive-youngtab
(package
(name "texlive-youngtab")
@@ -9122,6 +32975,62 @@ providing lots more features. Skew and coloured tableaux are easy, and
pgfkeys-enabled options are provided both at package load and configurably.")
(license license:lppl1.2+)))
+(define-public texlive-zitie
+ (package
+ (name "texlive-zitie")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/zitie/" "tex/xelatex/zitie/")
+ (base32
+ "0la4fg42c20isdip5gnynzhkj0hn295lf48hbyjjfvadx7zx408s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zitie")
+ (synopsis "Create CJK character calligraphy practicing sheets")
+ (description
+ "This is a LaTeX package for creating CJK character calligraphy
+practicing sheets (copybooks). Currently, only XeTeX is supported.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-zlmtt
+ (package
+ (name "texlive-zlmtt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/zlmtt/" "tex/latex/zlmtt/")
+ (base32
+ "014zchb0s9fj33d6h8r851v7v4cvpqzd97xaq4nv2l1lnxlii536")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zlmtt")
+ (synopsis "Use Latin Modern Typewriter fonts")
+ (description
+ "The package allows selection of Latin Modern Typewriter fonts with
+scaling and access to all its features.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-zootaxa-bst
+ (package
+ (name "texlive-zootaxa-bst")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/zootaxa-bst/"
+ "doc/bibtex/zootaxa-bst/")
+ (base32
+ "178daki12ky2hxjsdgz6nnc84741hdj0mn30lglp2sazqwjxrbw0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zootaxa-bst")
+ (synopsis "BibTeX style for the journal @emph{Zootaxa}")
+ (description
+ "This package provides a @file{.bst} reference style file for the journal
+@emph{Zootaxa} that publishes contributions in zoology and classification.
+This is a fork of @file{apa.bst}.")
+ (license license:lppl1.3c)))
+
(define-public texlive-zx-calculus
(package
(name "texlive-zx-calculus")
@@ -9143,6 +33052,56 @@ multiple flavours for putting labels inside or outside nodes), and a debugging
mode to avoid getting lost in big diagrams.")
(license license:expat)))
+(define-public texlive-zxjafont
+ (package
+ (name "texlive-zxjafont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/zxjafont/" "tex/latex/zxjafont/")
+ (base32
+ "1n8sky4aprs7r12pvyj6q1lman57k94s7mkynnzfw1z4xnam459j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zxjafont")
+ (synopsis "Set up Japanese font families for XeLaTeX")
+ (description "This package sets up Japanese font families for XeLaTeX.")
+ (license license:expat)))
+
+(define-public texlive-zxjatype
+ (package
+ (name "texlive-zxjatype")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/zxjatype/" "tex/latex/zxjatype/")
+ (base32
+ "0llm0414kdwqsajb1nl92xa8kqwvbm446pwijag2735gk8rxqz8j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zxjatype")
+ (synopsis "Standard conforming typesetting of Japanese, for XeLaTeX")
+ (description "This package eases standard conforming typesetting of
+Japanese, for XeLaTeX.")
+ (license license:expat)))
+
+(define-public texlive-zxjafbfont
+ (package
+ (name "texlive-zxjafbfont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/zxjafbfont/"
+ "tex/latex/zxjafbfont/")
+ (base32
+ "1vwbr2nwxp5f8c7q1gwm9z3karjkxjxr1j4lg5p12ljqlwm7p3lw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zxjafbfont")
+ (synopsis "Fallback CJK font support for xeCJK")
+ (description "This package provides fallback CJK font support for xeCJK.")
+ (license license:expat)))
+
(define-public texlive-biblatex-cheatsheet
(package
(name "texlive-biblatex-cheatsheet")
@@ -9527,6 +33486,109 @@ release process for LaTeX package authors. Note by the CTAN
team (2015-02-05): It seems that this script is currently not working.")
(license license:gpl3)))
+(define-public texlive-ctex
+ (package
+ (name "texlive-ctex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ctex/" "source/latex/ctex/"
+ "tex/generic/ctex/" "tex/latex/ctex/"
+ "tex/luatex/ctex/")
+ (base32
+ "17zyr0cyxvp91832q35ha3qabdzh4njh96yvp4gfkkfkkszqp3jh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ ;; FIXME: I couldn't find how to build this package from source.
+ (list #:phases #~(modify-phases %standard-phases (delete 'build))))
+ (propagated-inputs
+ (list texlive-adobemapping
+ texlive-atbegshi
+ texlive-beamer
+ texlive-cjk
+ texlive-cjkpunct
+ texlive-ec
+ texlive-epstopdf-pkg
+ texlive-etoolbox
+ texlive-everyhook
+ texlive-fandol
+ texlive-fontspec
+ texlive-iftex
+ texlive-infwarerr
+ texlive-kvoptions
+ texlive-kvsetkeys
+ texlive-latex-bin
+ texlive-ltxcmds
+ texlive-luatexja
+ texlive-mptopdf
+ texlive-ms
+ texlive-pdftexcmds
+ texlive-platex-tools
+ texlive-svn-prov
+ texlive-tipa
+ texlive-tools
+ texlive-ttfutils
+ texlive-ulem
+ texlive-uplatex
+ texlive-xcjk2uni
+ texlive-xecjk
+ texlive-xetex
+ texlive-xkeyval
+ texlive-xpinyin
+ texlive-xunicode
+ texlive-zhmetrics
+ texlive-zhmetrics-uptex
+ texlive-zhnumber))
+ (home-page "https://ctan.org/pkg/ctex")
+ (synopsis "LaTeX classes and packages for Chinese typesetting")
+ (description
+ "CTeX is a collection of macro packages and document classes for LaTeX
+Chinese typesetting.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-ctex-faq
+ (package
+ (name "texlive-ctex-faq")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ctex-faq/")
+ (base32
+ "15c0g0x8w7vm3hyn6lk60jf66akyfcq6x8jc2lnbjx8ydwgb26br")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ctex-faq")
+ (synopsis "LaTeX FAQ by the Chinese TeX Society (ctex.org)")
+ (description
+ "This is the LaTeX FAQ by the Chinese TeX Society. Most questions were
+collected on the @url{bbs.ctex.org} forum, and were answered in detail by the
+author.")
+ (license license:fdl1.3+)))
+
+(define-public texlive-ctib
+ (package
+ (name "texlive-ctib")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ctib/"
+ "fonts/source/public/ctib/"
+ "fonts/tfm/public/ctib/"
+ "source/latex/ctib/" "tex/latex/ctib/")
+ (base32
+ "0qvh0icrijcsyi3kvzkp890qjx7j9axv9yzzfa1paivyfp33aijn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/ctib4tex")
+ (synopsis "Tibetan for TeX and LaTeX2e")
+ (description
+ "This LaTeX package uses a modified version of Sirlin's Tibetan font. An
+advantage of this Tibetan implementation is that all consonant clusters are
+formed by TeX and Metafont. No external preprocessor is needed.")
+ (license license:gpl3+)))
+
(define-public texlive-ctie
(package
(name "texlive-ctie")
@@ -9979,6 +34041,28 @@ optionally be replaced with graphics paths so that applications that do not
support SVG fonts are enabled to render the graphics properly.")
(license license:gpl3+)))
+(define-public texlive-ebong
+ (package
+ (name "texlive-ebong")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ebong/" "scripts/ebong/")
+ (base32
+ "0ivzr6d83ws7q00k71zdz1v25y88fhja1safc4jfvd45i58fccy7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "ebong.py")))
+ (inputs (list python))
+ (home-page "https://ctan.org/pkg/ebong")
+ (synopsis "Utility for writing Bengali in Rapid Roman Format")
+ (description
+ "This package provides a tool (preprocessor) for writing your
+@code{pRaa-ne-r} ka-thaa in the Bengali langauage. It allows one to write the
+text in Rapid Roman Bangla and convert it to the BangTeX format by a Python
+program. All LaTeX markups are preserved in the target file.")
+ (license license:public-domain)))
+
(define-public texlive-eijkhout
(package
(name "texlive-eijkhout")
@@ -10059,6 +34143,56 @@ an @file{.eps} file has anything except the origin for the lower-left of its
bounding box.")
(license license:public-domain)))
+(define-public texlive-ethiop
+ (package
+ (name "texlive-ethiop")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ethiop/"
+ "fonts/ofm/public/ethiop/"
+ "fonts/ovf/public/ethiop/"
+ "fonts/ovp/public/ethiop/"
+ "fonts/source/public/ethiop/"
+ "fonts/tfm/public/ethiop/"
+ "omega/ocp/ethiop/"
+ "omega/otp/ethiop/"
+ "source/latex/ethiop/"
+ "tex/latex/ethiop/")
+ (base32
+ "1852g96rjyrsky7mpfwlxgip11qmk800xcmqccs8cv51f5342qlq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/ethiop")
+ (synopsis "LaTeX macros and fonts for typesetting Amharic")
+ (description
+ "This package provides Ethiopian language support for the Babel package,
+including a collection of fonts and TeX macros for typesetting the characters
+of the languages of Ethiopia, with Metafont fonts based on EthTeX's. The
+macros use the Babel framework.")
+ (license license:gpl3+)))
+
+(define-public texlive-ethiop-t1
+ (package
+ (name "texlive-ethiop-t1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ethiop-t1/"
+ "fonts/map/dvips/ethiop-t1/"
+ "fonts/type1/public/ethiop-t1/")
+ (base32
+ "19n6i61db88nhhkq9gg3gfr3sgpaf1ylr41l0xdhpfkn71y7par1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ethiop-t1")
+ (synopsis "Type 1 versions of Amharic fonts")
+ (description
+ "These fonts provided in this package are drop-in Adobe type
+1 replacements for the fonts of the @code{ethiop} package.")
+ (license license:gpl3+)))
+
(define-public texlive-expex-acro
(package
(name "texlive-expex-acro")
@@ -10121,6 +34255,33 @@ a comfortable and straightforward way.
allow a somewhat natural formulation.")
(license license:lppl1.3c)))
+(define-public texlive-fc
+ (package
+ (name "texlive-fc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fc/" "fonts/source/jknappen/fc/"
+ "fonts/tfm/jknappen/fc/" "tex/latex/fc/")
+ (base32
+ "0v0r8jcr1lv31mx613h76h13psj73g49p2a6dnd0nfbfharww3gr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ ;; FIXME: Font metrics cannot be generated due to "bad pos"
+ ;; errors with "fcitt" fonts.
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-metafont texlive-sauter))
+ (home-page "https://ctan.org/pkg/fc")
+ (synopsis "Fonts for African languages")
+ (description
+ "This package includes fonts for African languages. The fonts are
+provided as Metafont source, in the familiar arrangement of lots of preamble
+files and a modest set of glyph specifications.")
+ (license license:gpl2)))
+
(define-public texlive-fenixpar
(package
(name "texlive-fenixpar")
@@ -10419,6 +34580,35 @@ otc) into individual fonts.
@end itemize")
(license license:gpl2)))
+(define-public texlive-fonts-tlwg
+ (package
+ (name "texlive-fonts-tlwg")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fonts-tlwg/"
+ "fonts/afm/public/fonts-tlwg/"
+ "fonts/enc/dvips/fonts-tlwg/"
+ "fonts/map/dvips/fonts-tlwg/"
+ "fonts/opentype/public/fonts-tlwg/"
+ "fonts/tfm/public/fonts-tlwg/"
+ "fonts/type1/public/fonts-tlwg/"
+ "fonts/vf/public/fonts-tlwg/"
+ "source/fonts/fonts-tlwg/"
+ "tex/latex/fonts-tlwg/")
+ (base32
+ "19g1ksxsidf6cpcxm3knbbfpjw6jsfq2acy99cgmsy7jn33k253b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fonts-tlwg")
+ (synopsis "Thai fonts for LaTeX from TLWG")
+ (description
+ "This package provides a collection of Thai fonts, supplied as FontForge
+sources, and with LaTeX @file{.fd} files.")
+ (license (list license:gpl2+
+ license:lppl1.3+
+ (license:x11-style "file://source/fonts/fonts-tlwg/COPYING")))))
+
(define-public texlive-fontware
(package
(name "texlive-fontware")
@@ -10548,6 +34738,61 @@ invented by Gottlob Frege in 1879 for his books @emph{Begriffsschrift} and
books are supported.")
(license license:gpl3)))
+(define-public texlive-gfsbaskerville
+ (package
+ (name "texlive-gfsbaskerville")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfsbaskerville/"
+ "fonts/afm/public/gfsbaskerville/"
+ "fonts/enc/dvips/gfsbaskerville/"
+ "fonts/map/dvips/gfsbaskerville/"
+ "fonts/opentype/public/gfsbaskerville/"
+ "fonts/tfm/public/gfsbaskerville/"
+ "fonts/type1/public/gfsbaskerville/"
+ "fonts/vf/public/gfsbaskerville/"
+ "tex/latex/gfsbaskerville/")
+ (base32
+ "0hf2nr0y1l9wzxvk0s2ajy3g80fcc02avr2fqrnss23c1a0jhr8q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfsbaskerville")
+ (synopsis "Greek font, from one such by Baskerville")
+ (description
+ "The font is a digital implementation of Baskerville's classic Greek font,
+provided by the Greek Font Society. The font covers Greek only, and LaTeX
+support provides for the use of LGR encoding.")
+ (license (list license:lppl1.0+ license:silofl1.1))))
+
+(define-public texlive-gfsporson
+ (package
+ (name "texlive-gfsporson")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/gfsporson/"
+ "fonts/afm/public/gfsporson/"
+ "fonts/enc/dvips/gfsporson/"
+ "fonts/map/dvips/gfsporson/"
+ "fonts/opentype/public/gfsporson/"
+ "fonts/tfm/public/gfsporson/"
+ "fonts/type1/public/gfsporson/"
+ "fonts/vf/public/gfsporson/"
+ "tex/latex/gfsporson/")
+ (base32
+ "11m9f3vh41w8gbla62219vf2djc5kl9i4kpg6i1iiixwrhi56smc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gfsporson")
+ (synopsis "Greek font, originally from Porson")
+ (description
+ "Porson is an elegant Greek font, originally cut at the turn of the 19th
+Century in England. The present version has been provided by the Greek Font
+Society. The font supports the Greek alphabet only. LaTeX support is
+provided, using the LGR encoding.")
+ (license (list license:lppl1.0+ license:silofl1.1))))
+
(define-public texlive-gobble
(package
(name "texlive-gobble")
@@ -10600,6 +34845,95 @@ those packages provided by @code{miniltx}. The bundle also contains a file
provides the LaTeX picture mode to Plain TeX users.")
(license license:lppl1.0+)))
+(define-public texlive-greek-inputenc
+ (package
+ (name "texlive-greek-inputenc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/greek-inputenc/"
+ "tex/latex/greek-inputenc/")
+ (base32
+ "1vifrgxwx92c44vmic9x7y65fl6lcmlavqq63dakl922ijlssrb1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/greek-inputenc")
+ (synopsis "Greek encoding support for @code{inputenc}")
+ (description
+ "The bundle provides UTF-8, Macintosh Greek encoding and ISO 8859-7
+definition files for use with @code{inputenc}.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-greekdates
+ (package
+ (name "texlive-greekdates")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/greekdates/"
+ "source/latex/greekdates/"
+ "tex/latex/greekdates/")
+ (base32
+ "1hwjskdllwxa14l12d0fn850sll3i9yihxlpjp2fk62v3iwkrq4r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/greekdates")
+ (synopsis "Provides ancient Greek day and month names, dates, etc")
+ (description
+ "The package provides easy access to ancient Greek names of days and
+months of various regions of Greece. In case the historical information about
+a region is not complete, we use the Athenian name of the month. Moreover
+commands and options are provided, in order to completely switch to the
+ancient way, such as @code{\\today}.")
+ (license license:lppl)))
+
+(define-public texlive-greektex
+ (package
+ (name "texlive-greektex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/greektex/" "tex/latex/greektex/")
+ (base32
+ "0zs3kakr7k261j876r1xpynvnmjjdn5rky0acfbcjxp7mmsqpmzn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/greektex")
+ (synopsis "Fonts for typesetting Greek/English documents")
+ (description
+ "The fonts are based on Silvio Levy's classical Greek fonts; macros and
+Greek hyphenation patterns for the fonts encoding are also provided.")
+ (license license:public-domain)))
+
+(define-public texlive-greektonoi
+ (package
+ (name "texlive-greektonoi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/greektonoi/"
+ "fonts/map/dvips/greektonoi/"
+ "tex/latex/greektonoi/")
+ (base32
+ "14phabwakq87qgh3jxs95gk1w2q3aw29vhy441538y4fxvskqhrw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/greektonoi")
+ (synopsis "Facilitates writing/editing of multiaccented Greek")
+ (description
+ "The @code{greektonoi} mapping extends the @code{betababel} package or
+the Babel @samp{polutonikogreek} option to provide a simple way to insert
+ancient Greek texts with diacritical characters into your document using
+a similar method to the commonly used Beta Code transliteration, but with much
+more freedom. It is designed especially for the XeTeX engine and it could
+also be used for fast and easy modification of monotonic Greek texts to
+polytonic. The output text is natively encoded in Unicode, so it can be
+reused in any possible way. The @code{greektonoi} package provides, in
+addition to inserting Greek accents and breathings, many other symbols used in
+Greek numbers and arithmetic or in the Greek archaic period. It could be used
+with @code{greektonoi} mapping or indepedently.")
+ (license license:lgpl3)))
+
(define-public texlive-gtl
(package
(name "texlive-gtl")
@@ -10621,6 +34955,25 @@ which are not necessarily balanced. It is in particular used a lot in the
to work with entire braced groups at a time.")
(license license:lppl1.3c)))
+(define-public texlive-hindawi-latex-template
+ (package
+ (name "texlive-hindawi-latex-template")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/hindawi-latex-template/")
+ (base32
+ "0q35drybrlcfcrhrd5691m66nd17b0m6hkcsqazpb1ck227zih61")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/hindawi-latex-template")
+ (synopsis "LaTeX template for authors of the Hindawi journals")
+ (description
+ "This package contains a LaTeX template for authors of the Hindawi journals.
+Authors can use this template for formatting their research articles for
+submissions.")
+ (license license:lppl1.3+)))
+
(define-public texlive-hlist
(package
(name "texlive-hlist")
@@ -10658,6 +35011,58 @@ languages and/or dialects, and to select them or switch between them while
typesetting.")
(license license:public-domain)))
+(define-public texlive-ibycus-babel
+ (package
+ (name "texlive-ibycus-babel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ibycus-babel/"
+ "source/latex/ibycus-babel/"
+ "tex/latex/ibycus-babel/")
+ (base32
+ "1lwf28h6lzlblg7s7bx2dhqprxvjj78a8rlljhk9kw5pf065c7aj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ibycus-babel")
+ (synopsis "Use the Ibycus 4 Greek font with Babel")
+ (description
+ "The package allows you to use the Ibycus 4 font for ancient Greek with
+Babel. It uses a Perl script to generate hyphenation patterns for Ibycus from
+those for the ordinary Babel encoding, @samp{cbgreek}. It sets up
+@code{ibycus} as a pseudo-language you can specify in the normal Babel
+manner.")
+ (license license:lppl)))
+
+(define-public texlive-ibygrk
+ (package
+ (name "texlive-ibygrk")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ibygrk/"
+ "fonts/afm/public/ibygrk/"
+ "fonts/enc/dvips/ibygrk/"
+ "fonts/map/dvips/ibygrk/"
+ "fonts/source/public/ibygrk/"
+ "fonts/tfm/public/ibygrk/"
+ "fonts/type1/public/ibygrk/"
+ "tex/generic/ibygrk/")
+ (base32
+ "14a1hqqwz3pfpz5rz9k8finxnlan4a3l8a0brgs98p6mdp9xl3q1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-levy texlive-metafont))
+ (home-page "https://ctan.org/pkg/ibygrk")
+ (synopsis "Fonts and macros to typeset ancient Greek")
+ (description
+ "Ibycus is a Greek typeface, based on Silvio Levy's realisation of
+a classic Didot cut of Greek type from around 1800. The fonts are available
+both as Metafont source and in Adobe Type 1 format. This distribution of
+@code{ibycus} is accompanied by a set of macro packages to use it with Plain
+TeX or LaTeX, but for use with Babel, see the @code{ibycus-babel} package.")
+ (license license:gpl3+)))
+
(define-public texlive-inputnormalization
(package
(name "texlive-inputnormalization")
@@ -10715,6 +35120,57 @@ for short verbatim; @file{xfig.tex}, for including xfig/transfig output in
a TeX document; and @file{cassette.tex} for setting cassette labels.")
(license license:public-domain)))
+(define-public texlive-jsclasses
+ (package
+ (name "texlive-jsclasses")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/platex/jsclasses/"
+ "source/platex/jsclasses/"
+ "tex/platex/jsclasses/")
+ (base32
+ "024bgaim5rkamlwj4xa6w4yp8i37f8j6vn4jyrh8avwm9anc22pg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jsclasses")
+ (synopsis "Classes tailored for use with Japanese")
+ (description
+ "This package provides classes @code{jsarticle} and @code{jsbook},
+together with packages @code{okumacro} and @code{okuverb}. These classes are
+designed to work under ASCII Corporation's Japanese TeX system pTeX.")
+ (license license:bsd-2)))
+
+(define-public texlive-kerkis
+ (package
+ (name "texlive-kerkis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/kerkis/"
+ "fonts/afm/public/kerkis/"
+ "fonts/enc/dvips/kerkis/"
+ "fonts/map/dvips/kerkis/"
+ "fonts/opentype/public/kerkis/"
+ "fonts/tfm/public/kerkis/"
+ "fonts/type1/public/kerkis/"
+ "fonts/vf/public/kerkis/"
+ "tex/latex/kerkis/")
+ (base32
+ "1mkrnydgc05k2n6mrz6i3ichigf0bmy465s2vg514m7ma399khi9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/kerkis")
+ (synopsis "Kerkis (Greek) font family")
+ (description
+ "This package provides sans-serif Greek fonts to match the URW Bookman
+set (which are distributed with Kerkis). The Kerkis font set has some support
+for mathematics as well as other glyphs missing from the base URW Bookman
+fonts. Macros are provided to use the fonts in OT1, T1 (only NG/ng glyphs
+missing) and LGR encodings, as well as in mathematics; small caps and
+old-style number glyphs are also available.")
+ (license license:lppl1.3c)))
+
(define-public texlive-lambda-lists
(package
(name "texlive-lambda-lists")
@@ -10816,6 +35272,67 @@ to make the text fit the box. Note that letterspacing is not ordinarily
considered acceptable in modern typesetting of English.")
(license license:knuth)))
+(define-public texlive-levy
+ (package
+ (name "texlive-levy")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/levy/"
+ "fonts/source/public/levy/"
+ "fonts/tfm/public/levy/" "tex/generic/levy/")
+ (base32
+ "1nkfsq5k2rysgsplv6rhvx8fimd7999dylzd2khvw7flryig32nv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/levy-font")
+ (synopsis "Fonts for typesetting classical Greek")
+ (description
+ "These fonts are derivatives of Kunth's CM fonts. Macros for use with
+Plain TeX are included in the package; for use with LaTeX, see @code{lgreek}
+(with English documentation) or @code{levy} (with German documentation).")
+ (license license:gpl2)))
+
+(define-public texlive-lgreek
+ (package
+ (name "texlive-lgreek")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lgreek/" "tex/latex/lgreek/")
+ (base32
+ "1wa8d5mlk6jkx3m1rfddasw169sc6l6p8n4axh6i0np1imgsxx2b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lgreek")
+ (synopsis "LaTeX macros for using Silvio Levy's Greek fonts")
+ (description
+ "This package provides a conversion of Silvio Levy's Plain TeX macros for
+use with LaTeX.")
+ (license license:gpl2)))
+
+(define-public texlive-lgrmath
+ (package
+ (name "texlive-lgrmath")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lgrmath/" "source/latex/lgrmath/"
+ "tex/latex/lgrmath/")
+ (base32
+ "0lj4jdzwykqz1hkv2s6y2ghf1zlalx27gd6kfpbnignxmh63cpkb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lgrmath")
+ (synopsis "Use LGR-encoded fonts in math mode")
+ (description
+ "The @code{lgrmath} package is a LaTeX package which sets the Greek
+letters in math mode to use glyphs from the LGR-encoded font of one's choice.
+The documentation includes a rather extensive list of the available font
+family names on typical LaTeX installations.")
+ (license license:lppl1.3c)))
+
(define-public texlive-localloc
(package
(name "texlive-localloc")
@@ -10889,6 +35406,29 @@ of TeX and one of Metafont are needed.")
;; when modified.
(license (license:fsf-free "file://tex/generic/midnight/border.tex"))))
+(define-public texlive-mkgrkindex
+ (package
+ (name "texlive-mkgrkindex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/mkgrkindex/"
+ "makeindex/mkgrkindex/"
+ "scripts/mkgrkindex/")
+ (base32
+ "0bj35wdxn0xllpqzf8lrd00b5rmyy9fws84avz3ijk4k8rvfz8gk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "mkgrkindex")))
+ (home-page "https://ctan.org/pkg/greek-makeindex")
+ (synopsis "MakeIndex working with Greek")
+ (description
+ "MakeIndex is resolutely stuck with Latin-based alphabets, so will not
+deal with Greek indexes, unaided. This package provides a Perl script that
+will transmute the index of a Greek document in such a way that MakeIndex will
+sort the entries according to the rules of the Greek alphabet.")
+ (license license:lppl)))
+
(define-public texlive-modulus
(package
(name "texlive-modulus")
@@ -10912,6 +35452,63 @@ a division operation without destroying the values of the counters containing
the dividend and divisor.")
(license license:lppl1.3c)))
+(define-public texlive-mongolian-babel
+ (package
+ (name "texlive-mongolian-babel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/mongolian-babel/"
+ "source/latex/mongolian-babel/"
+ "tex/latex/mongolian-babel/")
+ (base32
+ "12kzips0jmjahrrfaripglg203dvvr408v5qxjvnrnxqzb8d1i2w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mongolian-babel")
+ (synopsis "Language definition file for Mongolian in Babel")
+ (description
+ "This package provides support for Mongolian in a Cyrillic
+alphabet. (The work derives from the earlier Russian work for Babel.)")
+ (license license:lppl)))
+
+(define-public texlive-montex
+ (package
+ (name "texlive-montex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/montex/"
+ "fonts/map/dvips/montex/"
+ "fonts/source/public/montex/"
+ "fonts/tfm/public/montex/"
+ "fonts/type1/public/montex/"
+ "tex/latex/montex/")
+ (base32
+ "01rbzw0kbiy3wig2mrdclygx7a71dckq9rhqj8jpdnbjyhm9jw35")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (propagated-inputs (list texlive-cbfonts))
+ (home-page "https://ctan.org/pkg/montex")
+ (synopsis "Mongolian LaTeX")
+ (description
+ "MonTeX provides Mongolian and Manju support for the TeX and LaTeX community.
+It provides all necessary characters for writing standard Mongolian in
+Cyrillic and Classical (aka Traditional or Uighur) writing, and Manju as well
+as transliterated Tibetan texts, for which purpose a number of additional
+characters was created.
+
+In MonTeX, both Mongolian and Manju are entered in romanized form. The
+retransliteration (from Latin input to Mongolian and Manju output) is
+completely realized in TeX and Metafont so that no external preprocessor is
+required. Please note that most of the enhanced functions of MonTeX require
+a working e-LaTeX environment. This is especially true when compiling
+documents with Mongolian or Manju as the main document language. It is
+recommended to choose pdfLaTeX as the resulting PDF files are truly portable.
+Vertical text generated by MonTeX is not supported in DVI.")
+ (license license:gpl3+)))
+
(define-public texlive-moreverb
(package
(name "texlive-moreverb")
@@ -10936,6 +35533,73 @@ advised to consider using the @code{fancyvrb} package in place of
@code{moreverb}.")
(license license:lppl)))
+(define-public texlive-morewrites
+ (package
+ (name "texlive-morewrites")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/morewrites/"
+ "source/latex/morewrites/"
+ "tex/latex/morewrites/")
+ (base32
+ "0vdpyzfzhb58q9fj8c4n23hb0day7gxm90ml5dsnizfn44g9nr2q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/morewrites")
+ (synopsis "Always room for a new write stream")
+ (description
+ "The package aims to solve the error @emph{No room for a new \\write},
+which occurs when the user, or when the user's packages have allocated too
+many streams using @code{\\newwrite} (TeX has a fixed maximum number ---
+16 --- of such streams built-in to its code). The package hooks into TeX
+primitive commands associated with writing to files; it should be loaded near
+the beginning of the sequence of loading packages for a document.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-morisawa
+ (package
+ (name "texlive-morisawa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/morisawa/"
+ "fonts/map/dvipdfmx/morisawa/"
+ "fonts/tfm/public/morisawa/"
+ "fonts/vf/public/morisawa/"
+ "source/fonts/morisawa/"
+ "tex/latex/morisawa/")
+ (base32
+ "1wqyiq049y0mv6d1r3d0mrjzhh5pq2vi50sr0jhd58k4wdg8zqkb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/morisawa")
+ (synopsis
+ "Selection of 5 standard Japanese fonts for pLaTeX and dvips")
+ (description
+ "The package enables selection of 5 standard Japanese fonts for pLaTeX
+and dvips.")
+ (license license:bsd-2)))
+
+(define-public texlive-mpman-ru
+ (package
+ (name "texlive-mpman-ru")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/metapost/mpman-ru/")
+ (base32
+ "1x3drpi21zcmkhkscvl4l7805wskqa4zskydb33i0asss5p62396")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/mpman-ru")
+ (synopsis "Russian translation of the MetaPost manual")
+ (description
+ "This package provides a translation of the MetaPost user manual, as
+distributed with MetaPost itself.")
+ ;; Explicitly use the same license as MetaPost.
+ (license license:lppl)))
+
(define-public texlive-namedef
(package
(name "texlive-namedef")
@@ -11001,6 +35665,25 @@ and use raw PDF objects.")
;; explicitly instead of simply renaming the file.
(license (license:fsf-free "file://doc/plain/newsletr/read.me"))))
+(define-public texlive-numnameru
+ (package
+ (name "texlive-numnameru")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/numnameru/"
+ "tex/latex/numnameru/")
+ (base32
+ "1il8qn9wkdk554r4a8h5vmdmwcvgwygcx58zwnqxflz6hqsxdjmx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/numnameru")
+ (synopsis "Converts a number to the Russian spelled out name")
+ (description
+ "This package converts a numerical number to the Russian spelled out name
+of the number.")
+ (license license:lppl1.3+)))
+
(define-public texlive-ofs
(package
(name "texlive-ofs")
@@ -11234,6 +35917,125 @@ functionality, and handling of arbitrary (multiple) private letters (analagous
LaTeX packages use of @samp{@@@@}) in nested package files.")
(license license:lppl1.3+)))
+(define-public texlive-platex
+ (package
+ (name "texlive-platex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/platex.1"
+ "doc/man/man1/platex.man1.pdf"
+ "doc/platex/base/"
+ "source/platex/base/"
+ "tex/platex/base/"
+ "tex/platex/config/")
+ (base32
+ "0a843xnp3iikjxw1klxb3j2bssm6ylhcw32s046xxm2bs527hxi8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:create-formats #~(list "platex" "platex-dev")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-build
+ ;; This phase is necessary because the build phase is
+ ;; reluctant to generate "kinsoku.tex" since there is another
+ ;; one among the inputs (texlive-ptex) already.
+ (lambda _
+ (substitute* "source/platex/base/plfmt.ins"
+ (("\\\\keepsilent\n" all)
+ (string-append all "\\askforoverwritefalse\n"))))))))
+ (propagated-inputs
+ (list texlive-atbegshi
+ texlive-atveryend
+ texlive-babel
+ texlive-cm
+ texlive-everyshi
+ texlive-firstaid
+ texlive-hyphen-base
+ texlive-l3backend
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-latex
+ texlive-latex-fonts
+ texlive-ptex
+ texlive-ptex-fonts
+ texlive-tex-ini-files
+ texlive-unicode-data
+ texlive-uptex))
+ (home-page "https://ctan.org/pkg/platex")
+ (synopsis "pLaTeX2e and miscellaneous macros for pTeX")
+ (description
+ "The bundle provides pLaTeX2e and miscellaneous macros for pTeX and
+e-pTeX.")
+ (license license:bsd-3)))
+
+(define-public texlive-platex-tools
+ (package
+ (name "texlive-platex-tools")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/platex-tools/"
+ "tex/latex/platex-tools/")
+ (base32
+ "1wdxcmag1kk6zs7dv10jdcs9ih0bs08xr14iw5bqqyppia4pa1lv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/platex-tools")
+ (synopsis "pLaTeX standard tools bundle")
+ (description
+ "This bundle is an extended version of the @code{latex-tools} bundle
+developed by the LaTeX team, mainly intended to support pLaTeX2e and
+upLaTeX2e. Currently patches for the @code{latex-tools} bundle and Martin
+Schroder's @code{ms} bundle are included.")
+ (license license:bsd-3)))
+
+(define-public texlive-platexcheat
+ (package
+ (name "texlive-platexcheat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/platexcheat/")
+ (base32
+ "04hvm19x4z7vq2md3p3r2wwa7iqkgkxnvvj1xx3s9145m6fjib5a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/platexcheat")
+ (synopsis "LaTeX cheat sheet, in Japanese")
+ (description
+ "This is a translation to Japanese of Winston Chang's LaTeX cheat
+sheet (a reference sheet for writing scientific papers). It has been adapted
+to Japanese standards using pLaTeX, and also attached additional information
+of standard LaTeX (especially about Math mode).")
+ (license license:expat)))
+
+(define-public texlive-plautopatch
+ (package
+ (name "texlive-plautopatch")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/plautopatch/"
+ "tex/latex/plautopatch/")
+ (base32
+ "1fhphmjhq0mbsarkfmfj0580b97lxxbcwanr4zpwjj5f6krqq742")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/plautopatch")
+ (synopsis "Automated patches for pLaTeX/upLaTeX")
+ (description
+ "Japanese pLaTeX and upLaTeX formats and packages often conflict with
+other LaTeX packages which are unaware of pLaTeX and upLaTeX. In the worst
+case, such packages throw a fatal error or end up with a wrong output. The
+goal of this package is that there should be no need to worry about such
+incompatibilities, because specific patches are loaded automatically whenever
+necessary. This helps not only to simplify source files, but also to make the
+appearance of working pLaTeX or upLaTeX sources similar to those of ordinary
+LaTeX ones.")
+ (license license:bsd-3)))
+
(define-public texlive-plipsum
(package
(name "texlive-plipsum")
@@ -11338,6 +36140,360 @@ not overly complex, so that users should find it easy to adapt the macros to
their specific needs.")
(license license:lppl)))
+(define-public texlive-ptex
+ (package
+ (name "texlive-ptex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/eptex.1"
+ "doc/man/man1/eptex.man1.pdf"
+ "doc/man/man1/makejvf.1"
+ "doc/man/man1/makejvf.man1.pdf"
+ "doc/man/man1/mendex.1"
+ "doc/man/man1/mendex.man1.pdf"
+ "doc/man/man1/pbibtex.1"
+ "doc/man/man1/pbibtex.man1.pdf"
+ "doc/man/man1/ppltotf.1"
+ "doc/man/man1/ppltotf.man1.pdf"
+ "doc/man/man1/ptex.1"
+ "doc/man/man1/ptex.man1.pdf"
+ "doc/man/man1/ptftopl.1"
+ "doc/man/man1/ptftopl.man1.pdf")
+ (base32
+ "1dk8rvadr1q00bjizj567lzjp5l47pr7miyk0ghkajbiiwbqi0kn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:create-formats #~(list "eptex" "ptex")))
+ (propagated-inputs
+ (list texlive-cm
+ texlive-etex
+ texlive-hyphen-base
+ texlive-knuth-lib
+ texlive-plain
+ texlive-ptex-base
+ texlive-ptex-fonts))
+ (home-page "https://ctan.org/pkg/ptex")
+ (synopsis "TeX system for publishing in Japanese")
+ (description
+ "pTeX adds features related to vertical writing, and deals with other
+problems in typesetting Japanese. A manual (in both Japanese and English) is
+distributed as package @code{pTeX-manual}.")
+ (license license:bsd-3)))
+
+(define-public texlive-ptex-base
+ (package
+ (name "texlive-ptex-base")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/ptex/ptex-base/" "tex/ptex/ptex-base/")
+ (base32
+ "0hfccpsfpj56v97056k77lyb09az7m24m8klf1n2v0a7kqdc1fv6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ptex-base")
+ (synopsis "Plain TeX format for pTeX and e-pTeX")
+ (description
+ "The bundle contains the plain TeX format for pTeX and e-pTeX.")
+ (license license:bsd-3)))
+
+(define-public texlive-ptex-fontmaps
+ (package
+ (name "texlive-ptex-fontmaps")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ptex-fontmaps/"
+ "fonts/cmap/ptex-fontmaps/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/adobe/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/apple/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/arphic/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/baekmuk/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/bizud/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/canon/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/cjkunifonts-ttf/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/cjkunifonts/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/dynacomware/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/fandol/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/founder/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/haranoaji/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/hiragino-pron/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/hiragino/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/ipa/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/ipaex/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/kozuka-pr6/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/kozuka-pr6n/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/kozuka/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/moga-mobo-ex/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/moga-mobo/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/morisawa-pr6n/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/morisawa/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/ms-osx/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/ms-win10/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/ms/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/noEmbed/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/noto-otc/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/noto/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/solaris/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/sourcehan-otc/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/sourcehan/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/ume/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/unfonts/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/yu-osx/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/yu-win/"
+ "fonts/map/dvipdfmx/ptex-fontmaps/yu-win10/"
+ "fonts/misc/ptex-fontmaps/"
+ "scripts/ptex-fontmaps/"
+ "source/ptex-fontmaps/jis04cmap_exp/"
+ "source/ptex-fontmaps/script/")
+ (base32
+ "07qm41d33z9vjvchsxfrqxim7zb15cg77x4aw5a06mgn3w7kz6ha")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:link-scripts #~(list "kanji-config-updmap-sys.sh"
+ "kanji-config-updmap-user.sh"
+ "kanji-config-updmap.pl"
+ "kanji-fontmap-creator.pl")))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/ptex-fontmaps")
+ (synopsis
+ "Font maps and tools for Japanese/Chinese/Korean fonts with (u)pTeX")
+ (description
+ "This package provides font maps and setup tools for Japanese, Korean,
+Traditional Chinese, and Simplified Chinese. It is the successor of the
+@code{jfontmaps} package. The files in this package contain font maps for
+dvipdfmx to make various Japanese, Chinese, and Korean fonts available
+for (u)ptex and related programs and formats.")
+ (license (list license:public-domain license:gpl3))))
+
+(define-public texlive-ptex-manual
+ (package
+ (name "texlive-ptex-manual")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/ptex/ptex-manual/")
+ (base32
+ "1pz8jyd86s2fjj0d63q9h04x0sxcyx1ffp48lf3n8awj0zrij861")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ptex-manual")
+ (synopsis "Japanese pTeX manual")
+ (description "This package contains the Japanese pTeX manual.")
+ (license license:bsd-3)))
+
+(define-public texlive-ptex-fonts
+ (package
+ (name "texlive-ptex-fonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/ptex-fonts/"
+ "fonts/source/ptex-fonts/jis/"
+ "fonts/source/ptex-fonts/nmin-ngoth/"
+ "fonts/source/ptex-fonts/standard/"
+ "fonts/tfm/ptex-fonts/dvips/"
+ "fonts/tfm/ptex-fonts/jis/"
+ "fonts/tfm/ptex-fonts/nmin-ngoth/"
+ "fonts/tfm/ptex-fonts/standard/"
+ "fonts/vf/ptex-fonts/jis/"
+ "fonts/vf/ptex-fonts/nmin-ngoth/"
+ "fonts/vf/ptex-fonts/standard/")
+ (base32
+ "0f33y28zmrc6gw01qj956vrwj3mh5gn6kph2i13yg1yi2hdl7wwa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ptex-fonts")
+ (synopsis "Fonts for use with pTeX")
+ (description
+ "The bundle contains fonts for use with pTeX and the documents for the
+@command{makejvf} program.")
+ (license license:bsd-3)))
+
+(define-public texlive-ptex2pdf
+ (package
+ (name "texlive-ptex2pdf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ptex2pdf/" "scripts/ptex2pdf/")
+ (base32
+ "0vc4clig35s9cir2gmls7zvj8k1qal4np0akvlgsz2zch44b0imr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "ptex2pdf.lua")))
+ (home-page "https://ctan.org/pkg/ptex2pdf")
+ (synopsis "Convert Japanese TeX documents to PDF")
+ (description
+ "The Lua script provides system-independent support of Japanese
+typesetting engines in TeXworks. As TeXworks typesetting setup does not allow
+for multistep processing, this script runs one of the pTeX-based programs
+followed by dvipdfmx.")
+ (license license:gpl2)))
+
+(define-public texlive-pxbase
+ (package
+ (name "texlive-pxbase")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/platex/pxbase/" "tex/platex/pxbase/")
+ (base32
+ "0dq9d4ixddffjnzb73d2qacgzm27665hvq2gsfjqzikzaa70dahw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pxbase")
+ (synopsis "Tools for use with (u)pLaTeX")
+ (description
+ "The main purpose of this package is to provide auxiliary functions which
+are utilized by other packages created by the same author. It also provides
+a few user commands to assist in creating Japanese documents using
+@code{(u)pLaTeX.}")
+ (license license:expat)))
+
+(define-public texlive-pxchfon
+ (package
+ (name "texlive-pxchfon")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/platex/pxchfon/" "fonts/sfd/pxchfon/"
+ "fonts/tfm/public/pxchfon/"
+ "fonts/vf/public/pxchfon/"
+ "tex/platex/pxchfon/")
+ (base32
+ "0pvhgcv6rxp2lnscsh9k3z907114p09ja3frcy5276is21d6sdrj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pxchfon")
+ (synopsis "Japanese font setup for pLaTeX and upLaTeX")
+ (description
+ "This package enables users to declare in their document which physical
+fonts should be used for the standard Japanese (logical) fonts of pLaTeX and
+upLaTeX. Font setup is realized by changing the font mapping of dvipdfmx, and
+thus users can use any (monospaced) physical fonts they like, once they
+properly install this package, without creating helper files for each new
+font. This package also supports setup for the fonts used in the
+@code{japanese-otf} package.")
+ (license license:expat)))
+
+(define-public texlive-pxcjkcat
+ (package
+ (name "texlive-pxcjkcat")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pxcjkcat/" "tex/latex/pxcjkcat/")
+ (base32
+ "10lbwry55rdldfhj2v893rpp1jdzv00vxhg4hf4gsgsmv1nnp25f")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pxcjkcat")
+ (synopsis "LaTeX interface for the CJK category codes of upTeX")
+ (description
+ "The package provides management of the CJK category code table of the
+upTeX extended TeX engine. Package options are available for tailored use in
+the cases of documents that are principally written in Japanese, or
+principally written in English or other Western languages.")
+ (license license:expat)))
+
+(define-public texlive-pxjahyper
+ (package
+ (name "texlive-pxjahyper")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/platex/pxjahyper/"
+ "tex/platex/pxjahyper/")
+ (base32
+ "0128yslhwbrdhshjhxk6ayfl42ds0x0sfyvp91aspwbkfjnr34p9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pxjahyper")
+ (synopsis "Hyperref support for pLaTeX")
+ (description
+ "This package adjusts the behavior of @code{hyperref} on (u)pLaTeX so
+that authors can properly create PDF documents that contain document
+information in Japanese.")
+ (license license:expat)))
+
+(define-public texlive-pxjodel
+ (package
+ (name "texlive-pxjodel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pxjodel/"
+ "fonts/tfm/public/pxjodel/"
+ "fonts/vf/public/pxjodel/"
+ "tex/latex/pxjodel/")
+ (base32
+ "1g5sd60zd34ark50qy2dgqrdcd5pwy5hxmi6g5jxqlj3j1n6r1ny")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pxjodel")
+ (synopsis "Help change metrics of fonts from japanese-otf")
+ (description
+ "This package changes the setup of the @code{japanese-otf} package so
+that the TFMs for direct input are all replaced by new ones with prefixed
+names. This function will assist users who want to use the
+@code{japanese-otf} package together with tailored TFMs of Japanese fonts.")
+ (license license:expat)))
+
+(define-public texlive-pxrubrica
+ (package
+ (name "texlive-pxrubrica")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/platex/pxrubrica/"
+ "source/platex/pxrubrica/"
+ "tex/platex/pxrubrica/")
+ (base32
+ "0n8jc65szkq114qg197hc9amrpifqvha8wifxplhvbmb09kzm5mm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pxrubrica")
+ (synopsis "Ruby annotations according to JIS X 4051")
+ (description
+ "This package provides a function to add ruby annotations (furigana) that
+follow the style conventional in Japanese typography as described in the W3C
+technical note @emph{Requirements for Japanese Text Layout} and the JIS
+specification JIS X 4051.")
+ (license license:expat)))
+
+(define-public texlive-pxufont
+ (package
+ (name "texlive-pxufont")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pxufont/"
+ "fonts/tfm/public/pxufont/"
+ "fonts/vf/public/pxufont/"
+ "tex/latex/pxufont/")
+ (base32
+ "167hmw73lxgsv27gkzanr1plalsqfxphknl8q3rbamy2zp6n0al0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pxufont")
+ (synopsis "Emulate non-Unicode Japanese fonts using Unicode fonts")
+ (description
+ "The set of the Japanese logical fonts (JFMs) that are used as standard
+fonts in pTeX and upTeX contains both Unicode JFMs and non-Unicode JFMs. This
+bundle provides an alternative set of non-Unicode JFMs that are tied to the
+virtual fonts (VFs) that refer to the glyphs in the Unicode JFMs. Moreover it
+provides a LaTeX package that redefines the NFSS settings of the Japanese
+fonts of @code{(u)pLaTeX} so that the new set of non-Unicode JFMs will be
+employed. As a whole, this bundle allows users to dispense with the mapping
+setup on non-Unicode JFMs. Such a setup is useful in particular when users
+want to use OpenType fonts (such as Source Han Serif) that have a glyph
+encoding different from Adobe-Japan1, because mapping setups from non-Unicode
+JFMs to such physical fonts are difficult to prepare.")
+ (license license:expat)))
+
(define-public texlive-pwebmac
(package
(name "texlive-pwebmac")
@@ -11574,6 +36730,27 @@ required.")
position is already further along, @code{\\tabto} starts a new line.")
(license license:public-domain)))
+(define-public texlive-talos
+ (package
+ (name "texlive-talos")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/talos/"
+ "fonts/opentype/public/talos/")
+ (base32
+ "1m656d4lkc9ikp7gb91yna4323lip3xcr6n3kqh1j4sqvp4rkm61")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/talos")
+ (synopsis "Greek cult font from the eighties")
+ (description
+ "This package provides a cult Greek font from the eighties, used at the
+University of Crete, Greece. It belonged to the first TeX installation in
+a Greek University and most probably the first TeX installation that supported
+the Greek language.")
+ (license license:gfl1.0)))
+
(define-public texlive-termmenu
(package
(name "texlive-termmenu")
@@ -11596,6 +36773,27 @@ these options for the program to process. @code{termmenu} provides this
mechanism for TeX.")
(license license:lppl1.3+)))
+(define-public texlive-teubner
+ (package
+ (name "texlive-teubner")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/teubner/" "source/latex/teubner/"
+ "tex/latex/teubner/")
+ (base32
+ "1wlp2hv1xsn7z1d42y01mwp4yq06w1j9p3fgk2vvi4ca20rgg7pk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/teubner")
+ (synopsis "Philological typesetting of classical Greek")
+ (description
+ "This package provides an extension to Babel @samp{greek} option for
+typesetting classical Greek with a philological approach. The package works
+with the author's greek fonts using the Lispiakos font shape derived from that
+of the fonts used in printers shops in Lispia.")
+ (license license:lppl1.3c)))
+
(define-public texlive-tex
(package
(name "texlive-tex")
@@ -11799,6 +36997,160 @@ analytical expansion of sin and cos.")
barcodes.")
(license license:lppl)))
+(define-public texlive-uplatex
+ (package
+ (name "texlive-uplatex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/uplatex.1"
+ "doc/man/man1/uplatex.man1.pdf"
+ "doc/uplatex/base/"
+ "source/uplatex/base/"
+ "tex/uplatex/base/"
+ "tex/uplatex/config/")
+ (base32
+ "0bzkyira30b9xdsdfxjmwzgqffl9pvckz5avm6c3r0bq6asiml9l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:create-formats #~(list "uplatex" "uplatex-dev")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'fix-build
+ ;; This phase is necessary because the build phase is
+ ;; reluctant to generate "ukinsoku.tex" since there is
+ ;; another one among the inputs (texlive-uptex) already.
+ (lambda _
+ (substitute* "source/uplatex/base/uplfmt.ins"
+ (("\\\\keepsilent\n" all)
+ (string-append all "\\askforoverwritefalse\n"))))))))
+ (propagated-inputs
+ (list texlive-atbegshi
+ texlive-atveryend
+ texlive-babel
+ texlive-cm
+ texlive-everyshi
+ texlive-firstaid
+ texlive-hyphen-base
+ texlive-l3backend
+ texlive-l3kernel
+ texlive-l3packages
+ texlive-latex
+ texlive-latex-fonts
+ texlive-platex
+ texlive-tex-ini-files
+ texlive-unicode-data
+ texlive-uptex
+ texlive-uptex-fonts))
+ (home-page "https://ctan.org/pkg/uplatex")
+ (synopsis "pLaTeX2e and miscellaneous macros for upTeX")
+ (description
+ "The bundle provides pLaTeX2e macros for upTeX by Takuji Tanaka.")
+ (license license:bsd-3)))
+
+(define-public texlive-uptex-base
+ (package
+ (name "texlive-uptex-base")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/uptex/uptex-base/"
+ "tex/uptex/uptex-base/")
+ (base32
+ "1xd55rv5ivlmmfmvvz611by6dbi0cw4lwpprcvd9yvgmqjafc1pj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uptex-base")
+ (synopsis "Plain TeX formats and documents for upTeX")
+ (description
+ "The bundle contains plain TeX format files and documents for upTeX and
+and e-upTeX.")
+ (license license:bsd-3)))
+
+(define-public texlive-uptex
+ (package
+ (name "texlive-uptex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/euptex.1"
+ "doc/man/man1/euptex.man1.pdf"
+ "doc/man/man1/upbibtex.1"
+ "doc/man/man1/upbibtex.man1.pdf"
+ "doc/man/man1/uppltotf.1"
+ "doc/man/man1/uppltotf.man1.pdf"
+ "doc/man/man1/uptex.1"
+ "doc/man/man1/uptex.man1.pdf"
+ "doc/man/man1/uptftopl.1"
+ "doc/man/man1/uptftopl.man1.pdf")
+ (base32
+ "14hn2n6jbibbqbdr72j74z5bz003jnlabi3kja0f0waxhas680gd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:create-formats #~(list "euptex" "uptex")))
+ (propagated-inputs
+ (list texlive-cm
+ texlive-etex
+ texlive-hyphen-base
+ texlive-knuth-lib
+ texlive-plain
+ texlive-ptex-base
+ texlive-uptex-base
+ texlive-uptex-fonts))
+ (home-page "https://ctan.org/pkg/uptex")
+ (synopsis "Unicode version of pTeX")
+ (description
+ "upTeX is an extension of pTeX, using UTF-8 input and producing UTF-8 output.
+It was originally designed to improve support for Japanese, but is also useful
+for documents in Chinese and Korean. It can process Chinese simplified,
+Chinese traditional, Japanese, and Korean simultaneously, and can also process
+original LaTeX with @code{\\inputenc@{utf8@}} and Babel
+(Latin/Cyrillic/Greek etc.) by switching its @code{\\kcatcode} tables.")
+ (license license:bsd-3)))
+
+(define-public texlive-uptex-fonts
+ (package
+ (name "texlive-uptex-fonts")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/uptex-fonts/"
+ "fonts/cmap/uptex-fonts/"
+ "fonts/source/uptex-fonts/"
+ "fonts/tfm/uptex-fonts/jis/"
+ "fonts/tfm/uptex-fonts/min/"
+ "fonts/vf/uptex-fonts/jis/"
+ "fonts/vf/uptex-fonts/min/")
+ (base32
+ "13cvdmfr97ad77q0djffl28grm1brqcsb1ccwkfdnkznp7ihiz82")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uptex-fonts")
+ (synopsis "Fonts for use with upTeX")
+ (description "The bundle contains fonts (TFM and VF) for use with upTeX.")
+ (license license:bsd-3)))
+
+(define-public texlive-upzhkinsoku
+ (package
+ (name "texlive-upzhkinsoku")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/upzhkinsoku/"
+ "tex/generic/upzhkinsoku/")
+ (base32
+ "0c95fy9raykpjgnkz5h0wyjxyg2h0ksx2kb14lx2rsv65xsi909y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/upzhkinsoku")
+ (synopsis "Supplementary Chinese kinsoku for Unicode *pTeX")
+ (description
+ "This package provides supplementary Chinese kinsoku (line breaking rules
+etc.)@: settings for Unicode (e-)upTeX (when using Unicode as its internal
+encoding), and ApTeX. Both LaTeX and plain TeX are supported.")
+ (license license:knuth)))
+
(define-public texlive-variations
(package
(name "texlive-variations")
@@ -11838,6 +37190,32 @@ a size-change macro. Note that @file{10point.tex} is by convention called by
one of the other files, so that there's always a way back.")
(license license:public-domain)))
+(define-public texlive-xgreek
+ (package
+ (name "texlive-xgreek")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xgreek/" "source/latex/xgreek/"
+ "tex/latex/xgreek/")
+ (base32
+ "0hmy7s53bi9szvp13zcg6hk23s8mr2ssbnmq9cw5sb8ggz8icywa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xgreek")
+ (synopsis "Greek language support for XeLaTeX and LuaLaTeX")
+ (description
+ "This package has been designed so to allow people to typeset Greek
+language documents using XeLaTeX or LuaLaTeX. Practically, it provides all
+the capabilities of the @samp{greek} option of the Babel package.
+
+The package can be invoked with any of the following options:
+@samp{monotonic} (for typesetting modern monotonic Greek),
+@samp{polytonic} (for typesetting modern polytonic Greek), and
+@samp{ancient} (for typesetting ancient texts). The default option is
+@samp{monotonic}.")
+ (license license:lppl1.3c)))
+
(define-public texlive-xii
(package
(name "texlive-xii")
@@ -11920,6 +37298,91 @@ features allow to deal with numbers (tests, display, some high level
operations, etc.)")
(license license:lppl1.3+)))
+(define-public texlive-xtuthesis
+ (package
+ (name "texlive-xtuthesis")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xtuthesis/"
+ "tex/latex/xtuthesis/")
+ (base32
+ "1fdk9dkikqlkjwrg8qjm2phvsyyvddshf78bjy6liyz5hqakk6r8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xtuthesis")
+ (synopsis "XTU thesis template")
+ (description
+ "The package provides a thesis template for the Xiangtan University.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-yannisgr
+ (package
+ (name "texlive-yannisgr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/yannisgr/"
+ "fonts/source/public/yannisgr/"
+ "fonts/tfm/public/yannisgr/")
+ (base32
+ "0s5cfid1r6jn34kzvmxwxyxpvyb0rayn80x3n7k515p1plqmmrnq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-levy texlive-metafont))
+ (home-page "https://ctan.org/pkg/yannisgr")
+ (synopsis "Greek fonts by Yannis Haralambous")
+ (description
+ "This package provides a family of 7-bit fonts with a code table designed
+for setting modern polytonic Greek. The fonts are provided as Metafont
+source; macros to produce a Greek variant of Plain TeX (including
+a hyphenation table adapted to the fonts code table) are provided.")
+ (license license:gpl2)))
+
+(define-public texlive-zhlineskip
+ (package
+ (name "texlive-zhlineskip")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/zhlineskip/"
+ "tex/latex/zhlineskip/")
+ (base32
+ "070vi0pra74in55r0pq2k35s3x3xk6gjwvnsif7bnx4k7wn39mal")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zhlineskip")
+ (synopsis "Line spacing for CJK documents")
+ (description
+ "This package supports typesetting CJK documents. It allows users to
+specify the two ratios between the leading and the font size of the body text
+and the footnote text. For CJK typesetting, these ratios usually range from
+1.5 to 1.67. This package is also capable of restoring the math leading to
+that of the Latin text (usually 1.2 times the font size).")
+ (license license:lppl1.3c)))
+
+(define-public texlive-zhlipsum
+ (package
+ (name "texlive-zhlipsum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/zhlipsum/"
+ "source/latex/zhlipsum/"
+ "tex/latex/zhlipsum/")
+ (base32
+ "1lhc3a8l5sizyw0v1cfsrwwwymmyab1yvx99iqhdh7avrzmi2gda")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-ctex))
+ (home-page "https://ctan.org/pkg/zhlipsum")
+ (synopsis "Chinese dummy text")
+ (description
+ "This package provides an interface to dummy text in Chinese language,
+which will be useful for testing Chinese documents. UTF-8, GBK and Big5
+encodings are supported.")
+ (license license:lppl1.3c)))
+
(define-public texlive-zztex
(package
(name "texlive-zztex")
@@ -12066,6 +37529,48 @@ test file that is intended to be sent to the LaTeX bug database as part of
a bug report.")
(license license:lppl1.3c)))
+(define-public texlive-lcyw
+ (package
+ (name "texlive-lcyw")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lcyw/" "source/latex/lcyw/"
+ "tex/latex/lcyw/")
+ (base32
+ "1yijk9l2ls6sq45ifx6m9d7xxk0ysrnn1y3fjz8wxwgwxp88x9fh")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lcyw")
+ (synopsis "Make classic Cyrillic CM fonts accessible in LaTeX")
+ (description
+ "The package makes the classic CM Cyrillic fonts accessible for use with
+LaTeX.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-lhcyr
+ (package
+ (name "texlive-lhcyr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "source/latex/lhcyr/" "tex/latex/lhcyr/")
+ (base32
+ "09cg2hs5g20axbfpv2k6df5pi3xm0aywcswhnknllykr6z0ip2zw")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/lhcyr")
+ (synopsis "Non-standard Cyrillic input scheme")
+ (description
+ "This package provides a collection of three LaTeX2e styles intended for
+typesetting Russian and bilingual English-Russian documents, using the
+@code{lh} fonts and without the benefit of Babel's language-switching
+mechanisms. The packages (@code{hcyralt} and @code{hcyrwin} for use under
+emTeX, and @code{hcyrkoi} for use under teTeX} provide mappings between the
+input encoding and the font encoding, which is described as OT1. The way this
+is done does not match the way @code{inputenc} would do the job, for output
+via fontenc to one of the T2 series of font encodings.")
+ (license license:knuth)))
+
(define-public texlive-luafindfont
(package
(name "texlive-luafindfont")
@@ -13149,6 +38654,71 @@ process. It also provides a library which can be used to create customized
conversion tools.")
(license license:lppl1.3+)))
+(define-public texlive-makecell
+ (package
+ (name "texlive-makecell")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/makecell/"
+ "source/latex/makecell/"
+ "tex/latex/makecell/")
+ (base32
+ "1n122230s49jizldn8ps1pfa5dsg8wmh5x8wla4y6rsgjcccqn4s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:tex-format "latex"
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'replace-obsolete-package
+ ;; "slashbox" is no longer provided in TeX Live. It is superseded
+ ;; by `diagbox', which is backward compatible.
+ (lambda _
+ (substitute* "source/latex/makecell/makecell.dtx"
+ (("\\\\usepackage\\{slashbox\\}")
+ "\\usepackage{diagbox}"))))
+ (add-after 'replace-obsolete-package 'load-float
+ ;; Loading `float' package prevents the "Unknown float option `H'"
+ ;; error.
+ (lambda _
+ (substitute* "source/latex/makecell/makecell.dtx"
+ (("usepackage\\{diagbox\\}.*" line)
+ (string-append line "\\usepackage{float}\n")))))
+ (add-after 'load-float 'remove-hsize-reference
+ ;; Replace "\hsize" primitive with a dummy value to prevent
+ ;; a "missing number treated as zero" error.
+ (lambda _
+ (substitute* "source/latex/makecell/makecell.dtx"
+ (("\\\\ttabbox\\[\\\\hsize\\]") "\\ttabbox[10cm]")))))))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-diagbox
+ texlive-float
+ texlive-hypdoc
+ texlive-multirow
+ texlive-pict2e))))
+ (home-page "https://ctan.org/pkg/makecell")
+ (synopsis "Tabular column heads and multilined cells")
+ (description
+ "This package supports common layouts for tabular column heads in whole
+documents, based on one-column tabular environment. In addition, it can
+create multi-lined tabular cells.
+
+The package also offers:
+@itemize
+@item a macro which changes the vertical space around all the cells in a @code{tabular}
+environment,
+@item macros for multirow cells, which use the facilities
+of the @code{multirow} package,
+@item macros to number rows in tables, or to skip cells;
+@item diagonally divided cells;
+@item horizontal lines in @code{tabular} environments with defined thickness.
+@end itemize")
+ (license license:lppl)))
+
+
(define-public texlive-optexcount
(package
(name "texlive-optexcount")
@@ -14058,6 +39628,59 @@ mathematical fonts in a range of styles, based on Monotype Modern 8A.")
(define-deprecated-package texlive-fonts-cm texlive-cm)
+(define-public texlive-cmbright
+ (package
+ (name "texlive-cmbright")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cmbright/"
+ "doc/latex/cmbright/"
+ "fonts/source/public/cmbright/"
+ "fonts/tfm/public/cmbright/"
+ "source/latex/cmbright/"
+ "tex/latex/cmbright/")
+ (base32
+ "0sj6g877p6ak045x7737g3lg4kab8hgc2s2g6i23dw9d35csqf8d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-amsfonts texlive-ec texlive-metafont))
+ (home-page "https://ctan.org/pkg/cmbright")
+ (synopsis "Computer Modern Bright fonts")
+ (description
+ "This package provides a family of sans serif fonts for TeX and LaTeX,
+based on Donald Knuth's CM fonts. It comprises OT1, T1 and TS1 encoded text
+fonts of various shapes as well as all the fonts necessary for mathematical
+typesetting, including AMS symbols. This collection provides all the
+necessary files for using the fonts with LaTeX.")
+ (license license:lppl)))
+
+(define-public texlive-cmcyr
+ (package
+ (name "texlive-cmcyr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cmcyr/"
+ "fonts/map/dvips/cmcyr/"
+ "fonts/source/public/cmcyr/"
+ "fonts/tfm/public/cmcyr/"
+ "fonts/type1/public/cmcyr/"
+ "fonts/vf/public/cmcyr/")
+ (base32
+ "0mmlb3ky6cakwg8nsgkdkpc52ni2jf2w7nz5bfiyxhvy6mx1c64b")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/cmcyr")
+ (synopsis "Computer Modern fonts with Cyrillic extensions")
+ (description
+ "These are the Computer Modern fonts extended with Russian letters, in
+Metafont sources and ATM Compatible Type 1 format. The fonts are provided in
+KOI-7, but virtual fonts are available to recode them to three other Russian
+8-bit encodings.")
+ (license license:public-domain)))
+
(define-public texlive-cmextra
(package
(name "texlive-cmextra")
@@ -14164,6 +39787,41 @@ National Bank (WP CNB). The package was developed for CNB but it is also
intended for authors from outside CNB.")
(license license:lppl)))
+(define-public texlive-cns
+ (package
+ (name "texlive-cns")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/cns/cns40-1/"
+ "doc/fonts/cns/cns40-2/"
+ "doc/fonts/cns/cns40-3/"
+ "doc/fonts/cns/cns40-4/"
+ "doc/fonts/cns/cns40-5/"
+ "doc/fonts/cns/cns40-6/"
+ "doc/fonts/cns/cns40-7/"
+ "doc/fonts/cns/cns40-b5/"
+ "fonts/misc/cns/"
+ "fonts/tfm/cns/c0so12/"
+ "fonts/tfm/cns/c1so12/"
+ "fonts/tfm/cns/c2so12/"
+ "fonts/tfm/cns/c3so12/"
+ "fonts/tfm/cns/c4so12/"
+ "fonts/tfm/cns/c5so12/"
+ "fonts/tfm/cns/c6so12/"
+ "fonts/tfm/cns/c7so12/")
+ (base32
+ "00v6sf0a0fm09z54d3zhvdwc2gi712knbxnx3mlj2ri5x2jisyqa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/cjk-fonts")
+ (synopsis "Chinese/Japanese/Korean bitmap fonts")
+ (description
+ "This bundle provides fonts to go with the @code{cjk} macro package for Chinese,
+Japanese and Korean with LaTeX2e. The package aims to supersede HLaTeX fonts
+bundle.")
+ (license license:public-domain)))
+
(define-public texlive-courier
(package
(name "texlive-courier")
@@ -14315,6 +39973,32 @@ for German, French (partially), and Italian program documentation on any
machine.")
(license license:knuth)))
+(define-public texlive-cyrplain
+ (package
+ (name "texlive-cyrplain")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/plain/cyrplain/")
+ (base32
+ "1wdcibxs0g53warxs6vz39s3chldzh05p7v1ksskppghg5qzgh8z")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/t2")
+ (synopsis "Support for using T2 encoding")
+ (description
+ "The T2 bundle provides a variety of separate support functions for using
+Cyrillic characters in LaTeX:
+@itemize
+@item the @code{mathtext} package, for using Cyrillic letters transparently in
+formulae;
+@item the @code{citehack} package, for using Cyrillic (or indeed any
+non-ASCII) characters in citation keys;
+@item support for Cyrillic in BibTeX;
+@item support for Cyrillic in Makeindex;
+@item various items of font support.
+@end itemize")
+ (license license:lppl)))
+
(define-public texlive-tex-gyre
(package
(name "texlive-tex-gyre")
@@ -14643,6 +40327,59 @@ can interact with LaTeX.mk so that the latter automatically invokes
@end itemize")
(license license:gpl3+)))
+(define-public texlive-latex-mr
+ (package
+ (name "texlive-latex-mr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/latex-mr/")
+ (base32
+ "1zd948d9y63js7980g2bvxpf67hshh2xa3n2ihbzwhpw6l9cbh1w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/latex-mr")
+ (synopsis
+ "Practical guide to LaTeX and Polyglossia for Marathi and other Indian
+languages")
+ (description
+ "This document aims to introduce LaTeX and Polyglossia for Indian languages.
+Though the document often discusses the language Marathi, the discussion
+applies to other India languages also. We assume that the user of this
+document knows basic (La)TeX or has, at least, tried her hand on it. This
+document is not very suitable for first time users.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-latexbangla
+ (package
+ (name "texlive-latexbangla")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/latexbangla/"
+ "tex/latex/latexbangla/")
+ (base32
+ "19h1axbfp1xclbhffdiczzqpr4lk2jw8kkz4qqh8f2rnhjxd94vw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/latexbangla")
+ (synopsis "Enhanced LaTeX integration for Bangla")
+ (description
+ "This package simplifies the process of writing Bangla in LaTeX and
+addresses most of the associated typesetting issues. Its notable features
+are:
+
+@itemize
+@item automated transition from Bangla to English and vice versa;
+@item patch for the unproportionate whitespace issue in popular Bangla fonts;
+@item full support for all the common commands and environments;
+@item Bangla numbering for page, section, chapter, footnotes, extending
+Polyglossia's support.
+@item new @code{theorem}, @code{problems}, @code{example}, @code{solution} and
+other environments, all of which are in Bangla.
+@end itemize")
+ (license license:lppl1.3+)))
+
(define-public texlive-liftarm
(package
(name "texlive-liftarm")
@@ -15137,6 +40874,45 @@ LaTeX user to easily create complex commutative diagrams, by placing formula
nodes on a conceptual grid and attaching arrows to them.")
(license license:gpl2+)))
+(define-public texlive-pbibtex-base
+ (package
+ (name "texlive-pbibtex-base")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/ptex/pbibtex/" "pbibtex/bib/"
+ "pbibtex/bst/")
+ (base32
+ "06glwwv1rw4n5cpg6cs70yzgyix65nhfsakyq72sn82yss1gvf8z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pbibtex-base")
+ (synopsis "Bibliography styles and miscellaneous files for pBibTeX")
+ (description
+ "These are miscellaneous files, including bibliography
+styles (@file{.bst}), for pBibTeX, which is a Japanese extended version of
+BibTeX contained in TeX Live.")
+ (license license:bsd-3)))
+
+(define-public texlive-pbibtex-manual
+ (package
+ (name "texlive-pbibtex-manual")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pbibtex-manual/")
+ (base32
+ "030rhhb4xcijvjc0x1ylyk6xz5mn90wrlp5ss4yr6qlpzmq21b50")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pbibtex-manual")
+ (synopsis "Documentation files for (u)pBibTeX")
+ (description
+ "The bundle contains documentation files for Japanese pBibTeX and
+upBibTeX. For historical reasons, this also contains old documentation files
+for JBibTeX.")
+ (license license:bsd-3)))
+
(define-public texlive-penrose
(package
(name "texlive-penrose")
@@ -15455,6 +41231,27 @@ same way that @code{kvoptions} adds the same facility to the LaTeX standard
PGF/TikZ.")
(license license:lppl1.3+)))
+(define-public texlive-pgfornament-han
+ (package
+ (name "texlive-pgfornament-han")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pgfornament-han/"
+ "tex/latex/pgfornament-han/")
+ (base32
+ "17h71dbzj7a381gv3zn1pr1g2376mwwg8l9mk3y97wiv9m9afhxn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pgfornament-han")
+ (synopsis "Library for Chinese traditional motifs and patterns")
+ (description
+ "This package provides a @code{pgfornament} library for Chinese
+traditional motifs and patterns. The command @code{\\pgfornamenthan} takes
+the same options as @code{\\pgfornament} from the @code{pgfornament} package,
+but renders Chinese traditional motifs instead.")
+ (license license:lppl1.3c)))
+
(define-public texlive-pgfplots
(package
(name "texlive-pgfplots")
@@ -15949,6 +41746,26 @@ duck) showcasing the use of characters from the Mario video games by Nintendo
in LaTeX.")
(license license:lppl1.3c)))
+(define-public texlive-pxtatescale
+ (package
+ (name "texlive-pxtatescale")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pxtatescale/"
+ "tex/latex/pxtatescale/")
+ (base32
+ "1f9xm6nc9h6r2n5rsz6iw4m1x8r13anisv08j5hkidcyvj6n2s6n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pxtatescale")
+ (synopsis
+ "Patch to graphics driver for scaling in vertical direction of pTeX")
+ (description
+ "This package patches graphics driver @code{dvipdfmx} to support correct
+scaling in vertical direction of Japanese pTeX and upTeX.")
+ (license license:expat)))
+
(define-public texlive-qcircuit
(package
(name "texlive-qcircuit")
@@ -15986,6 +41803,46 @@ designed to help users generate circuits.")
drawing quantum circuit diagrams.")
(license license:cc-by4.0)))
+(define-public texlive-quran
+ (package
+ (name "texlive-quran")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/quran/" "tex/latex/quran/")
+ (base32
+ "0y5znkwaw5qy2541p10pqqvbblzn0v088c7v8p5lc2za6lh83fj2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/quran")
+ (synopsis "Easy way to typeset any part of the @emph{Holy Quran}")
+ (description
+ "This package offers the user an easy way to typeset the @emph{Holy
+Quran}. It provides several macros for typesetting the whole or any part of
+the Quran based on its popular division, including @emph{Surah}, @emph{Ayah},
+@emph{Juz}, @emph{Hizb}, @emph{Quarter}, and @emph{Page}. Besides the Arabic
+original, translations to English, German, French, and Persian are provided,
+as well as an English transliteration.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-quran-bn
+ (package
+ (name "texlive-quran-bn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/quran-bn/" "tex/latex/quran-bn/")
+ (base32
+ "1zlm02drh9qfasxf0bwhvrmp521ixzys2aqq896339grkzay0g6q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/quran-bn")
+ (synopsis "Bengali translations to the @code{quran} package")
+ (description
+ "The package is prepared for typesetting some Bengali translations of the
+Holy Quran. It adds two Bengali translations to the @code{quran} package.")
+ (license license:lppl1.3+)))
+
(define-public texlive-quran-de
(package
(name "texlive-quran-de")
@@ -16006,6 +41863,45 @@ Holy Quran. It adds three more German translations to the @code{quran}
package.")
(license license:lppl1.3c)))
+(define-public texlive-quran-ur
+ (package
+ (name "texlive-quran-ur")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/quran-ur/" "tex/latex/quran-ur/")
+ (base32
+ "0lsp4ldbi1cl044ah5x2br1krglw6qn92rx8h7hkfdr85byzyk25")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/quran-ur")
+ (synopsis "Urdu translations to the @code{quran} package")
+ (description
+ "The package is prepared for typesetting some Urdu translations of the
+Holy Quran. It adds eight Urdu translations to the @code{quran} package.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-qyxf-book
+ (package
+ (name "texlive-qyxf-book")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/qyxf-book/"
+ "tex/latex/qyxf-book/")
+ (base32
+ "0sgjdfpmwjqh40sbanj772bwimbf3az7wah65hxaz5198xd67m1y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/qyxf-book")
+ (synopsis "Book Template for Qian Yuan Xue Fu")
+ (description
+ "@code{qyxf-book} is a LaTeX document class (template) developed by Qian
+Yuan Xue Fu (QYXF), a student club of Xi'an Jiaotong University (XJTU). It
+creates a minimalistic document style, and several color schemes are offered.
+Currently the template is only designed for Chinese typesetting.")
+ (license license:expat)))
+
(define-public texlive-r-und-s
(package
(name "texlive-r-und-s")
@@ -16346,6 +42242,24 @@ display many variants of snowman")
(description "The package will typeset cards for use in a game of Set.")
(license license:gpl3)))
+(define-public texlive-sexam
+ (package
+ (name "texlive-sexam")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/sexam/" "tex/xelatex/sexam/")
+ (base32
+ "0bwzxm8xj7p930rgxh6j6rzb7r26i0w61ixy74wkqwmvb3951rf6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sexam")
+ (synopsis "Typeset Arabic exam scripts")
+ (description
+ "The package provides a modified version of the @code{exam} package made
+compatible with XeLaTeX and Polyglossia to typeset Arabic exams.")
+ (license license:lppl1.3+)))
+
(define-public texlive-signchart
(package
(name "texlive-signchart")
@@ -16409,6 +42323,25 @@ popular Java script Bootstrap.")
mirrors for use in optical diagrams.")
(license license:lppl1.3c)))
+(define-public texlive-simurgh
+ (package
+ (name "texlive-simurgh")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/simurgh/"
+ "tex/lualatex/simurgh/")
+ (base32
+ "11256ssaq6hw6c93ldfgyp0gagv69hl54yg1c8wl5wkc0mrh42rb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/simurgh")
+ (synopsis "Typeset Parsi in LuaLaTeX")
+ (description
+ "The package provides an automatic and unified interface for Parsi
+typesetting in LaTeX, using the LuaTeX engine.")
+ (license license:gpl2)))
+
(define-public texlive-smartdiagram
(package
(name "texlive-smartdiagram")
@@ -17087,6 +43020,28 @@ no file is specified), filters out less relevant messages, and displays
a summary report.")
(license license:gpl3+)))
+(define-public texlive-texnegar
+ (package
+ (name "texlive-texnegar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/texnegar/"
+ "source/latex/texnegar/"
+ "tex/latex/texnegar/")
+ (base32
+ "0rza5bmn7cm85aznnffpmfv6b8776jxkpfwhs0y04f83sdjapw63")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/texnegar")
+ (synopsis "Kashida justification in XeLaTeX and LuaLaTeX")
+ (description
+ "In some cursive scripts such as Persian or Arabic, kashida is used to
+create justification. In this type of justification characters are elongated
+rather than expanding spaces between words. This package extends the kashida
+justification to be used with the LuaTeX engine.")
+ (license license:lppl1.3c)))
+
(define-public texlive-texosquery
(package
(name "texlive-texosquery")
@@ -17161,6 +43116,38 @@ application is powerful enough to generate any text-based structure, given
that a corresponding template exists.")
(license license:bsd-3)))
+(define-public texlive-texproposal
+ (package
+ (name "texlive-texproposal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/texproposal/")
+ (base32
+ "1yxb3yagljsdp4s07fzd6498889i7cscch68fb77jbfc2z4srvsy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/texproposal")
+ (synopsis "Proposal prototype for LaTeX promotion in Chinese universities")
+ (description
+ "This package contains the original source code and necessary attachment
+of the document @emph{Proposal for Offering TeX Courses and Relevant Resources
+in Chongqing University}. This proposal could be helpful if one is
+considering to suggest their (Chinese) university or company to use TeX (or
+LaTeX, or XeLaTeX} as a typesetting system.
+
+The present proposal mainly explains the importance and necessity of
+introducing TeX, a typesetting system often used in academic writing, to
+students and teachers. This proposal starts from a brief introduction of TeX,
+then steps further into its fascinating application to academic writing and
+dissertation formatting. Finally, a set of possible implementation strategies
+with regard to the proper introduction of TeX and relevant resources to our
+university, is proposed.")
+ ;; The content of the project itself is released under CC-BY 4.0 terms,
+ ;; but the underlying code used to format and display that content is
+ ;; licensed under the Expat license.
+ (license (list license:cc-by4.0 license:expat))))
+
(define-public texlive-texware
(package
(name "texlive-texware")
@@ -18670,6 +44657,27 @@ cobordisms between circles, such as those used in TQFT and other mathematical
diagrams.")
(license license:lppl1.3+)))
+(define-public texlive-tram
+ (package
+ (name "texlive-tram")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tram/"
+ "fonts/source/public/tram/"
+ "tex/latex/tram/")
+ (base32
+ "1b26615dd1qs12vl9d82xcxlc718s5jgirzygss9g7m908w2hqch")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tram")
+ (synopsis "Typeset tram boxes in LaTeX")
+ (description
+ "Tram boxes are highlighted with patterns of dots; the package defines an
+environment @code{tram} that typesets its content into a tram box. The
+pattern used may be selected in an optional argument to the environment.")
+ (license license:lppl)))
+
(define-public texlive-tsemlines
(package
(name "texlive-tsemlines")
@@ -19020,6 +45028,48 @@ ordinary text, and as a picture element within a TikZ-picture. The appearance
of a flag (size, frame etc.) can be adapted using optional parameters.")
(license license:lppl1.3+)))
+(define-public texlive-xepersian
+ (package
+ (name "texlive-xepersian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/xepersian/"
+ "fonts/misc/xetex/fontmapping/xepersian/"
+ "source/xelatex/xepersian/"
+ "tex/xelatex/xepersian/")
+ (base32
+ "1h6nicajnvrrr72yixcdzcwdck82qa3zv2k2k6q5xprsf9sz8yly")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xepersian")
+ (synopsis "Persian for LaTeX, using XeTeX")
+ (description
+ "This package provides a convenient interface for typesetting Persian and
+English texts in LaTeX, using the XeTeX engine.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-xepersian-hm
+ (package
+ (name "texlive-xepersian-hm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/xepersian-hm/"
+ "source/xelatex/xepersian-hm/"
+ "tex/xelatex/xepersian-hm/")
+ (base32
+ "0lq5bam9vx2phwphy2ig9hygsz4vvz4bx2c6f87my84kp8n3w25n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xepersian-hm")
+ (synopsis "Fixes kashida feature in XePersian package")
+ (description
+ "The kashida feature in XePersian has problems with some fonts such as
+the HM Series fonts and the XB Series fonts. This package fixes these
+problems.")
+ (license license:lppl1.3c)))
+
(define-public texlive-xindex
(package
(name "texlive-xindex")
@@ -19437,6 +45487,48 @@ and so on) while being, at the same time, seamlessly integrated within the
rest of the mathematics produced by (AmS-)LaTeX.")
(license license:lppl1.3+)))
+(define-public texlive-haranoaji
+ (package
+ (name "texlive-haranoaji")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/haranoaji/"
+ "fonts/opentype/public/haranoaji/")
+ (base32
+ "06lkgiylh0vjxqm8i4dvygna0zb112dw5xxlh8r5hr5kf2805m99")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/haranoaji")
+ (synopsis "Harano Aji fonts")
+ (description
+ "Harano Aji fonts (Harano Aji Mincho and Harano Aji Gothic) are fonts
+obtained by replacing Adobe-Identity-0 (AI0) CIDs of Source Han fonts (Source
+Han Serif and Source Han Sans) with Adobe-Japan1 (AJ1) CIDs. There are 14
+fonts, 7 weights each for Mincho and Gothic.")
+ (license license:silofl1.1)))
+
+(define-public texlive-haranoaji-extra
+ (package
+ (name "texlive-haranoaji-extra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/haranoaji-extra/"
+ "fonts/opentype/public/haranoaji-extra/")
+ (base32
+ "1zy3bv836rmpqimky7b2xgsmdh6xkkbnjiljraci2vnfgwl1q3pb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/haranoaji-extra")
+ (synopsis "Extra weights for Harano Aji fonts")
+ (description
+ "Harano Aji fonts (Harano Aji Mincho and Harano Aji Gothic) are fonts
+obtained by replacing Adobe-Identity-0 (AI0) CIDs of Source Han fonts (Source
+Han Serif and Source Han Sans) with Adobe-Japan1 (AJ1) CIDs. This package
+provides extra weights for these fonts.")
+ (license license:silofl1.1)))
+
(define-public texlive-hardwrap
(package
(name "texlive-hardwrap")
@@ -19508,6 +45600,28 @@ Adobe's basic set.")
;; No license version specified.
(license license:gpl3+)))
+(define-public texlive-ieejtran
+ (package
+ (name "texlive-ieejtran")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/ieejtran/"
+ "doc/bibtex/ieejtran/")
+ (base32
+ "01bcw45v6mbyb1gzykzk5ccwz70s6591994xrj84z9ljgzp06lyg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ieejtran")
+ (synopsis
+ "Unofficial bibliography style file for the Institute of Electrical
+Engineers of Japan")
+ (description
+ "This package provides an unofficial BibTeX style for authors of the
+Institute of Electrical Engineers of Japan (IEEJ) transactions journals and
+conferences.")
+ (license license:expat)))
+
(define-public texlive-inputenx
(package
(name "texlive-inputenx")
@@ -19642,6 +45756,32 @@ mathematics both upright and slanted shapes for Greek letters, as well as
default and narrow versions of multiple integrals.")
(license license:gpl3+)))
+(define-public texlive-kpfonts-otf
+ (package
+ (name "texlive-kpfonts-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/kpfonts-otf/"
+ "fonts/opentype/public/kpfonts-otf/"
+ "tex/latex/kpfonts-otf/")
+ (base32
+ "1byad0cjpp7np6xsqs71hkxn7aali5r77qv1n280p8b5w3z788iy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/kpfonts-otf")
+ (synopsis "OTF version of the Kp-fonts")
+ (description
+ "This bundle provides OpenType versions of the Type1 Kp-fonts designed by
+Christophe Caignaert. It is usable with LuaTeX or XeTeX engines only. It
+consists of sixteen Text fonts (eight Serif, four Sans-Serif, four Monotype)
+and six Math fonts. Serif and Sans-Serif families have small caps available
+in two sizes (SmallCaps and PetitesCaps), upper and lowercase digits, real
+superscripts and subscripts; ancient ligatures (@samp{ct} and @samp{st}),
+ancient long-@samp{s} and a long-tailed capital @samp{Q} are available via
+font features. Math fonts cover all usual symbols including AMS'.")
+ (license (list license:silofl1.1 license:lppl1.3+))))
+
(define-public texlive-latexconfig
(package
(name "texlive-latexconfig")
@@ -20049,6 +46189,26 @@ verbatim source).")
(define-deprecated-package texlive-latex-fancyvrb texlive-fancyvrb)
+(define-public texlive-fandol
+ (package
+ (name "texlive-fandol")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fandol/"
+ "fonts/opentype/public/fandol/")
+ (base32
+ "1lk91ypsvj2wkqsw8lklkqfsqimjyn0vzbwgqgs5h6kf61m6qsk5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fandol")
+ (synopsis "Four basic fonts for Chinese typesetting")
+ (description
+ "This package provides Fandol fonts designed for Chinese typesetting.
+The current version contains four styles: Song, Hei, Kai, Fang. All fonts are
+in OpenType format.")
+ (license license:gpl3+)))
+
(define-public texlive-gentium-tug
(package
(name "texlive-gentium-tug")
@@ -20273,6 +46433,51 @@ for the user.")
(define-deprecated-package texlive-latex-hycolor texlive-hycolor)
+(define-public texlive-xcjk2uni
+ (package
+ (name "texlive-xcjk2uni")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xcjk2uni/"
+ "source/latex/xcjk2uni/"
+ "tex/latex/xcjk2uni/")
+ (base32
+ "1vjp47ngrirrvbnk4vnm5lbysj3qlbwxbfc1szc22gaikm52ggaq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'build 'copy-ctxdocstrip.tex
+ ;; There's a circular dependency between this package (where
+ ;; `ctex' should be a native input) and `ctex' (where this package
+ ;; is a propagated input). To work around this, install the
+ ;; specific "ctxdocstrip.tex" file from `ctex' in the build
+ ;; directory and set TEXINPUTS variable accordingly so the process
+ ;; can find it.
+ (lambda* (#:key inputs #:allow-other-keys)
+ (install-file (search-input-file inputs
+ "tex/generic/ctex/ctxdocstrip.tex")
+ "build/")
+ (setenv "TEXINPUTS" (string-append (getcwd) "/build:")))))))
+ (native-inputs
+ (list (texlive-origin
+ "ctxdocstrip.tex" (number->string %texlive-revision)
+ (list "tex/generic/ctex/ctxdocstrip.tex")
+ (base32
+ "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli"))))
+ (home-page "https://ctan.org/pkg/xcjk2uni")
+ (synopsis "Convert CJK characters to Unicode, in pdfTeX")
+ (description
+ "The package provides commands to convert CJK characters to Unicode in
+non-UTF-8 encoding; it provides hooks to support hyperref in producing correct
+bookmarks. The bundle also provides @code{/ToUnicode} mapping file(s) for
+a CJK subfont; these can be used with the cmap package, allowing searches of,
+and cut-and-paste operations on a PDF file generated by pdfTeX.")
+ (license license:lppl1.3c)))
+
(define-public texlive-xcolor
(package
(name "texlive-xcolor")
@@ -20326,6 +46531,25 @@ correctly; and define two extra commands: @code{\\vfrac} and
@code{\\namedglyph}.")
(license license:lppl1.3c)))
+(define-public texlive-xml2pmx
+ (package
+ (name "texlive-xml2pmx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/xml2pmx.1"
+ "doc/man/man1/xml2pmx.man1.pdf")
+ (base32
+ "1d3ralqh0b71scd59b4hmm707yfrz1rj28ni2lzkhbb1ql73bvah")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xml2pmx")
+ (synopsis "Convert MusicXML to PMX and MusiXTeX")
+ (description
+ "This program translates MusicXML files to input suitable for PMX and
+MusiXTeX processing.")
+ (license license:gpl3+)))
+
(define-public texlive-xmltexconfig
(package
(name "texlive-xmltexconfig")
@@ -20394,6 +46618,104 @@ names, as well as character data, may use any characters allowed in XML, using
UTF-8 or a suitable 8-bit encoding.")
(license license:lppl1.0+))) ;per xmltex/base/readme.txt
+(define-public texlive-xpiano
+ (package
+ (name "texlive-xpiano")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xpiano/" "source/latex/xpiano/"
+ "tex/latex/xpiano/")
+ (base32
+ "1nk8v0d641cr4mg4l2k0fv7pl9b26nyi30k4px5wajwm976f042p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xpiano")
+ (synopsis "Extension of the @code{piano} package")
+ (description
+ "This package provides macros for typesetting virtual keyboards limited
+to two octaves for showing notes represented by a colored circle. Optionally,
+the number used for pitch analysis can be shown. It is an extension of
+@file{piano.sty}. It features extended syntax and several options, like
+setting the color, adding numbers for pitch analysis, one or two octaves, and
+others.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-xpinyin
+ (package
+ (name "texlive-xpinyin")
+ ;; XXX: Whenever updating this package, please check if "Unihan.zip"
+ ;; native input needs to be updated, too.
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/xpinyin/" "source/latex/xpinyin/"
+ "tex/latex/xpinyin/")
+ (base32
+ "1fxsnvmkm66rfq08j03sch24maw0wgb8dhl73r2rf6gwxzf4imc5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list
+ #:tex-format "luatex"
+ #:modules '((ice-9 match)
+ (srfi srfi-1)
+ (guix build texlive-build-system)
+ (guix build utils))
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'copy-unihan.zip
+ ;; Copy the "Unihan.zip" file where the Lua script expects to find
+ ;; it.
+ (lambda* (#:key inputs #:allow-other-keys)
+ (let ((unihan.zip
+ (any (match-lambda
+ ((_ . dir)
+ (and (string-suffix? "Unihan.zip" dir) dir)))
+ inputs)))
+ (with-directory-excursion "source/latex/xpinyin"
+ (install-file unihan.zip ".")
+ (rename-file (basename unihan.zip) "Unihan.zip")))))
+ (add-before 'build 'copy-ctxdocstrip.tex
+ ;; Set TEXINPUTS so that the process can find extracted
+ ;; "ctxdocstrip.tex".
+ (lambda* (#:key inputs #:allow-other-keys)
+ (install-file (search-input-file inputs
+ "tex/generic/ctex/ctxdocstrip.tex")
+ "build/")
+ (setenv "TEXINPUTS" (string-append (getcwd) "/build:"))))
+ (add-after 'build 'fix-reproducibility
+ ;; Remove a time-stamp so the generated database is reproducible.
+ (lambda _
+ (substitute* "tex/latex/xpinyin/xpinyin-database.def"
+ (("%% +by \"texlua xpinyin.lua\" .*") "")))))))
+ (native-inputs
+ (list
+ ;; XXX: The Unihan database may need to be updated whenever this package
+ ;; is. Appropriate Unicode version can be found in the
+ ;; "tex/latex/xpinyin/xpinyin-database.def" file.
+ (origin
+ (method url-fetch)
+ (uri "https://www.unicode.org/Public/14.0.0/ucd/Unihan.zip")
+ (sha256
+ (base32
+ "0bc5277lpc5j0gg7fjfsah7krhqjzdxya5ww6walvkc25fdm3r1a")))
+ ;; There's a circular dependency between this package (where `ctex'
+ ;; should be a native input) and `ctex' (where this package is
+ ;; a propagated input). To work around this, grab the required
+ ;; "ctxdocstrip.tex" file from `ctex'.
+ (texlive-origin
+ "ctxdocstrip.tex" (number->string %texlive-revision)
+ (list "tex/generic/ctex/ctxdocstrip.tex")
+ (base32
+ "154v2d6wfzhfg654nlh2apy9zr78d09rkimymyjqpxymkpbk8lli"))))
+ (home-page "https://ctan.org/pkg/xpinyin")
+ (synopsis "Automatically add pinyin to Chinese characters")
+ (description
+ "The package is written to simplify the input of Hanyu Pinyin. Macros are
+provided that automatically add pinyin to Chinese characters.")
+ (license license:lppl1.3c)))
+
(define-public texlive-hyperref
(package
(name "texlive-hyperref")
@@ -21122,6 +47444,25 @@ a means of defining generic functions using a key-value syntax, and
(define-deprecated-package texlive-latex-l3packages texlive-l3packages)
+(define-public texlive-fonts-churchslavonic
+ (package
+ (name "texlive-fonts-churchslavonic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/fonts-churchslavonic/"
+ "fonts/opentype/public/fonts-churchslavonic/")
+ (base32
+ "0yv3n8m6wcd6jk68fwlaiszv96lbax5rcv1j0wgam4dgpqqmacm4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/fonts-churchslavonic")
+ (synopsis "Fonts for typesetting in Church Slavonic language")
+ (description
+ "The package provides Unicode-encoded OpenType fonts for Church Slavonic
+which are intended for Unicode TeX engines only.")
+ (license license:silofl1.1)))
+
(define-public texlive-fontspec
(package
(name "texlive-fontspec")
@@ -21174,6 +47515,50 @@ base LaTeX code now supports multiple dots and spaces, and this package by
default is a stub that just loads @code{graphicx}.")
(license license:lppl1.3c+)))
+(define-public texlive-sanskrit
+ (package
+ (name "texlive-sanskrit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/sanskrit/"
+ "fonts/source/public/sanskrit/"
+ "fonts/tfm/public/sanskrit/"
+ "source/latex/sanskrit/"
+ "tex/latex/sanskrit/")
+ (base32
+ "0qc0mylgdcc4rnid29was51s6mzil0smrs7kgnnrv8kvlb6mzydl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/sanskrit")
+ (synopsis "Sanskrit support")
+ (description
+ "This package provides a font and pre-processor suitable for the
+production of documents written in Sanskrit. Type 1 versions of the fonts are
+available.")
+ (license license:lppl)))
+
+(define-public texlive-sanskrit-t1
+ (package
+ (name "texlive-sanskrit-t1")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/sanskrit-t1/"
+ "fonts/map/dvips/sanskrit-t1/"
+ "fonts/type1/public/sanskrit-t1/")
+ (base32
+ "0mv9ph7999y9shnq25k0w4sgcbvlf2gav5d1fpycjxan3h6rc7vi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sanskrit-t1")
+ (synopsis "Type 1 version of @code{skt} fonts for Sanskrit")
+ (description
+ "The sanskrit-t1 font package provides Type 1 version of Charles Wikner's
+@code{skt} font series for the Sanskrit language.")
+ (license license:lppl)))
+
(define-public texlive-sansmath
(package
(name "texlive-sansmath")
@@ -21535,6 +47920,27 @@ upgrade smoothly to the new support structure.")
"The package provides emulation of pdfTeX primitives for LuaTeX v0.85+.")
(license license:lppl1.3+)))
+(define-public texlive-luatexja
+ (package
+ (name "texlive-luatexja")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/luatex/luatexja/"
+ "source/luatex/luatexja/"
+ "tex/luatex/luatexja/")
+ (base32
+ "1j4dvzxgjyx5aa7akg5wg2w694vds6ra70zk9crrlm83aryqkda7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-luatexbase))
+ (home-page "https://ctan.org/pkg/luatexja")
+ (synopsis "Typeset Japanese with Lua(La)TeX")
+ (description
+ "The package offers support for typesetting Japanese documents with LuaTeX.
+Either of the Plain and LaTeX2e formats may be used with the package.")
+ (license license:bsd-3)))
+
(define-public texlive-luahbtex
(package
(name "texlive-luahbtex")
@@ -21879,6 +48285,86 @@ needed.")
sorts with MetaPost.")
(license license:public-domain)))
+(define-public texlive-bbm
+ (package
+ (name "texlive-bbm")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/bbm/" "fonts/source/public/bbm/"
+ "fonts/tfm/public/bbm/")
+ (base32
+ "0fyzr8zfcv3i1ymzvpifbkmfxqvrva029vh4v0siia63sl36lvq3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:phases
+ #~(modify-phases %standard-phases
+ ;; FIXME: Font metrics cannot be generated due to "bad pos"
+ ;; errors with "bbmitt" fonts.
+ (delete 'generate-font-metrics))))
+ (native-inputs (list texlive-metafont))
+ (home-page "https://ctan.org/pkg/bbm")
+ (synopsis "Blackboard-style CM fonts")
+ (description
+ "This package provides blackboard variants of Computer Modern fonts. The
+fonts are distributed as Metafont source (only); LaTeX support is available
+with the @code{bbm-macros} package. A sample of these fonts appears in the
+blackboard bold sampler.")
+ ;; The package states "You may freely use, modify and/or distribute this
+ ;; file." everywhere, notably in the file below.
+ (license (license:fsf-free "file://doc/fonts/bbm/README"))))
+
+(define-public texlive-bbm-macros
+ (package
+ (name "texlive-bbm-macros")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bbm-macros/"
+ "source/latex/bbm-macros/"
+ "tex/latex/bbm-macros/")
+ (base32
+ "11klh7hwi06yr2wx5bpk230hn7rpfspk6sd55j6rmw8kz2wa3lr7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/bbm-macros")
+ (synopsis "LaTeX support for blackboard-style CM fonts")
+ (description
+ "This package provides LaTeX support for Blackboard variants of Computer
+Modern fonts. It declares a font family @code{bbm} so you can in principle
+write running text in blackboard bold, and lots of math alphabets for using
+the fonts within maths.")
+ (license license:lppl)))
+
+(define-public texlive-bbold
+ (package
+ (name "texlive-bbold")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/bbold/"
+ "fonts/source/public/bbold/"
+ "fonts/tfm/public/bbold/"
+ "source/latex/bbold/" "tex/latex/bbold/")
+ (base32
+ "0x3fhz582xcv33s9yiwka82j8bz3nxribgmni3j8j03r6dih8d8r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments
+ (list #:build-targets #~(list "bbold.dtx")
+ #:tex-format "latex"))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-hypdoc texlive-metafont))))
+ (home-page "https://ctan.org/pkg/bbold")
+ (synopsis "Sans serif blackboard bold")
+ (description
+ "This package provides a geometric sans serif blackboard bold font, for
+use in mathematics; Metafont sources are provided, as well as macros for use
+with LaTeX.")
+ (license license:bsd-3)))
+
(define-public texlive-blockdraw-mp
(package
(name "texlive-blockdraw-mp")
@@ -22058,14 +48544,7 @@ with the XeTeX engine.")
(base32
"0nzzcg1yvbslhqm5lsfcpqh6sbzkmnmmgyakg9l8855qpa8g9bf3")))
(build-system texlive-build-system)
- (arguments
- (list
- #:phases
- ;; FIXME: The phase fails for multiple font files with error: "cannot
- ;; find cmb12".
- #~(modify-phases %standard-phases
- (delete 'generate-font-metrics))))
- (native-inputs (list texlive-cm texlive-metafont))
+ (native-inputs (list texlive-metafont texlive-sauter))
(propagated-inputs (list texlive-cmexb))
(home-page "https://ctan.org/pkg/csfonts")
(synopsis "Czech/Slovak-tuned Computer Modern fonts")
@@ -22158,6 +48637,29 @@ right-aligned table and (multiple-)figure floats, with footnotes.")
Babel system).")
(license license:lppl1.3+)))
+(define-public texlive-babel-azerbaijani
+ (package
+ (name "texlive-babel-azerbaijani")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-azerbaijani/"
+ "source/generic/babel-azerbaijani/"
+ "tex/generic/babel-azerbaijani/")
+ (base32
+ "0vpgx76316gfhxp9maiqnd3z1hjavzlnjibxi4yhalbby0dnswi1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-azerbaijani")
+ (synopsis "Support for Azerbaijani within Babel")
+ (description
+ "This is the Babel style for Azerbaijani. This language poses special
+challenges because no traditional font encoding contains the full character
+set, and therefore a mixture must be used (e.g., T2A and T1). This package is
+compatible with Unicode engines LuaTeX and XeTeX, which are very likely the
+most convenient way to write Azerbaijani documents.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-basque
(package
(name "texlive-babel-basque")
@@ -22176,6 +48678,26 @@ Babel system).")
(description "The package establishes Basque conventions in a document.")
(license license:lppl1.3+)))
+(define-public texlive-babel-belarusian
+ (package
+ (name "texlive-babel-belarusian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-belarusian/"
+ "source/generic/babel-belarusian/"
+ "tex/generic/babel-belarusian/")
+ (base32
+ "1055gyy9hab9whnr5c2p4i4yczkn5pwm0n54ylnnsl8wg8q58w1z")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-belarusian")
+ (synopsis "Babel support for Belarusian")
+ (description
+ "The package provides support for use of Babel in documents written in
+Belarusian.")
+ (license license:lppl1.3c)))
+
(define-public texlive-babel-bosnian
(package
(name "texlive-babel-bosnian")
@@ -22217,6 +48739,26 @@ rules of its own; this package provides an appropriate selection of French and
British typographic rules.")
(license license:lppl1.3+)))
+(define-public texlive-babel-bulgarian
+ (package
+ (name "texlive-babel-bulgarian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-bulgarian/"
+ "source/generic/babel-bulgarian/"
+ "tex/generic/babel-bulgarian/")
+ (base32
+ "065j31rl7r4x8krkwxhq0lwdkmbq90jr8666if4br36kw0g3kzv3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-bulgarian")
+ (synopsis "Babel contributed support for Bulgarian")
+ (description
+ "The package provides support for documents in Bulgarian (or simply
+containing some Bulgarian text).")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-catalan
(package
(name "texlive-babel-catalan")
@@ -22281,6 +48823,27 @@ Canadian and USA text.")
(define-deprecated-package texlive-generic-babel-english texlive-babel-english)
+(define-public texlive-babel-esperanto
+ (package
+ (name "texlive-babel-esperanto")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-esperanto/"
+ "source/generic/babel-esperanto/"
+ "tex/generic/babel-esperanto/")
+ (base32
+ "1av9x9d5rff6hsssssbn1jnyrqnj1c2n5fa4kgxlla95xn7zs65m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-esperanto")
+ (synopsis "Babel support for Esperanto")
+ (description
+ "The package provides the language definition file for support of
+Esperanto in Babel. Some shortcuts are defined, as well as translations to
+Esperanto of standard LaTeX names.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-estonian
(package
(name "texlive-babel-estonian")
@@ -22364,6 +48927,26 @@ Friulan either with Babel or with Polyglossia.")
Galician either with Babel or with Polyglossia.")
(license license:lppl1.3+)))
+(define-public texlive-babel-georgian
+ (package
+ (name "texlive-babel-georgian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-georgian/"
+ "tex/generic/babel-georgian/")
+ (base32
+ "1qjpaxzgm0qh88j6x1zvnjb1n994prxqnzchrp05pgsbyjcf410p")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-georgian")
+ (synopsis "Babel support for Georgian")
+ (description
+ "The package provides support for use of Babel in documents written in
+Georgian. The package is adapted for use both under traditional TeX engines,
+and under XeTeX and LuaTeX.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-german
(package
(name "texlive-babel-german")
@@ -22389,6 +48972,49 @@ German.")
(define-deprecated-package texlive-generic-babel-german texlive-babel-german)
+(define-public texlive-babel-greek
+ (package
+ (name "texlive-babel-greek")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-greek/"
+ "source/generic/babel-greek/"
+ "tex/generic/babel-greek/")
+ (base32
+ "116nifgjwx588f63fwkyny36i8p7i9prsz785m81hwnhylii2fhj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-greek")
+ (synopsis "Babel support for documents written in Greek")
+ (description
+ "The file provides modes for monotonic (single-diacritic) and polytonic
+(multiple-diacritic) modes of writing. Provision is made for Greek function
+names in mathematics, and for classical-era symbols.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-babel-hebrew
+ (package
+ (name "texlive-babel-hebrew")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-hebrew/"
+ "source/generic/babel-hebrew/"
+ "tex/generic/babel-hebrew/")
+ (base32
+ "1h4ksd9nvicdgi88fxv8jfh9r5gabg0w75jpqgnngszfnfw486k2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-hebrew")
+ (synopsis "Babel support for Hebrew")
+ (description
+ "The package provides the language definition file for support of Hebrew
+in babel. Macros to control the use of text direction control of TeX--XeT and
+e-TeX are provided (and may be used elsewhere). Some shortcuts are defined,
+as well as translations to Hebrew of standard LaTeX names.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-hungarian
(package
(name "texlive-babel-hungarian")
@@ -22429,6 +49055,47 @@ Icelandic in Babel. Some shortcuts are defined, as well as translations to
Icelandic of standard LaTeX names.")
(license license:lppl1.3+)))
+(define-public texlive-babel-indonesian
+ (package
+ (name "texlive-babel-indonesian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-indonesian/"
+ "source/generic/babel-indonesian/"
+ "tex/generic/babel-indonesian/")
+ (base32
+ "1ilkl7s5dh8cs6z211p4imyzg3d2axfa5vkmrxn4d3lbx1g3chs1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-indonesian")
+ (synopsis "Support for Indonesian within Babel")
+ (description "This is the Babel style for Indonesian.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-babel-interlingua
+ (package
+ (name "texlive-babel-interlingua")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-interlingua/"
+ "source/generic/babel-interlingua/"
+ "tex/generic/babel-interlingua/")
+ (base32
+ "0mxyfa6rsaxwazliblg9p4cbr0vip12c00mkvnz4dak2adnhzvbg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-interlingua")
+ (synopsis "Babel support for Interlingua")
+ (description
+ "The package provides the language definition file for support of
+Interlingua in Babel. This includes translations to Interlingua of standard
+LaTeX names (no shortcuts are provided). Interlingua itself is an auxiliary
+language, built from the common vocabulary of Spanish/Portuguese, English,
+Italian and French, with some normalisation of spelling.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-irish
(package
(name "texlive-babel-irish")
@@ -22469,6 +49136,27 @@ LaTeX names.")
Babel.")
(license license:lppl1.3c)))
+(define-public texlive-babel-japanese
+ (package
+ (name "texlive-babel-japanese")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-japanese/"
+ "source/generic/babel-japanese/"
+ "tex/generic/babel-japanese/")
+ (base32
+ "0jn2pl080c0dd6ryj6y5b87h6ijg3lcd2hw7g5kyw7p9r7a6b8i0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-japanese")
+ (synopsis "Babel support for Japanese")
+ (description
+ "This package provides a japanese option for the Babel package. It
+defines all the language definition macros in Japanese. Currently this
+package works with pLaTeX, upLaTeX, XeLaTeX and LuaLaTeX.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-kurmanji
(package
(name "texlive-babel-kurmanji")
@@ -22576,6 +49264,24 @@ match Babel support for other languages.")
Cyrillic, in Babel.")
(license license:lppl1.3+)))
+(define-public texlive-babel-malay
+ (package
+ (name "texlive-babel-malay")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-malay/"
+ "source/generic/babel-malay/"
+ "tex/generic/babel-malay/")
+ (base32
+ "1gbjrsf4drmrplhwl0avpzv5yfyb30znhza4pxk704i1khabnwzk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-malay")
+ (synopsis "Support for Malay within Babel")
+ (description "This is the Babel style for Malay.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-occitan
(package
(name "texlive-babel-occitan")
@@ -22680,6 +49386,27 @@ provided.")
Romansh either with Babel or with Polyglossia.")
(license license:lppl1.3+)))
+(define-public texlive-babel-russian
+ (package
+ (name "texlive-babel-russian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-russian/"
+ "source/generic/babel-russian/"
+ "tex/generic/babel-russian/")
+ (base32
+ "0sy3b7qx5l6smpixa9896zqqrh6ymrz31pd4026f815jy78k3cfb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-russian")
+ (synopsis "Russian language module for Babel")
+ (description
+ "The package provides support for use of Babel in documents written in
+Russian (in both traditional and modern forms). The support is adapted for
+use both under traditional TeX engines, and under XeTeX and LuaTeX.")
+ (license license:lppl1.3c)))
+
(define-public texlive-babel-samin
(package
(name "texlive-babel-samin")
@@ -22725,6 +49452,46 @@ names.")
translations of standard LaTeX names.")
(license license:lppl1.3+)))
+(define-public texlive-babel-serbian
+ (package
+ (name "texlive-babel-serbian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-serbian/"
+ "source/generic/babel-serbian/"
+ "tex/generic/babel-serbian/")
+ (base32
+ "089w8phd1pyzh8dmn4v2bspnmx4hqi63mby1yn7xk596qxi3nqrz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-serbian")
+ (synopsis "Babel and Polyglossia support for Serbian")
+ (description
+ "The package provides support for Serbian documents written in Latin, in
+Babel.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-babel-serbianc
+ (package
+ (name "texlive-babel-serbianc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-serbianc/"
+ "source/generic/babel-serbianc/"
+ "tex/generic/babel-serbianc/")
+ (base32
+ "1ji77vlb10vxdka5bsnqkrlf34c4qhpl162xizrzxf11z6099wng")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-serbianc")
+ (synopsis "Babel module to support Serbian Cyrillic")
+ (description
+ "The package provides support for Serbian documents written in Cyrillic,
+in Babel.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-slovak
(package
(name "texlive-babel-slovak")
@@ -22767,6 +49534,27 @@ Slovenian in Babel. Several shortcuts are defined, as well as translations to
Slovenian of standard LaTeX names.")
(license license:lppl1.3+)))
+(define-public texlive-babel-sorbian
+ (package
+ (name "texlive-babel-sorbian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-sorbian/"
+ "source/generic/babel-sorbian/"
+ "tex/generic/babel-sorbian/")
+ (base32
+ "1b6qqk0qik294z8sirvf58cf5v8mhsz4hj91gw7zg8b4j362lp8y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-sorbian")
+ (synopsis "Babel support for Upper and Lower Sorbian")
+ (description
+ "The package provides language definitions file for support of both Upper
+and Lower Sorbian, in Babel. Some shortcuts are defined, as well as
+translations to the relevant language of standard LaTeX names.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-spanish
(package
(name "texlive-babel-spanish")
@@ -22807,6 +49595,26 @@ provided for those who wish to typeset Spanish as written in Mexico.")
"The package provides the language definition file for Swedish.")
(license license:lppl1.3+)))
+(define-public texlive-babel-thai
+ (package
+ (name "texlive-babel-thai")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-thai/"
+ "source/generic/babel-thai/"
+ "tex/generic/babel-thai/")
+ (base32
+ "1wgprys500a1fn56bnsmq8fhmb9y8cfwsqn5hginfb36d3gym4p6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-thai")
+ (synopsis "Support for Thai within babel")
+ (description
+ "The package provides support for typesetting Thai text within the Babel
+system.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-turkish
(package
(name "texlive-babel-turkish")
@@ -22826,6 +49634,47 @@ provided for those who wish to typeset Spanish as written in Mexico.")
"The package provides support, within Babel, of the Turkish language.")
(license license:lppl1.3+)))
+(define-public texlive-babel-ukrainian
+ (package
+ (name "texlive-babel-ukrainian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-ukrainian/"
+ "source/generic/babel-ukrainian/"
+ "tex/generic/babel-ukrainian/")
+ (base32
+ "1nz8yzpc5khyv6wgm5ndwfdxx591wqlg311crzxk08ardg8zwvgs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-ukrainian")
+ (synopsis "Babel support for Ukrainian")
+ (description
+ "The package provides support for use of babel in documents written in
+Ukrainian. The support is adapted for use under legacy TeX engines as well as
+XeTeX and LuaTeX.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-babel-vietnamese
+ (package
+ (name "texlive-babel-vietnamese")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/babel-vietnamese/"
+ "source/generic/babel-vietnamese/"
+ "tex/generic/babel-vietnamese/")
+ (base32
+ "12nnrdk0k2xfab33249s3gzs1815p7j197bv4zisndxvrmiv6hdf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/babel-vietnamese")
+ (synopsis "Babel support for typesetting Vietnamese")
+ (description
+ "The package provides the language definition file for support of
+Vietnamese in Babel.")
+ (license license:lppl1.3+)))
+
(define-public texlive-babel-welsh
(package
(name "texlive-babel-welsh")
@@ -23054,6 +49903,25 @@ between various classes of Unix systems.")
(define-deprecated-package texlive-latex-ifplatform texlive-ifplatform)
+(define-public texlive-ifptex
+ (package
+ (name "texlive-ifptex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/ifptex/" "tex/generic/ifptex/")
+ (base32
+ "0l5mclz9cwj756ah0nqbiai0b5m9368dz4ykb0ih5irm6cmswdfm")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ifptex")
+ (synopsis "Check if the engine is pTeX or one of its derivatives")
+ (description
+ "The @code{ifptex} package is a counterpart of @code{ifxetex},
+@code{ifluatex}, etc.@: for the pTeX engine. The @code{ifuptex} package is an
+alias to @code{ifptex} provided for backward compatibility.")
+ (license license:expat)))
+
(define-public texlive-iftex
(package
(name "texlive-iftex")
@@ -23079,6 +49947,26 @@ the engine in use.")
(define-deprecated-package texlive-generic-iftex texlive-iftex)
(define-deprecated-package texlive-generic-ifxetex texlive-iftex)
+(define-public texlive-ifxptex
+ (package
+ (name "texlive-ifxptex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/ifxptex/"
+ "tex/generic/ifxptex/")
+ (base32
+ "0r77j010a9fcn47kjy6vwv72i8fynb8jsilas6hs9c9lgk5bal1g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ifxptex")
+ (synopsis "Detect pTeX and its derivatives")
+ (description
+ "The package provides commands for detecting pTeX and its derivatives
+(e-pTeX, upTeX, e-upTeX, and ApTeX). Both LaTeX and plain TeX are
+supported.")
+ (license license:knuth)))
+
(define-public texlive-tipa
(package
(name "texlive-tipa")
@@ -23769,6 +50657,26 @@ Unicode blocks, for automatic font tagging of multilingual text.")
Easter nomogram.")
(license license:lppl)))
+(define-public texlive-garuda-c90
+ (package
+ (name "texlive-garuda-c90")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "dvips/garuda-c90/"
+ "fonts/map/dvips/garuda-c90/"
+ "fonts/tfm/public/garuda-c90/"
+ "source/fonts/garuda-c90/")
+ (base32
+ "1f6rlfxq3ccv9wdf7pzfgs1081yflxd3fzhkzi23mpyl777l7q9y")))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-fonts-tlwg))
+ (home-page "https://ctan.org/pkg/garuda-c90")
+ (synopsis "TeX support (from CJK) for the Garuda font")
+ (description
+ "This package provides TeX support (from CJK) for the Garuda font.")
+ (license license:gpl2+)))
+
(define-public texlive-hanging
(package
(name "texlive-hanging")
@@ -23957,6 +50865,26 @@ is much more flexible, since it can be used as direct replacement for
provided by @code{tex.mp}.")
(license license:public-domain)))
+(define-public texlive-marathi
+ (package
+ (name "texlive-marathi")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/marathi/" "source/latex/marathi/"
+ "tex/latex/marathi/")
+ (base32
+ "0xlyvdb6dadg4x2xixcxr1ixqsz69ssifpbh5p46lzsz080pwd58")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/marathi")
+ (synopsis "Typeset Marathi language using XeLaTeX or LuaLaTeX")
+ (description
+ "This package is used to typeset Marathi language with LuaLaTeX and XeLaTeX.
+It will provide localizations needed for the Marathi language. Currently the
+package localizes package @code{blindtext} and package @code{expex}.")
+ (license (list license:gpl3+ license:fdl1.3+))))
+
(define-public texlive-markdown
(package
(name "texlive-markdown")
@@ -24479,6 +51407,45 @@ of node lists. It uses a similar visual representation for node lists as the
UNIX @command{tree} command for a folder structure.")
(license license:lppl1.3+)))
+(define-public texlive-nomencl
+ (package
+ (name "texlive-nomencl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/nomencl/" "makeindex/nomencl/"
+ "source/latex/nomencl/" "tex/latex/nomencl/")
+ (base32
+ "176lqab9ypsym7x7mk9d0pbqf3fl9iwi539zjqv3l6nbmxj9ga88")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/nomencl")
+ (synopsis "Produce lists of symbols as in nomenclature")
+ (description
+ "This package produces lists of symbols using the capabilities of the
+MakeIndex program.")
+ (license license:lppl)))
+
+(define-public texlive-norasi-c90
+ (package
+ (name "texlive-norasi-c90")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "dvips/norasi-c90/"
+ "fonts/map/dvips/norasi-c90/"
+ "fonts/tfm/public/norasi-c90/"
+ "source/fonts/norasi-c90/")
+ (base32
+ "19ynw46dbk71sbzx6rna359gdddjmwl57gw3kfz3f9ywvhq01m1k")))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-fonts-tlwg))
+ (home-page "https://ctan.org/pkg/norasi-c90")
+ (synopsis "TeX support (from CJK) for the Norasi font")
+ (description
+ "This package provides TeX support (from CJK) for the Norasi font.")
+ (license license:gpl2+)))
+
(define-public texlive-noto
(package
(name "texlive-noto")
@@ -24904,6 +51871,26 @@ may itself contain text).")
@end itemize")
(license license:lppl)))
+(define-public texlive-sauter
+ (package
+ (name "texlive-sauter")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "fonts/source/public/sauter/")
+ (base32
+ "037skfr46198y0vczwcy6dzq9ry8w5imj1ih9nfy9mrb0hmj8caq")))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/sauter")
+ (synopsis "Wide range of design sizes for CM fonts")
+ (description
+ "This package includes extensions, originally to the CM fonts, providing
+a parameterization scheme to build Metafont fonts at true design sizes, for
+a large range of sizes. The scheme has now been extended to a range of other
+fonts, including the AMS fonts, @code{bbm}, @code{bbold}, @code{rsfs} and
+@code{wasy} fonts.")
+ (license license:gpl3+)))
+
(define-public texlive-selinput
(package
(name "texlive-selinput")
@@ -25328,6 +52315,49 @@ create new @samp{List of ...}. The ToC @code{\\parskip} may be changed.")
(define-deprecated-package texlive-latex-tocloft texlive-tocloft)
+(define-public texlive-tocvsec2
+ (package
+ (name "texlive-tocvsec2")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/tocvsec2/"
+ "source/latex/tocvsec2/"
+ "tex/latex/tocvsec2/")
+ (base32
+ "0ybw8dra074pbl9l0ilp13naz73mgb57agy79bvmrb7v2r8a6zm7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tocvsec2")
+ (synopsis "Section numbering and table of contents control")
+ (description
+ "This package provides control over section numbering (without recourse
+to starred sectional commands) and the entries in the table of contents on
+a section by section basis.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-transparent
+ (package
+ (name "texlive-transparent")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/transparent/"
+ "source/latex/transparent/"
+ "tex/latex/transparent/")
+ (base32
+ "161lfx6yv8qgk76lz0j375swrk6012djay3sjxggrsx7l92qjvhd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/transparent")
+ (synopsis "Using a color stack for transparency with pdfTeX")
+ (description
+ "This package shows how a separate color stack can be used for
+transparency, a property besides color that works across page breaks. If the
+PDF management is used it can also be used with other engines, but without
+support for page breaks.")
+ (license license:lppl1.3c)))
+
(define-public texlive-trimspaces
(package
(name "texlive-trimspaces")
@@ -25430,6 +52460,26 @@ a document with no explicit font selection, but a series of rules of the form
``when entering block ..., switch font to use ...''.")
(license license:public-domain)))
+(define-public texlive-undolabl
+ (package
+ (name "texlive-undolabl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/undolabl/"
+ "source/latex/undolabl/"
+ "tex/latex/undolabl/")
+ (base32
+ "1pa1m610j46623wm59inxmaqpjhd9cfmbwmyh02pbmpqid47p9l1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/undolabl")
+ (synopsis "Override existing labels")
+ (description
+ "The package allows the user to override existing labels (for example,
+those generated automatically).")
+ (license license:lppl1.3+)))
+
(define-public texlive-unicode-bidi
(package
(name "texlive-unicode-bidi")
@@ -25632,6 +52682,26 @@ The package is a reimplementation of the @code{spotcolor} package for use with
XeLaTeX. As such, it has the same user interface and the same capabilities.")
(license license:lppl1.3c)))
+(define-public texlive-xetex-devanagari
+ (package
+ (name "texlive-xetex-devanagari")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xetex/xetex-devanagari/"
+ "fonts/misc/xetex/fontmapping/xetex-devanagari/")
+ (base32
+ "17br9aq1af36wadq2cmndbb0z2jdhr1mn7jdb3cq642wwngcfi13")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xetex-devanagari")
+ (synopsis "XeTeX input map for Unicode Devanagari")
+ (description
+ "The package provides a map for use with Jonathan Kew's TECkit, to
+translate Devanagari (encoded according to the Harvard/Kyoto convention) to
+Unicode (range 0900-097F).")
+ (license license:lppl)))
+
(define-public texlive-xetex-itrans
(package
(name "texlive-xetex-itrans")
@@ -26086,6 +53156,55 @@ BibLaTeX, and is considered experimental.")
(define-deprecated-package texlive-latex-gcite texlive-gcite)
+(define-public texlive-gckanbun
+ (package
+ (name "texlive-gckanbun")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gckanbun/" "tex/latex/gckanbun/")
+ (base32
+ "1hjp7nw2b34pkfxh6n2722zc83hjpn492q77gb063jzi79pgbprx")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gckanbun")
+ (synopsis "Kanbun typesetting for (u)pLaTeX and LuaLaTeX")
+ (description
+ "This package provides a Kanbun (Han Wen, ``Chinese writing'')
+typesetting for @code{(u)pLaTeX} and LuaLaTeX.")
+ (license license:expat)))
+
+(define-public texlive-gentombow
+ (package
+ (name "texlive-gentombow")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/gentombow/"
+ "tex/latex/gentombow/")
+ (base32
+ "1pc1cxsxlnj9d2qnvm31r3cw15mf7fwr5dadd10473mww8bp8irf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/gentombow")
+ (synopsis "Generate Japanese-style crop marks")
+ (description
+ "This bundle provides a LaTeX package for generating Japanese-style crop
+marks (called tombow in Japanese) for practical use in self-publishing.
+
+The bundle contains the following packages:
+@itemize
+@item @file{gentombow.sty}: Generate crop marks (called tombow in
+Japanese) for practical use in self-publishing. It provides the core
+tombow feature if not available.
+@item @file{pxgentombow.sty}: Superseded by @file{gentombow.sty}; kept
+for compatibility only.
+@item @file{bounddvi.sty}: Set papersize special to DVI file. Can be
+used on LaTeX, pLaTeX, upLaTeX (with DVI output mode) with dvips or
+dvipdfmx drivers.
+@end itemize")
+ (license license:bsd-3)))
+
(define-public texlive-geometry
(package
(name "texlive-geometry")
@@ -27127,6 +54246,27 @@ into Python''. The package is modelled on @code{lipsum}, and may be used for
similar purposes.")
(license license:lppl1.3c)))
+(define-public texlive-kurdishlipsum
+ (package
+ (name "texlive-kurdishlipsum")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/kurdishlipsum/"
+ "tex/xelatex/kurdishlipsum/")
+ (base32
+ "0lpdjqbif0pqsb6pmg8jc8igdf06dzwn3yfxh19mnjfzslcxkcmk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/kurdishlipsum")
+ (synopsis "Lipsum package for the Kurdish language")
+ (description
+ "This package provides lipsum-like facilities for the Kurdish language.
+The package gives you easy access to the Kurdish poetry and balladry texts of
+the Diwany Vafaiy, Ahmedy Xani, Naly, Mahwy,.... The package needs to be run
+under XeLaTeX.")
+ (license license:lppl)))
+
(define-public texlive-kurier
(package
(name "texlive-kurier")
@@ -27706,6 +54846,89 @@ what your review will look like on zbMATH Open and you can test whether your
LaTeX-Code will compile on our system.")
(license (list license:gpl3 license:cc-by-sa4.0))))
+(define-public texlive-zhmetrics
+ (package
+ (name "texlive-zhmetrics")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/zhmetrics/"
+ "fonts/tfm/zhmetrics/cyberb/"
+ "fonts/tfm/zhmetrics/gbk/"
+ "fonts/tfm/zhmetrics/gbkfs/"
+ "fonts/tfm/zhmetrics/gbkhei/"
+ "fonts/tfm/zhmetrics/gbkkai/"
+ "fonts/tfm/zhmetrics/gbkli/"
+ "fonts/tfm/zhmetrics/gbksong/"
+ "fonts/tfm/zhmetrics/gbkyou/"
+ "fonts/tfm/zhmetrics/unifs/"
+ "fonts/tfm/zhmetrics/unihei/"
+ "fonts/tfm/zhmetrics/unikai/"
+ "fonts/tfm/zhmetrics/unili/"
+ "fonts/tfm/zhmetrics/unisong/"
+ "fonts/tfm/zhmetrics/uniyou/"
+ "source/fonts/zhmetrics/"
+ "tex/generic/zhmetrics/"
+ "tex/latex/zhmetrics/")
+ (base32
+ "0953rxs3k3vil9aq9v8hacwbnchz73ql8xp0dp0ynpw6v8iabxyg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zhmetrics")
+ (synopsis "TFM subfont files for using Chinese fonts in 8-bit TeX")
+ (description
+ "These are metrics to use existing Chinese TrueType fonts in workflows
+that use LaTeX and @command{dvipdfmx}, or pdfLaTeX. The fonts themselves are
+not included in the package. Six font families are supported: Kai, Song,
+Lishu, Fangsong, Youyuan and Hei. Two encodings (GBK and UTF-8) are
+supported.")
+ (license license:lppl)))
+
+(define-public texlive-zhmetrics-uptex
+ (package
+ (name "texlive-zhmetrics-uptex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/zhmetrics-uptex/"
+ "fonts/tfm/public/zhmetrics-uptex/"
+ "fonts/vf/public/zhmetrics-uptex/")
+ (base32
+ "1598l2k32g8nvxqzbgc6mzsib4v0pmsn9h221r4m1d95vm3n0pvd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/zhmetrics-uptex")
+ (synopsis "Chinese font metrics for upTeX")
+ (description
+ "The package contains some Chinese font metrics (JFM, VF, etc) for upTeX
+engine, together with a simple DVIPDFMx font mapping of Fandol fonts for
+DVIPDFMx.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-zhnumber
+ (package
+ (name "texlive-zhnumber")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/zhnumber/"
+ "source/latex/zhnumber/"
+ "tex/latex/zhnumber/")
+ (base32
+ "170lwb97ji9zgmmayzxmpawjkzk50g7rwqmwr11w72zfqkc2v9g2")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ ;; FIXME: I couldn't find how to build this package from source.
+ (arguments
+ (list #:phases #~(modify-phases %standard-phases (delete 'build))))
+ (home-page "https://ctan.org/pkg/zhnumber")
+ (synopsis "Typeset Chinese representations of numbers")
+ (description
+ "The package provides commands to typeset Chinese representations of
+numbers. The main difference between this package and CJKnumb is that the
+commands provided are expandable in the proper way.")
+ (license license:lppl1.3c)))
+
(define-public texlive-zhspacing
(package
(name "texlive-zhspacing")
@@ -27802,6 +55025,45 @@ via one of the packages @code{calrsfs} and @code{mathrsfs}.")
readable copies of the FAQ from the Spanish TeX users group.")
(license license:lppl)))
+(define-public texlive-eskd
+ (package
+ (name "texlive-eskd")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/eskd/" "source/latex/eskd/"
+ "tex/latex/eskd/")
+ (base32
+ "1q83pvycckrmyaiwwg3mcl77jy5wrcy8jy7kz004x7asq2p0a2ls")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/eskd")
+ (synopsis "Modern Russian typesetting")
+ (description
+ "The class offers modern Russian text formatting, in accordance with
+accepted design standards. Fonts not (apparently) available on CTAN are
+required for use of the class.")
+ (license license:lppl)))
+
+(define-public texlive-eskdx
+ (package
+ (name "texlive-eskdx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/eskdx/" "tex/latex/eskdx/")
+ (base32
+ "07c9gbvgr4455s5sfsdjxbbdllx2lhmb5d1c2sdk7rpkvjh64lv8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/eskdx")
+ (synopsis "Modern Russian typesetting")
+ (description
+ "Eskdx is a collection of LaTeX classes and packages to typeset textual
+and graphical documents in accordance with Russian (and probably post USSR)
+standards for designers.")
+ (license license:lppl1.3+)))
+
(define-public texlive-eso-pic
(package
(name "texlive-eso-pic")
@@ -27888,6 +55150,26 @@ provides means for easy customization of the list of notes.")
document.")
(license license:lppl1.2+)))
+(define-public texlive-endnotesj
+ (package
+ (name "texlive-endnotesj")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/endnotesj/"
+ "tex/latex/endnotesj/")
+ (base32
+ "1yv8jzvps79svd4013f6cpm41mh3mx2m64jx7bv01ryqdgjzq2g9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/endnotesj")
+ (synopsis "Japanese-style endnotes")
+ (description
+ "This package provides customized styles for endnotes to be used with
+Japanese documents. It can be used on pLaTeX, upLaTeX, and LuaLaTeX
+(LuaTeX-ja).")
+ (license license:bsd-3)))
+
(define-public texlive-enumitem
(package
(name "texlive-enumitem")
@@ -28498,6 +55780,25 @@ LaTeX Companion} book, together with necessary supporting files.")
necessary supporting files.")
(license license:lppl1.3c)))
+(define-public texlive-tlmgr-intro-zh-cn
+ (package
+ (name "texlive-tlmgr-intro-zh-cn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/tlmgr-intro-zh-cn/")
+ (base32
+ "127fad3aq66rnn4jkccyw7qc8pdcwapyjb6lj9kn49nqcy3jm6nk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/tlmgr-intro-zh-cn")
+ (synopsis "Short tutorial on using @command{tlmgr} in Chinese")
+ (description
+ "This is a Chinese translation of the @command{tlmgr} documentation. It
+introduces some of the common usage of the TeX Live Manager. The original can
+be found in the @code{tlmgrbasics} package.")
+ (license license:gpl3+)))
+
(define-public texlive-tlmgrbasics
(package
(name "texlive-tlmgrbasics")
@@ -28705,6 +56006,176 @@ command).")
;; The license text is found at the header of the jadetex.dtx file.
(license license:expat)))
+(define-public texlive-japanese-mathformulas
+ (package
+ (name "texlive-japanese-mathformulas")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/japanese-mathformulas/"
+ "tex/lualatex/japanese-mathformulas/")
+ (base32
+ "0a5kqgkl89m5yc9zgkhlz44dvvi52jfaja3lwcf7g7q039k2h6fg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/japanese-mathformulas")
+ (synopsis "Compiling basic math formulas in Japanese using LuaLaTeX")
+ (description
+ "This is a style file for compiling basic maths formulas in Japanese
+using LuaLaTeX. @code{\\NewDocumentCommand} allows you to specify whether the
+formula should be used within a sentence or on a new line.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-japanese-otf
+ (package
+ (name "texlive-japanese-otf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/japanese-otf/"
+ "fonts/ofm/public/japanese-otf/"
+ "fonts/tfm/public/japanese-otf/"
+ "fonts/vf/public/japanese-otf/"
+ "source/fonts/japanese-otf/"
+ "tex/platex/japanese-otf/")
+ (base32
+ "125z1fi13dnksngsc442n6fcmicv7hhrxrq8anzxax4ic3dqfvha")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/japanese-otf")
+ (synopsis "Advanced font selection for platex and its friends")
+ (description
+ "The package contains pLaTeX support files and virtual fonts for
+supporting a wide variety of fonts in LaTeX using the pTeX engine.")
+ (license license:bsd-3)))
+
+(define-public texlive-jieeetran
+ (package
+ (name "texlive-jieeetran")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "bibtex/bst/jieeetran/"
+ "doc/bibtex/jieeetran/")
+ (base32
+ "122g618j9wli9amx9c82whjp81i5cpjz1mj4pnmyfa8x5mfdh6dp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jieeetran")
+ (synopsis
+ "UnofficiaL BibTeX style for citing Japanese articles in IEEE format")
+ (description
+ "This package provides an unofficial BibTeX style for authors trying to
+cite Japanese articles in the Institute of Electrical and Electronics
+Engineers (IEEE) format.")
+ (license license:expat)))
+
+(define-public texlive-jlreq
+ (package
+ (name "texlive-jlreq")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jlreq/"
+ "fonts/tfm/public/jlreq/"
+ "fonts/vf/public/jlreq/"
+ "source/latex/jlreq/"
+ "tex/latex/jlreq/"
+ "tex/luatex/jlreq/")
+ (base32
+ "11jyj5mcyd9yxhb7mnm7naaaj26cgdk5iqkwna20109pcc2qy0wz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jlreq")
+ (synopsis
+ "Japanese document class based on requirements for Japanese text layout")
+ (description
+ "This package provides a Japanese document class based on requirements
+for Japanese text layout. The class file and the JFM (Japanese font metric)
+files for LuaTeX-ja, pLaTeX, or upLaTeX are provided.")
+ (license license:bsd-2)))
+
+(define-public texlive-jlreq-deluxe
+ (package
+ (name "texlive-jlreq-deluxe")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/platex/jlreq-deluxe/"
+ "fonts/tfm/public/jlreq-deluxe/"
+ "fonts/vf/public/jlreq-deluxe/"
+ "tex/platex/jlreq-deluxe/")
+ (base32
+ "0l80iqgsnhvqisrkhgflwpxs5fqyz2ddv6vp3b17vnxvymyzzvg4")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jlreq-deluxe")
+ (synopsis "Multi-weight Japanese font support for the @code{jlreq} class")
+ (description
+ "This package provides multi-weight Japanese font support for the
+@code{jlreq} class.")
+ (license license:expat)))
+
+(define-public texlive-jpneduenumerate
+ (package
+ (name "texlive-jpneduenumerate")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jpneduenumerate/"
+ "tex/latex/jpneduenumerate/")
+ (base32
+ "0ndg4ig5bg9ns2pxcf070c7jyh7d7r3r7c7xg5d99k3qlg4vkd9n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jpneduenumerate")
+ (synopsis "Enumerative expressions in Japanese education")
+ (description
+ "Mathematical equation representation in Japanese education differs
+somewhat from the standard LaTeX writing style. This package introduces
+enumerative expressions in Japanese education.")
+ (license license:expat)))
+
+(define-public texlive-jpnedumathsymbols
+ (package
+ (name "texlive-jpnedumathsymbols")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/jpnedumathsymbols/"
+ "tex/latex/jpnedumathsymbols/")
+ (base32
+ "0ap370bp831xxrq45zllyrbhhxs0yv3qb1l5pkpvgsildfk5rk7m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/jpnedumathsymbols")
+ (synopsis "Mathematical equation representation in Japanese education")
+ (description
+ "Mathematical equation representation in Japanese education differs
+somewhat from the standard LaTeX writing style. This package introduces
+mathematical equation representation in Japanese education.")
+ (license license:expat)))
+
+(define-public texlive-kanbun
+ (package
+ (name "texlive-kanbun")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/kanbun/" "tex/latex/kanbun/")
+ (base32
+ "1a922jly8f791r4jbz4097h8js5z29435zphm5i52pvkl6p245wy")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/kanbun")
+ (synopsis "Typeset kanbun-kundoku with support for kanbun annotation")
+ (description
+ "This package allows users to manually input macros for elements in
+a kanbun-kundoku (Han Wen Xun Du) paragraph. More importantly, it accepts
+plain text input in the kanbun annotation form when used with LuaLaTeX, which
+allows typesetting kanbun-kundoku paragraphs efficiently.")
+ (license license:lppl1.3+)))
+
(define-public texlive-libertine
(package
(name "texlive-libertine")
@@ -29257,267 +56728,6 @@ documents as well as DVI output.")
(define-deprecated-package texlive-generic-pdftex texlive-pdftex)
-(define texlive-bin-full
- (package/inherit texlive-bin
- (name "texlive-bin-full")
- (arguments
- (substitute-keyword-arguments (package-arguments texlive-bin)
- ((#:configure-flags _)
- #~(let ((kpathsea #$(this-package-input "texlive-libkpathsea")))
- (list "--with-banner-add=/GNU Guix"
- "--enable-shared"
- "--disable-native-texlive-build"
- "--disable-static"
- "--disable-kpathsea"
- "--with-system-cairo"
- "--with-system-freetype2"
- "--with-system-gd"
- "--with-system-gmp"
- "--with-system-graphite2"
- "--with-system-harfbuzz"
- "--with-system-icu"
- "--with-system-libgs"
- "--with-system-libpaper"
- "--with-system-libpng"
- "--with-system-mpfr"
- "--with-system-pixman"
- "--with-system-potrace"
- "--with-system-teckit"
- "--with-system-zlib"
- "--with-system-zziplib"
- ;; Help locating external kpathsea. For some reason
- ;; PKG-CONFIG is unable to find it.
- "--with-system-kpathsea"
- (format #f "--with-kpathsea-includes=~a/include" kpathsea)
- (format #f "--with-kpathsea-lib=~a/lib" kpathsea)
- ;; LuaJIT is not ported to some architectures yet.
- #$@(if (or (target-ppc64le?)
- (target-riscv64?))
- '("--disable-luajittex"
- "--disable-luajithbtex"
- "--disable-mfluajit")
- '()))))
- ((#:phases phases)
- #~(modify-phases #$phases
- (add-after 'install 'symlink-kpathsea-binaries
- (lambda _
- (let ((bin (string-append
- #$(this-package-input "texlive-libkpathsea")
- "/bin"))
- (files
- '("kpseaccess" "kpsereadlink" "kpsestat" "kpsewhich")))
- (with-directory-excursion (string-append #$output "/bin")
- (for-each (lambda (b) (symlink (string-append bin "/" b) b))
- files)))))
- (add-after 'install 'merge-core-scripts
- (lambda* (#:key inputs native-inputs #:allow-other-keys)
- (let ((texlive-scripts
- (dirname
- (dirname
- (search-input-file (or native-inputs inputs)
- "tlpkg/texlive.tlpdb"))))
- (tlpkg (string-append #$output "/share/tlpkg")))
- ;; "tlpkg" directory is neither provided by texlive-bin nor
- ;; by texlive-texmf.
- (mkdir-p tlpkg)
- (copy-recursively (string-append texlive-scripts "/tlpkg")
- tlpkg)
- ;; texlive-bin source doesn't provide this Perl script.
- ;; Yet, it is referenced in "fmtutil.pl" so we need to move
- ;; it here too.
- (install-file
- (string-append texlive-scripts
- "/texmf-dist/scripts/texlive/mktexlsr.pl")
- (string-append #$output
- "/share/texmf-dist/scripts/texlive")))))
- (add-after 'merge-core-scripts 'patch-core-scripts
- (lambda _
- (with-directory-excursion
- (string-append #$output "/share/texmf-dist/scripts/texlive")
- ;; Make sure that fmtutil can find its Perl modules.
- (substitute* "fmtutil.pl"
- (("\\$TEXMFROOT/")
- (string-append #$output "/share/")))
- ;; Likewise for updmap.pl.
- (substitute* "updmap.pl"
- (("\\$TEXMFROOT/tlpkg")
- (string-append #$output "/share/tlpkg")))
- ;; Likewise for the tlmgr.
- (substitute* "tlmgr.pl"
- ((".*\\$::installerdir = \\$Master.*" all)
- (format #f " $Master = ~s;~%~a"
- (string-append #$output "/share")
- all))))))
- (add-after 'patch-core-scripts 'patch-shell-scripts
- (lambda _
- (with-directory-excursion
- (string-append #$output "/share/texmf-dist/scripts")
- ;; First patch shell scripts with ".sh" extension.
- (let* ((scripts (find-files "." "\\.sh$"))
- (commands '("awk" "basename" "cat" "grep" "mkdir" "rm"
- "sed" "sort" "uname"))
- (command-regexp
- (format #f "\\b(~a)\\b" (string-join commands "|")))
- (iso-8859-1-encoded-scripts
- '("./texlive-extra/rubibtex.sh"
- "./texlive-extra/rumakeindex.sh")))
- (define (substitute-commands scripts)
- (substitute* scripts
- ((command-regexp dummy command)
- (which command))))
- (substitute-commands
- (lset-difference string= scripts iso-8859-1-encoded-scripts))
- (with-fluids ((%default-port-encoding "ISO-8859-1"))
- (substitute-commands iso-8859-1-encoded-scripts)))
- ;; Then patch scripts without such extension.
- (let ((dirs (map (compose dirname which)
- (list "awk" "cat" "grep" "sed"))))
- (substitute* (find-files "texlive" "^mktex(mf|pk|tfm)$")
- (("^version=" m)
- (format #false "PATH=\"~{~a:~}$PATH\"; export PATH~%~a"
- dirs m)))))))))))
- (native-inputs
- (modify-inputs (package-native-inputs texlive-bin)
- (append (package-source texlive-scripts))))
- (inputs
- (modify-inputs (package-inputs texlive-bin)
- (append texlive-libkpathsea)))
- (propagated-inputs '())))
-
-(define texlive-texmf
- (package
- (name "texlive-texmf")
- (version (package-version texlive-bin))
- (source (origin
- (method url-fetch)
- (uri (string-append "ftp://tug.org/historic/systems/texlive/"
- (string-take version 4)
- "/texlive-" version "-texmf.tar.xz"))
- (sha256
- (base32
- "0lqjm11pr9vasvivaci3k9xcmdyd08ldnh31zf8avjjs09xcfkac"))))
- (build-system copy-build-system)
- (arguments
- (list
- #:modules '((guix build copy-build-system)
- (guix build utils)
- (srfi srfi-1)
- (srfi srfi-26))
- ;; This package takes 4 GiB, which we can't afford to distribute from
- ;; our servers.
- #:substitutable? #f
- #:install-plan #~'(("texmf-dist/" "share/texmf-dist"))
- #:phases
- #~(modify-phases %standard-phases
- (add-after 'install 'texmf-config
- (lambda* (#:key inputs native-inputs #:allow-other-keys)
- (let* ((share (string-append #$output "/share"))
- (texmf-dist (string-append share "/texmf-dist"))
- (web2c (string-append texmf-dist "/web2c"))
- (fmtutil.cnf (string-append web2c "/fmtutil.cnf"))
- (texlive-bin
- #$(this-package-native-input "texlive-bin-full")))
- ;; LuaJIT is not ported to powerpc64* yet.
- (if #$(target-ppc64le?)
- (substitute* fmtutil.cnf
- (("^(luajittex|luajithbtex|mfluajit)" m)
- (string-append "#! " m))))
- ;; Register paths in texmfcnf.lua, needed for context.
- (substitute* (string-append web2c "/texmfcnf.lua")
- (("selfautodir:") #$output)
- (("selfautoparent:") (string-append share "/")))
- ;; Set path to TeXLive Perl modules
- (setenv "PERL5LIB"
- (string-append (getenv "PERL5LIB") ":"
- (string-append texlive-bin
- "/share/tlpkg")))
- ;; Configure the texmf-dist tree.
- (setenv "GUIX_TEXMF" texmf-dist)
- (setenv "PATH"
- (string-append (getenv "PATH") ":" texlive-bin "/bin:"))
- (let ((updmap.cfg (string-append web2c "/updmap.cfg")))
- (invoke (string-append texlive-bin "/bin/updmap-sys")
- "--nohash" "--syncwithtrees"
- (string-append "--cnffile=" updmap.cfg)))
- (invoke (string-append texlive-bin "/bin/fmtutil-sys")
- "--cnffile" fmtutil.cnf
- "--all"
- "--fmtdir" web2c)))))))
- (native-inputs (list texlive-bin-full))
- (inputs (list lua perl python-wrapper ruby tcsh))
- (properties `((max-silent-time . 9600))) ; don't time out while grafting
- (synopsis "TeX Live, a package of the TeX typesetting system")
- (description
- "TeX Live provides a comprehensive TeX document production system.
-It includes all the major TeX-related programs, macro packages, and fonts
-that are free software, including support for many languages around the
-world.
-
-This package contains the complete tree of texmf-dist data.")
- (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
- (home-page "https://www.tug.org/texlive/")))
-
-(define-public texlive
- (package
- (name "texlive")
- (version (package-version texlive-bin))
- (source #f)
- (build-system trivial-build-system)
- (arguments
- (list
- #:modules '((guix build utils))
- #:builder
- ;; Build the union of texlive-bin-full and texlive-texmf, but take the
- ;; conflicting subdirectory share/texmf-dist from texlive-texmf.
- #~(begin
- (use-modules (guix build utils))
- (let ((bin #$(this-package-input "texlive-bin-full"))
- (texmf #$(this-package-input "texlive-texmf")))
- (mkdir #$output)
- (with-directory-excursion #$output
- ;; "include/" and "lib/" directories.
- (for-each
- (lambda (name)
- (symlink (string-append bin "/" name) name))
- '("include" "lib"))
- ;; "bin/" directory.
- (mkdir "bin")
- (with-directory-excursion "bin"
- (for-each
- (lambda (name) (symlink name (basename name)))
- (find-files (string-append bin "/bin/") "")))
- ;; "share/info", "share/man", share/texmf-dist/" and
- ;; "share/tlpkg/" directories.
- (mkdir "share")
- (with-directory-excursion "share"
- (for-each
- (lambda (name)
- (symlink (string-append bin "/share/" name) name))
- '("info" "man" "tlpkg"))
- (symlink (string-append texmf "/share/texmf-dist")
- "texmf-dist"))
- ;; Now everything is in place, generate ls-R file.
- (setenv "PATH"
- (string-append
- (getenv "PATH") ":"
- #$(this-package-input "texlive-bin-full") "/bin"))
- (invoke (string-append bin "/bin/mktexlsr")))))))
- (inputs (list texlive-bin-full texlive-texmf))
- (propagated-inputs (list texlive-libkpathsea))
- (native-search-paths
- (list (search-path-specification
- (variable "TEXMFLOCAL")
- (files '("share/texmf-local")))))
- (synopsis "TeX Live, a package of the TeX typesetting system")
- (description
- "TeX Live provides a comprehensive TeX document production system.
-It includes all the major TeX-related programs, macro packages, and fonts that
-are free software, including support for many languages around the world.
-
-This package contains the complete TeX Live distribution.")
- (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
- (home-page "https://www.tug.org/texlive/")))
-
(define-public texlive-biber
(package
(name "texlive-biber")
@@ -30944,6 +58154,26 @@ school teachers, as the style is probably more in line with Italian high
school tests.")
(license license:lppl1.3+)))
+(define-public texlive-exam-zh
+ (package
+ (name "texlive-exam-zh")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/xelatex/exam-zh/" "tex/latex/exam-zh/")
+ (base32
+ "1p0zy0y2c75mq84n3bqbd39hw1phiyfl22q0fzid58v5ngcf0ip1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/exam-zh")
+ (synopsis "LaTeX template for Chinese exams")
+ (description
+ "This package provides a class @file{exam-zh.cls} suitable for Chinese
+exams of all types. It also includes several module packages like
+@file{exam-zh-question.sty} and @file{exam-zh-choices.sty}, which can be used
+individually.")
+ (license license:lppl1.3c)))
+
(define-public texlive-examplep
(package
(name "texlive-examplep")
@@ -31071,6 +58301,32 @@ be specified in the document itself (one often needs a LaTeX citation-style
package, such as @command{natbib} as well).")
(license license:knuth)))
+(define-public texlive-charissil
+ (package
+ (name "texlive-charissil")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/charissil/"
+ "fonts/enc/dvips/charissil/"
+ "fonts/map/dvips/charissil/"
+ "fonts/tfm/SIL/charissil/"
+ "fonts/truetype/SIL/charissil/"
+ "fonts/type1/SIL/charissil/"
+ "fonts/vf/SIL/charissil/"
+ "tex/latex/charissil/")
+ (base32
+ "0hdwxbck39xjkyq981fm3zxxkjw753mnr05jb7h7824k9x9wpfsl")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/charissil")
+ (synopsis "CharisSIL fonts with support for all LaTeX engines")
+ (description
+ "This package provides the CharisSIL family of fonts adapted by SIL
+International from Bitstream Charter in TrueType format, with support for
+LaTeX, pdfLaTeX, XeLaTeX and LuaLaTeX.")
+ (license (list license:silofl1.1 license:lppl))))
+
(define-public texlive-charter
(package
(name "texlive-charter")
@@ -32239,6 +59495,1905 @@ and with colour support. There are macros for colouring or shading the cells
of tables.")
(license license:lppl1.3+)))
+(define-public texlive-pst-2dplot
+ (package
+ (name "texlive-pst-2dplot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-2dplot/"
+ "tex/latex/pst-2dplot/")
+ (base32
+ "1lq39hdlqf4af16lx7qrs6x2hj10rsashgd3yl8659346a2mq75a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-2dplot")
+ (synopsis "PSTricks package for drawing 2D curves")
+ (description
+ "Pst-2dplot is a PSTricks package that offers an intuitive tool for
+plotting 2-d curves. It defines an environment with commands similar to
+MATLAB for plotting.")
+ (license license:lppl)))
+
+(define-public texlive-pst-3d
+ (package
+ (name "texlive-pst-3d")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-3d/" "dvips/pst-3d/"
+ "source/generic/pst-3d/"
+ "tex/generic/pst-3d/" "tex/latex/pst-3d/")
+ (base32
+ "12gpsg14glcjavlwsb7g0dkxcax89z2adkx7p29cpzvssnimdj50")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-3d")
+ (synopsis "PSTricks package for tilting and other pseudo-3D tricks")
+ (description
+ "The package provides basic macros that use PSTricks for shadows, tilting
+and three dimensional representations of text or graphical objects.")
+ (license license:lppl)))
+
+(define-public texlive-pst-3dplot
+ (package
+ (name "texlive-pst-3dplot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-3dplot/"
+ "dvips/pst-3dplot/"
+ "tex/generic/pst-3dplot/"
+ "tex/latex/pst-3dplot/")
+ (base32
+ "0k49c4kc126zacv2p2crdv00l50cg6kfpdnsa9m223naigifzf22")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-3dplot")
+ (synopsis "Draw 3D objects in parallel projection, using PSTricks")
+ (description
+ "This package provides a package using PSTricks to draw a large variety
+of graphs and plots, including 3D maths functions. Data can be read from
+external data files, making this package a generic tool for graphing within
+TeX or LaTeX, without the need for external tools.")
+ (license license:lppl)))
+
+(define-public texlive-pst-abspos
+ (package
+ (name "texlive-pst-abspos")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-abspos/"
+ "source/generic/pst-abspos/"
+ "tex/generic/pst-abspos/"
+ "tex/latex/pst-abspos/")
+ (base32
+ "12k786hfhp8vrq4a6a6caf6fi1p16hd79r3lf19d5vcyykppdcm8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-abspos")
+ (synopsis "Put objects at an absolute position")
+ (description
+ "This PSTricks package provides a command @code{\\pstPutAbs(x,y)} to put
+an object at an arbitrary absolute (or even a relative) position on the
+page.")
+ (license license:lppl)))
+
+(define-public texlive-pst-am
+ (package
+ (name "texlive-pst-am")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-am/"
+ "source/generic/pst-am/" "tex/latex/pst-am/")
+ (base32
+ "1dyhjycy6ccamxcp65761gbszxpvxdsiirqbpljkywsbynwfcn6q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-am")
+ (synopsis "Simulation of modulation and demodulation")
+ (description
+ "The package allows the simulation of the modulated and demodulated
+amplitude of radio waves. The user may plot curves of modulated signals, wave
+carrier, signal modulation, signal recovery and signal demodulation.")
+ (license license:lppl)))
+
+(define-public texlive-pst-antiprism
+ (package
+ (name "texlive-pst-antiprism")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-antiprism/"
+ "dvips/pst-antiprism/"
+ "tex/generic/pst-antiprism/"
+ "tex/latex/pst-antiprism/")
+ (base32
+ "158691m8i8zd0w7d7vsbmkjm4y1ixfvj4j7bxszcw67cz2q2cmyi")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-antiprism")
+ (synopsis "PSTricks related package which draws an antiprism")
+ (description
+ "@code{pst-antiprism} is a PSTricks related package which draws an antiprism,
+which is a semiregular polyhedron constructed with 2-gons and triangles.")
+ (license license:lppl)))
+
+(define-public texlive-pst-arrow
+ (package
+ (name "texlive-pst-arrow")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-arrow/"
+ "tex/generic/pst-arrow/"
+ "tex/latex/pst-arrow/")
+ (base32
+ "1z216b5189f390mdzxxcc240i0iav13nicqjqwcn31f4j4wclpzj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-arrow")
+ (synopsis "Special arrows for PSTricks")
+ (description
+ "This package has all the code from the package @code{pstricks-add},
+which was related to arrows, like multiple arrows and so on.")
+ (license license:lppl)))
+
+(define-public texlive-pst-asr
+ (package
+ (name "texlive-pst-asr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-asr/"
+ "tex/generic/pst-asr/" "tex/latex/pst-asr/")
+ (base32
+ "0hxp905d2r4j2z8hfbl9v45xid20lm41k8xy52fdj5grpshhg2z1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-asr")
+ (synopsis "Typeset autosegmental representations for linguists")
+ (description
+ "The package allows the user to typeset autosegmental representations.")
+ (license license:lppl)))
+
+(define-public texlive-pst-bar
+ (package
+ (name "texlive-pst-bar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-bar/" "dvips/pst-bar/"
+ "tex/generic/pst-bar/" "tex/latex/pst-bar/")
+ (base32
+ "19x8a3r09m28g6mpa98rz94274yahajznkkqarzwh1n8v54bb7hd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-bar")
+ (synopsis "Produces bar charts using PSTricks")
+ (description
+ "The package uses PSTricks to draw bar charts from data stored in
+a comma-delimited file. Several types of bar charts may be drawn, and the
+drawing parameters are highly customizable.")
+ (license license:lppl)))
+
+(define-public texlive-pst-barcode
+ (package
+ (name "texlive-pst-barcode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-barcode/"
+ "dvips/pst-barcode/"
+ "tex/generic/pst-barcode/"
+ "tex/latex/pst-barcode/")
+ (base32
+ "10990hhhj961rizfffplx8v3rhnv7knm8nz2zd1aqp686fr3fkgv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-barcode")
+ (synopsis "Print barcodes using PostScript")
+ (description
+ "The @code{pst-barcode} package allows printing of barcodes, in a huge
+variety of formats, including quick-response (QR) codes. As a PSTricks
+package, the package requires pstricks. The package uses @code{PostScript}
+for calculating the bars. For PDF output use a multi-pass mechansism such as
+@code{pst-pdf}.")
+ (license license:lppl)))
+
+(define-public texlive-pst-bezier
+ (package
+ (name "texlive-pst-bezier")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-bezier/"
+ "dvips/pst-bezier/"
+ "tex/generic/pst-bezier/"
+ "tex/latex/pst-bezier/")
+ (base32
+ "181232snaqfjdc5mzazsdgjvmjn27pcfx45mydkk0cpp61kdr9yk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-bezier")
+ (synopsis "Draw Bezier curves")
+ (description
+ "The package provides a macro @code{\\psbcurve} for drawing a Bezier curve.
+Provision is made for full control of over all the control points of the
+curve.")
+ (license license:lppl)))
+
+(define-public texlive-pst-blur
+ (package
+ (name "texlive-pst-blur")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-blur/" "dvips/pst-blur/"
+ "source/generic/pst-blur/"
+ "tex/generic/pst-blur/"
+ "tex/latex/pst-blur/")
+ (base32
+ "1zz5ixznkl3i59zlv9lxz7f1cfqwbar3qjy5x4323gmzjw2k9f8m")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-blur")
+ (synopsis "PSTricks package for blurred shadows")
+ (description
+ "Pst-blur is a package built for use with PSTricks. It provides macros
+that apply blurring to the normal shadow function of PSTricks.")
+ (license license:lppl)))
+
+(define-public texlive-pst-bspline
+ (package
+ (name "texlive-pst-bspline")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-bspline/"
+ "dvips/pst-bspline/"
+ "tex/generic/pst-bspline/"
+ "tex/latex/pst-bspline/")
+ (base32
+ "0djf1izf9779lgmbw5zhcz7k5hf8ay96nlgdgpsm1zj4ncwkpibg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-bspline")
+ (synopsis "Draw cubic Bspline curves and interpolations")
+ (description
+ "The package draws uniform, cubic B-spline curves, open and closed, based
+on a sequence of B-spline control points. There is also code which permits
+drawing the open or closed cubic Bspline curve interpolating a sequence of
+points. Graphical output is created using PStricks.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-pst-calculate
+ (package
+ (name "texlive-pst-calculate")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-calculate/"
+ "tex/latex/pst-calculate/")
+ (base32
+ "19yi0n8p4gj2p16nsk8f3i02a9adlqssyv57r67dc0qh6a0ipa9k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-calculate")
+ (synopsis "Support for floating point operations at LaTeX level")
+ (description
+ "This package provides an interface to the LaTeX3 floating point unit,
+mainly used for PSTricks related packages to allow math expressions at LaTeX
+level.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-pst-calendar
+ (package
+ (name "texlive-pst-calendar")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-calendar/"
+ "tex/latex/pst-calendar/")
+ (base32
+ "07vc1jxrr0n0iwjx6qjww53xji1pv42dvlc2ghi1r14nypgm8j5n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-calendar")
+ (synopsis "Plot calendars in fancy ways")
+ (description
+ "The package draws tabular calendars, or calendars on dodecahedra with
+a month to each face. The package works for years 2000--2099, and has options
+for calendars in French German and English, but the documentation is not
+available in English.")
+ (license license:lppl)))
+
+(define-public texlive-pst-cie
+ (package
+ (name "texlive-pst-cie")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-cie/" "dvips/pst-cie/"
+ "tex/generic/pst-cie/" "tex/latex/pst-cie/")
+ (base32
+ "0g5yry8m935idznwn486gn75vjyhbdzs2w99l0szh95026kd4f0a")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-cie")
+ (synopsis "CIE color space")
+ (description
+ "pst-cie is a PSTricks related package to show the different CIE color
+spaces: Adobe, CIE, ColorMatch, NTSC, Pal-Secam, ProPhoto, SMPTE, and sRGB.")
+ (license license:lppl)))
+
+(define-public texlive-pst-circ
+ (package
+ (name "texlive-pst-circ")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-circ/" "dvips/pst-circ/"
+ "tex/generic/pst-circ/"
+ "tex/latex/pst-circ/")
+ (base32
+ "0255xcjhm0jcgw352cmdn8d8062g2mihfzhii20zh4j0zznmk7hj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-circ")
+ (synopsis "PSTricks package for drawing electric circuits")
+ (description
+ "The package can easily draw current 2-terminal devices and some 3- and
+4-terminal devices used in electronic or electric theory. The package's
+macros are designed with a view to logical representation of circuits, as far
+as possible, so as to relieve the user of purely graphical considerations when
+expressing a circuit.")
+ (license license:lppl)))
+
+(define-public texlive-pst-coil
+ (package
+ (name "texlive-pst-coil")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-coil/" "dvips/pst-coil/"
+ "tex/generic/pst-coil/"
+ "tex/latex/pst-coil/")
+ (base32
+ "0d3wqrv19zc9qwp3gbr32siad408z4g23k5861p0hqy2hw8f908q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-coil")
+ (synopsis "PSTricks package for coils, etc")
+ (description
+ "Pst-coil is a PSTricks based package for coils and zigzags and for coil
+and zigzag node connections.")
+ (license license:lppl)))
+
+(define-public texlive-pst-contourplot
+ (package
+ (name "texlive-pst-contourplot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-contourplot/"
+ "tex/generic/pst-contourplot/"
+ "tex/latex/pst-contourplot/")
+ (base32
+ "00nqg59x1x3nh30cclqjdyyyjzinyl9czjfywznh68dzari1fvqk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-contourplot")
+ (synopsis
+ "Draw implicit functions using the marching squares algorithm")
+ (description
+ "This package allows to draw implicit functions @samp{f(x,y) = 0} with
+options for coloring the inside of the surfaces, for marking the points and
+arrowing the curve at points chosen by the user. The package uses the
+marching squares algorithm.")
+ (license license:lppl)))
+
+(define-public texlive-pst-cox
+ (package
+ (name "texlive-pst-cox")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-cox/" "dvips/pst-cox/"
+ "tex/generic/pst-cox/" "tex/latex/pst-cox/")
+ (base32
+ "1bw2qmsc735q3ji4h7l166s37wcpd6s4fvi98ggagndm29mcbia3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-cox")
+ (synopsis "Drawing regular complex polytopes with PSTricks")
+ (description
+ "Pst-cox is a PSTricks package for drawing 2-dimensional projections of
+complex regular polytopes (after the work of Coxeter). The package consists
+of a macro library for drawing the projections. The complex polytopes appear
+in the study of the root systems and play a crucial role in many domains
+related to mathematics and physics. These polytopes have been completely
+described by Coxeter in his book @emph{Regular Complex Polytopes}. There
+exist only a finite numbers of exceptional regular complex polytopes (for
+example the icosahedron) and some infinite series (for example, one can
+construct a multi-dimensional analogue of the hypercube in any finite
+dimension).
+
+The library contains two packages. The first, @code{pst-coxcoor}, is devoted
+to the exceptional complex regular polytopes whose coordinates have been
+pre-computed. The second, @code{pst-coxeterp}, is devoted to the infinite
+series.")
+ (license license:lgpl3+)))
+
+(define-public texlive-pst-dart
+ (package
+ (name "texlive-pst-dart")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-dart/"
+ "tex/generic/pst-dart/"
+ "tex/latex/pst-dart/")
+ (base32
+ "1834hxlg4hfqmrl6k5i2c1jimzd0lcdi6x82b8lfj8dhnddlbgzr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-dart")
+ (synopsis "Plotting dart boards")
+ (description
+ "@code{pst-dart} is a PSTricks related package and draws dart boards.
+Optional arguments are the unit and the fontsize.")
+ (license license:lppl)))
+
+(define-public texlive-pst-dbicons
+ (package
+ (name "texlive-pst-dbicons")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-dbicons/"
+ "source/generic/pst-dbicons/"
+ "tex/latex/pst-dbicons/")
+ (base32
+ "0pzfahir5vvxw28095myqppfpyik7agzncm9vm42gvldw45byr4q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-dbicons")
+ (synopsis "Support for drawing ER diagrams")
+ (description
+ "The package provides some useful macros in the database area. The
+package focusses on typesetting ER-Diagrams in a declarative style, i.e., by
+positioning some nodes and defining the position of all other nodes relative
+to them by using the standard database terminology.")
+ (license license:lppl)))
+
+(define-public texlive-pst-diffraction
+ (package
+ (name "texlive-pst-diffraction")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-diffraction/"
+ "source/generic/pst-diffraction/"
+ "tex/generic/pst-diffraction/"
+ "tex/latex/pst-diffraction/")
+ (base32
+ "1wi67md3046nj0arqi1wmbgdhdrsnfqgmmb0ayk2iswfhvx32myr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-diffraction")
+ (synopsis "Print diffraction patterns from various apertures")
+ (description
+ "The package enables the user to draw (using PSTricks) the diffraction
+patterns for different geometric forms of apertures for monochromatic light.
+The aperture stops can have rectangular, circular or triangular openings. The
+view of the diffraction may be planar, or three-dimensional. Options
+available are the dimensions of the aperture under consideration and of the
+particular optical setting, e.g., the radius in case of an circular opening.
+Moreover one can choose the wavelength of the light (the associated color will
+be calculated by the package).")
+ (license license:lppl)))
+
+(define-public texlive-pst-electricfield
+ (package
+ (name "texlive-pst-electricfield")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-electricfield/"
+ "dvips/pst-electricfield/"
+ "source/generic/pst-electricfield/"
+ "tex/generic/pst-electricfield/"
+ "tex/latex/pst-electricfield/")
+ (base32
+ "1awc5nqp7giqmczx1xd1y78j5vgsw7y8m767mbhgs5j12j3yl4yd")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-electricfield")
+ (synopsis "Draw electric field and equipotential lines with PSTricks")
+ (description
+ "The package provides macros to plot electric field and equipotential
+lines using PStricks. There may be any number of charges which can be placed
+in a cartesian coordinate system.")
+ (license license:lppl)))
+
+(define-public texlive-pst-eps
+ (package
+ (name "texlive-pst-eps")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-eps/"
+ "source/generic/pst-eps/"
+ "tex/generic/pst-eps/" "tex/latex/pst-eps/")
+ (base32
+ "1lf106rw3w6gicn6021jpj4bgbpgjyixp64l9aqqxn6ip6vm4yh3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-eps")
+ (synopsis "Create EPS files from PSTricks figures")
+ (description
+ "Pst-eps is a PSTricks-based package for exporting PSTricks images on the
+fly to encapsulated PostScript (EPS) image files, which can then be read into
+a document in the usual way.")
+ (license license:lppl)))
+
+(define-public texlive-pst-eucl
+ (package
+ (name "texlive-pst-eucl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-eucl/" "dvips/pst-eucl/"
+ "tex/generic/pst-eucl/"
+ "tex/latex/pst-eucl/")
+ (base32
+ "070f7chfvj65mhhdnghblhlq0ywvy76bw17dcb8519ixra6p4f4d")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-eucl")
+ (synopsis "Euclidian geometry with PSTricks")
+ (description
+ "The package allows the drawing of Euclidean geometric figures using TeX
+PSTricks macros for specifying mathematical constraints. It is thus possible
+to build point using common transformations or intersections. The use of
+coordinates is limited to points which controlled the figure.")
+ (license license:lppl)))
+
+(define-public texlive-pst-eucl-translation-bg
+ (package
+ (name "texlive-pst-eucl-translation-bg")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-eucl-translation-bg/")
+ (base32
+ "06c9ajnfl01sl81z5r8a5lzmaygq9rdmgym2v40y7xp7z033gwwv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-eucl-translation-bg")
+ (synopsis "Bulgarian translation of the @code{pst-eucl} documentation")
+ (description
+ "The package provides the @code{pst-eucl} package documentation in
+Bulgarian language.")
+ (license license:lppl)))
+
+(define-public texlive-pst-exa
+ (package
+ (name "texlive-pst-exa")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-exa/" "tex/latex/pst-exa/")
+ (base32
+ "1jbkk5nircdv0mas1vbydqhca1r5vcmrxyyi5xwzi1qhfbw3xa8g")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-exa")
+ (synopsis "Typeset PSTricks examples, with code")
+ (description
+ "The (PSTricks-related) package provides an environment @code{PSTexample}
+to put code and output side by side or one above the other.")
+ (license license:lppl)))
+
+(define-public texlive-pst-feyn
+ (package
+ (name "texlive-pst-feyn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-feyn/" "dvips/pst-feyn/"
+ "tex/generic/pst-feyn/"
+ "tex/latex/pst-feyn/")
+ (base32
+ "08m8pwl5kk2rs835pnksap8ld6ir0chlbswchgpvks229i6gkrj0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-feyn")
+ (synopsis "Draw graphical elements for Feynman diagrams")
+ (description
+ "@code{pst-feyn} is a set of drawing graphical elements which are used
+for Feynman diagrams.")
+ (license license:lppl)))
+
+(define-public texlive-pst-fill
+ (package
+ (name "texlive-pst-fill")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-fill/"
+ "tex/generic/pst-fill/"
+ "tex/latex/pst-fill/")
+ (base32
+ "0anzq671nsprckhy92ybp2y93g5f2z1s0qja9wx2mrjpb4xq8ng0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-fill")
+ (synopsis "Fill or tile areas with PSTricks")
+ (description
+ "Pst-fill is a PSTricks-based package for filling and tiling areas or
+characters.")
+ (license license:lppl)))
+
+(define-public texlive-pst-fit
+ (package
+ (name "texlive-pst-fit")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-fit/"
+ "tex/generic/pst-fit/" "tex/latex/pst-fit/")
+ (base32
+ "0w2vnd6zb9vdrqbk256ynr7lg7p9ps53rrdq9l999bw8f8vip1as")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-fit")
+ (synopsis "Macros for curve fitting")
+ (description
+ "The package uses PSTricks to fit curves to: linear functions; power
+functions; exp function; logarithm functions; Recip; Kings Law data; Gaussian;
+and fourth order polynomials.")
+ (license license:lppl)))
+
+(define-public texlive-pst-flags
+ (package
+ (name "texlive-pst-flags")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-flags/"
+ "tex/latex/pst-flags/")
+ (base32
+ "13078q4mg1r8hg5zvywfasfz26phcr9dvsw4s05spc116b8fz9gn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-flags")
+ (synopsis "Draw flags of countries using PSTricks")
+ (description
+ "This package provides a number of macros for rendering flags of
+countries and their associated artefacts using PSTricks. Formatting of the
+resulting drawings is entirely controlled by TeX macros. A good working
+knowledge of LaTeX should be sufficient to design flags of sovereign countries
+and adapt them to create new designs. Features such as color or shape
+customisation and dynamic modifications are possible by cleverly adjusting the
+options supplied to the TeX macros.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-pst-fr3d
+ (package
+ (name "texlive-pst-fr3d")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-fr3d/"
+ "source/generic/pst-fr3d/"
+ "tex/generic/pst-fr3d/"
+ "tex/latex/pst-fr3d/")
+ (base32
+ "0y8xsq6wklpygzf0lfdy683vkdrglw5jl00qyfwk6rl08wb4l17y")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-fr3d")
+ (synopsis "Draw 3-dimensional framed boxes using PSTricks")
+ (description
+ "This package provides a package using PSTricks to draw three dimensional
+framed boxes using a macro @code{\\PstFrameBoxThreeD}. The macro is
+especially useful for drawing 3D-seeming buttons.")
+ (license license:lppl)))
+
+(define-public texlive-pst-fractal
+ (package
+ (name "texlive-pst-fractal")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-fractal/"
+ "dvips/pst-fractal/"
+ "tex/generic/pst-fractal/"
+ "tex/latex/pst-fractal/")
+ (base32
+ "0jc9zwjp23l6njr7y63jh0xv4a6qy2610bb88fdiwdsqnh70gs72")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-fractal")
+ (synopsis "Draw fractal sets using PSTricks")
+ (description
+ "The package uses PSTricks to draw the Julia and Mandelbrot sets, the
+Sierpinski triangle, Koch flake, and Apollonius Circle as well as fractal
+trees (which need not be balanced) with a variety of different
+parameters (including varying numbers of iterations).")
+ (license license:lppl)))
+
+(define-public texlive-pst-fun
+ (package
+ (name "texlive-pst-fun")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-fun/" "dvips/pst-fun/"
+ "source/generic/pst-fun/"
+ "tex/generic/pst-fun/" "tex/latex/pst-fun/")
+ (base32
+ "070nv0yv0rcfvx36xmya953pk89whrr26irvy0ccb41k66fvw5j1")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-fun")
+ (synopsis "Draw funny objects with PSTricks")
+ (description
+ "This is a PSTricks related package for drawing funny objects, like ant, bird,
+fish, kangaroo, etc. Such objects may be useful for testing other PSTricks
+macros and/or packages. (Or they can be used for fun...)")
+ (license license:lppl)))
+
+(define-public texlive-pst-func
+ (package
+ (name "texlive-pst-func")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-func/" "dvips/pst-func/"
+ "tex/generic/pst-func/"
+ "tex/latex/pst-func/")
+ (base32
+ "01ibjcyb71l5wqm0x2vq3i4by7q0hp6jmghyw9gkrapmdlwqig5q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-func")
+ (synopsis "PSTricks package for plotting mathematical functions")
+ (description
+ "The package is built for use with PSTricks. It provides macros for
+plotting and manipulating various mathematical functions:
+
+@itemize
+@item polynomials and their derivatives,
+@item Fourier sums,
+@item the Bessel function defined by its order;
+@item the Gauss function defined by sigma and mu,
+@item Bezier curves from order 1 (two control points) to order 9 (10 control
+points),
+@item the superellipse function (the Lame curve),
+@item Chebyshev polynomials of the first and second kind,
+@item the Thomae (or popcorn) function,
+@item the Weierstrass function,
+@item various integration-derived functions: normal, binomial, poisson, gamma,
+chi-squared, student's t, F, beta, Cauchy and Weibull distribution functions
+and the Lorenz curve,
+@item the zeroes of a function, or the intermediate point of two functions,
+@item the Vasicek function for describing the evolution of interest rates,
+@item implicit functions.
+@end itemize
+
+The plots may be generated as volumes of rotation about the X-axis, as well.")
+ (license license:lppl)))
+
+(define-public texlive-pst-gantt
+ (package
+ (name "texlive-pst-gantt")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-gantt/"
+ "tex/generic/pst-gantt/"
+ "tex/latex/pst-gantt/")
+ (base32
+ "1ziahdc0r8pkxxn6p6ijrx1diihkbbrmwbbc1pzi1sddqg05l5sc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-gantt")
+ (synopsis "Draw GANTT charts with PSTricks")
+ (description
+ "The package uses PSTricks to draw GANTT charts, which are a kind of bar
+chart that displays a project schedule.")
+ (license license:lppl)))
+
+(define-public texlive-pst-geo
+ (package
+ (name "texlive-pst-geo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-geo/" "dvips/pst-geo/"
+ "tex/generic/pst-geo/" "tex/latex/pst-geo/")
+ (base32
+ "1zqmjjg9zmmzjqmhx2jwcc761f1rrxcchsnrd5s686f9p6z4w7c6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-geo")
+ (synopsis "Geographical projections")
+ (description
+ "The package offers a set of PSTricks related packages for various
+cartographic projections of the terrestrial sphere. The package
+@code{pst-map2d} provides conventional projections such as Mercator, Lambert,
+cylindrical, etc. The package @code{pst-map3d} treats representation in three
+dimensions of the terrestrial sphere. Packages @code{pst-map2dII} and
+@code{pst-map3dII} allow use of the CIA World DataBank II. Various parameters
+of the packages allow for choice of the level of the detail and the layouts
+possible (cities, borders, rivers etc). Substantial data files are provided,
+in an (internally) compressed format. Decompression happens on-the-fly as
+a document using the data is displayed, printed or converted to PDF format.
+A Perl script is provided for the user to do the decompression, if the need
+should arise.")
+ (license license:lppl)))
+
+(define-public texlive-pst-geometrictools
+ (package
+ (name "texlive-pst-geometrictools")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-geometrictools/"
+ "tex/generic/pst-geometrictools/"
+ "tex/latex/pst-geometrictools/")
+ (base32
+ "14mhyjq8w3llkyjij274n5sdwbp3ak2xi6q6ggqdakgn032a7yhn")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-geometrictools")
+ (synopsis "PSTricks package to draw geometric tools")
+ (description
+ "This PSTricks package facilitates the drawing of protractors, rulers,
+compasses and pencils.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-pst-gr3d
+ (package
+ (name "texlive-pst-gr3d")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-gr3d/"
+ "source/latex/pst-gr3d/"
+ "tex/generic/pst-gr3d/"
+ "tex/latex/pst-gr3d/")
+ (base32
+ "0pppd4l4yrdgy0vss8l2kndd0cg9nxip7d7vcyrfr0cz9kw0z45n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-gr3d")
+ (synopsis "Three dimensional grids with PSTricks")
+ (description
+ "This PSTricks package provides a command @code{\\PstGridThreeD} that
+will draw a three dimensional grid, offering a number of options for its
+appearance.")
+ (license license:lppl)))
+
+(define-public texlive-pst-grad
+ (package
+ (name "texlive-pst-grad")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-grad/" "dvips/pst-grad/"
+ "tex/generic/pst-grad/"
+ "tex/latex/pst-grad/")
+ (base32
+ "10b8b7mb6c1kkwvwrq31zwmn184qprd69ckypp0gs5s1nz9klc4l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-grad")
+ (synopsis "Filling with colour gradients, using PSTricks")
+ (description
+ "The package fills with colour gradients, using PSTricks. The RGB, CMYK
+and HSB models are supported. Other colour gradient mechanisms are to be
+found in package @code{pst-slpe}.")
+ (license license:lppl)))
+
+(define-public texlive-pst-graphicx
+ (package
+ (name "texlive-pst-graphicx")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-graphicx/"
+ "tex/generic/pst-graphicx/")
+ (base32
+ "0x1053a92hi1msbmw7s0222k0vfg28172qrinz3hdv94igaxi38q")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-graphicx")
+ (synopsis "PSTricks-compatible @code{graphicx} for use with Plain TeX")
+ (description
+ "The package provides a version of @code{graphicx} that avoids loading
+the graphics bundle's (original) @code{keyval} package, which clashes with
+PSTricks use of @code{xkeyval}.")
+ (license license:lppl)))
+
+(define-public texlive-pst-hsb
+ (package
+ (name "texlive-pst-hsb")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-hsb/"
+ "tex/generic/pst-hsb/" "tex/latex/pst-hsb/")
+ (base32
+ "0cv81bbkg2yhszjs2y7b5vs241y272by5mcb7adg347jzyrs8s74")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-hsb")
+ (synopsis "Curves with continuous colours")
+ (description
+ "This is a PSTricks-related package. It can plot lines and/or curves
+with continuous colours. Only colours defined in the HSB model are
+supported.")
+ (license license:lppl)))
+
+(define-public texlive-pst-infixplot
+ (package
+ (name "texlive-pst-infixplot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-infixplot/"
+ "tex/generic/pst-infixplot/"
+ "tex/latex/pst-infixplot/")
+ (base32
+ "07yqjzznayk3pjbsaxjz5b63hiabmkdywv2h6kshpjqmh2q1zi6w")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-infixplot")
+ (synopsis "Use PSTricks plotting capacities with infix expressions")
+ (description
+ "Plotting functions with pst-plot is very powerful but sometimes
+difficult to learn since the syntax of @code{\\psplot} and
+@code{\\parametricplot} requires some PostScript knowledge. The infix-RPN and
+@code{pst-infixplot} styles simplify the usage of @code{pst-plot} for the
+beginner, providing macro commands that convert natural mathematical
+expressions to PostScript syntax.")
+ (license license:lppl)))
+
+(define-public texlive-pst-intersect
+ (package
+ (name "texlive-pst-intersect")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-intersect/"
+ "dvips/pst-intersect/"
+ "source/latex/pst-intersect/"
+ "tex/generic/pst-intersect/"
+ "tex/latex/pst-intersect/")
+ (base32
+ "157yqj923kikm8abiv3giyf9rrr6cw0jwqj37ri5ya5iyxlfvmmv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-intersect")
+ (synopsis "Compute intersections of arbitrary curves")
+ (description
+ "The package computes the intersections between arbitrary PostScript
+paths or Bezier curves, using the Bezier clipping algorithm.")
+ (license license:lppl)))
+
+(define-public texlive-pst-jtree
+ (package
+ (name "texlive-pst-jtree")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-jtree/"
+ "tex/generic/pst-jtree/"
+ "tex/latex/pst-jtree/")
+ (base32
+ "07vzx418syv1v04z1552k9iwjz4b4kmw7g2m1i4nqdfg2lvina8s")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-jtree")
+ (synopsis "Typeset complex trees for linguists")
+ (description
+ "jTree uses PSTricks to enable linguists to typeset complex trees.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-pst-knot
+ (package
+ (name "texlive-pst-knot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-knot/" "dvips/pst-knot/"
+ "tex/generic/pst-knot/"
+ "tex/latex/pst-knot/")
+ (base32
+ "1b69m4qwd37vd3x734r4hp4wzsirsp6k5m87yqmxlhlkrf0wmrwc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-knot")
+ (synopsis "PSTricks package for displaying knots")
+ (description
+ "The package can produce a fair range of knot shapes, with all the
+standard graphics controls one expects.")
+ (license license:lppl)))
+
+(define-public texlive-pst-labo
+ (package
+ (name "texlive-pst-labo")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-labo/"
+ "tex/generic/pst-labo/"
+ "tex/latex/pst-labo/")
+ (base32
+ "10c2qv2fpijb49yn7p00b116icimhiva5kq0bfgj2975y90fncjb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-labo")
+ (synopsis "Draw objects for Chemistry laboratories")
+ (description
+ "Pst-labo is a PSTricks related package for drawing basic and complex
+chemical objects. The documentation of the package is illuminated with plenty
+of illustrations together with their source code, making it an easy read.")
+ (license license:lppl)))
+
+(define-public texlive-pst-layout
+ (package
+ (name "texlive-pst-layout")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-layout/"
+ "tex/latex/pst-layout/")
+ (base32
+ "1f07j551kiajqyrfjlsj7xk40zv18ik2b3fih5iyzkf4zk4f650r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-layout")
+ (synopsis "Page layout macros based on PSTricks packages")
+ (description
+ "The package provides a means of creating elaborate (``pseudo-tabular'')
+layouts of material, typically to be overlaid on an included graphic.")
+ (license license:lppl)))
+
+(define-public texlive-pst-lens
+ (package
+ (name "texlive-pst-lens")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-lens/"
+ "source/generic/pst-lens/"
+ "tex/generic/pst-lens/"
+ "tex/latex/pst-lens/")
+ (base32
+ "0h2930i4izgfjk96445yiwsk6x8cg5cl4zlqrg5rsv7nr2k8njy3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-lens")
+ (synopsis "Lenses with PSTricks")
+ (description
+ "This PSTricks package provides a really rather simple command
+@code{\\PstLens} that will draw a lens. Command parameters provide
+a remarkable range of effects.")
+ (license license:lppl)))
+
+(define-public texlive-pst-light3d
+ (package
+ (name "texlive-pst-light3d")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-light3d/"
+ "dvips/pst-light3d/"
+ "source/generic/pst-light3d/"
+ "tex/generic/pst-light3d/"
+ "tex/latex/pst-light3d/")
+ (base32
+ "0kwdbf64m2kmplk4r7ifxckajh3d5sgjini70fmababnrp1g8nzf")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-light3d")
+ (synopsis "Three dimensional lighting effects (PSTricks)")
+ (description
+ "This package provides a PSTricks package for three dimensional lighting
+effects on characters and PSTricks graphics, like lines, curves, plots, ...")
+ (license license:lppl)))
+
+(define-public texlive-pst-lsystem
+ (package
+ (name "texlive-pst-lsystem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-lsystem/"
+ "dvips/pst-lsystem/"
+ "tex/generic/pst-lsystem/"
+ "tex/latex/pst-lsystem/")
+ (base32
+ "1k3krdcfqa5cyzaq0jp8dzil6arfvs5ah2mp87460pl2wvfza0lr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-lsystem")
+ (synopsis "Create images based on a L-system")
+ (description
+ "@code{pst-lsystem} is a PSTricks based package for creating images based
+on a L-system. A L-system (Lindenmayer system) is a set of rules which can be
+used to model the morphology of a variety of organisms or fractals like the
+Kochflake or Hilbert curve.")
+ (license license:lppl)))
+
+(define-public texlive-pst-magneticfield
+ (package
+ (name "texlive-pst-magneticfield")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-magneticfield/"
+ "dvips/pst-magneticfield/"
+ "tex/generic/pst-magneticfield/"
+ "tex/latex/pst-magneticfield/")
+ (base32
+ "0gxz7yfj16b23lwn5pq68r8yb6klm7xhmq5m0addmrq1dvb3id5n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-magneticfield")
+ (synopsis "Plotting a magnetic field with PSTricks")
+ (description
+ "@code{pst-magneticfield} is a PSTricks related package to draw the
+magnetic field lines of Helmholtz coils in a two or three dimensional view.
+There are several parameters to create a different output.")
+ (license license:lppl)))
+
+(define-public texlive-pst-marble
+ (package
+ (name "texlive-pst-marble")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-marble/"
+ "dvips/pst-marble/"
+ "tex/generic/pst-marble/"
+ "tex/latex/pst-marble/")
+ (base32
+ "1j5jags1m4wwwfkd25n57q49ggdwc7b9qjp8da4q255yf0i54w91")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-marble")
+ (synopsis "PSTricks package to draw marble-like patterns")
+ (description "This is a PSTricks package to draw marble-like patterns.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-pst-math
+ (package
+ (name "texlive-pst-math")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-math/" "dvips/pst-math/"
+ "tex/generic/pst-math/"
+ "tex/latex/pst-math/")
+ (base32
+ "1h9fg3wz7k28kgmlanli8jzz8kqif11lf0y50w5wxrnaasdmh1ib")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-math")
+ (synopsis "Enhancement of PostScript math operators to use with PSTricks")
+ (description
+ "PostScript lacks a lot of basic operators such as tan, acos, asin, cosh,
+sinh, tanh, acosh, asinh, atanh, exp (with e base). Also (oddly) cos and sin
+use arguments in degrees. Pst-math provides all those operators in a header
+file @file{pst-math.pro} with wrappers @file{pst-math.sty} and
+@file{pst-math.tex}. In addition, sinc, gauss, gammaln and bessel are
+implemented (only partially for the latter). The package is designed
+essentially to work with @code{pst-plot} but can be used in whatever PS code.
+The package also provides a routine SIMPSON for numerical integration and
+a solver of linear equation systems.")
+ (license license:lppl)))
+
+(define-public texlive-pst-mirror
+ (package
+ (name "texlive-pst-mirror")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-mirror/"
+ "dvips/pst-mirror/"
+ "tex/generic/pst-mirror/"
+ "tex/latex/pst-mirror/")
+ (base32
+ "0b2q1islf9mwphzcs6g04vq69hlmyisx4rb5fb77yiw3na5xlnq0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-mirror")
+ (synopsis "Images on a spherical mirror")
+ (description
+ "The package provides commands and supporting PostScript material for
+drawing images as if reflected by a spherical mirror.")
+ (license license:lppl)))
+
+(define-public texlive-pst-moire
+ (package
+ (name "texlive-pst-moire")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-moire/" "dvips/pst-moire/"
+ "tex/generic/pst-moire/"
+ "tex/latex/pst-moire/")
+ (base32
+ "0i2p5b2cfhnbmszcs5ydlk4nfxhwgl84kq148kpg6cx07gg8rr6l")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-moire")
+ (synopsis "PSTricks package to draw moiré patterns")
+ (description "This is a PSTricks package to draw moiré patterns.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-pst-node
+ (package
+ (name "texlive-pst-node")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-node/" "dvips/pst-node/"
+ "tex/generic/pst-node/"
+ "tex/latex/pst-node/")
+ (base32
+ "0w9j1l5hlid98sp6hm7ny0z3nh6jcccvxglprq0wr08w89zb7dmz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-node")
+ (synopsis "Nodes and node connections in PSTricks")
+ (description
+ "The package enables the user to connect information, and to place labels,
+without knowing (in advance) the actual positions of the items to be
+connected, or where the connecting line should go. The macros are useful for
+making graphs and trees, mathematical diagrams, linguistic syntax diagrams,
+and so on.")
+ (license license:lppl)))
+
+(define-public texlive-pst-ob3d
+ (package
+ (name "texlive-pst-ob3d")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-ob3d/"
+ "source/generic/pst-ob3d/"
+ "tex/generic/pst-ob3d/"
+ "tex/latex/pst-ob3d/")
+ (base32
+ "1j6y3v4x5gkshzxnmklwl2hqbz7nr904v1qa1dr9l4m814p2jhcc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-ob3d")
+ (synopsis "Three dimensional objects using PSTricks")
+ (description
+ "The package uses PSTricks to provide basic three-dimensional objects.
+As yet, only cubes (which can be deformed to rectangular parallelipipeds) and
+dies (which are only a special kind of cubes) are defined.")
+ (license license:lppl)))
+
+(define-public texlive-pst-ode
+ (package
+ (name "texlive-pst-ode")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-ode/" "dvips/pst-ode/"
+ "tex/generic/pst-ode/" "tex/latex/pst-ode/")
+ (base32
+ "0mx6wsdl4m0nr6848qpyfi6rn7x1nsqljnflsp0yk010r0vsmid5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-ode")
+ (synopsis
+ "Solve initial value problems for sets of Ordinary Differential
+Equations")
+ (description
+ "The package defines @code{\\pstODEsolve} for solving initial value
+problems for sets of Ordinary Differential Equations (ODE) using the
+Runge-Kutta-Fehlberg (RKF45) method with automatic step size adjustment. The
+result is stored as a PostScript object and may be plotted later using macros
+from other PSTricks packages, such as @code{\\listplot} (from @code{pst-plot})
+and @code{\\listplotThreeD} (from @code{pst-3dplot}), or may be further
+processed by user-defined PostScript procedures. Optionally, the computed
+state vectors can be written as a table to a text file.")
+ (license license:lppl)))
+
+(define-public texlive-pst-optexp
+ (package
+ (name "texlive-pst-optexp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-optexp/" "dvips/pst-optexp/"
+ "makeindex/pst-optexp/"
+ "source/latex/pst-optexp/"
+ "tex/latex/pst-optexp/")
+ (base32
+ "0m835c700a6bxd8r8m84injzz862j1xdxbbh8waxh97yrfwmhp45")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-optexp")
+ (synopsis "Drawing optical experimental setups")
+ (description
+ "The package is a collection of optical components that facilitate easy
+sketching of optical experimental setups. The package uses PSTricks for its
+output. A wide range of free-ray and fibre components is provided, the
+alignment, positioning and labelling of which can be achieved in very simple
+and flexible ways. The components may be connected with fibers or beams, and
+realistic raytraced beam paths are also possible.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-pst-optic
+ (package
+ (name "texlive-pst-optic")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-optic/"
+ "tex/generic/pst-optic/"
+ "tex/latex/pst-optic/")
+ (base32
+ "1qgxqygcfv3v6wkf6igkyp5aimp9f9nvfyizcwlxlxr32mjvvbly")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-optic")
+ (synopsis "Drawing optics diagrams")
+ (description
+ "This package provides a package for drawing both reflective and
+refractive optics diagrams.")
+ (license license:lppl)))
+
+(define-public texlive-pst-osci
+ (package
+ (name "texlive-pst-osci")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-osci/"
+ "tex/generic/pst-osci/"
+ "tex/latex/pst-osci/")
+ (base32
+ "0h7wnpm26z8v904yj0wvadrjsh3j5fsn73ihilxhb4zd88zqib99")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-osci")
+ (synopsis "Oscgons with PSTricks")
+ (description
+ "This PSTricks package enables you to produce oscilloscope screen shots.
+Three channels can be used to represent the most common signals (damped or
+not): namely sinusoidal, rectangular, triangular, dog's tooth (left and right
+oriented). The third channel allows you to add, to subtract or to multiply
+the two other signals. Lissajous diagrams (XY-mode) can also be obtained.")
+ (license license:lppl)))
+
+(define-public texlive-pst-ovl
+ (package
+ (name "texlive-pst-ovl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-ovl/" "dvips/pst-ovl/"
+ "tex/generic/pst-ovl/" "tex/latex/pst-ovl/")
+ (base32
+ "0v9f4k475cm922y7i2x6w6p1w3nnbaw69rniznwap9bhliv0ynfg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-ovl")
+ (synopsis "Create and manage graphical overlays")
+ (description
+ "The package is useful when building an image from assorted material, as
+in the slides of a projected presentation.")
+ (license license:lppl)))
+
+(define-public texlive-pst-pad
+ (package
+ (name "texlive-pst-pad")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-pad/"
+ "source/generic/pst-pad/"
+ "tex/generic/pst-pad/" "tex/latex/pst-pad/")
+ (base32
+ "1vvgjf2g9dynjg1y6dm1d47v40sga4a34ngyy3h5lfmy58860jri")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-pad")
+ (synopsis "Draw simple attachment systems with PSTricks")
+ (description
+ "The package collects a set of graphical elements based on PStricks that
+can be used to facilitate display of attachment systems such as two
+differently shaped surfaces with or without a fluid wedged in between. These
+macros ease the display of wet adhesion models and common friction systems
+such as boundary lubrication, elastohydrodynamic lubrication and hydrodynamic
+lubrication.")
+ (license license:lppl)))
+
+(define-public texlive-pst-pdf
+ (package
+ (name "texlive-pst-pdf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-pdf/" "scripts/pst-pdf/"
+ "source/latex/pst-pdf/" "tex/latex/pst-pdf/")
+ (base32
+ "1as5q9p6z9y3ps3hm8v8par18xmxmhrcxmknpl6rhjq0wbyjlj26")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "ps4pdf")))
+ (home-page "https://ctan.org/pkg/pst-pdf")
+ (synopsis "Make PDF versions of graphics by processing between runs")
+ (description
+ "The package @code{pst-pdf} simplifies the use of graphics from PSTricks
+and other PostScript code in PDF documents. As in building a bibliography
+with BibTeX, additional external programmes are invoked. In this case they
+are used to create a PDF file that will contain all the graphics material. In
+the final document these contents will be inserted instead of the original
+PostScript code.")
+ (license license:lppl1.2+)))
+
+(define-public texlive-pst-pdgr
+ (package
+ (name "texlive-pst-pdgr")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-pdgr/"
+ "source/generic/pst-pdgr/"
+ "tex/generic/pst-pdgr/"
+ "tex/latex/pst-pdgr/")
+ (base32
+ "08v28601j7ygp7d8xliwhfbrl2gh93ikf6kbl4p86wfxsbxlhg0c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-pdgr")
+ (synopsis "Draw medical pedigrees using PSTricks")
+ (description
+ "The package provides a set of macros based on PSTricks to draw medical
+pedigrees according to the recommendations for standardized human pedigree
+nomenclature. The drawing commands place the symbols on a @code{pspicture}
+canvas. An interface for making trees is also provided. The package may be
+used both with LaTeX and PlainTeX. A separate Perl program for generating TeX
+files from spreadsheets is available.")
+ (license license:lppl)))
+
+(define-public texlive-pst-perspective
+ (package
+ (name "texlive-pst-perspective")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-perspective/"
+ "tex/generic/pst-perspective/"
+ "tex/latex/pst-perspective/")
+ (base32
+ "0dm7qqar0kjnc68xwhp7vn4m8bcsmzcs6qzh61ainbls7gni5aq8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-perspective")
+ (synopsis "Draw perspective views using PSTricks")
+ (description
+ "The package provides the means to draw an orthogonal parallel projection
+with an arbitrarily chosen angle and a variable shortening factor.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-pst-platon
+ (package
+ (name "texlive-pst-platon")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-platon/"
+ "source/generic/pst-platon/"
+ "tex/latex/pst-platon/")
+ (base32
+ "0a4w47varc1i22h5iwd49c0clwb2k8hdlva5l6nfmc889wgwp0d7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-platon")
+ (synopsis "Platonic solids in PSTricks")
+ (description
+ "The package adds to PSTricks the ability to draw 3-dimensional views of
+the five Platonic solids.")
+ (license license:lppl)))
+
+(define-public texlive-pst-plot
+ (package
+ (name "texlive-pst-plot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-plot/"
+ "tex/generic/pst-plot/"
+ "tex/latex/pst-plot/")
+ (base32
+ "12jrn04nxfhw07y86pjkr6bbvdvwcnhfxr6aj9ni13383dxcwl7j")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-plot")
+ (synopsis "Plot data using PSTricks")
+ (description
+ "The package provides plotting of data (typically from external files),
+using PSTricks. Plots may be configured using a wide variety of parameters.")
+ (license license:lppl)))
+
+(define-public texlive-pst-poker
+ (package
+ (name "texlive-pst-poker")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-poker/"
+ "tex/latex/pst-poker/")
+ (base32
+ "0c1v75rxw717hvjgzb4i0ahk7acmqpgl9czaihvw36r9yaicsm5n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-poker")
+ (synopsis "Drawing poker cards")
+ (description
+ "This PSTricks related package can create poker cards in various
+manners.")
+ (license license:lgpl3)))
+
+(define-public texlive-pst-poly
+ (package
+ (name "texlive-pst-poly")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-poly/"
+ "tex/generic/pst-poly/"
+ "tex/latex/pst-poly/")
+ (base32
+ "1fasd2y6vv28id1w858kq4rc3qd46rkds9z7vi8k102aqvv9as8n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-poly")
+ (synopsis "Polygons with PSTricks")
+ (description
+ "This PSTricks package provides a really rather simple command
+@code{\\PstPolygon} that will draw various regular and non-regular
+polygons (according to command parameters); various shortcuts to commonly-used
+polygons are provided, as well as a command @code{\\pspolygonbox} that frames
+text with a polygon.")
+ (license license:lppl)))
+
+(define-public texlive-pst-pulley
+ (package
+ (name "texlive-pst-pulley")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-pulley/"
+ "tex/generic/pst-pulley/"
+ "tex/latex/pst-pulley/")
+ (base32
+ "1n1kv743vxjw8b6nqrlivb3m3pg3z9kw56bzxij438p5him3sdaa")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-pulley")
+ (synopsis "Plot pulleys, using PSTricks")
+ (description
+ "The package enables the user to draw pulley systems with up to 6 pulleys.
+The pulley diagrams are labelled with the physical properties of the system.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-pst-qtree
+ (package
+ (name "texlive-pst-qtree")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-qtree/"
+ "tex/generic/pst-qtree/"
+ "tex/latex/pst-qtree/")
+ (base32
+ "1hdmv4lar1hdg9bh049kmsjqd14rdv2066qrcaacwmd39nh816z5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-qtree")
+ (synopsis "Simple syntax for trees")
+ (description "The package provides a Qtree-like front end for PSTricks.")
+ (license license:gpl3+)))
+
+(define-public texlive-pst-rputover
+ (package
+ (name "texlive-pst-rputover")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-rputover/"
+ "tex/generic/pst-rputover/"
+ "tex/latex/pst-rputover/")
+ (base32
+ "1d25sdhvira5vlibgv3r51dk64jplqbpf4fdimh2l1flq5h0d9dw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-rputover")
+ (synopsis "Place text over objects without obscuring background colors")
+ (description
+ "This is a PSTricks package which allows to place text over objects
+without obscuring background colors.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-pst-rubans
+ (package
+ (name "texlive-pst-rubans")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-rubans/"
+ "source/generic/pst-rubans/"
+ "tex/generic/pst-rubans/"
+ "tex/latex/pst-rubans/")
+ (base32
+ "1izpw60jm4w8xgd5aiqc7qxhjd0js1g9k9anwbpni9sn1qma66zs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-rubans")
+ (synopsis "Draw three-dimensional ribbons")
+ (description
+ "The package uses PStricks and @code{pst-solides3d} to draw three
+dimensional ribbons on a cylinder, torus, sphere, cone or paraboloid. The
+width of the ribbon, the number of turns, the colour of the outer and the
+inner surface of the ribbon may be set. In the case of circular and conical
+helices, one may also choose the number of ribbons.")
+ (license license:lppl)))
+
+(define-public texlive-pst-shell
+ (package
+ (name "texlive-pst-shell")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-shell/" "dvips/pst-shell/"
+ "source/generic/pst-shell/"
+ "tex/generic/pst-shell/"
+ "tex/latex/pst-shell/")
+ (base32
+ "18w5csarnjv3ws554vjw2zlmpc5mcd03fc8fircv0pbxxl53l11r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-shell")
+ (synopsis "Plotting sea shells")
+ (description
+ "@code{pst-shell} is a PSTricks related package to draw seashells in 3D
+view: Argonauta, Epiteonium, Lyria, Turritella, Tonna, Achatina, Oxystele,
+Conus, Ammonite, Codakia, Escalaria, Helcion, Natalina, Planorbis, and
+Nautilus, all with different parameters.")
+ (license license:lppl)))
+
+(define-public texlive-pst-sigsys
+ (package
+ (name "texlive-pst-sigsys")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-sigsys/"
+ "tex/generic/pst-sigsys/"
+ "tex/latex/pst-sigsys/")
+ (base32
+ "18g1s1afh3lnkb3993k1ypkzbb4a88jw5paclwgyn59yqjq8x737")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-sigsys")
+ (synopsis "Support of signal processing-related disciplines")
+ (description
+ "The package offers a collection of useful macros for disciplines related
+to signal processing. It defines macros for plotting a sequence of numbers,
+drawing the pole-zero diagram of a system, shading the region of convergence,
+creating an adder or a multiplier node, placing a framed node at a given
+coordinate, creating an up-sampler or a down-sampler node, drawing the block
+diagram of a system, drawing adaptive systems, sequentially connecting a list
+of nodes, and connecting a list of nodes using any node-connecting macro.")
+ (license license:lppl)))
+
+(define-public texlive-pst-slpe
+ (package
+ (name "texlive-pst-slpe")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-slpe/" "dvips/pst-slpe/"
+ "source/generic/pst-slpe/"
+ "tex/generic/pst-slpe/"
+ "tex/latex/pst-slpe/")
+ (base32
+ "12m6iss3hqsngq2dk7n3d1zz6z2rq4j2w1di9l26hpzly2mdp26n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-slpe")
+ (synopsis "Sophisticated colour gradients")
+ (description
+ "This PStricks package covers all the colour gradient functionality of
+@code{pst-grad} (part of the base PSTricks distribution), and provides the
+following facilities:
+
+@itemize
+@item it permits the user to specify an arbitrary number of colours, along
+with the points at which they are to be reached;
+@item it converts between RGB and HSV behind the scenes;
+@item it provides concentric and radial gradients;
+@item it provides a command @code{\\psBall} that generates bullets with
+a three-dimensional appearance.
+@end itemize")
+ (license license:lppl)))
+
+(define-public texlive-pst-solarsystem
+ (package
+ (name "texlive-pst-solarsystem")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-solarsystem/"
+ "dvips/pst-solarsystem/"
+ "tex/generic/pst-solarsystem/"
+ "tex/latex/pst-solarsystem/")
+ (base32
+ "147mbrir52fl1ra3qqwlmmgk7789nrpr9hh015kc07mx10zfmc5x")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-solarsystem")
+ (synopsis "Plot the solar system for a specific date")
+ (description
+ "The package uses PSTricks to produce diagrams of the visible planets,
+projected on the plane of the ecliptic. It is not possible to represent all
+the planets in their real proportions, so only Mercury, Venus, Earth and Mars
+have their orbits in correct proportions and their relative sizes are
+observed. Saturn and Jupiter are in the right direction, but not in the
+correct size.")
+ (license license:lppl)))
+
+(define-public texlive-pst-solides3d
+ (package
+ (name "texlive-pst-solides3d")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-solides3d/"
+ "dvips/pst-solides3d/"
+ "tex/generic/pst-solides3d/"
+ "tex/latex/pst-solides3d/")
+ (base32
+ "1w6qpaw5k6x5c90k15q3r397f3ai7fd443yzwif2fhkqb2wjv3k8")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-solides3d")
+ (synopsis "Draw perspective views of 3D solids")
+ (description
+ "The package is designed to draw solids in 3d perspective. Its features
+include:
+@itemize
+@item create primitive solids;
+@item create solids by including a list of its vertices and faces;
+@item faces of solids and surfaces can be colored by choosing from a very
+large palette of colors;
+@item draw parametric surfaces in algebraic and reverse polish notation;
+@item create explicit and parameterized algebraic functions drawn in 2 or
+3 dimensions;
+@item project text onto a plane or onto the faces of a solid;
+@item support for including external database files.
+@end itemize")
+ (license license:lppl1.3+)))
+
+(define-public texlive-pst-soroban
+ (package
+ (name "texlive-pst-soroban")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-soroban/"
+ "source/generic/pst-soroban/"
+ "tex/latex/pst-soroban/")
+ (base32
+ "1cpmqgaj1h2dh3acypm9xkjinmlw9wd40n1s2vdab5ascvprbr6n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-soroban")
+ (synopsis "Draw a soroban using PSTricks")
+ (description
+ "The package uses PSTricks to draw a Japanese abacus, or soroban. The
+soroban is still used in Japan today.")
+ (license license:lppl)))
+
+(define-public texlive-pst-spectra
+ (package
+ (name "texlive-pst-spectra")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-spectra/"
+ "dvips/pst-spectra/"
+ "tex/generic/pst-spectra/"
+ "tex/latex/pst-spectra/")
+ (base32
+ "0l88wag5i1jy6pd1lx3s9cijiymzdgwvl52hkarc84d8qpn53wcw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-spectra")
+ (synopsis "Draw continuum, emission and absorption spectra with PSTricks")
+ (description
+ "The package is a PSTricks extension, based on a NASA lines database. It
+allows you to draw continuum, emission and absorption spectra. A Total of 16
+880 visible lines from 99 elements can be displayed.")
+ (license license:lppl)))
+
+(define-public texlive-pst-spinner
+ (package
+ (name "texlive-pst-spinner")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-spinner/"
+ "dvips/pst-spinner/"
+ "tex/generic/pst-spinner/"
+ "tex/latex/pst-spinner/")
+ (base32
+ "0fm70v1kgjs32pvyvcnh2j47clqgdr4hll4j7fr935584d604g49")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-spinner")
+ (synopsis "Drawing a fidget spinner")
+ (description
+ "This package aims to propose a model of the fidget spinner gadget. It
+exists under different forms with 2, 3 poles and even more. We chose the most
+popular model: the triple fidget spinner.")
+ (license license:lppl)))
+
+(define-public texlive-pst-stru
+ (package
+ (name "texlive-pst-stru")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-stru/"
+ "tex/generic/pst-stru/"
+ "tex/latex/pst-stru/")
+ (base32
+ "1zxf0bj43picgd86bwgc38d8valpx0fn0pr3pgfv2kn42r2pampj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-stru")
+ (synopsis "Civil engineering diagrams, using PSTricks")
+ (description
+ "This PSTricks-based package provides facilities to draw structural
+schemes in civil engineering analysis, for beams, portals, arches and piles.")
+ (license license:lppl)))
+
+(define-public texlive-pst-support
+ (package
+ (name "texlive-pst-support")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-support/")
+ (base32
+ "1470n03zanpw35dnfzyjqm7d5lgddrimypz28x0zsk9nqpamnqnv")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-support")
+ (synopsis "Assorted support files for use with PSTricks")
+ (description
+ "This package provides an appropriate set of job options, together with
+process scripts for use with TeXnicCenter.")
+ (license license:lppl)))
+
(define-public texlive-pst-text
(package
(name "texlive-pst-text")
@@ -32260,6 +61415,280 @@ a different path and manipulating characters. It includes the functionality
of the old package @code{pst-char}.")
(license license:lppl)))
+(define-public texlive-pst-thick
+ (package
+ (name "texlive-pst-thick")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-thick/"
+ "source/generic/pst-thick/"
+ "tex/generic/pst-thick/"
+ "tex/latex/pst-thick/")
+ (base32
+ "1clg9ahhg3zg91phlp2ni1j5m6pb68bdk74glh398r8y2gj2b5fb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-thick")
+ (synopsis "Drawing very thick lines and curves")
+ (description
+ "The package supports drawing of very thick lines and curves in PSTricks,
+with various fillings for the body of the lines.")
+ (license license:lppl)))
+
+(define-public texlive-pst-tools
+ (package
+ (name "texlive-pst-tools")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-tools/" "dvips/pst-tools/"
+ "tex/generic/pst-tools/"
+ "tex/latex/pst-tools/")
+ (base32
+ "1ws149np6121mc7msw32wkc6pn528ldsd5g95w4n4vcm6r54pmgq")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-tools")
+ (synopsis "PSTricks support functions")
+ (description
+ "The package provides helper functions for other PSTricks related
+packages.")
+ (license license:lppl)))
+
+(define-public texlive-pst-tree
+ (package
+ (name "texlive-pst-tree")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-tree/"
+ "tex/generic/pst-tree/"
+ "tex/latex/pst-tree/")
+ (base32
+ "1vznc4qyjpnni3smdxlpqi7h3qxd13kv5pigvlly0zq676n6gw8n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-tree")
+ (synopsis "Trees, using PSTricks")
+ (description
+ "@code{pst-tree} defines a macro \\pstree that offers a structured way of
+joining nodes created using @code{pst-node} in order to draw trees.")
+ (license license:lppl)))
+
+(define-public texlive-pst-turtle
+ (package
+ (name "texlive-pst-turtle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-turtle/"
+ "dvips/pst-turtle/"
+ "tex/generic/pst-turtle/"
+ "tex/latex/pst-turtle/")
+ (base32
+ "0mgpjs9jkgfx0hbd9l5jw60rf0vpdkv933ksjlwcjlh98y9gay4c")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-turtle")
+ (synopsis "Commands for Turtle operations")
+ (description
+ "This is a PSTricks related package for creating Turtle graphics.")
+ (license license:lppl)))
+
+(define-public texlive-pst-tvz
+ (package
+ (name "texlive-pst-tvz")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-tvz/"
+ "source/generic/pst-tvz/"
+ "tex/generic/pst-tvz/" "tex/latex/pst-tvz/")
+ (base32
+ "1xpzvfgngv5r5cdnvip87wr1i0pmrc6ibwi5gzmibfzl64w7vkqr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-tvz")
+ (synopsis "Draw trees with more than one root node, using PSTricks")
+ (description
+ "The package uses PSTricks to draw trees with more than one root node.
+It is similar to @code{pst-tree}, though it uses a different placement
+algorithm.")
+ (license license:lppl1.3+)))
+
+(define-public texlive-pst-uml
+ (package
+ (name "texlive-pst-uml")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-uml/"
+ "source/generic/pst-uml/"
+ "tex/latex/pst-uml/")
+ (base32
+ "0sgsyg9gk4wxgz7r44h6a7f5f7gl5b522f864n0kv35cgmwnzyr7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs (list texlive-multido))
+ (home-page "https://ctan.org/pkg/pst-uml")
+ (synopsis "UML diagrams with PSTricks")
+ (description
+ "This a PSTricks package that provides support for drawing moderately
+complex UML (Universal Modelling Language) diagrams. (The PDF documentation
+is written in French.)")
+ (license license:lppl)))
+
+(define-public texlive-pst-vectorian
+ (package
+ (name "texlive-pst-vectorian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-vectorian/"
+ "dvips/pst-vectorian/"
+ "tex/latex/pst-vectorian/")
+ (base32
+ "0knvzl4gqz79jzvb4w7a9ka1iiz5f3pjivnwvwmd1kmibykqwb67")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-vectorian")
+ (synopsis "Printing ornaments")
+ (description
+ "The package uses PSTricks to draw ornaments (a substantial repertoire of
+ornaments is provided).")
+ (license license:lppl)))
+
+(define-public texlive-pst-vehicle
+ (package
+ (name "texlive-pst-vehicle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-vehicle/"
+ "tex/generic/pst-vehicle/"
+ "tex/latex/pst-vehicle/")
+ (base32
+ "1b0s5fy4w4k2q486sdwlrh649n99k9s5hy5m2v01lh7qnjl1z4c3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-vehicle")
+ (synopsis "Rolling vehicles on graphs of mathematical functions")
+ (description
+ "This package permits to represent vehicles rolling without slipping on
+mathematical curves. Different types of vehicles are proposed, the shape of
+the curve is to be defined by its equation in algebraic notation.")
+ (license license:lppl1.3c)))
+
+(define-public texlive-pst-venn
+ (package
+ (name "texlive-pst-venn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pst-venn/"
+ "tex/latex/pst-venn/")
+ (base32
+ "0gz7sxwycqd71yy8jln7h3v064mrzhh1852fc7b785v55x8kna2n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-venn")
+ (synopsis "PSTricks package for drawing Venn sets")
+ (description
+ "This is a PSTricks related package for drawing Venn diagrams with three
+circles.")
+ (license license:lppl)))
+
+(define-public texlive-pst-vowel
+ (package
+ (name "texlive-pst-vowel")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pst-vowel/"
+ "tex/latex/pst-vowel/")
+ (base32
+ "0p0qnfbmd1lh21nk6xq246xr6y50q0y55rdcq3i9vkg4j7kkkfy6")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pst-vowel")
+ (synopsis "Enable arrows showing diphthongs on vowel charts")
+ (description
+ "The package extends the @code{vowel} package (distributed as part of the
+@code{tipa} bundle) by allowing the user to draw arrows between vowels to show
+relationships such as diphthong membership.")
+ (license license:lppl)))
+
+(define-public texlive-pst2pdf
+ (package
+ (name "texlive-pst2pdf")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/pst2pdf/" "scripts/pst2pdf/")
+ (base32
+ "0yihyrnwwpad5hf8yrjqljpwsnj6kcbb6y6cfnxwxbi1c5pf1jk9")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "pst2pdf.pl")))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/pst2pdf")
+ (synopsis "Script to compile PSTricks documents via pdfTeX")
+ (description
+ "The script extracts the preamble of the document and runs all
+@code{\\begin@{postscript@}...\\end@{postscript@}},
+@code{\\begin@{pspicture@}...\\end@{pspicture@}} and
+@code{\\pspicture...\\endpspicture} separately through LaTeX with the same
+preamble as the original document; thus it creates EPS, PNG and PDF files of
+these snippets. In a final pdfLaTeX run the script replaces the environments
+with @code{\\includegraphics} to include the processed snippets.")
+ (license license:gpl2)))
+
+(define-public texlive-pstricks-add
+ (package
+ (name "texlive-pstricks-add")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/pstricks-add/"
+ "dvips/pstricks-add/"
+ "tex/generic/pstricks-add/"
+ "tex/latex/pstricks-add/")
+ (base32
+ "18khs28v3dg5z7215k0yv7hxna9x5nh09hlrw2fc4nhmzymy2kjg")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pstricks-add")
+ (synopsis "Collection of add-ons and bugfixes for PSTricks")
+ (description
+ "This package collects together examples that have been posted to the
+PSTricks mailing list, together with many additional features for the basic
+@code{pstricks}, @code{pst-plot} and @code{pst-node}, including: bugfixes; new
+options for the pspicture environment; arrows; braces as node
+connection/linestyle; extended axes for plots (e.g., logarithm axes); polar
+plots; plotting tangent lines of curves or functions; solving and printing
+differential equations; box plots; matrix plots; and pie charts.")
+ (license license:lppl)))
+
+(define-public texlive-pstricks-calcnotes
+ (package
+ (name "texlive-pstricks-calcnotes")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pstricks_calcnotes/")
+ (base32
+ "00vgcdf73p4143dfjcvs4b5v4phvisv76ink3iiijl6s6f9zbmy3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pstricks-calcnotes")
+ (synopsis "Use of PSTricks in calculus lecture notes")
+ (description
+ "The bundle shows the construction of PSTricks macros to draw Riemann
+sums of an integral and to draw the vector field of an ordinary differential
+equation. The results are illustrated in a fragment of lecture notes.")
+ (license license:lppl)))
+
(define-public texlive-marginnote
(package
(name "texlive-marginnote")
@@ -32302,6 +61731,71 @@ sort of tabular, and an environment @code{longtabu} which provides the
facilities of @code{tabu} in a modified @code{longtable} environment.")
(license license:lppl1.3+)))
+(define-public texlive-uml
+ (package
+ (name "texlive-uml")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/uml/" "source/latex/uml/"
+ "tex/latex/uml/")
+ (base32
+ "039kg3xk03cm4xfsaj33kx1j5hjqy9330zxamqyzs1jnp8xgcfdz")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uml")
+ (synopsis "UML diagrams in LaTeX")
+ (description
+ "This package provides a PSTricks related package for writing
+UML (Unified Modelling Language) diagrams in LaTeX. Currently, it implements
+a subset of class diagrams, and some extra constructs as well. The package
+cannot be used together with @code{pst-uml}.")
+ (license license:lppl)))
+
+(define-public texlive-vaucanson-g
+ (package
+ (name "texlive-vaucanson-g")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/generic/vaucanson-g/"
+ "tex/generic/vaucanson-g/")
+ (base32
+ "18ig6kszjr2jfr3hvq18clq8ccxbv2zw280pw20mphfjh6rjwbrj")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/vaucanson-g")
+ (synopsis "PSTricks macros for drawing automata")
+ (description
+ "VauCanSon-G is a package that enables the user to draw automata within
+texts written using LaTeX. The package macros make use of commands of
+PSTricks.")
+ (license license:lppl)))
+
+(define-public texlive-vocaltract
+ (package
+ (name "texlive-vocaltract")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/vocaltract/"
+ "tex/latex/vocaltract/")
+ (base32
+ "072b712bhfxq429jh4r9d786nwpdyl8rlbm6ds4nf9asxg2lg9wr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/vocaltract")
+ (synopsis "Visualise the vocal tract using LaTeX and PSTricks")
+ (description
+ "The package enables the user to visualise the vocal tract. The vocal
+tract (in the package) is manipulated by a vector of articulation parameters
+according to the S. Maeda model. Animation may be achieved by providing
+a sequence of vectors over time (e.g., from Matlab). A sequence of vectors
+for certain German phonemes is embedded in the package, which allows for
+animation when no other vector is available. The package's graphics are
+produced using PSTricks.")
+ (license license:lppl)))
+
(define-public texlive-xkeyval
(package
(name "texlive-xkeyval")
@@ -34039,6 +63533,185 @@ macros, Computer Modern fonts, and configuration for common drivers; no
LaTeX.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+(define-public texlive-collection-bibtexextra
+ (package
+ (name "texlive-collection-bibtexextra")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-aaai-named
+ texlive-aichej
+ texlive-ajl
+ texlive-amsrefs
+ texlive-annotate
+ texlive-apacite
+ texlive-apalike-ejor
+ texlive-apalike2
+ texlive-archaeologie
+ texlive-authordate
+ texlive-beebe
+ texlive-besjournals
+ texlive-bestpapers
+ texlive-bib2gls
+ texlive-bibarts
+ texlive-bibcop
+ texlive-biber
+ texlive-biber-ms
+ texlive-bibexport
+ texlive-bibhtml
+ texlive-biblatex
+ texlive-biblatex-abnt
+ texlive-biblatex-ajc2020unofficial
+ texlive-biblatex-anonymous
+ texlive-biblatex-apa
+ texlive-biblatex-apa6
+ texlive-biblatex-archaeology
+ texlive-biblatex-arthistory-bonn
+ texlive-biblatex-bath
+ texlive-biblatex-bookinarticle
+ texlive-biblatex-bookinother
+ texlive-biblatex-bwl
+ texlive-biblatex-caspervector
+ texlive-biblatex-chem
+ texlive-biblatex-chicago
+ texlive-biblatex-claves
+ texlive-biblatex-cv
+ texlive-biblatex-dw
+ texlive-biblatex-enc
+ texlive-biblatex-ext
+ texlive-biblatex-fiwi
+ texlive-biblatex-gb7714-2015
+ texlive-biblatex-german-legal
+ texlive-biblatex-gost
+ texlive-biblatex-historian
+ texlive-biblatex-ieee
+ texlive-biblatex-ijsra
+ texlive-biblatex-iso690
+ texlive-biblatex-jura2
+ texlive-biblatex-juradiss
+ texlive-biblatex-license
+ texlive-biblatex-lncs
+ texlive-biblatex-lni
+ texlive-biblatex-luh-ipw
+ texlive-biblatex-manuscripts-philology
+ texlive-biblatex-mla
+ texlive-biblatex-morenames
+ texlive-biblatex-ms
+ texlive-biblatex-multiple-dm
+ texlive-biblatex-musuos
+ texlive-biblatex-nature
+ texlive-biblatex-nejm
+ texlive-biblatex-nottsclassic
+ texlive-biblatex-opcit-booktitle
+ texlive-biblatex-oxref
+ texlive-biblatex-philosophy
+ texlive-biblatex-phys
+ texlive-biblatex-publist
+ texlive-biblatex-readbbl
+ texlive-biblatex-realauthor
+ texlive-biblatex-sbl
+ texlive-biblatex-science
+ texlive-biblatex-shortfields
+ texlive-biblatex-socialscienceshuberlin
+ texlive-biblatex-software
+ texlive-biblatex-source-division
+ texlive-biblatex-spbasic
+ texlive-biblatex-subseries
+ texlive-biblatex-swiss-legal
+ texlive-biblatex-trad
+ texlive-biblatex-true-citepages-omit
+ texlive-biblatex-unified
+ texlive-biblatex-vancouver
+ texlive-biblatex2bibitem
+ texlive-biblist
+ texlive-bibtexperllibs
+ texlive-bibtopic
+ texlive-bibtopicprefix
+ texlive-bibunits
+ texlive-biolett-bst
+ texlive-bookdb
+ texlive-breakcites
+ texlive-cell
+ texlive-chbibref
+ texlive-chembst
+ texlive-chicago
+ texlive-chicago-annote
+ texlive-chicagoa
+ texlive-chscite
+ texlive-citation-style-language
+ texlive-citeall
+ texlive-citeref
+ texlive-collection-latex
+ texlive-collref
+ texlive-compactbib
+ texlive-crossrefware
+ texlive-custom-bib
+ texlive-din1505
+ texlive-dk-bib
+ texlive-doipubmed
+ texlive-ecobiblatex
+ texlive-econ-bst
+ texlive-economic
+ texlive-fbs
+ texlive-figbib
+ texlive-footbib
+ texlive-francais-bst
+ texlive-gbt7714
+ texlive-geschichtsfrkl
+ texlive-harvard
+ texlive-harvmac
+ texlive-hep-bibliography
+ texlive-historische-zeitschrift
+ texlive-icite
+ texlive-ietfbibs
+ texlive-ijqc
+ texlive-inlinebib
+ texlive-iopart-num
+ texlive-is-bst
+ texlive-jbact
+ texlive-jmb
+ texlive-jneurosci
+ texlive-jurabib
+ texlive-ksfh-nat
+ texlive-listbib
+ texlive-logreq
+ texlive-ltb2bib
+ texlive-luabibentry
+ texlive-margbib
+ texlive-multibib
+ texlive-multibibliography
+ texlive-munich
+ texlive-nar
+ texlive-newcastle-bst
+ texlive-nmbib
+ texlive-notes2bib
+ texlive-notex-bst
+ texlive-oscola
+ texlive-perception
+ texlive-plainyr
+ texlive-pnas2009
+ texlive-rsc
+ texlive-showtags
+ texlive-sort-by-letters
+ texlive-splitbib
+ texlive-turabian-formatting
+ texlive-uni-wtal-ger
+ texlive-uni-wtal-lin
+ texlive-urlbst
+ texlive-usebib
+ texlive-vak
+ texlive-windycity
+ texlive-xcite
+ texlive-zootaxa-bst))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "BibTeX additional styles")
+ (description
+ "This collection provides additional BibTeX styles and bibliography
+data(bases), notably including BibLaTeX.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
(define-public texlive-collection-binextra
(package
(name "texlive-collection-binextra")
@@ -34210,6 +63883,368 @@ programming, patgen, and plenty more.")
third-party ConTeXt packages.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+(define-public texlive-collection-fontsextra
+ (package
+ (name "texlive-collection-fontsextra")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-aboensis
+ texlive-academicons
+ texlive-accanthis
+ texlive-adforn
+ texlive-adfsymbols
+ texlive-aesupp
+ texlive-alegreya
+ texlive-alfaslabone
+ texlive-algolrevived
+ texlive-allrunes
+ texlive-almendra
+ texlive-almfixed
+ texlive-andika
+ texlive-anonymouspro
+ texlive-antiqua
+ texlive-antt
+ texlive-archaic
+ texlive-archivo
+ texlive-arev
+ texlive-arimo
+ texlive-arvo
+ texlive-asana-math
+ texlive-asapsym
+ texlive-ascii-font
+ texlive-aspectratio
+ texlive-astro
+ texlive-atkinson
+ texlive-augie
+ texlive-auncial-new
+ texlive-aurical
+ texlive-b1encoding
+ texlive-barcodes
+ texlive-baskervald
+ texlive-baskervaldx
+ texlive-baskervillef
+ texlive-bbding
+ texlive-bbm
+ texlive-bbm-macros
+ texlive-bbold
+ texlive-bbold-type1
+ texlive-bboldx
+ texlive-belleek
+ texlive-bera
+ texlive-berenisadf
+ texlive-beuron
+ texlive-bguq
+ texlive-bitter
+ texlive-blacklettert1
+ texlive-boisik
+ texlive-bookhands
+ texlive-boondox
+ texlive-braille
+ texlive-brushscr
+ texlive-cabin
+ texlive-caladea
+ texlive-calligra
+ texlive-calligra-type1
+ texlive-cantarell
+ texlive-carlito
+ texlive-carolmin-ps
+ texlive-cascadia-code
+ texlive-ccicons
+ texlive-cfr-initials
+ texlive-cfr-lm
+ texlive-charissil
+ texlive-cherokee
+ texlive-chivo
+ texlive-cinzel
+ texlive-clara
+ texlive-clearsans
+ texlive-cm-lgc
+ texlive-cm-mf-extra-bold
+ texlive-cm-unicode
+ texlive-cmathbb
+ texlive-cmbright
+ texlive-cmexb
+ texlive-cmll
+ texlive-cmpica
+ texlive-cmsrb
+ texlive-cmtiup
+ texlive-cmupint
+ texlive-cochineal
+ texlive-coelacanth
+ texlive-collection-basic
+ texlive-comfortaa
+ texlive-comicneue
+ texlive-concmath-fonts
+ texlive-concmath-otf
+ texlive-cookingsymbols
+ texlive-cooperhewitt
+ texlive-cormorantgaramond
+ texlive-countriesofeurope
+ texlive-courier-scaled
+ texlive-courierten
+ texlive-crimson
+ texlive-crimsonpro
+ texlive-cryst
+ texlive-cuprum
+ texlive-cyklop
+ texlive-dancers
+ texlive-dantelogo
+ texlive-dejavu
+ texlive-dejavu-otf
+ texlive-dice
+ texlive-dictsym
+ texlive-dingbat
+ texlive-domitian
+ texlive-doublestroke
+ texlive-doulossil
+ texlive-dozenal
+ texlive-drm
+ texlive-droid
+ texlive-dsserif
+ texlive-duerer
+ texlive-duerer-latex
+ texlive-dutchcal
+ texlive-ean
+ texlive-ebgaramond
+ texlive-ebgaramond-maths
+ texlive-ecc
+ texlive-eco
+ texlive-eczar
+ texlive-eiad
+ texlive-eiad-ltx
+ texlive-ektype-tanka
+ texlive-electrum
+ texlive-elvish
+ texlive-epigrafica
+ texlive-epsdice
+ texlive-erewhon
+ texlive-erewhon-math
+ texlive-esrelation
+ texlive-esstix
+ texlive-esvect
+ texlive-etbb
+ texlive-euler-math
+ texlive-eulervm
+ texlive-euxm
+ texlive-fbb
+ texlive-fdsymbol
+ texlive-fetamont
+ texlive-feyn
+ texlive-fge
+ texlive-fira
+ texlive-firamath
+ texlive-firamath-otf
+ texlive-foekfont
+ texlive-fonetika
+ texlive-fontawesome
+ texlive-fontawesome5
+ texlive-fontmfizz
+ texlive-fonts-churchslavonic
+ texlive-forum
+ texlive-fourier
+ texlive-fouriernc
+ texlive-frcursive
+ texlive-frederika2016
+ texlive-frimurer
+ texlive-garamond-libre
+ texlive-garamond-math
+ texlive-genealogy
+ texlive-gentium-tug
+ texlive-gfsartemisia
+ texlive-gfsbodoni
+ texlive-gfscomplutum
+ texlive-gfsdidot
+ texlive-gfsdidotclassic
+ texlive-gfsneohellenic
+ texlive-gfsneohellenicmath
+ texlive-gfssolomos
+ texlive-gillcm
+ texlive-gillius
+ texlive-gnu-freefont
+ texlive-gofonts
+ texlive-gothic
+ texlive-greenpoint
+ texlive-grotesq
+ texlive-gudea
+ texlive-hacm
+ texlive-hamnosys
+ texlive-hands
+ texlive-hep-font
+ texlive-hep-math-font
+ texlive-heros-otf
+ texlive-heuristica
+ texlive-hfbright
+ texlive-hfoldsty
+ texlive-hindmadurai
+ texlive-ibarra
+ texlive-ifsym
+ texlive-imfellenglish
+ texlive-inconsolata
+ texlive-initials
+ texlive-inriafonts
+ texlive-inter
+ texlive-ipaex-type1
+ texlive-iwona
+ texlive-jablantile
+ texlive-jamtimes
+ texlive-josefin
+ texlive-junicode
+ texlive-kixfont
+ texlive-kpfonts
+ texlive-kpfonts-otf
+ texlive-kurier
+ texlive-lato
+ texlive-lexend
+ texlive-lfb
+ texlive-libertine
+ texlive-libertinegc
+ texlive-libertinus
+ texlive-libertinus-fonts
+ texlive-libertinus-otf
+ texlive-libertinus-type1
+ texlive-libertinust1math
+ texlive-librebaskerville
+ texlive-librebodoni
+ texlive-librecaslon
+ texlive-librefranklin
+ texlive-libris
+ texlive-lineara
+ texlive-linguisticspro
+ texlive-lobster2
+ texlive-logix
+ texlive-lxfonts
+ texlive-ly1
+ texlive-magra
+ texlive-marcellus
+ texlive-mathabx
+ texlive-mathabx-type1
+ texlive-mathdesign
+ texlive-mdputu
+ texlive-mdsymbol
+ texlive-merriweather
+ texlive-miama
+ texlive-mintspirit
+ texlive-missaali
+ texlive-mlmodern
+ texlive-mnsymbol
+ texlive-montserrat
+ texlive-mpfonts
+ texlive-mweights
+ texlive-newcomputermodern
+ texlive-newpx
+ texlive-newtx
+ texlive-newtxsf
+ texlive-newtxtt
+ texlive-niceframe-type1
+ texlive-nimbus15
+ texlive-nkarta
+ texlive-noto
+ texlive-noto-emoji
+ texlive-notomath
+ texlive-nunito
+ texlive-obnov
+ texlive-ocherokee
+ texlive-ocr-b
+ texlive-ocr-b-outline
+ texlive-ogham
+ texlive-oinuit
+ texlive-old-arrows
+ texlive-oldlatin
+ texlive-oldstandard
+ texlive-opensans
+ texlive-orkhun
+ texlive-oswald
+ texlive-overlock
+ texlive-pacioli
+ texlive-pagella-otf
+ texlive-paratype
+ texlive-phaistos
+ texlive-phonetic
+ texlive-pigpen
+ texlive-playfair
+ texlive-plex
+ texlive-plex-otf
+ texlive-plimsoll
+ texlive-poiretone
+ texlive-poltawski
+ texlive-prodint
+ texlive-punk
+ texlive-punk-latex
+ texlive-punknova
+ texlive-pxtxalfa
+ texlive-qualitype
+ texlive-quattrocento
+ texlive-raleway
+ texlive-recycle
+ texlive-roboto
+ texlive-romande
+ texlive-rosario
+ texlive-rsfso
+ texlive-sansmathaccent
+ texlive-sansmathfonts
+ texlive-sauter
+ texlive-sauterfonts
+ texlive-schola-otf
+ texlive-scholax
+ texlive-schulschriften
+ texlive-semaphor
+ texlive-shobhika
+ texlive-simpleicons
+ texlive-skull
+ texlive-sourcecodepro
+ texlive-sourcesanspro
+ texlive-sourceserifpro
+ texlive-spectral
+ texlive-srbtiks
+ texlive-starfont
+ texlive-staves
+ texlive-step
+ texlive-stepgreek
+ texlive-stickstoo
+ texlive-stix
+ texlive-stix2-otf
+ texlive-stix2-type1
+ texlive-superiors
+ texlive-svrsymbols
+ texlive-symbats3
+ texlive-tapir
+ texlive-tempora
+ texlive-tengwarscript
+ texlive-termes-otf
+ texlive-tfrupee
+ texlive-theanodidot
+ texlive-theanomodern
+ texlive-theanooldstyle
+ texlive-tinos
+ texlive-tpslifonts
+ texlive-trajan
+ texlive-twemoji-colr
+ texlive-txfontsb
+ texlive-txuprcal
+ texlive-typicons
+ texlive-umtypewriter
+ texlive-universa
+ texlive-universalis
+ texlive-uppunctlm
+ texlive-urwchancal
+ texlive-venturisadf
+ texlive-wsuipa
+ texlive-xcharter
+ texlive-xcharter-math
+ texlive-xits
+ texlive-yfonts
+ texlive-yfonts-otf
+ texlive-yfonts-t1
+ texlive-yinit-otf
+ texlive-zlmtt))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Additional fonts")
+ (description "This collection provides additional fonts.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
(define-public texlive-collection-fontsrecommended
(package
(name "texlive-collection-fontsrecommended")
@@ -34296,6 +64331,354 @@ manipulation, mft, fontinst, etc. Manipulating OpenType, TrueType, Type 1,and
for manipulation of PostScript and other image formats.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+(define-public texlive-collection-formatsextra
+ (package
+ (name "texlive-collection-formatsextra")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-aleph
+ texlive-antomega
+ texlive-collection-basic
+ texlive-collection-latex
+ texlive-edmac
+ texlive-eplain
+ texlive-hitex
+ texlive-jadetex
+ texlive-lambda
+ texlive-lollipop
+ texlive-mltex
+ texlive-mxedruli
+ texlive-omega
+ texlive-omegaware
+ texlive-otibet
+ texlive-passivetex
+ texlive-psizzl
+ texlive-startex
+ texlive-texsis
+ texlive-xmltex
+ texlive-xmltexconfig))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Additional TeX formats")
+ (description
+ "This is a collection of TeX formats, i.e., large-scale macro packages
+designed to be dumped into @file{.fmt} files --- excluding the most common
+ones, such as LaTeX and ConTeXt, which have their own package(s). It also
+includes the Aleph engine and related Omega formats and packages, and the
+HiTeX engine and related.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
+(define-public texlive-collection-games
+ (package
+ (name "texlive-collection-games")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-bartel-chess-fonts
+ texlive-chess
+ texlive-chess-problem-diagrams
+ texlive-chessboard
+ texlive-chessfss
+ texlive-chinesechess
+ texlive-collection-latex
+ texlive-crossword
+ texlive-crosswrd
+ texlive-customdice
+ texlive-egameps
+ texlive-gamebook
+ texlive-gamebooklib
+ texlive-go
+ texlive-hanoi
+ texlive-havannah
+ texlive-hexboard
+ texlive-hexgame
+ texlive-hmtrump
+ texlive-horoscop
+ texlive-jeuxcartes
+ texlive-jigsaw
+ texlive-labyrinth
+ texlive-logicpuzzle
+ texlive-mahjong
+ texlive-maze
+ texlive-musikui
+ texlive-nimsticks
+ texlive-onedown
+ texlive-othello
+ texlive-othelloboard
+ texlive-pas-crosswords
+ texlive-psgo
+ texlive-realtranspose
+ texlive-reverxii
+ texlive-rubik
+ texlive-schwalbe-chess
+ texlive-scrabble
+ texlive-sgame
+ texlive-skak
+ texlive-skaknew
+ texlive-soup
+ texlive-sudoku
+ texlive-sudokubundle
+ texlive-tangramtikz
+ texlive-wargame
+ texlive-xq
+ texlive-xskak))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Games typesetting")
+ (description
+ "This collection includes setups for typesetting various games,
+including chess.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
+(define-public texlive-collection-humanities
+ (package
+ (name "texlive-collection-humanities")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-adtrees
+ texlive-bibleref
+ texlive-bibleref-lds
+ texlive-bibleref-mouth
+ texlive-bibleref-parse
+ texlive-collection-latex
+ texlive-covington
+ texlive-diadia
+ texlive-dramatist
+ texlive-dvgloss
+ texlive-ecltree
+ texlive-edfnotes
+ texlive-eledform
+ texlive-eledmac
+ texlive-expex
+ texlive-gb4e
+ texlive-gmverse
+ texlive-jura
+ texlive-juraabbrev
+ texlive-juramisc
+ texlive-jurarsp
+ texlive-langnames
+ texlive-ledmac
+ texlive-lexikon
+ texlive-lexref
+ texlive-ling-macros
+ texlive-linguex
+ texlive-liturg
+ texlive-metrix
+ texlive-nnext
+ texlive-parallel
+ texlive-parrun
+ texlive-phonrule
+ texlive-plari
+ texlive-play
+ texlive-poemscol
+ texlive-poetry
+ texlive-poetrytex
+ texlive-qobitree
+ texlive-qtree
+ texlive-reledmac
+ texlive-rrgtrees
+ texlive-rtklage
+ texlive-screenplay
+ texlive-screenplay-pkg
+ texlive-sides
+ texlive-stage
+ texlive-textglos
+ texlive-thalie
+ texlive-theatre
+ texlive-tree-dvips
+ texlive-verse
+ texlive-xyling))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Humanities packages")
+ (description
+ "This collection contains packages for law, linguistics, social sciences,
+humanities, etc.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
+(define-public texlive-collection-langarabic
+ (package
+ (name "texlive-collection-langarabic")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-alkalami
+ texlive-alpha-persian
+ texlive-amiri
+ texlive-arabi
+ texlive-arabi-add
+ texlive-arabic-book
+ texlive-arabluatex
+ texlive-arabtex
+ texlive-bidi
+ texlive-bidihl
+ texlive-collection-basic
+ texlive-dad
+ texlive-ghab
+ texlive-hvarabic
+ texlive-hyphen-complete
+ texlive-imsproc
+ texlive-kurdishlipsum
+ texlive-lshort-persian
+ texlive-luabidi
+ texlive-na-box
+ texlive-persian-bib
+ texlive-quran
+ texlive-sexam
+ texlive-simurgh
+ texlive-texnegar
+ texlive-tram
+ texlive-xepersian
+ texlive-xepersian-hm
+ texlive-xindy-persian))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Support for Arabic and Persian")
+ (description "This collection provides support for Arabic and Persian.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
+(define-public texlive-collection-langchinese
+ (package
+ (name "texlive-collection-langchinese")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-arphic
+ texlive-arphic-ttf
+ texlive-asymptote-by-example-zh-cn
+ texlive-asymptote-faq-zh-cn
+ texlive-asymptote-manual-zh-cn
+ texlive-cns
+ texlive-collection-langcjk
+ texlive-ctex
+ texlive-ctex-faq
+ texlive-exam-zh
+ texlive-fandol
+ texlive-fduthesis
+ texlive-hanzibox
+ texlive-hyphen-complete
+ texlive-impatient-cn
+ texlive-install-latex-guide-zh-cn
+ texlive-latex-notes-zh-cn
+ texlive-lshort-chinese
+ texlive-nanicolle
+ texlive-njurepo
+ texlive-pgfornament-han
+ texlive-qyxf-book
+ texlive-texproposal
+ texlive-tlmgr-intro-zh-cn
+ texlive-upzhkinsoku
+ texlive-xpinyin
+ texlive-xtuthesis
+ texlive-zhlineskip
+ texlive-zhlipsum
+ texlive-zhmetrics
+ texlive-zhmetrics-uptex
+ texlive-zhnumber
+ texlive-zhspacing))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Support for Chinese")
+ (description
+ "This collection provides support for Chinese, with additional packages
+from @code{collection-langcjk}.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
+(define-public texlive-collection-langcjk
+ (package
+ (name "texlive-collection-langcjk")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-adobemapping
+ texlive-c90
+ texlive-cjk
+ texlive-cjk-gs-integrate
+ texlive-cjkpunct
+ texlive-cjkutils
+ texlive-collection-basic
+ texlive-dnp
+ texlive-evangelion-jfm
+ texlive-fixjfm
+ texlive-garuda-c90
+ texlive-jfmutil
+ texlive-norasi-c90
+ texlive-pxtatescale
+ texlive-xcjk2uni
+ texlive-xecjk
+ texlive-zitie
+ texlive-zxjafont))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Chinese/Japanese/Korean support (base)")
+ (description
+ "This is a collection of packages supporting a combination of Chinese,
+Japanese, Korean, including macros, fonts, documentation. Also Thai in the
+c90 encoding, since there is some overlap in those fonts; standard Thai
+support is in @code{collection-langother}. Additional packages for CJK are in
+their individual language collections.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
+(define-public texlive-collection-langcyrillic
+ (package
+ (name "texlive-collection-langcyrillic")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-babel-belarusian
+ texlive-babel-bulgarian
+ texlive-babel-russian
+ texlive-babel-serbian
+ texlive-babel-serbianc
+ texlive-babel-ukrainian
+ texlive-churchslavonic
+ texlive-cmcyr
+ texlive-collection-basic
+ texlive-collection-latex
+ texlive-cyrillic
+ texlive-cyrillic-bin
+ texlive-cyrplain
+ texlive-disser
+ texlive-eskd
+ texlive-eskdx
+ texlive-gost
+ texlive-hyphen-complete
+ texlive-lcyw
+ texlive-lh
+ texlive-lhcyr
+ texlive-lshort-bulgarian
+ texlive-lshort-mongol
+ texlive-lshort-russian
+ texlive-lshort-ukr
+ texlive-mongolian-babel
+ texlive-montex
+ texlive-mpman-ru
+ texlive-numnameru
+ texlive-pst-eucl-translation-bg
+ texlive-russ
+ texlive-serbian-apostrophe
+ texlive-serbian-date-lat
+ texlive-serbian-def-cyr
+ texlive-serbian-lig
+ texlive-t2
+ texlive-xecyrmongolian))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Support for Cyrillic scripts")
+ (description
+ "This collection provides packages supporting Cyrillic scripts (Bulgarian,
+Russian, Serbian, Ukrainian), even if Latin alphabets may also be used.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
(define-public texlive-collection-langczechslovak
(package
(name "texlive-collection-langczechslovak")
@@ -34583,6 +64966,44 @@ simply on the size of the support.")
(description "This collection provides support packages for German.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+(define-public texlive-collection-langgreek
+ (package
+ (name "texlive-collection-langgreek")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-babel-greek
+ texlive-begingreek
+ texlive-betababel
+ texlive-cbfonts
+ texlive-cbfonts-fd
+ texlive-collection-basic
+ texlive-gfsbaskerville
+ texlive-gfsporson
+ texlive-greek-fontenc
+ texlive-greek-inputenc
+ texlive-greekdates
+ texlive-greektex
+ texlive-greektonoi
+ texlive-hyphen-complete
+ texlive-ibycus-babel
+ texlive-ibygrk
+ texlive-kerkis
+ texlive-levy
+ texlive-lgreek
+ texlive-lgrmath
+ texlive-mkgrkindex
+ texlive-talos
+ texlive-teubner
+ texlive-xgreek
+ texlive-yannisgr))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Support for Greek")
+ (description "This collection provides support for Greek.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
(define-public texlive-collection-langitalian
(package
(name "texlive-collection-langitalian")
@@ -34614,6 +65035,179 @@ simply on the size of the support.")
(description "This collection provides support packages for Italian.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+(define-public texlive-collection-langjapanese
+ (package
+ (name "texlive-collection-langjapanese")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-ascmac
+ texlive-asternote
+ texlive-babel-japanese
+ texlive-bxbase
+ texlive-bxcjkjatype
+ texlive-bxghost
+ texlive-bxjaholiday
+ texlive-bxjalipsum
+ texlive-bxjaprnind
+ texlive-bxjatoucs
+ texlive-bxjscls
+ texlive-bxorigcapt
+ texlive-bxwareki
+ texlive-collection-langcjk
+ texlive-convbkmk
+ texlive-endnotesj
+ texlive-gckanbun
+ texlive-gentombow
+ texlive-haranoaji
+ texlive-haranoaji-extra
+ texlive-ieejtran
+ texlive-ifptex
+ texlive-ifxptex
+ texlive-ipaex
+ texlive-japanese-mathformulas
+ texlive-japanese-otf
+ texlive-jieeetran
+ texlive-jlreq
+ texlive-jlreq-deluxe
+ texlive-jpneduenumerate
+ texlive-jpnedumathsymbols
+ texlive-jsclasses
+ texlive-kanbun
+ texlive-lshort-japanese
+ texlive-luatexja
+ texlive-mendex-doc
+ texlive-morisawa
+ texlive-pbibtex-base
+ texlive-pbibtex-manual
+ texlive-platex
+ texlive-platex-tools
+ texlive-platexcheat
+ texlive-plautopatch
+ texlive-ptex
+ texlive-ptex-base
+ texlive-ptex-fontmaps
+ texlive-ptex-fonts
+ texlive-ptex-manual
+ texlive-ptex2pdf
+ texlive-pxbase
+ texlive-pxchfon
+ texlive-pxcjkcat
+ texlive-pxjahyper
+ texlive-pxjodel
+ texlive-pxrubrica
+ texlive-pxufont
+ texlive-uplatex
+ texlive-uptex
+ texlive-uptex-base
+ texlive-uptex-fonts
+ texlive-wadalab
+ texlive-zxjafbfont
+ texlive-zxjatype))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Support for Japanese")
+ (description
+ "This collection provides support for Japanese, with additional packages
+from @code{collection-langcjk}.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
+(define-public texlive-collection-langkorean
+ (package
+ (name "texlive-collection-langkorean")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-baekmuk
+ texlive-cjk-ko
+ texlive-collection-langcjk
+ texlive-kotex-oblivoir
+ texlive-kotex-plain
+ texlive-kotex-utf
+ texlive-kotex-utils
+ texlive-lshort-korean
+ texlive-nanumtype1
+ texlive-pmhanguljamo
+ texlive-uhc
+ texlive-unfonts-core
+ texlive-unfonts-extra))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Support for Korean")
+ (description
+ "This collection provides support for Korean, with additional packages
+from @code{collection-langcjk}.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
+(define-public texlive-collection-langother
+ (package
+ (name "texlive-collection-langother")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-aalok
+ texlive-akshar
+ texlive-amsldoc-vn
+ texlive-aramaic-serto
+ texlive-babel-azerbaijani
+ texlive-babel-esperanto
+ texlive-babel-georgian
+ texlive-babel-hebrew
+ texlive-babel-indonesian
+ texlive-babel-interlingua
+ texlive-babel-malay
+ texlive-babel-sorbian
+ texlive-babel-thai
+ texlive-babel-vietnamese
+ texlive-bangla
+ texlive-bangtex
+ texlive-bengali
+ texlive-burmese
+ texlive-chhaya
+ texlive-cjhebrew
+ texlive-collection-basic
+ texlive-ctib
+ texlive-ebong
+ texlive-ethiop
+ texlive-ethiop-t1
+ texlive-fc
+ texlive-fonts-tlwg
+ texlive-hindawi-latex-template
+ texlive-hyphen-complete
+ texlive-latex-mr
+ texlive-latexbangla
+ texlive-latino-sine-flexione
+ texlive-lshort-thai
+ texlive-lshort-vietnamese
+ texlive-marathi
+ texlive-ntheorem-vn
+ texlive-padauk
+ texlive-quran-bn
+ texlive-quran-ur
+ texlive-sanskrit
+ texlive-sanskrit-t1
+ texlive-thaienum
+ texlive-thaispec
+ texlive-unicode-alphabets
+ texlive-velthuis
+ texlive-vntex
+ texlive-wnri
+ texlive-wnri-latex
+ texlive-xetex-devanagari))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Support other languages")
+ (description
+ "This collection provides support for languages not otherwise listed,
+including Indic, Thai, Vietnamese, Hebrew, Indonesian, African languages, and
+plenty more. The split is made simply on the basis of the size of the
+support, to keep both collection sizes and the number of collections
+reasonable.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
(define-public texlive-collection-langpolish
(package
(name "texlive-collection-langpolish")
@@ -35292,6 +65886,55 @@ science packages.")
with packages in @code{collection-basic}.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+(define-public texlive-collection-music
+ (package
+ (name "texlive-collection-music")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-abc
+ texlive-autosp
+ texlive-bagpipe
+ texlive-chordbars
+ texlive-chordbox
+ texlive-collection-latex
+ texlive-ddphonism
+ texlive-figbas
+ texlive-gchords
+ texlive-gregoriotex
+ texlive-gtrcrd
+ texlive-guitar
+ texlive-guitarchordschemes
+ texlive-guitartabs
+ texlive-harmony
+ texlive-latex4musicians
+ texlive-leadsheets
+ texlive-lilyglyphs
+ texlive-lyluatex
+ texlive-m-tx
+ texlive-musical
+ texlive-musicography
+ texlive-musixguit
+ texlive-musixtex
+ texlive-musixtex-fonts
+ texlive-musixtnt
+ texlive-octave
+ texlive-piano
+ texlive-pmx
+ texlive-pmxchords
+ texlive-recorder-fingering
+ texlive-songbook
+ texlive-songproj
+ texlive-songs
+ texlive-xml2pmx
+ texlive-xpiano))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Music packages")
+ (description "This collection includes music-related fonts and packages.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
(define-public texlive-collection-pictures
(package
(name "texlive-collection-pictures")
@@ -35671,6 +66314,424 @@ PStricks are separate.")
often LaTeX, and occasionally other formats.")
(license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+(define-public texlive-collection-pstricks
+ (package
+ (name "texlive-collection-pstricks")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-auto-pst-pdf
+ texlive-bclogo
+ texlive-collection-basic
+ texlive-collection-plaingeneric
+ texlive-dsptricks
+ texlive-luapstricks
+ texlive-makeplot
+ texlive-pdftricks
+ texlive-pdftricks2
+ texlive-pedigree-perl
+ texlive-psbao
+ texlive-pst-2dplot
+ texlive-pst-3d
+ texlive-pst-3dplot
+ texlive-pst-abspos
+ texlive-pst-am
+ texlive-pst-antiprism
+ texlive-pst-arrow
+ texlive-pst-asr
+ texlive-pst-bar
+ texlive-pst-barcode
+ texlive-pst-bezier
+ texlive-pst-blur
+ texlive-pst-bspline
+ texlive-pst-calculate
+ texlive-pst-calendar
+ texlive-pst-cie
+ texlive-pst-circ
+ texlive-pst-coil
+ texlive-pst-contourplot
+ texlive-pst-cox
+ texlive-pst-dart
+ texlive-pst-dbicons
+ texlive-pst-diffraction
+ texlive-pst-electricfield
+ texlive-pst-eps
+ texlive-pst-eucl
+ texlive-pst-exa
+ texlive-pst-feyn
+ texlive-pst-fill
+ texlive-pst-fit
+ texlive-pst-flags
+ texlive-pst-fr3d
+ texlive-pst-fractal
+ texlive-pst-fun
+ texlive-pst-func
+ texlive-pst-gantt
+ texlive-pst-geo
+ texlive-pst-geometrictools
+ texlive-pst-gr3d
+ texlive-pst-grad
+ texlive-pst-graphicx
+ texlive-pst-hsb
+ texlive-pst-infixplot
+ texlive-pst-intersect
+ texlive-pst-jtree
+ texlive-pst-knot
+ texlive-pst-labo
+ texlive-pst-layout
+ texlive-pst-lens
+ texlive-pst-light3d
+ texlive-pst-lsystem
+ texlive-pst-magneticfield
+ texlive-pst-marble
+ texlive-pst-math
+ texlive-pst-mirror
+ texlive-pst-moire
+ texlive-pst-node
+ texlive-pst-ob3d
+ texlive-pst-ode
+ texlive-pst-optexp
+ texlive-pst-optic
+ texlive-pst-osci
+ texlive-pst-ovl
+ texlive-pst-pad
+ texlive-pst-pdf
+ texlive-pst-pdgr
+ texlive-pst-perspective
+ texlive-pst-platon
+ texlive-pst-plot
+ texlive-pst-poker
+ texlive-pst-poly
+ texlive-pst-pulley
+ texlive-pst-qtree
+ texlive-pst-rputover
+ texlive-pst-rubans
+ texlive-pst-shell
+ texlive-pst-sigsys
+ texlive-pst-slpe
+ texlive-pst-solarsystem
+ texlive-pst-solides3d
+ texlive-pst-soroban
+ texlive-pst-spectra
+ texlive-pst-spinner
+ texlive-pst-stru
+ texlive-pst-support
+ texlive-pst-text
+ texlive-pst-thick
+ texlive-pst-tools
+ texlive-pst-tree
+ texlive-pst-turtle
+ texlive-pst-tvz
+ texlive-pst-uml
+ texlive-pst-vectorian
+ texlive-pst-vehicle
+ texlive-pst-venn
+ texlive-pst-vowel
+ texlive-pst2pdf
+ texlive-pstricks
+ texlive-pstricks-add
+ texlive-pstricks-calcnotes
+ texlive-uml
+ texlive-vaucanson-g
+ texlive-vocaltract))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "PSTricks core and add-ons")
+ (description
+ "This collection provides PSTricks core and all add-on packages.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
+(define-public texlive-collection-publishers
+ (package
+ (name "texlive-collection-publishers")
+ (version (number->string %texlive-revision))
+ (source #f)
+ (build-system trivial-build-system)
+ (arguments (list #:builder #~(mkdir #$output)))
+ (propagated-inputs
+ (list texlive-aastex
+ texlive-abnt
+ texlive-abntex2
+ texlive-abntexto
+ texlive-acmart
+ texlive-acmconf
+ texlive-active-conf
+ texlive-adfathesis
+ texlive-afparticle
+ texlive-afthesis
+ texlive-aguplus
+ texlive-aiaa
+ texlive-anonymous-acm
+ texlive-anufinalexam
+ texlive-aomart
+ texlive-apa
+ texlive-apa6
+ texlive-apa6e
+ texlive-apa7
+ texlive-arsclassica
+ texlive-articleingud
+ texlive-asaetr
+ texlive-ascelike
+ texlive-asmeconf
+ texlive-asmejour
+ texlive-aucklandthesis
+ texlive-bangorcsthesis
+ texlive-bangorexam
+ texlive-bath-bst
+ texlive-beamer-fuberlin
+ texlive-beamer-verona
+ texlive-beilstein
+ texlive-bfh-ci
+ texlive-bgteubner
+ texlive-bjfuthesis
+ texlive-bmstu
+ texlive-bmstu-iu8
+ texlive-br-lex
+ texlive-brandeis-dissertation
+ texlive-brandeis-problemset
+ texlive-brandeis-thesis
+ texlive-buctthesis
+ texlive-cascadilla
+ texlive-cesenaexam
+ texlive-chem-journal
+ texlive-chifoot
+ texlive-chs-physics-report
+ texlive-cje
+ texlive-classicthesis
+ texlive-cleanthesis
+ texlive-cmpj
+ texlive-collection-latex
+ texlive-confproc
+ texlive-cquthesis
+ texlive-dccpaper
+ texlive-dithesis
+ texlive-ebook
+ texlive-ebsthesis
+ texlive-ecothesis
+ texlive-ejpecp
+ texlive-ekaia
+ texlive-elbioimp
+ texlive-els-cas-templates
+ texlive-elsarticle
+ texlive-elteikthesis
+ texlive-emisa
+ texlive-erdc
+ texlive-estcpmm
+ texlive-etsvthor
+ texlive-facture-belge-simple-sans-tva
+ texlive-fbithesis
+ texlive-fcavtex
+ texlive-fcltxdoc
+ texlive-fei
+ texlive-ftc-notebook
+ texlive-gaceta
+ texlive-gammas
+ texlive-geradwp
+ texlive-gfdl
+ texlive-gradstudentresume
+ texlive-grant
+ texlive-gsemthesis
+ texlive-gzt
+ texlive-h2020proposal
+ texlive-hagenberg-thesis
+ texlive-har2nat
+ texlive-hecthese
+ texlive-hep-paper
+ texlive-hfutexam
+ texlive-hfutthesis
+ texlive-hithesis
+ texlive-hitszbeamer
+ texlive-hitszthesis
+ texlive-hobete
+ texlive-hu-berlin-bundle
+ texlive-hustthesis
+ texlive-icsv
+ texlive-ieeeconf
+ texlive-ieeepes
+ texlive-ieeetran
+ texlive-ijmart
+ texlive-ijsra
+ texlive-imac
+ texlive-imtekda
+ texlive-inkpaper
+ texlive-iodhbwm
+ texlive-iscram
+ texlive-jacow
+ texlive-jmlr
+ texlive-jnuexam
+ texlive-jourcl
+ texlive-jpsj
+ texlive-jwjournal
+ texlive-kdgdocs
+ texlive-kdpcover
+ texlive-kfupm-math-exam
+ texlive-kluwer
+ texlive-ksp-thesis
+ texlive-ku-template
+ texlive-langsci
+ texlive-langsci-avm
+ texlive-limecv
+ texlive-lion-msc
+ texlive-llncs
+ texlive-llncsconf
+ texlive-lni
+ texlive-lps
+ texlive-matc3
+ texlive-matc3mem
+ texlive-mcmthesis
+ texlive-mentis
+ texlive-mlacls
+ texlive-mluexercise
+ texlive-mnras
+ texlive-modeles-factures-belges-assocs
+ texlive-msu-thesis
+ texlive-mucproc
+ texlive-mugsthesis
+ texlive-muling
+ texlive-musuos
+ texlive-muthesis
+ texlive-mynsfc
+ texlive-nature
+ texlive-navydocs
+ texlive-nddiss
+ texlive-ndsu-thesis
+ texlive-ndsu-thesis-2022
+ texlive-nih
+ texlive-nihbiosketch
+ texlive-njustthesis
+ texlive-njuthesis
+ texlive-njuvisual
+ texlive-nostarch
+ texlive-novel
+ texlive-nrc
+ texlive-nwafuthesis
+ texlive-nwejm
+ texlive-onrannual
+ texlive-opteng
+ texlive-oup-authoring-template
+ texlive-philosophersimprint
+ texlive-pittetd
+ texlive-pkuthss
+ texlive-powerdot-fuberlin
+ texlive-powerdot-tuliplab
+ texlive-pracjourn
+ texlive-prociagssymp
+ texlive-proposal
+ texlive-prtec
+ texlive-ptptex
+ texlive-qrbill
+ texlive-quantumarticle
+ texlive-resphilosophica
+ texlive-resumecls
+ texlive-revtex
+ texlive-revtex4
+ texlive-revtex4-1
+ texlive-rutitlepage
+ texlive-ryersonsgsthesis
+ texlive-ryethesis
+ texlive-sageep
+ texlive-sapthesis
+ texlive-schule
+ texlive-scientific-thesis-cover
+ texlive-scripture
+ texlive-scrjrnl
+ texlive-sduthesis
+ texlive-se2thesis
+ texlive-seu-ml-assign
+ texlive-seuthesis
+ texlive-seuthesix
+ texlive-shortmathj
+ texlive-shtthesis
+ texlive-smflatex
+ texlive-soton
+ texlive-sphdthesis
+ texlive-spie
+ texlive-sr-vorl
+ texlive-srdp-mathematik
+ texlive-stellenbosch
+ texlive-suftesi
+ texlive-sugconf
+ texlive-tabriz-thesis
+ texlive-technion-thesis-template
+ texlive-texilikechaps
+ texlive-texilikecover
+ texlive-thesis-ekf
+ texlive-thesis-gwu
+ texlive-thesis-qom
+ texlive-thesis-titlepage-fhac
+ texlive-thuaslogos
+ texlive-thubeamer
+ texlive-thucoursework
+ texlive-thuthesis
+ texlive-tidyres
+ texlive-timbreicmc
+ texlive-tlc-article
+ texlive-topletter
+ texlive-toptesi
+ texlive-tuda-ci
+ texlive-tudscr
+ texlive-tugboat
+ texlive-tugboat-plain
+ texlive-tui
+ texlive-turabian
+ texlive-uaclasses
+ texlive-uafthesis
+ texlive-uantwerpendocs
+ texlive-ucalgmthesis
+ texlive-ucbthesis
+ texlive-ucdavisthesis
+ texlive-ucsmonograph
+ texlive-ucthesis
+ texlive-udes-genie-these
+ texlive-uestcthesis
+ texlive-ufrgscca
+ texlive-uhhassignment
+ texlive-uiucredborder
+ texlive-uiucthesis
+ texlive-ukbill
+ texlive-ulthese
+ texlive-umbclegislation
+ texlive-umich-thesis
+ texlive-umthesis
+ texlive-unam-thesis
+ texlive-unamth-template
+ texlive-unamthesis
+ texlive-unbtex
+ texlive-unifith
+ texlive-unigrazpub
+ texlive-unitn-bimrep
+ texlive-univie-ling
+ texlive-unizgklasa
+ texlive-unswcover
+ texlive-uol-physics-report
+ texlive-uothesis
+ texlive-uowthesis
+ texlive-uowthesistitlepage
+ texlive-urcls
+ texlive-uspatent
+ texlive-ut-thesis
+ texlive-utexasthesis
+ texlive-uvaletter
+ texlive-uwa-colours
+ texlive-uwa-letterhead
+ texlive-uwa-pcf
+ texlive-uwa-pif
+ texlive-uwthesis
+ texlive-vancouver
+ texlive-wsemclassic
+ texlive-xduthesis
+ texlive-xduts
+ texlive-xmuthesis
+ texlive-yathesis
+ texlive-yazd-thesis
+ texlive-yb-book
+ texlive-york-thesis))
+ (home-page "https://www.tug.org/texlive/")
+ (synopsis "Publisher styles, theses, etc.")
+ (description "This collection includes publisher styles, theses, etc.")
+ (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))))
+
(define-public texlive-collection-xetex
(package
(name "texlive-collection-xetex")
@@ -36644,6 +67705,24 @@ in your document (DOT and Neato are both part of @code{graphviz}; DOT creates
directed graphs, Neato undirected graphs).")
(license license:gpl3+)))
+(define-public texlive-doulossil
+ (package
+ (name "texlive-doulossil")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/doulossil/"
+ "fonts/truetype/public/doulossil/")
+ (base32
+ "0frhwpm7xzhhz83wpmlrwgz3c3bpvhm8pa0b6vkdgm8qj799irrb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/doulossil")
+ (synopsis "Font for typesetting the International Phonetic Alphabet (IPA)")
+ (description
+ "This package provides the IPA font Doulos SIL in TrueType format.")
+ (license license:silofl1.1)))
+
(define-public texlive-dpcircling
(package
(name "texlive-dpcircling")
@@ -38032,6 +69111,33 @@ a template for such theses.) The class is designed for use with pdfLaTeX;
input in UTF-8 encoding is assumed.")
(license license:lppl1.3+)))
+(define-public texlive-uhc
+ (package
+ (name "texlive-uhc")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/uhc/umj/"
+ "dvips/uhc/"
+ "fonts/afm/uhc/umj/"
+ "fonts/map/dvips/uhc/"
+ "fonts/tfm/uhc/umj/"
+ "fonts/tfm/uhc/uwmj/"
+ "fonts/tfm/uhc/wmj/"
+ "fonts/type1/uhc/umj/"
+ "fonts/vf/uhc/uwmj/"
+ "fonts/vf/uhc/wmj/")
+ (base32
+ "1hpqdzmz4xrcgk443lysif8yk52rbra8rh6cjjfr4kibyfpy77p3")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/uhc")
+ (synopsis "Fonts for the Korean language")
+ (description
+ "This package provides support for Korean documents written in Korean
+standard KSC codes for LaTeX2e.")
+ (license license:lppl)))
+
(define-public texlive-uhrzeit
(package
(name "texlive-uhrzeit")
@@ -38209,6 +69315,23 @@ SGML-based languages. Xindy is highly configurable, both in markup terms and
in terms of the collating order of the text being processed.")
(license license:gpl2+)))
+(define-public texlive-xindy-persian
+ (package
+ (name "texlive-xindy-persian")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/support/xindy-persian/")
+ (base32
+ "04w3h65215slnakk5w19m94xmj9cjx01izbk9xijifv5l6dqh447")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/xindy-persian")
+ (synopsis "Support for the Persian language in Xindy")
+ (description
+ "The package offers Persian language support for indexing using Xindy.")
+ (license license:lppl1.3+)))
+
(define-public texlive-xits
(package
(name "texlive-xits")
@@ -38297,6 +69420,24 @@ support for @code{amsmath} displayed-equation environments); and support for
making a list of theorems, analagous to @code{\\listoffigures}.")
(license license:lppl)))
+(define-public texlive-ntheorem-vn
+ (package
+ (name "texlive-ntheorem-vn")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/ntheorem-vn/")
+ (base32
+ "13lkgb4qjiblbfm4jcxgkxsf08zk90lqz02bxrmim1n8gvyihwcc")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/ntheorem-vn")
+ (synopsis "Vietnamese translation of documentation of @code{ntheorem}")
+ (description
+ "This is a translation of the documentation provided with
+@code{ntheorem}.")
+ (license license:lppl)))
+
(define-public texlive-fmtcount
(package
(name "texlive-fmtcount")
@@ -38510,6 +69651,54 @@ the end of the document, optionally leaving markers in the text near to where
the figure (or table) would normally have occurred.")
(license license:gpl3+)))
+(define-public texlive-wadalab
+ (package
+ (name "texlive-wadalab")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/fonts/wadalab/"
+ "fonts/afm/wadalab/dgj/"
+ "fonts/afm/wadalab/dmj/"
+ "fonts/afm/wadalab/mc2j/"
+ "fonts/afm/wadalab/mcj/"
+ "fonts/afm/wadalab/mr2j/"
+ "fonts/afm/wadalab/mrj/"
+ "fonts/map/dvips/wadalab/"
+ "fonts/tfm/wadalab/dgj/"
+ "fonts/tfm/wadalab/dmj/"
+ "fonts/tfm/wadalab/mc2j/"
+ "fonts/tfm/wadalab/mcj/"
+ "fonts/tfm/wadalab/mr2j/"
+ "fonts/tfm/wadalab/mrj/"
+ "fonts/tfm/wadalab/udgj/"
+ "fonts/tfm/wadalab/udmj/"
+ "fonts/tfm/wadalab/umcj/"
+ "fonts/tfm/wadalab/umrj/"
+ "fonts/type1/wadalab/dgj/"
+ "fonts/type1/wadalab/dmj/"
+ "fonts/type1/wadalab/mc2j/"
+ "fonts/type1/wadalab/mcj/"
+ "fonts/type1/wadalab/mr2j/"
+ "fonts/type1/wadalab/mrj/"
+ "fonts/vf/wadalab/udgj/"
+ "fonts/vf/wadalab/udmj/"
+ "fonts/vf/wadalab/umcj/"
+ "fonts/vf/wadalab/umrj/")
+ (base32
+ "1i72xbn28wh2rl4j1yzl1rvb5nd8bxmci9q9qjzynwq845zgjvnk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/wadalab")
+ (synopsis "Wadalab (Japanese) font packages")
+ (description
+ "These are font bundles for the Japanese Wadalab fonts which work with
+the CJK package. All subfonts now have glyph names compliant to the Adobe
+Glyph List, making ToUnicode CMaps in PDF documents (created automatically by
+@code{dvipdfmx}) work correctly. All font bundles now contain virtual Unicode
+subfonts.")
+ (license (license:fsf-free "https://fedoraproject.org/wiki/Licensing:Wadalab"))))
+
(define-public texlive-was
(package
(name "texlive-was")
@@ -39290,6 +70479,29 @@ to load external Lua modules, including modules installed via LuaRocks.")
cells using LaTeX macros.")
(license license:expat)))
+(define-public texlive-luapstricks
+ (package
+ (name "texlive-luapstricks")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/lualatex/luapstricks/"
+ "fonts/opentype/public/luapstricks/"
+ "tex/lualatex/luapstricks/")
+ (base32
+ "160y66x93rcm0zpjscxyqbfkhbl0yypv0gyixm6vjwcm50vi2w5k")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/luapstricks")
+ (synopsis "PSTricks backend for LuaLaTeX")
+ (description
+ "This package enables the use of PSTricks directly in LuaLaTeX documents,
+without invoking external programmes, by implementing a PostScript interpreter
+in Lua. Therefore it does not require shell escape to be enabled or special
+environments, and instead allows PSTricks to be used exactly like in Dvips
+based documents.")
+ (license license:lppl1.3+)))
+
(define-public texlive-luaquotes
(package
(name "texlive-luaquotes")
@@ -39484,6 +70696,26 @@ makecell with an easy to use syntax. It also adds some enhanced rules for the
@code{booktabs} package.")
(license license:expat)))
+(define-public texlive-makeplot
+ (package
+ (name "texlive-makeplot")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/makeplot/"
+ "source/latex/makeplot/"
+ "tex/latex/makeplot/")
+ (base32
+ "1w34508lvb6rjhp41k78ph2p609mk03n8sp4mfgmhdpay0qxyjz5")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/makeplot")
+ (synopsis "Easy plots from Matlab in LaTeX")
+ (description
+ "Makeplot is a LaTeX package that uses the PSTricks @code{pst-plot}
+functions to plot data that it takes from Matlab output files.")
+ (license license:lppl)))
+
(define-public texlive-minim
(package
(name "texlive-minim")
@@ -39870,6 +71102,94 @@ integrated into the LaTeX kernel (or in parts into permanent support
packages), and the current testphase bundle will be removed.")
(license license:lppl1.3c)))
+(define-public texlive-pdftricks
+ (package
+ (name "texlive-pdftricks")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pdftricks/"
+ "tex/latex/pdftricks/")
+ (base32
+ "07vr97rgn0n73zb2b3sb3wkwxl0p6nbnjk0cgxd05drf1k8shxnp")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pdftricks")
+ (synopsis "Support for PSTricks in pdfTeX")
+ (description
+ "The PSTricks macros cannot be used (directly) with pdfTeX, since
+PSTricks uses PostScript arithmetic, which isn't part of PDF. This package
+circumvents this limitation so that the extensive facilities offered by the
+powerful PSTricks package can be made use of in a pdfTeX document. This is
+done using the shell escape function available in current TeX implementations.
+The package may also be used in support of other PostScript-output-only
+packages, such as PSfrag.")
+ (license license:gpl3+)))
+
+(define-public texlive-pdftricks2
+ (package
+ (name "texlive-pdftricks2")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/pdftricks2/"
+ "tex/latex/pdftricks2/")
+ (base32
+ "0znq52nzknv0x16cqbpfi90gz89frzk74ww3sg7ibjacmbpfl3j0")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/pdftricks2")
+ (synopsis "Use PSTricks in pdfTeX")
+ (description
+ "The package provides the means of processing documents that contain
+PSTricks graphics specifications. The package is inspired by
+@code{pdftricks}.")
+ (license license:gpl2)))
+
+(define-public texlive-pedigree-perl
+ (package
+ (name "texlive-pedigree-perl")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/man/man1/pedigree.1"
+ "doc/man/man1/pedigree.man1.pdf"
+ "doc/support/pedigree-perl/"
+ "scripts/pedigree-perl/"
+ "source/latex/pedigree-perl/")
+ (base32
+ "0s2186j4hx5v12g5r8admif2ysi6nnm8d0xxpwq26brfcjrbbh7r")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:link-scripts #~(list "pedigree.pl")))
+ (inputs (list perl))
+ (home-page "https://ctan.org/pkg/pedigree-perl")
+ (synopsis "Generate TeX pedigree files from CSV files")
+ (description
+ "This program generates TeX commands to typeset pedigrees --- either TeX
+fragments or full LaTeX files, to be processed by the @code{pst-pdgr} package.
+The program has support for multilanguage pedigrees (at the present moment the
+English and Russian languages are supported).")
+ (license license:gpl2)))
+
+(define-public texlive-psbao
+ (package
+ (name "texlive-psbao")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/psbao/" "tex/latex/psbao/")
+ (base32
+ "11gfnjvhrgic18s45pj6hn8slj9kmrmsrh4kqn83sfdxy2mr2y32")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/psbao")
+ (synopsis "Draw Bao diagrams")
+ (description
+ "The package draws Bao diagrams in LaTeX. The package is a development
+of @code{psgo}, and uses PSTricks to draw the diagrams.")
+ (license license:lppl)))
+
(define-public texlive-pslatex
(package
(name "texlive-pslatex")
@@ -39924,6 +71244,30 @@ uses PostScript @code{\\special} commands. The package is now largely
superseded by @code{pict2e}.")
(license license:lppl)))
+(define-public texlive-datetime
+ (package
+ (name "texlive-datetime")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/datetime/"
+ "source/latex/datetime/"
+ "tex/latex/datetime/")
+ (base32
+ "07rx0bcr8b73669xmvl1q3qy96jfqlfs2yv2khjcaf2yfid3c2vw")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/datetime")
+ (synopsis "Change format of \\today with commands for current time")
+ (description
+ "This package provides various different formats for the text created by
+the command @code{\\today}, and also provides commands for displaying the
+current time (or any given time), in 12-hour, 24-hour or text format. It
+overrides Babel's date format, having its own library of date formats in
+different languages. This package is now obsolete and has been replaced by
+@code{datetime2}.")
+ (license license:lppl1.3+)))
+
(define-public texlive-datetime2
(package
(name "texlive-datetime2")
@@ -40090,6 +71434,67 @@ a number of @code{\\magsteps} to change size; from this are defined commands
@code{\\larger}, @code{\\smaller}, @code{\\textlarger}, etc.")
(license license:public-domain)))
+(define-public texlive-russ
+ (package
+ (name "texlive-russ")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/russ/" "tex/latex/russ/")
+ (base32
+ "0ixvdjvgrqn5z8glvbr1i9k4yw00n260d11n034x6j67srxph3rb")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (home-page "https://ctan.org/pkg/russ")
+ (synopsis "LaTeX in Russian, without Babel")
+ (description
+ "The package aims to facilitate Russian typesetting (based on input using
+MicroSoft Code Page 1251). Russian hyphenation is selected, and various
+mathematical commands are set up in Russian style. Furthermore all Cyrillic
+letters catcodes are set to @samp{letter}, so that commands with Cyrillic
+letters in their names may be defined.")
+ (license license:lppl)))
+
+(define-public texlive-everyhook
+ (package
+ (name "texlive-everyhook")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/everyhook/"
+ "source/latex/everyhook/"
+ "tex/latex/everyhook/")
+ (base32
+ "0rcw2d5ncq8avk33nxika34q3da1v4kcmr6jqdxdg49bq4h8ljs7")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (arguments (list #:tex-format "latex"))
+ (native-inputs
+ (list (texlive-updmap.cfg
+ (list texlive-bera
+ texlive-enumitem
+ texlive-etoolbox
+ texlive-hypdoc
+ texlive-inconsolata
+ texlive-lipsum
+ texlive-listings
+ texlive-mathpazo
+ texlive-microtype
+ texlive-palatino
+ texlive-svn-prov
+ texlive-upquote
+ texlive-xkeyval))))
+ (home-page "https://ctan.org/pkg/everyhook")
+ (synopsis "Hooks for standard TeX token lists")
+ (description
+ "The package takes control of the six TeX token registers @code{\\everypar},
+@code{\\everymath}, @code{\\everydisplay}, @code{\\everyhbox},
+@code{\\everyvbox} and @code{\\everycr}. Real hooks for each of the registers
+may be installed using a stack like interface. For backwards compatibility,
+each of the @code{\\everyX} token lists can be set without interfering with
+the hooks.")
+ (license license:lppl1.3+)))
+
(define-public texlive-everypage
(package
(name "texlive-everypage")