gnu: texlive-latex-oberdiek: Add ifxetex to inputs.
[jackhill/guix/guix.git] / gnu / packages / tex.scm
1 ;;; GNU Guix --- Functional package management for GNU
2 ;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
3 ;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
4 ;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
5 ;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
6 ;;; Copyright © 2016, 2018 Efraim Flashner <efraim@flashner.co.il>
7 ;;; Copyright © 2016 Federico Beffa <beffa@fbengineering.ch>
8 ;;; Copyright © 2016 Thomas Danckaert <post@thomasdanckaert.be>
9 ;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
10 ;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
11 ;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
12 ;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
13 ;;; Copyright © 2018 Danny Milosavljevic <dannym+a@scratchpost.org>
14 ;;; Copyright © 2018 Arun Isaac <arunisaac@systemreboot.net>
15 ;;;
16 ;;; This file is part of GNU Guix.
17 ;;;
18 ;;; GNU Guix is free software; you can redistribute it and/or modify it
19 ;;; under the terms of the GNU General Public License as published by
20 ;;; the Free Software Foundation; either version 3 of the License, or (at
21 ;;; your option) any later version.
22 ;;;
23 ;;; GNU Guix is distributed in the hope that it will be useful, but
24 ;;; WITHOUT ANY WARRANTY; without even the implied warranty of
25 ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
26 ;;; GNU General Public License for more details.
27 ;;;
28 ;;; You should have received a copy of the GNU General Public License
29 ;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
30
31 (define-module (gnu packages tex)
32 #:use-module ((guix licenses) #:prefix license:)
33 #:use-module (guix packages)
34 #:use-module (guix download)
35 #:use-module (guix build-system cmake)
36 #:use-module (guix build-system gnu)
37 #:use-module (guix build-system perl)
38 #:use-module (guix build-system trivial)
39 #:use-module (guix build-system texlive)
40 #:use-module (guix utils)
41 #:use-module (guix git-download)
42 #:use-module (guix svn-download)
43 #:use-module (gnu packages)
44 #:use-module (gnu packages algebra)
45 #:use-module (gnu packages autotools)
46 #:use-module (gnu packages bash)
47 #:use-module (gnu packages boost)
48 #:use-module (gnu packages compression)
49 #:use-module (gnu packages fontutils)
50 #:use-module (gnu packages gd)
51 #:use-module (gnu packages ghostscript)
52 #:use-module (gnu packages graphviz)
53 #:use-module (gnu packages gtk)
54 #:use-module (gnu packages icu4c)
55 #:use-module (gnu packages image)
56 #:use-module (gnu packages libreoffice)
57 #:use-module (gnu packages lua)
58 #:use-module (gnu packages multiprecision)
59 #:use-module (gnu packages pdf)
60 #:use-module (gnu packages perl)
61 #:use-module (gnu packages perl-check)
62 #:use-module (gnu packages pkg-config)
63 #:use-module (gnu packages python)
64 #:use-module (gnu packages python-xyz)
65 #:use-module (gnu packages qt)
66 #:use-module (gnu packages ruby)
67 #:use-module (gnu packages shells)
68 #:use-module (gnu packages base)
69 #:use-module (gnu packages web)
70 #:use-module (gnu packages xml)
71 #:use-module (gnu packages xorg)
72 #:use-module (gnu packages xdisorg)
73 #:autoload (gnu packages texinfo) (texinfo)
74 #:use-module (ice-9 ftw)
75 #:use-module (ice-9 match)
76 #:use-module ((srfi srfi-1) #:hide (zip)))
77
78 (define texlive-extra-src
79 (origin
80 (method url-fetch)
81 (uri "ftp://tug.org/historic/systems/texlive/2018/texlive-20180414-extra.tar.xz")
82 (sha256 (base32
83 "0a83kymxc8zmlxjb0y1gf6mx7qnf0hxffwkivwh5yh138y2rfhsv"))))
84
85 (define texlive-texmf-src
86 (origin
87 (method url-fetch)
88 (uri "ftp://tug.org/historic/systems/texlive/2018/texlive-20180414-texmf.tar.xz")
89 (sha256 (base32
90 "1b8zigzg8raxkhhzphcmynf84rbdbj2ym2qkz24v8n0qx82zmqms"))))
91
92 (define-public texlive-bin
93 (package
94 (name "texlive-bin")
95 (version "20180414")
96 (source
97 (origin
98 (method url-fetch)
99 (uri (string-append "ftp://tug.org/historic/systems/texlive/2018/"
100 "texlive-" version "-source.tar.xz"))
101 (sha256
102 (base32
103 "0khyi6h015r2zfqgg0a44a2j7vmr1cy42knw7jbss237yvakc07y"))
104 (patches
105 (list
106 ;; This is required for compatibility with Poppler 0.64.0 and to fix a
107 ;; segmentation fault in dvipdfm-x from XeTeX, and also contains a fix
108 ;; for CVE-2018-17407.
109 (origin
110 (method url-fetch)
111 (uri (string-append "http://www.linuxfromscratch.org/patches/blfs/"
112 "svn/texlive-" version "-source-upstream_fixes-2.patch"))
113 (file-name "texlive-poppler-compat.patch")
114 (sha256
115 (base32
116 "04sxy1qv9y575mxwyg3y7rx7mh540pfjqx7yni7ncb5wjbq9pq1a")))
117 (search-patch "texlive-bin-luatex-poppler-compat.patch")
118 (search-patch "texlive-bin-pdftex-poppler-compat.patch")
119 (search-patch "texlive-bin-xetex-poppler-compat.patch")))))
120 (build-system gnu-build-system)
121 (inputs
122 `(("texlive-extra-src" ,texlive-extra-src)
123 ("cairo" ,cairo)
124 ("fontconfig" ,fontconfig)
125 ("fontforge" ,fontforge)
126 ("freetype" ,freetype)
127 ("gd" ,gd)
128 ("gmp" ,gmp)
129 ("ghostscript" ,ghostscript)
130 ("graphite2" ,graphite2)
131 ("harfbuzz" ,harfbuzz)
132 ("icu4c" ,icu4c)
133 ("libpaper" ,libpaper)
134 ("libpng" ,libpng)
135 ("libxaw" ,libxaw)
136 ("libxt" ,libxt)
137 ("mpfr" ,mpfr)
138 ("perl" ,perl)
139 ("pixman" ,pixman)
140 ("poppler" ,poppler)
141 ("potrace" ,potrace)
142 ("python" ,python-2) ; incompatible with Python 3 (print syntax)
143 ("ruby" ,ruby)
144 ("tcsh" ,tcsh)
145 ("teckit" ,teckit)
146 ("zlib" ,zlib)
147 ("zziplib" ,zziplib)))
148 (native-inputs
149 `(("pkg-config" ,pkg-config)))
150 (arguments
151 `(#:out-of-source? #t
152 #:configure-flags
153 `("--disable-native-texlive-build"
154 ;; XXX: This is needed because recent Poppler requires C++11 or later.
155 ;; Remove after switch to GCC >= 6.
156 "CXXFLAGS=-std=gnu++11"
157 "--with-system-cairo"
158 "--with-system-freetype2"
159 "--with-system-gd"
160 "--with-system-gmp"
161 "--with-system-graphite2"
162 "--with-system-harfbuzz"
163 "--with-system-icu"
164 "--with-system-libgs"
165 "--with-system-libpaper"
166 "--with-system-libpng"
167 "--with-system-mpfr"
168 "--with-system-pixman"
169 "--with-system-poppler"
170 "--with-system-potrace"
171 "--with-system-teckit"
172 "--with-system-xpdf"
173 "--with-system-zlib"
174 "--with-system-zziplib")
175
176 ;; Disable tests on mips64/aarch64 to cope with a failure of luajiterr.test.
177 ;; XXX FIXME fix luajit properly on mips64 and aarch64.
178 #:tests? ,(let ((s (or (%current-target-system)
179 (%current-system))))
180 (not (or (string-prefix? "aarch64" s)
181 (string-prefix? "mips64" s))))
182 #:phases
183 (modify-phases %standard-phases
184 (add-after 'unpack 'configure-ghostscript-executable
185 ;; ps2eps.pl uses the "gswin32c" ghostscript executable on Windows,
186 ;; and the "gs" ghostscript executable on Unix. It detects Unix by
187 ;; checking for the existence of the /usr/bin directory. Since
188 ;; GuixSD does not have /usr/bin, it is also detected as Windows.
189 (lambda* (#:key inputs #:allow-other-keys)
190 (substitute* "utils/ps2eps/ps2eps-src/bin/ps2eps.pl"
191 (("gswin32c") "gs"))
192 (substitute* "texk/texlive/linked_scripts/epstopdf/epstopdf.pl"
193 (("\"gs\"")
194 (string-append "\"" (assoc-ref inputs "ghostscript") "/bin/gs\"")))
195 #t))
196 (add-after 'unpack 'use-code-for-new-poppler
197 (lambda _
198 (copy-file "texk/web2c/pdftexdir/pdftoepdf-newpoppler.cc"
199 "texk/web2c/pdftexdir/pdftoepdf.cc")
200 (copy-file "texk/web2c/pdftexdir/pdftosrc-newpoppler.cc"
201 "texk/web2c/pdftexdir/pdftosrc.cc")
202 #t))
203 (add-after 'unpack 'disable-failing-test
204 (lambda _
205 ;; FIXME: This test fails on 32-bit architectures since Glibc 2.28:
206 ;; <https://bugzilla.redhat.com/show_bug.cgi?id=1631847>.
207 (substitute* "texk/web2c/omegafonts/check.test"
208 (("^\\./omfonts -ofm2opl \\$srcdir/tests/check tests/xcheck \\|\\| exit 1")
209 "./omfonts -ofm2opl $srcdir/tests/check tests/xcheck || exit 77"))
210 #t))
211 (add-after 'install 'postint
212 (lambda* (#:key inputs outputs #:allow-other-keys #:rest args)
213 (let* ((out (assoc-ref outputs "out"))
214 (share (string-append out "/share"))
215 (texlive-extra (assoc-ref inputs "texlive-extra-src"))
216 (unpack (assoc-ref %standard-phases 'unpack))
217 (patch-source-shebangs
218 (assoc-ref %standard-phases 'patch-source-shebangs)))
219 (substitute* (string-append share "/texmf-dist/web2c/texmf.cnf")
220 ;; Don't truncate lines.
221 (("^error_line = .*$") "error_line = 254\n")
222 (("^half_error_line = .*$") "half_error_line = 238\n")
223 (("^max_print_line = .*$") "max_print_line = 1000\n"))
224 ;; Create symbolic links for the latex variants and their
225 ;; man pages.
226 (with-directory-excursion (string-append out "/bin/")
227 (for-each symlink
228 '("pdftex" "pdftex" "xetex" "luatex")
229 '("latex" "pdflatex" "xelatex" "lualatex")))
230 (with-directory-excursion (string-append share "/man/man1/")
231 (symlink "luatex.1" "lualatex.1"))
232 ;; Unpack texlive-extra and install tlpkg.
233 (mkdir "texlive-extra")
234 (with-directory-excursion "texlive-extra"
235 (apply unpack (list #:source texlive-extra))
236 (apply patch-source-shebangs (list #:source texlive-extra))
237 (invoke "mv" "tlpkg" share))
238 ;; texlua shebangs are not patched by the patch-source-shebangs
239 ;; phase because the texlua executable does not exist at that
240 ;; time.
241 (setenv "PATH" (string-append (getenv "PATH") ":" out "/bin"))
242 (with-directory-excursion out
243 (patch-source-shebangs))))))))
244 (native-search-paths
245 (list (search-path-specification
246 (variable "TEXMF")
247 (files '("share/texmf-dist"))
248 (separator #f))
249 (search-path-specification
250 (variable "TEXMFCNF")
251 (files '("share/texmf-dist/web2c"))
252 (separator #f))))
253 (synopsis "TeX Live, a package of the TeX typesetting system")
254 (description
255 "TeX Live provides a comprehensive TeX document production system.
256 It includes all the major TeX-related programs, macro packages, and fonts
257 that are free software, including support for many languages around the
258 world.
259
260 This package contains the binaries.")
261 (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
262 (home-page "https://www.tug.org/texlive/")))
263
264 (define-public texlive-dvips
265 (package
266 (name "texlive-dvips")
267 (version (number->string %texlive-revision))
268 (source (origin
269 (method svn-fetch)
270 (uri (svn-reference
271 (url (string-append "svn://www.tug.org/texlive/tags/"
272 %texlive-tag "/Master/texmf-dist/"
273 "/dvips"))
274 (revision %texlive-revision)))
275 (file-name (string-append name "-" version "-checkout"))
276 (sha256
277 (base32
278 "1ky6wc173jhf0b33lhyb4r3bx1d4bmiqkn6y1hxn92kwjdzl42p7"))))
279 (build-system trivial-build-system)
280 (arguments
281 `(#:modules ((guix build utils))
282 #:builder
283 (begin
284 (use-modules (guix build utils))
285 (let* ((root (string-append (assoc-ref %outputs "out")
286 "/share/texmf-dist"))
287 (dvips (string-append root "/dvips"))
288 (maps (string-append root "/fonts/map/dvips"))
289 (encs (string-append root "/fonts/enc/dvips/base")))
290 (mkdir-p dvips)
291 (copy-recursively (assoc-ref %build-inputs "source") dvips)
292 (mkdir-p maps)
293 (copy-recursively (assoc-ref %build-inputs "dvips-font-maps") maps)
294 (mkdir-p encs)
295 (copy-recursively (assoc-ref %build-inputs "dvips-base-enc") encs)
296 #t))))
297 (native-inputs
298 `(("dvips-font-maps"
299 ,(origin
300 (method svn-fetch)
301 (uri (svn-reference
302 (url (string-append "svn://www.tug.org/texlive/tags/"
303 %texlive-tag "/Master/texmf-dist/"
304 "/fonts/map/dvips"))
305 (revision %texlive-revision)))
306 (file-name (string-append "dvips-font-maps-" version "-checkout"))
307 (sha256
308 (base32
309 "0nxvfbb5vsvakiw0iviicghdc2sxk05cj056ilqnpa62fffc36a6"))))
310 ("dvips-base-enc"
311 ,(origin
312 (method svn-fetch)
313 (uri (svn-reference
314 (url (string-append "svn://www.tug.org/texlive/tags/"
315 %texlive-tag "/Master/texmf-dist/"
316 "/fonts/enc/dvips/base"))
317 (revision %texlive-revision)))
318 (file-name (string-append "dvips-base-enc-" version "-checkout"))
319 (sha256
320 (base32
321 "1xnf6ms0h87r55kxik4vicwr1907scj789lhqflqns8svvsli5iy"))))))
322 (home-page "https://www.ctan.org/pkg/dvips")
323 (synopsis "DVI to PostScript drivers")
324 (description "This package provides files needed for converting DVI files
325 to PostScript.")
326 ;; Various free software licenses apply to individual files.
327 (license (list license:lppl1.3c+
328 license:expat
329 license:lgpl3+))))
330
331 (define-public texlive-generic-unicode-data
332 (package
333 (name "texlive-generic-unicode-data")
334 (version (number->string %texlive-revision))
335 (source (origin
336 (method svn-fetch)
337 (uri (svn-reference
338 (url (string-append "svn://www.tug.org/texlive/tags/"
339 %texlive-tag "/Master/texmf-dist/"
340 "/tex/generic/unicode-data"))
341 (revision %texlive-revision)))
342 (file-name (string-append name "-" version "-checkout"))
343 (sha256
344 (base32
345 "0r1v16jyfpz6dwqsgm6b9jcj4kf2pkzc9hg07s6fx9g8ba8qglih"))))
346 (build-system trivial-build-system)
347 (arguments
348 `(#:modules ((guix build utils))
349 #:builder
350 (begin
351 (use-modules (guix build utils))
352 (let ((target (string-append (assoc-ref %outputs "out")
353 "/share/texmf-dist/tex/generic/unicode-data")))
354 (mkdir-p target)
355 (copy-recursively (assoc-ref %build-inputs "source") target)
356 #t))))
357 (home-page "https://www.ctan.org/pkg/unicode-data")
358 (synopsis "Unicode data and loaders for TeX")
359 (description "This bundle provides generic access to Unicode Consortium
360 data for TeX use. It contains a set of text files provided by the Unicode
361 Consortium which are currently all from Unicode 8.0.0, with the exception of
362 @code{MathClass.txt} which is not currently part of the Unicode Character
363 Database. Accompanying these source data are generic TeX loader files
364 allowing this data to be used as part of TeX runs, in particular in building
365 format files. Currently there are two loader files: one for general character
366 set up and one for initializing XeTeX character classes as has been carried
367 out to date by @code{unicode-letters.tex}. ")
368 (license license:lppl1.3c+)))
369
370 (define-public texlive-generic-dehyph-exptl
371 (package
372 (name "texlive-generic-dehyph-exptl")
373 (version (number->string %texlive-revision))
374 (source (origin
375 (method svn-fetch)
376 (uri (svn-reference
377 (url (string-append "svn://www.tug.org/texlive/tags/"
378 %texlive-tag "/Master/texmf-dist/"
379 "/tex/generic/dehyph-exptl"))
380 (revision %texlive-revision)))
381 (file-name (string-append name "-" version "-checkout"))
382 (sha256
383 (base32
384 "03yj1di9py92drp6gpfva6q69vk2iixr79r7cp7ja570s3pr0m33"))))
385 (build-system trivial-build-system)
386 (arguments
387 `(#:modules ((guix build utils))
388 #:builder
389 (begin
390 (use-modules (guix build utils))
391 (let ((target (string-append (assoc-ref %outputs "out")
392 "/share/texmf-dist/tex/generic/dehyph-exptl")))
393 (mkdir-p target)
394 (copy-recursively (assoc-ref %build-inputs "source") target)
395 #t))))
396 (home-page "http://projekte.dante.de/Trennmuster/WebHome")
397 (synopsis "Hyphenation patterns for German")
398 (description "The package provides experimental hyphenation patterns for
399 the German language, covering both traditional and reformed orthography. The
400 patterns can be used with packages Babel and hyphsubst from the Oberdiek
401 bundle.")
402 ;; Hyphenation patterns are under the Expat license; documentation is
403 ;; under LPPL.
404 (license (list license:expat license:lppl))))
405
406 (define-public texlive-generic-tex-ini-files
407 (package
408 (name "texlive-generic-tex-ini-files")
409 (version (number->string %texlive-revision))
410 (source (origin
411 (method svn-fetch)
412 (uri (svn-reference
413 (url (string-append "svn://www.tug.org/texlive/tags/"
414 %texlive-tag "/Master/texmf-dist/"
415 "/tex/generic/tex-ini-files"))
416 (revision %texlive-revision)))
417 (file-name (string-append name "-" version "-checkout"))
418 (sha256
419 (base32
420 "1wh42n1lmzcvi3g6mm31nm3yd5ha5bl260xqc444jg1m9fdp3wz5"))))
421 (build-system trivial-build-system)
422 (arguments
423 `(#:modules ((guix build utils))
424 #:builder
425 (begin
426 (use-modules (guix build utils))
427 (let ((target (string-append (assoc-ref %outputs "out")
428 "/share/texmf-dist/tex/generic/tex-ini-files")))
429 (mkdir-p target)
430 (copy-recursively (assoc-ref %build-inputs "source") target)
431 #t))))
432 (home-page "https://www.ctan.org/pkg/tex-ini-files")
433 (synopsis "Files for creating TeX formats")
434 (description "This bundle provides a collection of model \".ini\" files
435 for creating TeX formats. These files are commonly used to introduced
436 distribution-dependent variations in formats. They are also used to
437 allow existing format source files to be used with newer engines, for example
438 to adapt the plain e-TeX source file to work with XeTeX and LuaTeX.")
439 (license license:public-domain)))
440
441 (define-public texlive-generic-hyph-utf8
442 (package
443 (name "texlive-generic-hyph-utf8")
444 (version (number->string %texlive-revision))
445 (source (origin
446 (method svn-fetch)
447 (uri (svn-reference
448 (url (string-append "svn://www.tug.org/texlive/tags/"
449 %texlive-tag "/Master/texmf-dist/"
450 "/tex/generic/hyph-utf8"))
451 (revision %texlive-revision)))
452 (file-name (string-append name "-" version "-checkout"))
453 (sha256
454 (base32
455 "1alnn9cd60m2c12vym9f9q22ap1ngywxpkjl9dk472why44g1dmy"))))
456 (build-system trivial-build-system)
457 (arguments
458 `(#:modules ((guix build utils))
459 #:builder
460 (begin
461 (use-modules (guix build utils))
462 (let ((target (string-append (assoc-ref %outputs "out")
463 "/share/texmf-dist/tex/generic/hyph-utf8")))
464 (mkdir-p target)
465 (copy-recursively (assoc-ref %build-inputs "source") target)
466 #t))))
467 (home-page "https://ctan.org/pkg/hyph-utf8")
468 (synopsis "Hyphenation patterns expressed in UTF-8")
469 (description "Modern native UTF-8 engines such as XeTeX and LuaTeX need
470 hyphenation patterns in UTF-8 format, whereas older systems require
471 hyphenation patterns in the 8-bit encoding of the font in use (such encodings
472 are codified in the LaTeX scheme with names like OT1, T2A, TS1, OML, LY1,
473 etc). The present package offers a collection of conversions of existing
474 patterns to UTF-8 format, together with converters for use with 8-bit fonts in
475 older systems. Since hyphenation patterns for Knuthian-style TeX systems are
476 only read at iniTeX time, it is hoped that the UTF-8 patterns, with their
477 converters, will completely supplant the older patterns.")
478 ;; Individual files each have their own license. Most of these files are
479 ;; independent hyphenation patterns.
480 (license (list license:lppl1.0+
481 license:lppl1.2+
482 license:lppl1.3
483 license:lppl1.3+
484 license:lppl1.3a+
485 license:lgpl2.1
486 license:lgpl2.1+
487 license:lgpl3+
488 license:gpl2+
489 license:gpl3+
490 license:mpl1.1
491 license:asl2.0
492 license:expat
493 license:bsd-3
494 license:cc0
495 license:public-domain
496 license:wtfpl2))))
497
498 (define-public texlive-metafont-base
499 (package
500 (name "texlive-metafont-base")
501 (version (number->string %texlive-revision))
502 (source (origin
503 (method svn-fetch)
504 (uri (svn-reference
505 (url (string-append "svn://www.tug.org/texlive/tags/"
506 %texlive-tag "/Master/texmf-dist/"
507 "/metafont"))
508 (revision %texlive-revision)))
509 (file-name (string-append name "-" version "-checkout"))
510 (sha256
511 (base32
512 "1yl4n8cn5xqk2nc22zgzq6ymd7bhm6xx1mz3azip7i3ki4bhb5q5"))))
513 (build-system gnu-build-system)
514 (arguments
515 `(#:tests? #f ; no test target
516 #:phases
517 (modify-phases %standard-phases
518 (delete 'configure)
519 (replace 'build
520 (lambda* (#:key inputs #:allow-other-keys)
521 (let ((cwd (getcwd)))
522 (setenv "MFINPUTS"
523 (string-append cwd "/base:"
524 cwd "/misc:"
525 cwd "/roex:"
526 cwd "/feynmf:"
527 cwd "/mfpic:"
528 cwd "/config")))
529 (mkdir "build")
530 (with-directory-excursion "build"
531 (invoke "inimf" "mf.mf"))))
532 (replace 'install
533 (lambda* (#:key outputs #:allow-other-keys)
534 (let* ((out (assoc-ref outputs "out"))
535 (base (string-append out "/share/texmf-dist/web2c"))
536 (mf (string-append out "/share/texmf-dist/metafont/base")))
537 (mkdir-p base)
538 (mkdir-p mf)
539 (install-file "build/mf.base" base)
540 (copy-recursively "base" mf)
541 #t))))))
542 (native-inputs
543 `(("texlive-bin" ,texlive-bin)))
544 (home-page "https://www.ctan.org/pkg/metafont")
545 (synopsis "Metafont base files")
546 (description "This package provides the Metafont base files needed to
547 build fonts using the Metafont system.")
548 (license license:knuth)))
549
550 (define-public texlive-tex-fontinst-base
551 (package
552 (name "texlive-tex-fontinst-base")
553 (version (number->string %texlive-revision))
554 (source (origin
555 (method svn-fetch)
556 (uri (svn-reference
557 (url (string-append "svn://www.tug.org/texlive/tags/"
558 %texlive-tag "/Master/texmf-dist/"
559 "/tex/fontinst/base"))
560 (revision %texlive-revision)))
561 (file-name (string-append name "-" version "-checkout"))
562 (sha256
563 (base32
564 "12gnb8hc45p47pqn31msvi4mpr3wxbbbf2k4xhmshjqykwzlx508"))))
565 (build-system trivial-build-system)
566 (arguments
567 `(#:modules ((guix build utils))
568 #:builder
569 (begin
570 (use-modules (guix build utils))
571 (let ((target (string-append (assoc-ref %outputs "out")
572 "/share/texmf-dist/tex/fontinst/base")))
573 (mkdir-p target)
574 (copy-recursively (assoc-ref %build-inputs "source") target)
575 #t))))
576 (home-page "https://www.ctan.org/pkg/fontinst")
577 (synopsis "Tools for converting and installing fonts for TeX and LaTeX")
578 (description "This package provides TeX macros for converting Adobe Font
579 Metric files to TeX metric and virtual font format. Fontinst helps mainly
580 with the number crunching and shovelling parts of font installation. This
581 means in practice that it creates a number of files which give the TeX
582 metrics (and related information) for a font family that TeX needs to do any
583 typesetting in these fonts.")
584 (license license:lppl1.1+)))
585
586 (define-public texlive-fontname
587 (package
588 (name "texlive-fontname")
589 (version (number->string %texlive-revision))
590 (source (origin
591 (method svn-fetch)
592 (uri (svn-reference
593 (url (string-append "svn://www.tug.org/texlive/tags/"
594 %texlive-tag "/Master/texmf-dist/"
595 "/fonts/map/fontname"))
596 (revision %texlive-revision)))
597 (file-name (string-append name "-" version "-checkout"))
598 (sha256
599 (base32
600 "05rbn7z30xawd3n6w7c3ijp2yc67ga220jgqmkla9pd9wx185rzq"))))
601 (build-system trivial-build-system)
602 (arguments
603 `(#:modules ((guix build utils))
604 #:builder
605 (begin
606 (use-modules (guix build utils))
607 (let ((target (string-append (assoc-ref %outputs "out")
608 "/share/texmf-dist/fonts/map/fontname")))
609 (mkdir-p target)
610 (copy-recursively (assoc-ref %build-inputs "source") target)
611 #t))))
612 (home-page "https://www.ctan.org/pkg/fontname")
613 (synopsis "Scheme for naming fonts in TeX")
614 (description "This is Fontname, a naming scheme for (the base part of)
615 external TeX font filenames. This makes at most eight-character names
616 from (almost) arbitrarily complex font names, thus helping portability of TeX
617 documents.")
618 (license license:public-domain)))
619
620 (define-public texlive-fonts-cm
621 (package
622 (name "texlive-fonts-cm")
623 (version (number->string %texlive-revision))
624 (source (origin
625 (method svn-fetch)
626 (uri (svn-reference
627 (url (string-append "svn://www.tug.org/texlive/tags/"
628 %texlive-tag "/Master/texmf-dist/"
629 "/fonts/source/public/cm"))
630 (revision %texlive-revision)))
631 (file-name (string-append name "-" version "-checkout"))
632 (sha256
633 (base32
634 "0vfjhidr9pha613h8mfhnpcpvld6ahdfb449918fpsfs93cppkyj"))))
635 (build-system gnu-build-system)
636 (arguments
637 `(#:modules ((guix build gnu-build-system)
638 (guix build utils)
639 (srfi srfi-1)
640 (srfi srfi-26))
641 #:tests? #f ; no tests
642 #:phases
643 (modify-phases %standard-phases
644 (delete 'configure)
645 (replace 'build
646 (lambda* (#:key inputs #:allow-other-keys)
647 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
648 ;; Tell mf where to find mf.base
649 (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
650 ;; Tell mf where to look for source files
651 (setenv "MFINPUTS"
652 (string-append (getcwd) ":"
653 mf "/share/texmf-dist/metafont/base")))
654 (mkdir "build")
655 (mkdir-p "pk/ljfour/public/cm/dpi600")
656 (for-each (lambda (font)
657 (format #t "building font ~a\n" font)
658 (invoke "mf" "-progname=mf"
659 "-output-directory=build"
660 (string-append "\\"
661 "mode:=ljfour; "
662 "mag:=1+0/600; "
663 "batchmode; "
664 "input "
665 (basename font ".mf")))
666 (invoke "gftopk"
667 (string-append "build/"
668 (basename font ".mf") ".600gf")
669 (string-append "pk/ljfour/public/cm/dpi600/"
670 (basename font ".mf") ".pk")))
671 (find-files "." "cm(.*[0-9]+.*|inch)\\.mf$"))
672 #t))
673 (replace 'install
674 (lambda* (#:key inputs outputs #:allow-other-keys)
675 (let* ((out (assoc-ref outputs "out"))
676 (fonts (string-append out "/share/texmf-dist/fonts/"))
677 (pk (string-append fonts "pk"))
678 (tfm (string-append fonts "tfm/public/cm"))
679 (mf (string-append fonts "source/public/cm"))
680 (type1 (string-append fonts "type1/public/amsfonts/cm")))
681 (for-each (cut install-file <> tfm)
682 (find-files "build" "\\.*"))
683 (for-each (cut install-file <> mf)
684 (find-files "." "\\.mf"))
685 (copy-recursively "pk" pk)
686 (mkdir-p type1)
687 (copy-recursively (assoc-ref inputs "cm-type1") type1)
688 #t))))))
689 (native-inputs
690 `(("texlive-bin" ,texlive-bin)
691 ("texlive-metafont-base" ,texlive-metafont-base)
692 ("cm-type1"
693 ,(origin
694 (method svn-fetch)
695 (uri (svn-reference
696 (url (string-append "svn://www.tug.org/texlive/tags/"
697 %texlive-tag "/Master/texmf-dist/"
698 "/fonts/type1/public/amsfonts/cm"))
699 (revision %texlive-revision)))
700 (file-name (string-append name "-type1-" version "-checkout"))
701 (sha256
702 (base32
703 "12jyl9jp3hidifa4l5pmi47p71d5mb5kj5rknxkygilix8yz2iy6"))))))
704 (home-page "https://www.ctan.org/pkg/cm")
705 (synopsis "Computer Modern fonts for TeX")
706 (description "This package provides the Computer Modern fonts by Donald
707 Knuth. The Computer Modern font family is a large collection of text,
708 display, and mathematical fonts in a range of styles, based on Monotype Modern
709 8A.")
710 (license license:knuth)))
711
712 (define-public texlive-fonts-cm-super
713 (package
714 (name "texlive-fonts-cm-super")
715 (version (number->string %texlive-revision))
716 (source (origin
717 (method svn-fetch)
718 (uri (svn-reference
719 (url (string-append "svn://www.tug.org/texlive/tags/"
720 %texlive-tag "/Master/texmf-dist/"
721 "/tex/latex/cm-super"))
722 (revision %texlive-revision)))
723 (file-name (string-append name "-" version "-checkout"))
724 (sha256
725 (base32
726 "0ybb4gi2rblzpb6wfzm2wk7dj3y2jnmkzsla7mz7g3zc12y4r2b9"))))
727 (build-system trivial-build-system)
728 (arguments
729 `(#:modules ((guix build utils)
730 (ice-9 match))
731 #:builder
732 (begin
733 (use-modules (guix build utils)
734 (ice-9 match))
735 (let ((root (string-append (assoc-ref %outputs "out")
736 "/share/texmf-dist/"))
737 (pkgs '(("source" . "tex/latex/cm-super")
738 ("cm-super-afm" . "fonts/afm/public/cm-super")
739 ("cm-super-type1" . "fonts/type1/public/cm-super")
740 ("cm-super-enc" . "fonts/enc/dvips/cm-super")
741 ("cm-super-map" . "fonts/map/dvips/cm-super")
742 ("cm-super-vtex" . "fonts/map/vtex/cm-super"))))
743 (for-each (match-lambda
744 ((pkg . dir)
745 (let ((target (string-append root dir)))
746 (mkdir-p target)
747 (copy-recursively (assoc-ref %build-inputs pkg)
748 target))))
749 pkgs)
750 #t))))
751 (native-inputs
752 `(("cm-super-vtex"
753 ,(origin
754 (method svn-fetch)
755 (uri (svn-reference
756 (url (string-append "svn://www.tug.org/texlive/tags/"
757 %texlive-tag "/Master/texmf-dist/"
758 "/fonts/map/vtex/cm-super"))
759 (revision %texlive-revision)))
760 (file-name (string-append name "-map-vtex-" version "-checkout"))
761 (sha256
762 (base32
763 "14c9allsgfv6za9wznz4cxqxwz5nsmj8rnwvxams8fhs5rvglxqi"))))
764 ("cm-super-afm"
765 ,(origin
766 (method svn-fetch)
767 (uri (svn-reference
768 (url (string-append "svn://www.tug.org/texlive/tags/"
769 %texlive-tag "/Master/texmf-dist/"
770 "/fonts/afm/public/cm-super"))
771 (revision %texlive-revision)))
772 (file-name (string-append name "-afm-" version "-checkout"))
773 (sha256
774 (base32
775 "048ih65f2nghdabdar2p957c4s2spgllmy2gxdscddwqpnmd26yn"))))
776 ("cm-super-type1"
777 ,(origin
778 (method svn-fetch)
779 (uri (svn-reference
780 (url (string-append "svn://www.tug.org/texlive/tags/"
781 %texlive-tag "/Master/texmf-dist/"
782 "/fonts/type1/public/cm-super"))
783 (revision %texlive-revision)))
784 (file-name (string-append name "-type1-" version "-checkout"))
785 (sha256
786 (base32
787 "1140swk3w2ka0y4zdsq6pdifrdanb281q71p5gngbbjxdxjxf4qx"))))
788 ("cm-super-map"
789 ,(origin
790 (method svn-fetch)
791 (uri (svn-reference
792 (url (string-append "svn://www.tug.org/texlive/tags/"
793 %texlive-tag "/Master/texmf-dist/"
794 "/fonts/map/dvips/cm-super"))
795 (revision %texlive-revision)))
796 (file-name (string-append name "-map-" version "-checkout"))
797 (sha256
798 (base32
799 "10r6xqbwf9wk3ylg7givwyrw1952zydc6p7fw29zjf8ijl0lndim"))))
800 ("cm-super-enc"
801 ,(origin
802 (method svn-fetch)
803 (uri (svn-reference
804 (url (string-append "svn://www.tug.org/texlive/tags/"
805 %texlive-tag "/Master/texmf-dist/"
806 "/fonts/enc/dvips/cm-super"))
807 (revision %texlive-revision)))
808 (file-name (string-append name "-enc-" version "-checkout"))
809 (sha256
810 (base32
811 "1pgksy96gfgyjxfhs2k04bgg7nr7i128y01kjcahr7n38080h4ij"))))))
812 (home-page "https://www.ctan.org/pkg/cm-super")
813 (synopsis "Computer Modern Super family of fonts")
814 (description "The CM-Super family provides Adobe Type 1 fonts that replace
815 the T1/TS1-encoded Computer Modern (EC/TC), T1/TS1-encoded Concrete,
816 T1/TS1-encoded CM bright and LH Cyrillic fonts (thus supporting all European
817 languages except Greek), and bringing many ameliorations in typesetting
818 quality. The fonts exhibit the same metrics as the METAFONT-encoded
819 originals.")
820 ;; With font exception
821 (license license:gpl2+)))
822
823 (define-public texlive-fonts-lm
824 (package
825 (name "texlive-fonts-lm")
826 (version "2.004")
827 (source (origin
828 (method url-fetch)
829 (uri (string-append "http://www.gust.org.pl/projects/e-foundry/"
830 "latin-modern/download/lm" version "bas.zip"))
831 (sha256
832 (base32
833 "0z2s253y751m2ci5aw8nq0sf2kyg9hpimv2gyixkch9d07m2b9wp"))))
834 (build-system trivial-build-system)
835 (arguments
836 `(#:modules ((guix build utils))
837 #:builder
838 (begin
839 (use-modules (guix build utils))
840 (let ((root (string-append (assoc-ref %outputs "out")
841 "/share/texmf-dist/")))
842 (mkdir-p root)
843 (with-directory-excursion root
844 (invoke (string-append (assoc-ref %build-inputs "unzip")
845 "/bin/unzip")
846 (assoc-ref %build-inputs "source")))
847 #t))))
848 (native-inputs
849 `(("unzip" ,unzip)))
850 (home-page "http://www.gust.org.pl/projects/e-foundry/latin-modern/")
851 (synopsis "Latin Modern family of fonts")
852 (description "The Latin Modern fonts are derived from the famous Computer
853 Modern fonts designed by Donald E. Knuth and described in Volume E of his
854 Computers & Typesetting series.")
855 ;; The GUST font license (GFL) is legally identical to the LaTeX Project
856 ;; Public License (LPPL), version 1.3c or later, but comes with an
857 ;; additional but not legally binding clause.
858 (license license:lppl1.3c+)))
859
860 (define-public texlive-fonts-knuth-lib
861 (package
862 (name "texlive-fonts-knuth-lib")
863 (version (number->string %texlive-revision))
864 (source (origin
865 (method svn-fetch)
866 (uri (svn-reference
867 (url (string-append "svn://www.tug.org/texlive/tags/"
868 %texlive-tag "/Master/texmf-dist/"
869 "/fonts/source/public/knuth-lib"))
870 (revision %texlive-revision)))
871 (file-name (string-append name "-" version "-checkout"))
872 (sha256
873 (base32
874 "0in9aqyi8jkyf9d16z0li50z5fpwj1iwgwm83gmvwqcf7chfs04y"))))
875 (build-system gnu-build-system)
876 (arguments
877 `(#:modules ((guix build gnu-build-system)
878 (guix build utils)
879 (srfi srfi-26))
880 #:tests? #f ; no tests
881 #:phases
882 (modify-phases %standard-phases
883 (delete 'configure)
884 (replace 'build
885 (lambda* (#:key inputs #:allow-other-keys)
886 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
887 ;; Tell mf where to find mf.base
888 (setenv "MFBASES"
889 (string-append mf "/share/texmf-dist/web2c"))
890 ;; Tell mf where to look for source files
891 (setenv "MFINPUTS"
892 (string-append (getcwd) ":"
893 mf "/share/texmf-dist/metafont/base")))
894 (mkdir "build")
895 (invoke "mf" "-progname=mf"
896 "-output-directory=build"
897 (string-append "\\"
898 "mode:=ljfour; "
899 "mag:=1; "
900 "batchmode; "
901 "input manfnt"))))
902 (replace 'install
903 (lambda* (#:key outputs #:allow-other-keys)
904 (let* ((out (assoc-ref outputs "out"))
905 (tfm (string-append
906 out "/share/texmf-dist/fonts/tfm/public/knuth-lib"))
907 (mf (string-append
908 out "/share/texmf-dist/fonts/source/public/knuth-lib")))
909 (for-each (cut install-file <> tfm)
910 (find-files "build" "\\.*"))
911 (for-each (cut install-file <> mf)
912 (find-files "." "\\.mf"))
913 #t))))))
914 (native-inputs
915 `(("texlive-bin" ,texlive-bin)
916 ("texlive-metafont-base" ,texlive-metafont-base)))
917 (home-page "https://www.ctan.org/pkg/knuth-lib")
918 (synopsis "Small library of METAFONT sources")
919 (description "This is a collection of core TeX and METAFONT macro files
920 from Donald Knuth, including the plain format, plain base, and the MF logo
921 fonts.")
922 (license license:knuth)))
923
924 (define-public texlive-fonts-latex
925 (package
926 (name "texlive-fonts-latex")
927 (version (number->string %texlive-revision))
928 (source (origin
929 (method svn-fetch)
930 (uri (svn-reference
931 (url (string-append "svn://www.tug.org/texlive/tags/"
932 %texlive-tag "/Master/texmf-dist/"
933 "/fonts/source/public/latex-fonts"))
934 (revision %texlive-revision)))
935 (file-name (string-append name "-" version "-checkout"))
936 (sha256
937 (base32
938 "0ypsm4xv9cw0jckk2qc7gi9hcmhf31mrg56pz3llyx3yd9vq2lps"))))
939 (build-system gnu-build-system)
940 (arguments
941 `(#:modules ((guix build gnu-build-system)
942 (guix build utils)
943 (srfi srfi-1)
944 (srfi srfi-26))
945 #:tests? #f ; no tests
946 #:phases
947 (modify-phases %standard-phases
948 (delete 'configure)
949 (replace 'build
950 (lambda* (#:key inputs #:allow-other-keys)
951 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
952 ;; Tell mf where to find mf.base
953 (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
954 ;; Tell mf where to look for source files
955 (setenv "MFINPUTS"
956 (string-append (getcwd) ":"
957 mf "/share/texmf-dist/metafont/base:"
958 (assoc-ref inputs "texlive-fonts-cm")
959 "/share/texmf-dist/fonts/source/public/cm")))
960 (mkdir "build")
961 (for-each (lambda (font)
962 (format #t "building font ~a\n" font)
963 (invoke "mf" "-progname=mf"
964 "-output-directory=build"
965 (string-append "\\"
966 "mode:=ljfour; "
967 "mag:=1; "
968 "batchmode; "
969 "input " font)))
970 '("icmcsc10" "icmex10" "icmmi8" "icmsy8" "icmtt8"
971 "ilasy8" "ilcmss8" "ilcmssb8" "ilcmssi8"
972 "lasy5" "lasy6" "lasy7" "lasy8" "lasy9" "lasy10" "lasyb10"
973 "lcircle10" "lcirclew10" "lcmss8" "lcmssb8" "lcmssi8"
974 "line10" "linew10"))
975 #t))
976 (replace 'install
977 (lambda* (#:key outputs #:allow-other-keys)
978 (let* ((out (assoc-ref outputs "out"))
979 (tfm (string-append
980 out "/share/texmf-dist/fonts/tfm/public/latex-fonts"))
981 (mf (string-append
982 out "/share/texmf-dist/fonts/source/public/latex-fonts")))
983 (for-each (cut install-file <> tfm)
984 (find-files "build" "\\.*"))
985 (for-each (cut install-file <> mf)
986 (find-files "." "\\.mf"))
987 #t))))))
988 (native-inputs
989 `(("texlive-bin" ,texlive-bin)
990 ("texlive-metafont-base" ,texlive-metafont-base)
991 ("texlive-fonts-cm" ,texlive-fonts-cm)))
992 (home-page "https://www.ctan.org/pkg/latex-fonts")
993 (synopsis "Collection of fonts used in LaTeX distributions")
994 (description "This is a collection of fonts for use with standard LaTeX
995 packages and classes. It includes invisible fonts (for use with the slides
996 class), line and circle fonts (for use in the picture environment) and LaTeX
997 symbol fonts.")
998 (license license:lppl1.2+)))
999
1000 (define-public texlive-fonts-amsfonts
1001 (package
1002 (name "texlive-fonts-amsfonts")
1003 (version (number->string %texlive-revision))
1004 (source (origin
1005 (method svn-fetch)
1006 (uri (svn-reference
1007 (url (string-append "svn://www.tug.org/texlive/tags/"
1008 %texlive-tag "/Master/texmf-dist/"
1009 "/fonts/source/public/amsfonts"))
1010 (revision %texlive-revision)))
1011 (file-name (string-append name "-" version "-checkout"))
1012 (sha256
1013 (base32
1014 "07h20rvpbdb4k72hzmjkyb29426zr9wxsfp6yd4ajbbpd3vx8grb"))))
1015 (build-system gnu-build-system)
1016 (arguments
1017 `(#:modules ((guix build gnu-build-system)
1018 (guix build utils)
1019 (ice-9 match)
1020 (srfi srfi-1)
1021 (srfi srfi-26))
1022 #:tests? #f ; no tests
1023 #:phases
1024 (modify-phases %standard-phases
1025 (delete 'configure)
1026 (replace 'build
1027 (lambda* (#:key inputs #:allow-other-keys)
1028 (let ((mf (assoc-ref inputs "texlive-union"))
1029 (cwd (getcwd)))
1030 ;; Make METAFONT reproducible
1031 (setenv "SOURCE_DATE_EPOCH" "1")
1032 ;; Tell mf where to find mf.base
1033 (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
1034 ;; Tell mf where to look for source files
1035 (setenv "MFINPUTS"
1036 (string-append cwd ":"
1037 cwd "/cmextra:"
1038 cwd "/cyrillic:"
1039 cwd "/dummy:"
1040 cwd "/symbols:"
1041 mf "/share/texmf-dist/metafont/base:"
1042 (assoc-ref inputs "texlive-fonts-cm")
1043 "/share/texmf-dist/fonts/source/public/cm")))
1044 (mkdir "build")
1045 (for-each (lambda (font)
1046 (format #t "building font ~a\n" (basename font ".mf"))
1047 (with-directory-excursion (dirname font)
1048 (invoke "mf" "-progname=mf"
1049 "-output-directory=../build"
1050 (string-append "\\"
1051 "mode:=ljfour; "
1052 "mag:=1; "
1053 "nonstopmode; "
1054 "input "
1055 (getcwd) "/"
1056 (basename font ".mf")))))
1057 (find-files "." "[0-9]+\\.mf$"))
1058
1059 ;; There are no metafont sources for the Euler fonts, so we
1060 ;; convert the afm files instead.
1061 (mkdir "build/euler")
1062 (for-each (lambda (font)
1063 (format #t "converting afm font ~a\n" (basename font ".afm"))
1064 (invoke "afm2tfm" font
1065 (string-append "build/euler/"
1066 (basename font ".tfm"))))
1067 (find-files (assoc-ref inputs "amsfonts-afm")
1068 "\\.afm$"))
1069
1070 ;; Frustratingly, not all fonts can be created this way. To
1071 ;; generate eufm8.tfm, for example, we first scale down
1072 ;; eufm10.afm to eufm8.pl, and then generate the tfm file from
1073 ;; the pl file.
1074 (with-directory-excursion "build/euler"
1075 (setenv "TEXINPUTS"
1076 (string-append (getcwd) "//:"
1077 (assoc-ref inputs "amsfonts-afm") "//:"
1078 (assoc-ref inputs "texlive-union") "//"))
1079 (for-each (match-lambda
1080 (((target-base target-size)
1081 (source-base source-size))
1082 (let ((factor (number->string
1083 (truncate/ (* 1000 target-size)
1084 source-size))))
1085 (invoke "tex"
1086 "-interaction=scrollmode"
1087 (string-append "\\input fontinst.sty "
1088 "\\transformfont{" target-base "}"
1089 "{\\scalefont{" factor "}"
1090 "{\\fromafm{" source-base "}}} "
1091 "\\bye")))
1092 (invoke "pltotf"
1093 (string-append target-base ".pl")
1094 (string-append target-base ".tfm"))
1095 (delete-file (string-append target-base ".pl"))))
1096
1097 '((("eufm8" 8) ("eufm10" 10))
1098
1099 (("eufb6" 6) ("eufb7" 7))
1100 (("eufb8" 8) ("eufb10" 10))
1101 (("eufb9" 9) ("eufb10" 10))
1102
1103 (("eufm6" 6) ("eufb7" 7))
1104 (("eufm9" 9) ("eufb10" 10))
1105
1106 (("eurb6" 6) ("eurb7" 7))
1107 (("eurb8" 8) ("eurb10" 10))
1108 (("eurb9" 9) ("eurb10" 10))
1109
1110 (("eurm6" 6) ("eurm7" 7))
1111 (("eurm8" 8) ("eurm10" 10))
1112 (("eurm9" 9) ("eurm10" 10)))))
1113 #t))
1114 (replace 'install
1115 (lambda* (#:key inputs outputs #:allow-other-keys)
1116 (let* ((out (assoc-ref outputs "out"))
1117 (root (string-append out "/share/texmf-dist/fonts/"))
1118 (pkgs '(("amsfonts-afm" . "afm/public/amsfonts")
1119 ("amsfonts-type1" . "type1/public/amsfonts")
1120 ("amsfonts-map" . "map/dvips/amsfonts"))))
1121 (for-each (match-lambda
1122 ((pkg . dir)
1123 (let ((target (string-append root dir)))
1124 (mkdir-p target)
1125 (copy-recursively (assoc-ref inputs pkg)
1126 target))))
1127 pkgs)
1128 (copy-recursively (assoc-ref inputs "amsfonts-plain")
1129 (string-append out "/share/texmf-dist/tex/plain/amsfonts"))
1130 (let* ((tfm (string-append root "tfm/public/amsfonts"))
1131 (mf (string-append root "source/public/amsfonts")))
1132 (copy-recursively "build" tfm)
1133 (for-each (cut install-file <> mf)
1134 (find-files "." "\\.mf"))
1135 #t)))))))
1136 (native-inputs
1137 `(("texlive-union" ,(texlive-union (list texlive-tex-fontinst-base
1138 texlive-fonts-cm
1139 texlive-metafont-base)))
1140 ("amsfonts-plain"
1141 ,(origin
1142 (method svn-fetch)
1143 (uri (svn-reference
1144 (url (string-append "svn://www.tug.org/texlive/tags/"
1145 %texlive-tag "/Master/texmf-dist/"
1146 "/tex/plain/amsfonts"))
1147 (revision %texlive-revision)))
1148 (file-name (string-append name "-plain-" version "-checkout"))
1149 (sha256
1150 (base32
1151 "1hi8c9rkfb6395sxf7fhkr91xygfg8am1hqij9g3h2c7qx3714qp"))))
1152 ("amsfonts-map"
1153 ,(origin
1154 (method svn-fetch)
1155 (uri (svn-reference
1156 (url (string-append "svn://www.tug.org/texlive/tags/"
1157 %texlive-tag "/Master/texmf-dist/"
1158 "/fonts/map/dvips/amsfonts"))
1159 (revision %texlive-revision)))
1160 (file-name (string-append name "-map-" version "-checkout"))
1161 (sha256
1162 (base32
1163 "1lrj3bd9ybj4aawzlygc6qvakbrwc5s0mc5n9rpic331frv3axfs"))))
1164 ("amsfonts-type1"
1165 ,(origin
1166 (method svn-fetch)
1167 (uri (svn-reference
1168 (url (string-append "svn://www.tug.org/texlive/tags/"
1169 %texlive-tag "/Master/texmf-dist/"
1170 "/fonts/type1/public/amsfonts"))
1171 (revision %texlive-revision)))
1172 (file-name (string-append name "-type1-" version "-checkout"))
1173 (sha256
1174 (base32
1175 "1zfz33vn6gm19njy74n8wmn7sljrimfhwns5z8qqhxqfh1g4qip2"))))
1176 ("amsfonts-afm"
1177 ,(origin
1178 (method svn-fetch)
1179 (uri (svn-reference
1180 (url (string-append "svn://www.tug.org/texlive/tags/"
1181 %texlive-tag "/Master/texmf-dist/"
1182 "/fonts/afm/public/amsfonts"))
1183 (revision %texlive-revision)))
1184 (file-name (string-append name "-afm-" version "-checkout"))
1185 (sha256
1186 (base32
1187 "1fifzkaihmjgchnk7dmw0c23k0cz999dxnc78ivmqvgi1dhx0iv8"))))))
1188 (home-page "https://www.ctan.org/pkg/amsfonts")
1189 (synopsis "TeX fonts from the American Mathematical Society")
1190 (description
1191 "This package provides an extended set of fonts for use in mathematics,
1192 including: extra mathematical symbols; blackboard bold letters (uppercase
1193 only); fraktur letters; subscript sizes of bold math italic and bold Greek
1194 letters; subscript sizes of large symbols such as sum and product; added sizes
1195 of the Computer Modern small caps font; cyrillic fonts (from the University of
1196 Washington); Euler mathematical fonts. All fonts are provided as Adobe Type 1
1197 files, and all except the Euler fonts are provided as Metafont source. The
1198 distribution also includes the canonical Type 1 versions of the Computer
1199 Modern family of fonts. The Euler fonts are supported by separate packages;
1200 details can be found in the documentation.")
1201 (license license:silofl1.1)))
1202
1203 (define-public texlive-latex-amsfonts
1204 (package
1205 (name "texlive-latex-amsfonts")
1206 (version (number->string %texlive-revision))
1207 (source (origin
1208 (method svn-fetch)
1209 (uri (texlive-ref "latex" "amsfonts"))
1210 (file-name (string-append name "-" version "-checkout"))
1211 (sha256
1212 (base32
1213 "0slzfv5h2m03b2xvm2sasznz4azh6rgi069z161dja3l8rln79hm"))))
1214 (build-system texlive-build-system)
1215 (arguments '(#:tex-directory "latex/amsfonts"))
1216 (native-inputs
1217 `(("texlive-fonts-cm" ,texlive-fonts-cm)
1218 ("texlive-metafont-base" ,texlive-metafont-base)))
1219 (home-page "https://www.ctan.org/pkg/amsfonts")
1220 (synopsis "TeX fonts from the American Mathematical Society")
1221 (description
1222 "This package provides basic LaTeX support for the symbol fonts provides
1223 by the amsfonts package. It provides @code{amsfonts.sty}, with names of
1224 individual symbols defined in @code{amssymb.sty}.")
1225 (license license:silofl1.1)))
1226
1227 ;; This provides etex.src which is needed to build various formats, including
1228 ;; luatex.fmt and pdflatex.fmt
1229 (define-public texlive-tex-plain
1230 (package
1231 (name "texlive-tex-plain")
1232 (version (number->string %texlive-revision))
1233 (source (origin
1234 (method svn-fetch)
1235 (uri (svn-reference
1236 (url (string-append "svn://www.tug.org/texlive/tags/"
1237 %texlive-tag "/Master/texmf-dist/"
1238 "/tex/plain"))
1239 (revision %texlive-revision)))
1240 (file-name (string-append name "-" version "-checkout"))
1241 (sha256
1242 (base32
1243 "1xknlb3gcw6jjqh97bhghxi594bzpj1zfzzfsrr9pvr9s1bx7dnf"))))
1244 (build-system trivial-build-system)
1245 (arguments
1246 `(#:modules ((guix build utils))
1247 #:builder
1248 (begin
1249 (use-modules (guix build utils))
1250 (let ((target (string-append (assoc-ref %outputs "out")
1251 "/share/texmf-dist/tex/plain")))
1252 (mkdir-p target)
1253 (copy-recursively (assoc-ref %build-inputs "source") target)
1254 #t))))
1255 (home-page "https://www.ctan.org/pkg/plain")
1256 (synopsis "Plain TeX format and supporting files")
1257 (description
1258 "Contains files used to build the Plain TeX format, as described in the
1259 TeXbook, together with various supporting files (some also discussed in the
1260 book).")
1261 (license license:knuth)))
1262
1263 (define-public texlive-latex-base
1264 (let ((texlive-dir
1265 (lambda (dir hash)
1266 (origin
1267 (method svn-fetch)
1268 (uri (svn-reference
1269 (url (string-append "svn://www.tug.org/texlive/tags/"
1270 %texlive-tag "/Master/texmf-dist/"
1271 dir))
1272 (revision %texlive-revision)))
1273 (file-name (string-append "texlive-generic-"
1274 (last (string-split
1275 (string-drop-right dir 1) #\/))
1276 "-" (number->string %texlive-revision)
1277 "-checkout"))
1278 (sha256 (base32 hash))))))
1279 (package
1280 (name "texlive-latex-base")
1281 (version (number->string %texlive-revision))
1282 (source (origin
1283 (method svn-fetch)
1284 (uri (texlive-ref "latex" "base"))
1285 (file-name (string-append name "-" version "-checkout"))
1286 (sha256
1287 (base32
1288 "17bqrzzjz16k52sc7ydl4vw7ddy2z3g0p1xsk2c35h1ynq9h3wwm"))))
1289 (build-system gnu-build-system)
1290 (arguments
1291 `(#:modules ((guix build gnu-build-system)
1292 (guix build utils)
1293 (ice-9 match)
1294 (srfi srfi-1)
1295 (srfi srfi-26))
1296 #:tests? #f ; no tests
1297 #:phases
1298 (modify-phases %standard-phases
1299 (delete 'configure)
1300 (replace 'build
1301 (lambda* (#:key inputs #:allow-other-keys)
1302 ;; Find required fonts
1303 (setenv "TFMFONTS"
1304 (string-append (assoc-ref inputs "texlive-fonts-cm")
1305 "/share/texmf-dist/fonts/tfm/public/cm:"
1306 (assoc-ref inputs "texlive-fonts-latex")
1307 "/share/texmf-dist/fonts/tfm/public/latex-fonts:"
1308 (assoc-ref inputs "texlive-fonts-knuth-lib")
1309 "/share/texmf-dist/fonts/tfm/public/knuth-lib"))
1310 (setenv "TEXINPUTS"
1311 (string-append
1312 (getcwd) ":"
1313 (getcwd) "/build:"
1314 (string-join
1315 (map (match-lambda ((_ . dir) dir)) inputs)
1316 "//:")))
1317
1318 ;; Create an empty texsys.cfg, because latex.ltx wants to include
1319 ;; it. This file must exist and it's fine if it's empty.
1320 (with-output-to-file "texsys.cfg"
1321 (lambda _ (format #t "%")))
1322
1323 (mkdir "build")
1324 (mkdir "web2c")
1325 (invoke "luatex" "-ini" "-interaction=batchmode"
1326 "-output-directory=build" "unpack.ins")
1327 (invoke "tex" "-ini" "-interaction=batchmode"
1328 "-output-directory=web2c" "tex.ini")
1329 ;; LaTeX, pdfetex/pdftex, and XeTeX require e-TeX, which
1330 ;; is enabled only in extended mode (activated with a
1331 ;; leading asterisk). We should not use luatex here,
1332 ;; because that would make the generated format files
1333 ;; incompatible with any other TeX engine.
1334 (for-each (lambda (format)
1335 (invoke "latex" "-ini" "-interaction=batchmode"
1336 "-output-directory=web2c"
1337 "-translate-file=cp227.tcx"
1338 (string-append "*" format ".ini")))
1339 '("latex"
1340 "pdflatex"
1341 "pdfetex"))
1342 (for-each (lambda (format)
1343 (invoke format "-ini" "-interaction=batchmode"
1344 "-output-directory=web2c"
1345 (string-append "*" format ".ini")))
1346 '("xetex"
1347 "xelatex"))
1348 (for-each (lambda (format)
1349 (invoke "luatex" "-ini" "-interaction=batchmode"
1350 "-output-directory=web2c"
1351 (string-append format ".ini")))
1352 '("dviluatex" "dvilualatex" "luatex" "lualatex"))
1353 #t))
1354 (replace 'install
1355 (lambda* (#:key inputs outputs #:allow-other-keys)
1356 (let* ((out (assoc-ref outputs "out"))
1357 (target (string-append
1358 out "/share/texmf-dist/tex/latex/base"))
1359 (web2c (string-append
1360 out "/share/texmf-dist/web2c"))
1361 (support-files (assoc-ref inputs "texlive-latex-base-support-files")))
1362 (mkdir-p target)
1363 (mkdir-p web2c)
1364 (for-each delete-file (find-files "." "\\.(log|aux)$"))
1365 (for-each (cut install-file <> target)
1366 (find-files "build" ".*"))
1367 (for-each (cut install-file <> web2c)
1368 (find-files "web2c" ".*"))
1369 ;; pdftex is really just the same as pdfetex, but since it
1370 ;; doesn't have its own format file, we need to copy it.
1371 (copy-file "web2c/pdfetex.fmt"
1372 (string-append web2c "/pdftex.fmt"))
1373 ;; "source" is missing the support files as per doc/latex/base/manifest.txt.
1374 ;; FIXME: We are probably not packaging this right.
1375 (for-each (lambda (file)
1376 (install-file
1377 (string-append support-files "/" file)
1378 target))
1379 '("ltxguide.cls" "ltnews.cls" "minimal.cls" "idx.tex"
1380 "lablst.tex" "testpage.tex" "ltxcheck.tex"))
1381 ;; Install configurations
1382 (copy-recursively
1383 (assoc-ref inputs "texlive-latex-latexconfig")
1384 (string-append out "/share/texmf-dist/tex/latex/latexconfig"))
1385 (copy-recursively
1386 (assoc-ref inputs "texlive-generic-config")
1387 (string-append out "/share/texmf-dist/tex/generic/config"))
1388 (copy-recursively
1389 (assoc-ref inputs "texlive-generic-hyphen")
1390 (string-append out "/share/texmf-dist/tex/generic/hyphen"))
1391 (copy-recursively
1392 (assoc-ref inputs "texlive-generic-ruhyphen")
1393 (string-append out "/share/texmf-dist/tex/generic/ruhyphen"))
1394 (copy-recursively
1395 (assoc-ref inputs "texlive-generic-ukrhyph")
1396 (string-append out "/share/texmf-dist/tex/generic/ukrhyph"))
1397 #t))))))
1398 (native-inputs
1399 `(("texlive-bin" ,texlive-bin)
1400 ("texlive-generic-unicode-data" ,texlive-generic-unicode-data)
1401 ("texlive-generic-dehyph-exptl" ,texlive-generic-dehyph-exptl)
1402 ("texlive-generic-tex-ini-files" ,texlive-generic-tex-ini-files)
1403 ("texlive-latex-latexconfig"
1404 ,(texlive-dir "tex/latex/latexconfig/"
1405 "1zb3j49cj8p75yph6c8iysjp7qbdvghwf0mn9j0l7qq3qkbz2xaf"))
1406 ("texlive-generic-hyphen"
1407 ,(texlive-dir "tex/generic/hyphen/"
1408 "0xim36wybw2625yd0zwlp9m2c2xrcybw58gl4rih9nkph0wqwwhd"))
1409 ("texlive-generic-ruhyphen"
1410 ,(texlive-dir "tex/generic/ruhyphen/"
1411 "14rjkpl4zkjqs13rcf9kcd24mn2kx7i1jbdwxq8ds94bi66ylzsd"))
1412 ("texlive-generic-ukrhyph"
1413 ,(texlive-dir "tex/generic/ukrhyph/"
1414 "1cfwdg2rhbayl3w0x1xqd36d45zbc96f029myp13s7cb6kbmbppv"))
1415 ("texlive-generic-config"
1416 ,(texlive-dir "tex/generic/config/"
1417 "1v90iihy112q93zdpblpdk8zv8rf99fgslsg06s1sxm27zjm9nap"))
1418 ("texlive-latex-base-support-files"
1419 ,(origin
1420 (method svn-fetch)
1421 (uri (svn-reference
1422 (url (string-append "svn://www.tug.org/texlive/tags/"
1423 %texlive-tag "/Master/texmf-dist/"
1424 "/tex/latex/base"))
1425 (revision %texlive-revision)))
1426 (file-name (string-append name "-" version "-checkout"))
1427 (sha256
1428 (base32
1429 "18wy8dlcw8adl6jzqwbg54pdwlhs8hilnfvqbw6ikj6y3zhqkj7q"))))
1430 ("texlive-tex-plain" ,texlive-tex-plain)
1431 ("texlive-fonts-cm" ,texlive-fonts-cm)
1432 ("texlive-fonts-latex" ,texlive-fonts-latex)
1433 ("texlive-fonts-knuth-lib" ,texlive-fonts-knuth-lib)))
1434 (propagated-inputs
1435 `(("texlive-generic-hyph-utf8" ,texlive-generic-hyph-utf8)))
1436 (home-page "https://www.ctan.org/pkg/latex-base")
1437 (synopsis "Base sources of LaTeX")
1438 (description
1439 "This bundle comprises the source of LaTeX itself, together with several
1440 packages which are considered \"part of the kernel\". This bundle, together
1441 with the required packages, constitutes what every LaTeX distribution should
1442 contain.")
1443 (license license:lppl1.3c+))))
1444
1445 (define-public texlive-latex-filecontents
1446 (package
1447 (name "texlive-latex-filecontents")
1448 (version (number->string %texlive-revision))
1449 (source (origin
1450 (method svn-fetch)
1451 (uri (texlive-ref "latex" "filecontents"))
1452 (file-name (string-append name "-" version "-checkout"))
1453 (sha256
1454 (base32
1455 "0swkbxv8vg0yizadfnvrwjb4cj0pn34v9wm6v7wqq903fdav7k7q"))))
1456 (build-system texlive-build-system)
1457 (arguments '(#:tex-directory "latex/filecontents"))
1458 (home-page "https://www.ctan.org/pkg/filecontents")
1459 (synopsis "Extended filecontents and filecontents* environments")
1460 (description
1461 "LaTeX2e's @code{filecontents} and @code{filecontents*} environments
1462 enable a LaTeX source file to generate external files as it runs through
1463 LaTeX. However, there are two limitations of these environments: they refuse
1464 to overwrite existing files, and they can only be used in the preamble of a
1465 document. The filecontents package removes these limitations, letting you
1466 overwrite existing files and letting you use @code{filecontents} /
1467 @code{filecontents*} anywhere.")
1468 (license license:lppl1.3c+)))
1469
1470 (define-public texlive-generic-ifxetex
1471 (package
1472 (name "texlive-generic-ifxetex")
1473 (version (number->string %texlive-revision))
1474 (source (origin
1475 (method svn-fetch)
1476 (uri (texlive-ref "generic" "ifxetex"))
1477 (file-name (string-append name "-" version "-checkout"))
1478 (sha256
1479 (base32
1480 "0w2xj7n0szavj329kds09q626szkc378p3w0sk022q0ln4ksz86d"))))
1481 (build-system texlive-build-system)
1482 (arguments
1483 '(#:tex-directory "generic/ifxetex"
1484 #:tex-format "xelatex"))
1485 (inputs
1486 `(("texlive-latex-filecontents" ,texlive-latex-filecontents)))
1487 (home-page "https://www.ctan.org/pkg/ifxetex")
1488 (synopsis "Am I running under XeTeX?")
1489 (description
1490 "This is a simple package which provides an @code{\\ifxetex} conditional,
1491 so that other code can determine that it is running under XeTeX. The package
1492 requires the e-TeX extensions to the TeX primitive set.")
1493 (license license:lppl1.3c+)))
1494
1495 (define-public texlive-generic-epsf
1496 (package
1497 (name "texlive-generic-epsf")
1498 (version (number->string %texlive-revision))
1499 (source (origin
1500 (method svn-fetch)
1501 (uri (svn-reference
1502 (url (string-append "svn://www.tug.org/texlive/tags/"
1503 %texlive-tag "/Master/texmf-dist/"
1504 "/tex/generic/epsf"))
1505 (revision %texlive-revision)))
1506 (file-name (string-append name "-" version "-checkout"))
1507 (sha256
1508 (base32
1509 "14w3j81ympyvg8hkk9i1xgr8a0gfnfsb2ki8qqsk5pa051za1xcy"))))
1510 (build-system trivial-build-system)
1511 (arguments
1512 `(#:modules ((guix build utils))
1513 #:builder
1514 (begin
1515 (use-modules (guix build utils))
1516 (let ((target (string-append (assoc-ref %outputs "out")
1517 "/share/texmf-dist/tex/generic/epfs")))
1518 (mkdir-p target)
1519 (copy-recursively (assoc-ref %build-inputs "source") target)
1520 #t))))
1521 (home-page "https://www.ctan.org/pkg/epsf")
1522 (synopsis "Simple macros for EPS inclusion")
1523 (description
1524 "This package provides the original (and now obsolescent) graphics
1525 inclusion macros for use with dvips, still widely used by Plain TeX users (in
1526 particular). For LaTeX users, the package is nowadays (rather strongly)
1527 deprecated in favour of the more sophisticated standard LaTeX latex-graphics
1528 bundle of packages. (The latex-graphics bundle is also available to Plain TeX
1529 users, via its Plain TeX version.)")
1530 (license license:public-domain)))
1531
1532 (define-public texlive-latex-fancyvrb
1533 (package
1534 (name "texlive-latex-fancyvrb")
1535 (version (number->string %texlive-revision))
1536 (source (origin
1537 (method svn-fetch)
1538 (uri (texlive-ref "latex" "fancyvrb"))
1539 (file-name (string-append name "-" version "-checkout"))
1540 (sha256
1541 (base32
1542 "03l7140y031rr14h02i4z9zqsfvrbn7wzwxbjsrjcgrk6sdr71wv"))))
1543 (build-system texlive-build-system)
1544 (arguments
1545 '(#:tex-directory "latex/fancyvrb"
1546 #:tex-format "latex"))
1547 (home-page "https://www.ctan.org/pkg/fancyvrb")
1548 (synopsis "Sophisticated verbatim text")
1549 (description
1550 "This package provides tools for the flexible handling of verbatim text
1551 including: verbatim commands in footnotes; a variety of verbatim environments
1552 with many parameters; ability to define new customized verbatim environments;
1553 save and restore verbatim text and environments; write and read files in
1554 verbatim mode; build \"example\" environments (showing both result and
1555 verbatim source).")
1556 (license license:lppl1.0+)))
1557
1558 (define-public texlive-latex-graphics
1559 (package
1560 (name "texlive-latex-graphics")
1561 (version (number->string %texlive-revision))
1562 (source (origin
1563 (method svn-fetch)
1564 (uri (texlive-ref "latex" "graphics"))
1565 (file-name (string-append name "-" version "-checkout"))
1566 (sha256
1567 (base32
1568 "0nlfhn55ax89rcvpkrl9570671b62kcr4c9l5ch3w5zw9vmi00dz"))))
1569 (build-system texlive-build-system)
1570 (arguments
1571 '(#:tex-directory "latex/graphics"
1572 #:phases
1573 (modify-phases %standard-phases
1574 (add-after 'install 'install-config
1575 (lambda* (#:key inputs outputs #:allow-other-keys)
1576 (let ((cfg (assoc-ref inputs "graphics-cfg"))
1577 (target (string-append (assoc-ref outputs "out")
1578 "/share/texmf-dist/tex/latex/graphics-cfg")))
1579 (mkdir-p target)
1580 (install-file (string-append cfg "/graphics.cfg") target)
1581 (install-file (string-append cfg "/color.cfg") target)
1582 #t)))
1583 (add-after 'install 'install-defs
1584 (lambda* (#:key inputs outputs #:allow-other-keys)
1585 (let ((def (assoc-ref inputs "graphics-def"))
1586 (target (string-append (assoc-ref outputs "out")
1587 "/share/texmf-dist/tex/latex/graphics-def")))
1588 (mkdir-p target)
1589 (copy-recursively def target)
1590 #t))))))
1591 (native-inputs
1592 `(("graphics-cfg"
1593 ,(origin
1594 (method git-fetch)
1595 (uri (git-reference
1596 (url "https://github.com/latex3/graphics-cfg.git")
1597 (commit "19d1238af17df376cd46333b229579b0f7f3a41f")))
1598 (file-name (string-append "graphics-cfg-"
1599 (number->string %texlive-revision)
1600 "-checkout"))
1601 (sha256
1602 (base32
1603 "12kbgbm52gmmgn8zajb74s8n5rvnxcfdvs3iyj8vcw5vrsw5i6mh"))))
1604 ("graphics-def"
1605 ,(origin
1606 (method svn-fetch)
1607 (uri (svn-reference
1608 (url (string-append "svn://www.tug.org/texlive/tags/"
1609 %texlive-tag "/Master/texmf-dist/"
1610 "/tex/latex/graphics-def"))
1611 (revision %texlive-revision)))
1612 (file-name (string-append "graphics-def-"
1613 (number->string %texlive-revision)
1614 "-checkout"))
1615 (sha256
1616 (base32
1617 "17zpcgrfsr29g1dkz9np1qi63kjv7gb12rg979c6dai6qksbr3vq"))))))
1618 (home-page "https://www.ctan.org/pkg/latex-graphics")
1619 (synopsis "LaTeX standard graphics bundle")
1620 (description
1621 "This is a collection of LaTeX packages for producing color, including
1622 graphics (e.g. PostScript) files, and rotation and scaling of text in LaTeX
1623 documents. It comprises the packages color, graphics, graphicx, trig, epsfig,
1624 keyval, and lscape.")
1625 ;; The configuration files are released under CC0.
1626 (license (list license:lppl1.3c+
1627 license:cc0))))
1628
1629 (define-public texlive-latex-xcolor
1630 (package
1631 (name "texlive-latex-xcolor")
1632 (version (number->string %texlive-revision))
1633 (source (origin
1634 (method svn-fetch)
1635 (uri (texlive-ref "latex" "xcolor"))
1636 (file-name (string-append name "-" version "-checkout"))
1637 (sha256
1638 (base32
1639 "01n613s7bcrd2n4jfawm0k4nn2ny3aaifp2jjfif3lz4sbv31494"))))
1640 (build-system texlive-build-system)
1641 (arguments '(#:tex-directory "latex/xcolor"))
1642 (home-page "https://www.ctan.org/pkg/xcolor")
1643 (synopsis "Driver-independent color extensions for LaTeX and pdfLaTeX")
1644 (description
1645 "The package starts from the basic facilities of the colorcolor package,
1646 and provides easy driver-independent access to several kinds of color tints,
1647 shades, tones, and mixes of arbitrary colors. It allows a user to select a
1648 document-wide target color model and offers complete tools for conversion
1649 between eight color models. Additionally, there is a command for alternating
1650 row colors plus repeated non-aligned material (like horizontal lines) in
1651 tables.")
1652 (license license:lppl1.2+)))
1653
1654 (define-public texlive-latex-hyperref
1655 (package
1656 (name "texlive-latex-hyperref")
1657 (version "6.84a2")
1658 ;; The sources in the TeX Live SVN repository do not contain hluatex.dtx,
1659 ;; so we fetch the release from GitHub.
1660 (source (origin
1661 (method url-fetch)
1662 (uri (string-append "https://github.com/ho-tex/hyperref/"
1663 "archive/release-" version ".tar.gz"))
1664 (file-name (string-append name "-" version ".tar.gz"))
1665 (sha256
1666 (base32
1667 "1d3rmjgzh0025a1dza55zb6nzzlgd1y9snwx45wq1c1vf42m79h2"))))
1668 (build-system texlive-build-system)
1669 (arguments '(#:tex-directory "latex/hyperref"))
1670 (propagated-inputs
1671 `(("texlive-latex-oberdiek" ,texlive-latex-oberdiek) ; for ltxcmds.sty
1672 ("texlive-latex-url" ,texlive-latex-url)))
1673 (home-page "https://www.ctan.org/pkg/hyperref")
1674 (synopsis "Extensive support for hypertext in LaTeX")
1675 (description
1676 "The @code{hyperref} package is used to handle cross-referencing commands
1677 in LaTeX to produce hypertext links in the document. The package provides
1678 backends for the @code{\\special} set defined for HyperTeX DVI processors; for
1679 embedded @code{pdfmark} commands for processing by Acrobat
1680 Distiller (@code{dvips} and Y&Y's @code{dvipsone}); for Y&Y's @code{dviwindo};
1681 for PDF control within pdfTeX and @code{dvipdfm}; for TeX4ht; and for VTeX's
1682 pdf and HTML backends. The package is distributed with the @code{backref} and
1683 @code{nameref} packages, which make use of the facilities of @code{hyperref}.")
1684 (license license:lppl1.3+)))
1685
1686 (define-public texlive-latex-oberdiek
1687 (package
1688 (name "texlive-latex-oberdiek")
1689 (version (number->string %texlive-revision))
1690 (source (origin
1691 (method svn-fetch)
1692 (uri (texlive-ref "latex" "oberdiek"))
1693 (file-name (string-append name "-" version "-checkout"))
1694 (sha256
1695 (base32
1696 "1m9fg8ddhpsl1212igr9a9fmj012lv780aghjn6fpidg2wqrffmn"))))
1697 (build-system texlive-build-system)
1698 (arguments
1699 '(#:tex-directory "latex/oberdiek"
1700 #:build-targets '("oberdiek.ins")
1701 #:phases
1702 (modify-phases %standard-phases
1703 ;; "ifpdf.ins" is not generated, so we need to process the dtx file.
1704 (add-after 'unpack 'do-not-process-ifpdf.ins
1705 (lambda _
1706 (substitute* "oberdiek.ins"
1707 (("ifpdf.ins") "ifpdf.dtx"))
1708 #t)))))
1709 (propagated-inputs
1710 `(("texlive-generic-ifxetex" ,texlive-generic-ifxetex)))
1711 (home-page "https://www.ctan.org/pkg/oberdiek")
1712 (synopsis "Bundle of packages submitted by Heiko Oberdiek")
1713 (description
1714 "The bundle comprises various LaTeX packages, providing among others:
1715 better accessibility support for PDF files; extensible chemists reaction
1716 arrows; record information about document class(es) used; and many more.")
1717 (license license:lppl1.3+)))
1718
1719 (define-public texlive-latex-tools
1720 (package
1721 (name "texlive-latex-tools")
1722 (version (number->string %texlive-revision))
1723 (source (origin
1724 (method svn-fetch)
1725 (uri (texlive-ref "latex" "tools"))
1726 (file-name (string-append name "-" version "-checkout"))
1727 (sha256
1728 (base32
1729 "0vj7h1fgf1396h4qjdc2m07y08i54gbbfrxl8y327cn3r1n093s6"))))
1730 (build-system texlive-build-system)
1731 (arguments
1732 '(#:tex-directory "latex/tools"
1733 #:build-targets '("tools.ins")))
1734 (home-page "https://www.ctan.org/pkg/latex-tools")
1735 (synopsis "LaTeX standard tools bundle")
1736 (description
1737 "This package is a collection of (variously) simple tools provided as
1738 part of the LaTeX required tools distribution, comprising the following
1739 packages: afterpage, array, bm, calc, dcolumn, delarray, enumerate, fileerr,
1740 fontsmpl, ftnright, hhline, indentfirst, layout, longtable, multicol,
1741 rawfonts, showkeys, somedefs, tabularx, theorem, trace, varioref, verbatim,
1742 xr, and xspace.")
1743 (license license:lppl1.3+)))
1744
1745 (define-public texlive-latex-url
1746 (package
1747 (name "texlive-latex-url")
1748 (version (number->string %texlive-revision))
1749 (source (origin
1750 (method svn-fetch)
1751 (uri (svn-reference
1752 (url (string-append "svn://www.tug.org/texlive/tags/"
1753 %texlive-tag "/Master/texmf-dist/"
1754 "/tex/latex/url"))
1755 (revision %texlive-revision)))
1756 (file-name (string-append name "-" version "-checkout"))
1757 (sha256
1758 (base32
1759 "184s2543cwia5l7iibhlkl1ffbncfhjpv5p56zq0c15by5sghlac"))))
1760 (build-system trivial-build-system)
1761 (arguments
1762 `(#:modules ((guix build utils))
1763 #:builder
1764 (begin
1765 (use-modules (guix build utils))
1766 (let ((target (string-append (assoc-ref %outputs "out")
1767 "/share/texmf-dist/tex/latex/url")))
1768 (mkdir-p target)
1769 (copy-recursively (assoc-ref %build-inputs "source") target)
1770 #t))))
1771 (home-page "https://www.ctan.org/pkg/url")
1772 (synopsis "Verbatim with URL-sensitive line breaks")
1773 (description "The command @code{\\url} is a form of verbatim command that
1774 allows linebreaks at certain characters or combinations of characters, accepts
1775 reconfiguration, and can usually be used in the argument to another command.
1776 The command is intended for email addresses, hypertext links,
1777 directories/paths, etc., which normally have no spaces, so by default the
1778 package ignores spaces in its argument. However, a package option allows
1779 spaces, which is useful for operating systems where spaces are a common part
1780 of file names.")
1781 ;; The license header states that it is under LPPL version 2 or later, but
1782 ;; the latest version is 1.3c.
1783 (license license:lppl1.3c+)))
1784
1785 (define-public texlive-latex-l3kernel
1786 (package
1787 (name "texlive-latex-l3kernel")
1788 (version (number->string %texlive-revision))
1789 (source (origin
1790 (method svn-fetch)
1791 (uri (texlive-ref "latex" "l3kernel"))
1792 (file-name (string-append name "-" version "-checkout"))
1793 (sha256
1794 (base32
1795 "0p3fsxap1ilwjz356aq4s5ygwvdscis8bh93g8klf8mhrd8cr2jy"))))
1796 (build-system texlive-build-system)
1797 (arguments
1798 '(#:tex-directory "latex/l3kernel"))
1799 (home-page "https://www.ctan.org/pkg/l3kernel")
1800 (synopsis "LaTeX3 programmers’ interface")
1801 (description
1802 "The l3kernel bundle provides an implementation of the LaTeX3
1803 programmers’ interface, as a set of packages that run under LaTeX 2e. The
1804 interface provides the foundation on which the LaTeX3 kernel and other future
1805 code are built: it is an API for TeX programmers. The packages are set up so
1806 that the LaTeX3 conventions can be used with regular LaTeX 2e packages.")
1807 (license license:lppl1.3c+)))
1808
1809 (define-public texlive-latex-l3packages
1810 (package
1811 (name "texlive-latex-l3packages")
1812 (version (number->string %texlive-revision))
1813 (source (origin
1814 (method svn-fetch)
1815 (uri (texlive-ref "latex" "l3packages"))
1816 (file-name (string-append name "-" version "-checkout"))
1817 (sha256
1818 (base32
1819 "0pyx0hffiyss363vv7fkrcdiaf7p099xnq0mngzqc7v8v9q849hs"))))
1820 (build-system texlive-build-system)
1821 (arguments
1822 '(#:tex-directory "latex/l3packages"
1823 ;; build-targets must be specified manually since they are in
1824 ;; sub-directories.
1825 #:build-targets '("l3keys2e.ins" "xparse.ins" "xfrac.ins" "xfp.ins" "xtemplate.ins")
1826 #:phases
1827 (modify-phases %standard-phases
1828 ;; All package sources are in sub-directories, so we need to add them
1829 ;; to TEXINPUTS.
1830 (add-after 'unpack 'set-TEXINPUTS
1831 (lambda _
1832 (let ((cwd (getcwd)))
1833 (setenv "TEXINPUTS"
1834 (string-append cwd "/l3keys2e:"
1835 cwd "/xparse:"
1836 cwd "/xfrac:"
1837 cwd "/xfp:"
1838 cwd "/xtemplate"
1839 ;; The terminating ":" is required to include the
1840 ;; l3kernel input as well.
1841 ":")))
1842 #t)))
1843 ))
1844 (propagated-inputs
1845 `(("texlive-latex-l3kernel" ,texlive-latex-l3kernel)))
1846 (home-page "https://www.ctan.org/pkg/l3packages")
1847 (synopsis "High-level LaTeX3 concepts")
1848 (description
1849 "This bundle holds prototype implementations of concepts for a LaTeX
1850 designer interface, to be used with the experimental LaTeX kernel as
1851 programming tools and kernel sup­port. Packages provided in this release are:
1852
1853 @enumerate
1854 @item l3keys2e, which makes the facilities of the kernel module l3keys
1855 available for use by LaTeX 2e packages;
1856 @item xfrac, which provides flexible splitlevel fractions;
1857 @item xparse, which provides a high-level interface for declaring document
1858 commands; and
1859 @item xtemplate, which provides a means of defining generic functions using a
1860 key-value syntax.
1861 @end enumerate\n")
1862 (license license:lppl1.3c+)))
1863
1864 (define-public texlive-latex-fontspec
1865 (package
1866 (name "texlive-latex-fontspec")
1867 (version (number->string %texlive-revision))
1868 (source (origin
1869 (method svn-fetch)
1870 (uri (texlive-ref "latex" "fontspec"))
1871 (file-name (string-append name "-" version "-checkout"))
1872 (sha256
1873 (base32
1874 "1p0mkn6iywl0k4m9cx3hnhylpi499inisff3f72pcf349baqsnvq"))))
1875 (build-system texlive-build-system)
1876 (arguments
1877 '(#:tex-directory "latex/fontspec"
1878 #:phases
1879 (modify-phases %standard-phases
1880 (add-after 'install 'install-default-fontspec.cfg
1881 (lambda* (#:key outputs #:allow-other-keys)
1882 (with-output-to-file
1883 (string-append (assoc-ref outputs "out")
1884 "/share/texmf-dist/tex/latex/fontspec/fontspec.cfg")
1885 (lambda _
1886 (display "\
1887 %%% FONTSPEC.CFG %%%
1888 %
1889 % This configuration file sets up TeX Ligatures by default for all fonts loaded
1890 % with `\\setmainfont` and `\\setsansfont`.
1891 %
1892 % In addition, `\\setmonofont` has default features to enforce \"monospace\"
1893 % settings with regard to space stretchability and shrinkability.
1894
1895 \\defaultfontfeatures
1896 [\\rmfamily,\\sffamily]
1897 {Ligatures=TeX}
1898
1899 \\defaultfontfeatures
1900 [\\ttfamily]
1901 {WordSpace={1,0,0},
1902 HyphenChar=None,
1903 PunctuationSpace=WordSpace}
1904 ")))
1905 #t)))))
1906 (propagated-inputs
1907 `(("texlive-latex-l3packages" ,texlive-latex-l3packages)))
1908 (home-page "https://www.ctan.org/pkg/fontspec")
1909 (synopsis "Advanced font selection in XeLaTeX and LuaLaTeX")
1910 (description
1911 "Fontspec is a package for XeLaTeX and LuaLaTeX. It provides an
1912 automatic and unified interface to feature-rich AAT and OpenType fonts through
1913 the NFSS in LaTeX running on XeTeX or LuaTeX engines. The package requires
1914 the l3kernel and xparse bundles from the LaTeX 3 development team.")
1915 (license license:lppl1.3+)))
1916
1917 ;; The SVN directory contains little more than a dtx file that generates three
1918 ;; of the many lua files that should be installed as part of this package.
1919 ;; This is why we take the release from GitHub instead.
1920 (define-public texlive-luatex-lualibs
1921 (package
1922 (name "texlive-luatex-lualibs")
1923 (version "2.5")
1924 (source (origin
1925 (method url-fetch)
1926 (uri (string-append "https://github.com/lualatex/lualibs/"
1927 "releases/download/v"
1928 version "/lualibs.zip"))
1929 (file-name (string-append name "-" version ".zip"))
1930 (sha256
1931 (base32
1932 "1xx9blvrmx9hyhrl345lpai9m6xxnw997261a1ahn1bm5r2j5fqy"))))
1933 (build-system gnu-build-system)
1934 (arguments
1935 `(#:make-flags
1936 (list (string-append "DESTDIR="
1937 (assoc-ref %outputs "out")
1938 "/share/texmf-dist"))
1939 #:phases
1940 (modify-phases %standard-phases
1941 (delete 'configure))))
1942 (native-inputs
1943 `(("texlive-bin" ,texlive-bin)
1944 ("unzip" ,unzip)
1945 ("zip" ,zip)))
1946 (home-page "https://github.com/lualatex/lualibs")
1947 (synopsis "Lua modules for general programming (in the (La)TeX world)")
1948 (description
1949 "Lualibs is a collection of Lua modules useful for general programming.
1950 The bundle is based on Lua modules shipped with ConTeXt, and made available in
1951 this bundle for use independent of ConTeXt.")
1952 ;; GPL version 2 only
1953 (license license:gpl2)))
1954
1955 (define-public texlive-luatex-luaotfload
1956 (package
1957 (name "texlive-luatex-luaotfload")
1958 (version "2.8-fix-2")
1959 ;; The release tarball does not contain all source files.
1960 (source (origin
1961 (method git-fetch)
1962 (uri (git-reference
1963 (url "https://github.com/lualatex/luaotfload.git")
1964 (commit (string-append "v" version))))
1965 (file-name (git-file-name name version))
1966 (sha256
1967 (base32
1968 "0l5l7iq3dxcxl65qaghcpjg27yd9iw1sxa8pnd7xlvlm09dhfdnf"))))
1969 (build-system gnu-build-system)
1970 (arguments
1971 `(#:make-flags
1972 (list (string-append "DESTDIR="
1973 (assoc-ref %outputs "out")
1974 "/share/texmf-dist")
1975 "all")
1976 #:parallel-build? #f ; not supported
1977 #:phases
1978 (modify-phases %standard-phases
1979 (replace 'configure
1980 (lambda* (#:key inputs #:allow-other-keys)
1981 (substitute* "doc/Makefile"
1982 (("rst2man") "rst2man.py")
1983 ;; Don't build the PDF. This requires more of LaTeX.
1984 (("\\$\\(DOCPDF\\)") ""))
1985
1986 (substitute* "Makefile"
1987 ;; We don't build the PDF, so don't attempt to install it.
1988 (("cp \\$\\(RESOURCES\\) \\$\\(DOCPDF\\)")
1989 "cp $(RESOURCES)")
1990 (("= \\$\\(DOCPDF\\)") "= ")
1991 ;; Fix name of fontloader file
1992 (("^LOADER.*= \\$\\(BUILDDIR\\)/fontloader-\\$\\(shell date \\+%F\\).lua")
1993 "LOADER = $(BUILDDIR)/fontloader.lua"))
1994
1995 (mkdir "build")
1996
1997 ;; Don't download this file.
1998 (copy-file (assoc-ref inputs "glyphlist")
1999 "build/glyphlist.txt")
2000
2001 ;; Don't use git
2002 (let ((notes
2003 `((committer . "Philipp Gesang <phg@phi-gamma.net>")
2004 (description . ,version)
2005 (loader . "fontloader.lua")
2006 (revision . "ad480924393fffa2896156e1a32c22f5c61120dd")
2007 (timestamp . "2019-01-01 00:00:00 +0000"))))
2008 (substitute* "scripts/mkstatus"
2009 (("local notes.*=.*")
2010 (string-append "local notes = {"
2011 (string-join
2012 (map (lambda (entry)
2013 (format "[\"~a\"]=\"~a\","
2014 (symbol->string (car entry))
2015 (cdr entry)))
2016 notes))
2017 "}"))))
2018 #t)))))
2019 (native-inputs
2020 `(("zip" ,zip)
2021 ("unzip" ,unzip)
2022 ("graphviz" ,graphviz)
2023 ("lualatex" ,(texlive-union (list texlive-luatex-lualibs
2024 texlive-context-base)))
2025 ("python-docutils" ,python-docutils)
2026 ("glyphlist"
2027 ,(origin
2028 (method url-fetch)
2029 (uri (string-append "https://raw.githubusercontent.com/adobe-type-tools/"
2030 "agl-aglfn/b2a04cb906f9257cc06a2fe0ad4b3d663bc02136/"
2031 "glyphlist.txt"))
2032 (sha256
2033 (base32 "1s6svfw23rqzdvflv8frgd4xrwvrmsj8szwzqgcd39dp9rpjafjp"))))))
2034 (propagated-inputs
2035 `(("texlive-luatex-lualibs" ,texlive-luatex-lualibs)))
2036 (home-page "https://github.com/lualatex/luaotfload")
2037 (synopsis "OpenType font loader for LuaTeX")
2038 (description
2039 "Luaotfload is an adaptation of the ConTeXt font loading system for the
2040 Plain and LaTeX formats. It allows OpenType fonts to be loaded with font
2041 features accessible using an extended font request syntax while providing
2042 compatibilitywith XeTeX. By indexing metadata in a database it facilitates
2043 loading fonts by their proper names instead of file names.")
2044 ;; GPL version 2 only
2045 (license license:gpl2)))
2046
2047 (define-public texlive-latex-amsmath
2048 (package
2049 (name "texlive-latex-amsmath")
2050 (version (number->string %texlive-revision))
2051 (source (origin
2052 (method svn-fetch)
2053 (uri (texlive-ref "latex" "amsmath"))
2054 (file-name (string-append name "-" version "-checkout"))
2055 (sha256
2056 (base32
2057 "0arvk7gn32mshnfdad5qkgf3i1arxq77k3vq7wnpm4nwnrzclxal"))))
2058 (build-system texlive-build-system)
2059 (arguments '(#:tex-directory "latex/amsmath"))
2060 (home-page "https://www.ctan.org/pkg/amsmath")
2061 (synopsis "AMS mathematical facilities for LaTeX")
2062 (description
2063 "This is the principal package in the AMS-LaTeX distribution. It adapts
2064 for use in LaTeX most of the mathematical features found in AMS-TeX; it is
2065 highly recommended as an adjunct to serious mathematical typesetting in LaTeX.
2066 When amsmath is loaded, AMS-LaTeX packages @code{amsbsyamsbsy} (for bold
2067 symbols), @code{amsopnamsopn} (for operator names) and
2068 @code{amstextamstext} (for text embedded in mathematics) are also loaded.
2069 This package is part of the LaTeX required distribution; however, several
2070 contributed packages add still further to its appeal; examples are
2071 @code{empheqempheq}, which provides functions for decorating and highlighting
2072 mathematics, and @code{ntheoremntheorem}, for specifying theorem (and similar)
2073 definitions.")
2074 (license license:lppl1.3c+)))
2075
2076 (define-public texlive-latex-amscls
2077 (package
2078 (name "texlive-latex-amscls")
2079 (version (number->string %texlive-revision))
2080 (source (origin
2081 (method svn-fetch)
2082 (uri (texlive-ref "latex" "amscls"))
2083 (file-name (string-append name "-" version "-checkout"))
2084 (sha256
2085 (base32
2086 "0c2j9xh4qpi0x1vvcxdjxq6say0zhyr569fryi5cmhp8bclh4kca"))))
2087 (build-system texlive-build-system)
2088 (arguments
2089 `(#:tex-directory "latex/amscls"))
2090 (home-page "https://www.ctan.org/pkg/amscls")
2091 (synopsis "AMS document classes for LaTeX")
2092 (description
2093 "This bundle contains three AMS classes: @code{amsartamsart} (for writing
2094 articles for the AMS), @code{amsbookamsbook} (for books) and
2095 @code{amsprocamsproc} (for proceedings), together with some supporting
2096 material. The material is made available as part of the AMS-LaTeX
2097 distribution.")
2098 (license license:lppl1.3c+)))
2099
2100 (define-public texlive-latex-babel
2101 (package
2102 (name "texlive-latex-babel")
2103 (version (number->string %texlive-revision))
2104 (source (origin
2105 (method svn-fetch)
2106 (uri (texlive-ref "latex" "babel"))
2107 (file-name (string-append name "-" version "-checkout"))
2108 (sha256
2109 (base32
2110 "0yhlfiz3fjc8jd46f1zrjj4jig48l8rrzh8cmd8ammml8z9a01z6"))))
2111 (build-system texlive-build-system)
2112 (arguments
2113 '(#:tex-directory "generic/babel"
2114 #:phases
2115 (modify-phases %standard-phases
2116 ;; This package tries to produce babel.aux twice but refuses to
2117 ;; overwrite the first one.
2118 (add-before 'build 'fix-ins
2119 (lambda _
2120 (substitute* "babel.ins"
2121 (("askonceonly") "askforoverwritefalse"))
2122 #t)))))
2123 (home-page "https://www.ctan.org/pkg/babel")
2124 (synopsis "Multilingual support for Plain TeX or LaTeX")
2125 (description
2126 "The package manages culturally-determined typographical (and other)
2127 rules, and hyphenation patterns for a wide range of languages. A document may
2128 select a single language to be supported, or it may select several, in which
2129 case the document may switch from one language to another in a variety of
2130 ways. Babel uses contributed configuration files that provide the detail of
2131 what has to be done for each language. Users of XeTeX are advised to use the
2132 polyglossia package rather than Babel.")
2133 (license license:lppl1.3+)))
2134
2135 (define-public texlive-generic-babel-english
2136 (package
2137 (name "texlive-generic-babel-english")
2138 (version (number->string %texlive-revision))
2139 (source (origin
2140 (method svn-fetch)
2141 (uri (texlive-ref "generic" "babel-english"))
2142 (file-name (string-append name "-" version "-checkout"))
2143 (sha256
2144 (base32
2145 "1s404wbx91z5w65hm024kyl4h56zsa096irx18vsx8jvlmwsr5wc"))))
2146 (build-system texlive-build-system)
2147 (arguments '(#:tex-directory "generic/babel-english"))
2148 (home-page "https://www.ctan.org/pkg/babel-english")
2149 (synopsis "Babel support for English")
2150 (description
2151 "This package provides the language definition file for support of
2152 English in @code{babel}. Care is taken to select British hyphenation patterns
2153 for British English and Australian text, and default (\"american\") patterns
2154 for Canadian and USA text.")
2155 (license license:lppl1.3+)))
2156
2157 (define-public texlive-generic-babel-german
2158 (package
2159 (name "texlive-generic-babel-german")
2160 (version (number->string %texlive-revision))
2161 (source (origin
2162 (method svn-fetch)
2163 (uri (texlive-ref "generic" "babel-german"))
2164 (file-name (string-append name "-" version "-checkout"))
2165 (sha256
2166 (base32
2167 "0h47s67gnhdaxfgbf8pirp5vw4z6rrhxl8zav803yjxka0096i3y"))))
2168 (build-system texlive-build-system)
2169 (arguments '(#:tex-directory "generic/babel-german"))
2170 (home-page "https://www.ctan.org/pkg/babel-german")
2171 (synopsis "Babel support for German")
2172 (description
2173 "This package provides the language definition file for support of German
2174 in @code{babel}. It provides all the necessary macros, definitions and
2175 settings to typeset German documents. The bundle includes support for the
2176 traditional and reformed German orthography as well as for the Austrian and
2177 Swiss varieties of German.")
2178 (license license:lppl1.3+)))
2179
2180 (define-public texlive-latex-cyrillic
2181 (package
2182 (name "texlive-latex-cyrillic")
2183 (version (number->string %texlive-revision))
2184 (source (origin
2185 (method svn-fetch)
2186 (uri (texlive-ref "latex" "cyrillic"))
2187 (file-name (string-append name "-" version "-checkout"))
2188 (sha256
2189 (base32
2190 "083xbwg7hrnlv47fkwvz8yjb830bhxx7y0mq7z7nz2f96y2ldr6b"))))
2191 (build-system texlive-build-system)
2192 (arguments
2193 '(#:tex-directory "latex/cyrillic"))
2194 (home-page "https://www.ctan.org/pkg/latex-cyrillic")
2195 (synopsis "Support for Cyrillic fonts in LaTeX")
2196 (description
2197 "This bundle of macros files provides macro support (including font
2198 encoding macros) for the use of Cyrillic characters in fonts encoded under the
2199 T2* and X2 encodings. These encodings cover (between them) pretty much every
2200 language that is written in a Cyrillic alphabet.")
2201 (license license:lppl1.3c+)))
2202
2203 (define-public texlive-latex-psnfss
2204 (package
2205 (name "texlive-latex-psnfss")
2206 (version (number->string %texlive-revision))
2207 (source (origin
2208 (method svn-fetch)
2209 (uri (texlive-ref "latex" "psnfss"))
2210 (file-name (string-append name "-" version "-checkout"))
2211 (sha256
2212 (base32
2213 "1920dcq8613yzprasbg80fh4fcjcidvvl54wkx438nimyxcri7qz"))))
2214 (build-system texlive-build-system)
2215 (arguments '(#:tex-directory "latex/psnfss"))
2216 (home-page "https://www.ctan.org/pkg/psnfss")
2217 (synopsis "Font support for common PostScript fonts")
2218 (description
2219 "The PSNFSS collection includes a set of files that provide a complete
2220 working setup of the LaTeX font selection scheme (NFSS2) for use with common
2221 PostScript fonts. It covers the so-called \"Base\" fonts (which are built
2222 into any Level 2 PostScript printing device and the Ghostscript interpreter)
2223 and a number of free fonts. It provides font definition files, macros and
2224 font metrics. The bundle as a whole is part of the LaTeX required set of
2225 packages.")
2226 (license license:lppl1.2+)))
2227
2228 ;; For user profiles
2229 (define-public texlive-base
2230 (let ((default-packages
2231 (list texlive-bin
2232 texlive-dvips
2233 texlive-fontname
2234 texlive-fonts-cm
2235 texlive-fonts-latex
2236 texlive-metafont-base
2237 texlive-latex-base
2238 ;; LaTeX packages from the "required" set.
2239 texlive-latex-amsmath
2240 texlive-latex-amscls
2241 texlive-latex-babel
2242 texlive-generic-babel-english
2243 texlive-latex-cyrillic
2244 texlive-latex-graphics
2245 texlive-latex-psnfss
2246 texlive-latex-tools)))
2247 (package
2248 (name "texlive-base")
2249 (version (number->string %texlive-revision))
2250 (source #f)
2251 (build-system trivial-build-system)
2252 (arguments
2253 '(#:builder
2254 (begin (mkdir (assoc-ref %outputs "out")))))
2255 (propagated-inputs
2256 (map (lambda (package)
2257 (list (package-name package) package))
2258 default-packages))
2259 (home-page (package-home-page texlive-bin))
2260 (synopsis "TeX Live base packages")
2261 (description "This is a very limited subset of the TeX Live distribution.
2262 It includes little more than the required set of LaTeX packages.")
2263 (license (fold (lambda (package result)
2264 (match (package-license package)
2265 ((lst ...)
2266 (append lst result))
2267 ((? license:license? license)
2268 (cons license result))))
2269 '()
2270 default-packages)))))
2271
2272 ;; For use in package definitions only
2273 (define-public texlive-union
2274 (lambda* (#:optional (packages '()))
2275 "Return 'texlive-union' package which is a union of PACKAGES and the
2276 standard LaTeX packages."
2277 (let ((default-packages (match (package-propagated-inputs texlive-base)
2278 (((labels packages) ...) packages))))
2279 (package (inherit texlive-base)
2280 (name "texlive-union")
2281 (build-system trivial-build-system)
2282 (arguments
2283 '(#:modules ((guix build union)
2284 (guix build utils)
2285 (guix build texlive-build-system)
2286 (guix build gnu-build-system)
2287 (guix build gremlin)
2288 (guix elf))
2289 #:builder
2290 (begin
2291 (use-modules (ice-9 match)
2292 (srfi srfi-26)
2293 (guix build union)
2294 (guix build utils)
2295 (guix build texlive-build-system))
2296 (let* ((out (assoc-ref %outputs "out"))
2297 (texmf.cnf (string-append out "/share/texmf-dist/web2c/texmf.cnf")))
2298 ;; Build a modifiable union of all inputs (but exclude bash)
2299 (match (filter (match-lambda
2300 ((name . _)
2301 (not (string=? "bash" name))))
2302 %build-inputs)
2303 (((names . directories) ...)
2304 (union-build (assoc-ref %outputs "out")
2305 directories
2306 #:create-all-directories? #t
2307 #:log-port (%make-void-port "w"))))
2308
2309 ;; The configuration file "texmf.cnf" is provided by the
2310 ;; "texlive-bin" package. We take it and override only the
2311 ;; setting for TEXMFROOT and TEXMF. This file won't be consulted
2312 ;; by default, though, so we still need to set TEXMFCNF.
2313 (substitute* texmf.cnf
2314 (("^TEXMFROOT = .*")
2315 (string-append "TEXMFROOT = " out "/share\n"))
2316 (("^TEXMF = .*")
2317 "TEXMF = $TEXMFROOT/share/texmf-dist\n"))
2318 (setenv "PATH" (string-append (assoc-ref %build-inputs "bash")
2319 "/bin"))
2320 (for-each
2321 (cut wrap-program <>
2322 `("TEXMFCNF" ":" suffix (,(dirname texmf.cnf)))
2323 `("TEXMF" ":" suffix (,(string-append out "/share/texmf-dist"))))
2324 (find-files (string-append out "/bin") ".*"))
2325 #t))))
2326 (inputs
2327 `(("bash" ,bash)
2328 ,@(map (lambda (package)
2329 (list (package-name package) package))
2330 (append default-packages packages))))
2331 (home-page (package-home-page texlive-bin))
2332 (synopsis "Union of TeX Live packages")
2333 (description "This package provides a subset of the TeX Live
2334 distribution.")
2335 (license (fold (lambda (package result)
2336 (match (package-license package)
2337 ((lst ...)
2338 (append lst result))
2339 ((? license:license? license)
2340 (cons license result))))
2341 '()
2342 (append default-packages packages)))))))
2343
2344 ;; For use in package definitions only
2345 (define-public texlive-tiny
2346 (package
2347 (inherit (texlive-union))
2348 (name "texlive-tiny")
2349 (description "This is a very limited subset of the TeX Live distribution.
2350 It includes little more than the required set of LaTeX packages.")))
2351
2352 (define-public texlive-latex-amsrefs
2353 (package
2354 (name "texlive-latex-amsrefs")
2355 (version (number->string %texlive-revision))
2356 (source (origin
2357 (method svn-fetch)
2358 (uri (texlive-ref "latex" "amsrefs"))
2359 (file-name (string-append name "-" version "-checkout"))
2360 (sha256
2361 (base32
2362 "15i4k479dwrpr0kspmm70g1yn4p3dkh0whyzmr93hph9bggnh1i1"))))
2363 (build-system texlive-build-system)
2364 (arguments '(#:tex-directory "latex/amsrefs"))
2365 (home-page "https://www.ctan.org/pkg/amsrefs")
2366 (synopsis "LaTeX-based replacement for BibTeX")
2367 (description
2368 "Amsrefs is a LaTeX package for bibliographies that provides an archival
2369 data format similar to the format of BibTeX database files, but adapted to
2370 make direct processing by LaTeX easier. The package can be used either in
2371 conjunction with BibTeX or as a replacement for BibTeX.")
2372 (license license:lppl1.3+)))
2373
2374 (define-public texlive-latex-bigfoot
2375 (package
2376 (name "texlive-latex-bigfoot")
2377 (version (number->string %texlive-revision))
2378 (source (origin
2379 (method svn-fetch)
2380 (uri (texlive-ref "latex" "bigfoot"))
2381 (file-name (string-append name "-" version "-checkout"))
2382 (sha256
2383 (base32
2384 "092g8alnsdwlgl1isdnqrr32l161994295kadr1n05d81xgj5wnv"))))
2385 (build-system texlive-build-system)
2386 (arguments
2387 '(#:tex-directory "latex/bigfoot"
2388 #:phases
2389 (modify-phases %standard-phases
2390 (add-after 'unpack 'remove-generated-file
2391 (lambda _
2392 (for-each delete-file (find-files "." "\\.drv$"))
2393 #t)))))
2394 (home-page "https://www.ctan.org/pkg/bigfoot")
2395 (synopsis "Footnotes for critical editions")
2396 (description
2397 "This package aims to provide a one-stop solution to requirements for
2398 footnotes. It offers: Multiple footnote apparatus superior to that of
2399 @code{manyfoot}. Footnotes can be formatted in separate paragraphs, or be run
2400 into a single paragraph (this choice may be selected per footnote series);
2401 Things you might have expected (such as @code{\\verb}-like material in
2402 footnotes, and color selections over page breaks) now work. Note that the
2403 majority of the bigfoot package's interface is identical to that of
2404 @code{manyfoot}; users should seek information from that package's
2405 documentation. The bigfoot bundle also provides the @code{perpage} and
2406 @code{suffix} packages.")
2407 (license license:gpl2+)))
2408
2409 (define-public texlive-latex-blindtext
2410 (package
2411 (name "texlive-latex-blindtext")
2412 (version (number->string %texlive-revision))
2413 (source (origin
2414 (method svn-fetch)
2415 (uri (texlive-ref "latex" "blindtext"))
2416 (file-name (string-append name "-" version "-checkout"))
2417 (sha256
2418 (base32
2419 "1jrja9b1pzdh9zgv1jh807w4xijqja58n2mqny6dkwicv8qfgbfg"))))
2420 (build-system texlive-build-system)
2421 (arguments '(#:tex-directory "latex/blindtext"))
2422 (home-page "https://www.ctan.org/pkg/blindtext")
2423 (synopsis "Producing 'blind' text for testing")
2424 (description
2425 "The package provides the commands @code{\\blindtext} and
2426 @code{\\Blindtext} for creating \"blind\" text useful in testing new classes
2427 and packages, and @code{\\blinddocument}, @code{\\Blinddocument} for creating
2428 an entire random document with sections, lists, mathematics, etc. The package
2429 supports three languages, @code{english}, @code{(n)german} and @code{latin};
2430 the @code{latin} option provides a short \"lorem ipsum\" (for a fuller \"lorem
2431 ipsum\" text, see the @code{lipsum} package).")
2432 (license license:lppl)))
2433
2434 (define-public texlive-latex-dinbrief
2435 (package
2436 (name "texlive-latex-dinbrief")
2437 (version (number->string %texlive-revision))
2438 (source (origin
2439 (method svn-fetch)
2440 (uri (texlive-ref "latex" "dinbrief"))
2441 (file-name (string-append name "-" version "-checkout"))
2442 (sha256
2443 (base32
2444 "0lb0kiy8fxzl6cnhcw1sggy6jrjvcd6kj1kkw3k9lkimm388yjz6"))))
2445 (build-system texlive-build-system)
2446 (arguments
2447 '(#:tex-directory "latex/dinbrief"
2448 #:phases
2449 (modify-phases %standard-phases
2450 (add-after 'unpack 'remove-generated-file
2451 (lambda _
2452 (delete-file "dinbrief.drv")
2453 #t))
2454 (add-after 'unpack 'fix-encoding-error
2455 (lambda _
2456 (with-fluids ((%default-port-encoding "ISO-8859-1"))
2457 (substitute* "dinbrief.dtx"
2458 (("zur Verf.+ung. In der Pr\"aambel")
2459 "zur Verf\"ung. In der Pr\"aambel")))
2460 #t)))))
2461 (home-page "https://www.ctan.org/pkg/dinbrief")
2462 (synopsis "German letter DIN style")
2463 (description
2464 "This package implements a document layout for writing letters according
2465 to the rules of DIN (Deutsches Institut für Normung, German standardisation
2466 institute). A style file for LaTeX 2.09 (with limited support of the
2467 features) is part of the package. Since the letter layout is based on a
2468 German standard, the user guide is written in German, but most macros have
2469 English names from which the user can recognize what they are used for. In
2470 addition there are example files showing how letters may be created with the
2471 package.")
2472 (license license:lppl)))
2473
2474 (define-public texlive-latex-draftwatermark
2475 (package
2476 (name "texlive-latex-draftwatermark")
2477 (version (number->string %texlive-revision))
2478 (source (origin
2479 (method svn-fetch)
2480 (uri (texlive-ref "latex" "draftwatermark"))
2481 (file-name (string-append name "-" version "-checkout"))
2482 (sha256
2483 (base32
2484 "1zyl2pcz2x529gzj5m93a1s4ipymdabf7qdjl3l1673pizd4hfyv"))))
2485 (build-system texlive-build-system)
2486 (arguments '(#:tex-directory "latex/draftwatermark"))
2487 (home-page "https://www.ctan.org/pkg/draftwatermark")
2488 (synopsis "Put a grey textual watermark on document pages")
2489 (description
2490 "This package provides a means to add a textual, light grey watermark on
2491 every page or on the first page of a document. Typical usage may consist in
2492 writing words such as DRAFT or CONFIDENTIAL across document pages. The
2493 package performs a similar function to that of @code{draftcopy}, but its
2494 implementation is output device independent, and made very simple by relying
2495 on everypage.")
2496 (license license:lppl1.3+)))
2497
2498 (define-public texlive-latex-environ
2499 (package
2500 (name "texlive-latex-environ")
2501 (version (number->string %texlive-revision))
2502 (source (origin
2503 (method svn-fetch)
2504 (uri (texlive-ref "latex" "environ"))
2505 (file-name (string-append name "-" version "-checkout"))
2506 (sha256
2507 (base32
2508 "06h28b26dyjkj9shksphgqfv4130jfkwhbw737hxn7d3yvdfffyd"))))
2509 (build-system texlive-build-system)
2510 (arguments '(#:tex-directory "latex/environ"))
2511 (home-page "https://www.ctan.org/pkg/environ")
2512 (synopsis "New interface for environments in LaTeX")
2513 (description
2514 "This package provides the @code{\\collect@@body} command (as in
2515 @code{amsmath}), as well as a @code{\\long} version @code{\\Collect@@Body},
2516 for collecting the body text of an environment. These commands are used to
2517 define a new author interface to creating new environments.")
2518 (license license:lppl)))
2519
2520 (define-public texlive-latex-eqparbox
2521 (package
2522 (name "texlive-latex-eqparbox")
2523 (version (number->string %texlive-revision))
2524 (source (origin
2525 (method svn-fetch)
2526 (uri (texlive-ref "latex" "eqparbox"))
2527 (file-name (string-append name "-" version "-checkout"))
2528 (sha256
2529 (base32
2530 "1ib5xdwcj5wk23wgk41m2hdcjr1dzrs4l3wwnpink9mlapz12wjs"))))
2531 (build-system texlive-build-system)
2532 (arguments '(#:tex-directory "latex/eqparbox"))
2533 (home-page "https://www.ctan.org/pkg/eqparbox")
2534 (synopsis "Create equal-widthed parboxes")
2535 (description
2536 "LaTeX users sometimes need to ensure that two or more blocks of text
2537 occupy the same amount of horizontal space on the page. To that end, the
2538 @code{eqparbox} package defines a new command, @code{\\eqparbox}, which works
2539 just like @code{\\parbox}, except that instead of specifying a width, one
2540 specifies a tag. All @code{eqparbox}es with the same tag---regardless of
2541 where they are in the document---will stretch to fit the widest
2542 @code{eqparbox} with that tag. This simple, equal-width mechanism can be used
2543 for a variety of alignment purposes, as is evidenced by the examples in
2544 @code{eqparbox}'s documentation. Various derivatives of @code{\\eqparbox} are
2545 also provided.")
2546 (license license:lppl1.3+)))
2547
2548 (define-public texlive-latex-expdlist
2549 (package
2550 (name "texlive-latex-expdlist")
2551 (version (number->string %texlive-revision))
2552 (source (origin
2553 (method svn-fetch)
2554 (uri (texlive-ref "latex" "expdlist"))
2555 (file-name (string-append name "-" version "-checkout"))
2556 (sha256
2557 (base32
2558 "1x7byk6x10njir3y9rm56glhdzrxwqag7gsnw2sqn1czlq525w7r"))))
2559 (build-system texlive-build-system)
2560 (arguments
2561 '(#:tex-directory "latex/expdlist"
2562 #:phases
2563 (modify-phases %standard-phases
2564 (add-after 'unpack 'remove-generated-file
2565 (lambda _
2566 (for-each delete-file
2567 (find-files "." "\\.drv$"))
2568 #t)))))
2569 (home-page "https://www.ctan.org/pkg/expdlist")
2570 (synopsis "Expanded description environments")
2571 (description
2572 "The package provides additional features for the LaTeX
2573 @code{description} environment, including adjustable left margin. The package
2574 also allows the user to \"break\" a list (for example, to interpose a comment)
2575 without affecting the structure of the list (this works for @code{itemize} and
2576 @code{enumerate} lists, and numbered lists remain in sequence).")
2577 (license license:lppl)))
2578
2579 (define-public texlive-latex-filemod
2580 (package
2581 (name "texlive-latex-filemod")
2582 (version (number->string %texlive-revision))
2583 (source (origin
2584 (method svn-fetch)
2585 (uri (svn-reference
2586 (url (string-append "svn://www.tug.org/texlive/tags/"
2587 %texlive-tag "/Master/texmf-dist/"
2588 "/tex/latex/filemod"))
2589 (revision %texlive-revision)))
2590 (file-name (string-append name "-" version "-checkout"))
2591 (sha256
2592 (base32
2593 "0vpxilfw69xv78f03g0j0zw0bw4qcn36whqp8phcq48qk1ax2kr2"))))
2594 (build-system trivial-build-system)
2595 (arguments
2596 `(#:modules ((guix build utils))
2597 #:builder
2598 (begin
2599 (use-modules (guix build utils))
2600 (let ((target (string-append (assoc-ref %outputs "out")
2601 "/share/texmf-dist/tex/latex/filemod")))
2602 (mkdir-p target)
2603 (copy-recursively (assoc-ref %build-inputs "source") target)
2604 #t))))
2605 (home-page "https://www.ctan.org/pkg/filemod")
2606 (synopsis "Provide file modification times, and compare them")
2607 (description
2608 "This package provides macros to read and compare the modification dates
2609 of files. The files may be @code{.tex} files, images or other files (as long
2610 as they can be found by LaTeX). It uses the @code{\\pdffilemoddate} primitive
2611 of pdfLaTeX to find the file modification date as PDF date string, parses the
2612 string and returns the value to the user. The package will also work for DVI
2613 output with recent versions of the LaTeX compiler which uses pdfLaTeX in DVI
2614 mode. The functionality is provided by purely expandable macros or by faster
2615 but non-expandable ones.")
2616 (license license:lppl1.3+)))
2617
2618 (define-public texlive-latex-ifplatform
2619 (package
2620 (name "texlive-latex-ifplatform")
2621 (version (number->string %texlive-revision))
2622 (source (origin
2623 (method svn-fetch)
2624 (uri (texlive-ref "latex" "ifplatform"))
2625 (file-name (string-append name "-" version "-checkout"))
2626 (sha256
2627 (base32
2628 "157pplavvm2z97b3jl4x41w11k6q9wgy074mfg0dwmsx5lm328jy"))))
2629 (build-system texlive-build-system)
2630 (arguments '(#:tex-directory "latex/ifplatform"))
2631 (home-page "https://www.ctan.org/pkg/ifplatform")
2632 (synopsis "Conditionals to test which platform is being used")
2633 (description
2634 "This package uses the (La)TeX extension @code{-shell-escape} to
2635 establish whether the document is being processed on a Windows or on a
2636 Unix-like system, or on Cygwin (Unix environment over a Windows system).
2637 Booleans provided are: @code{\\ifwindows}, @code{\\iflinux}, @code{\\ifmacosx}
2638 and @code{\\ifcygwin}. The package also preserves the output of @code{uname}
2639 on a Unix-like system, which may be used to distinguish between various
2640 classes of systems.")
2641 (license license:lppl)))
2642
2643 (define-public texlive-latex-natbib
2644 (package
2645 (name "texlive-latex-natbib")
2646 (version (number->string %texlive-revision))
2647 (source (origin
2648 (method svn-fetch)
2649 (uri (texlive-ref "latex" "natbib"))
2650 (file-name (string-append name "-" version "-checkout"))
2651 (sha256
2652 (base32
2653 "0aqliq0nwblxyrzhwhv77pnmk7qh2y3prgq7z7qhwcbgz5kisld7"))))
2654 (build-system texlive-build-system)
2655 (arguments '(#:tex-directory "latex/natbib"))
2656 (home-page "https://www.ctan.org/pkg/natbib")
2657 (synopsis "Flexible bibliography support")
2658 (description
2659 "This bundle provides a package that implements both author-year and
2660 numbered references, as well as much detailed of support for other
2661 bibliography use. Also provided are versions of the standard BibTeX styles
2662 that are compatible with @code{natbib}: @code{plainnat}, @code{unsrtnat},
2663 @code{abbrnat}. The bibliography styles produced by @code{custom-bib} are
2664 designed from the start to be compatible with @code{natbib}.")
2665 (license license:lppl)))
2666
2667 (define-public texlive-latex-psfrag
2668 (package
2669 (name "texlive-latex-psfrag")
2670 (version (number->string %texlive-revision))
2671 (source (origin
2672 (method svn-fetch)
2673 (uri (texlive-ref "latex" "psfrag"))
2674 (file-name (string-append name "-" version "-checkout"))
2675 (sha256
2676 (base32
2677 "1dxbl5il7wbbsp0v45vk884xi1192wxw03849pb1g5q4x808n352"))))
2678 (build-system texlive-build-system)
2679 (arguments '(#:tex-directory "latex/psfrag"))
2680 (home-page "https://www.ctan.org/pkg/psfrag")
2681 (synopsis "Replace strings in encapsulated PostScript figures")
2682 (description
2683 "This package allows LaTeX constructions (equations, picture
2684 environments, etc.) to be precisely superimposed over Encapsulated PostScript
2685 figures, using your own favorite drawing tool to create an EPS figure and
2686 placing simple text \"tags\" where each replacement is to be placed, with
2687 PSfrag automatically removing these tags from the figure and replacing them
2688 with a user specified LaTeX construction, properly aligned, scaled, and/or
2689 rotated.")
2690 (license (license:fsf-free "file://psfrag.dtx"))))
2691
2692 (define-public texlive-latex-xkeyval
2693 (package
2694 (name "texlive-latex-xkeyval")
2695 (version (number->string %texlive-revision))
2696 (source (origin
2697 (method svn-fetch)
2698 (uri (texlive-ref "latex" "xkeyval"))
2699 (file-name (string-append name "-" version "-checkout"))
2700 (sha256
2701 (base32
2702 "0wancavix39j240pd8m9cgmwsijwx6jd6n54v8wg0x2rk5m44myp"))))
2703 (build-system texlive-build-system)
2704 (arguments '(#:tex-directory "latex/xkeyval"))
2705 (home-page "https://www.ctan.org/pkg/xkeyval")
2706 (synopsis "Macros for defining and setting keys")
2707 (description
2708 "This package is an extension of the @code{keyval} package and offers
2709 more flexible macros for defining and setting keys. The package provides a
2710 pointer and a preset system. Furthermore, it supplies macros to allow class
2711 and package options to contain options of the @code{key=value} form. A LaTeX
2712 kernel patch is provided to avoid premature expansions of macros in class or
2713 package options. A specialized system for setting @code{PSTricks} keys is
2714 provided by the @code{pst-xkey} package.")
2715 (license license:lppl1.3+)))
2716
2717 (define-public texlive-latex-pstool
2718 (package
2719 (name "texlive-latex-pstool")
2720 (version (number->string %texlive-revision))
2721 (source (origin
2722 (method svn-fetch)
2723 (uri (svn-reference
2724 (url (string-append "svn://www.tug.org/texlive/tags/"
2725 %texlive-tag "/Master/texmf-dist/"
2726 "/tex/latex/pstool"))
2727 (revision %texlive-revision)))
2728 (file-name (string-append name "-" version "-checkout"))
2729 (sha256
2730 (base32
2731 "1h816jain8c9nky75kk8pmmwj5b4yf9dpqvdvi2l6jhfj5iqkzr8"))))
2732 (build-system trivial-build-system)
2733 (arguments
2734 `(#:modules ((guix build utils))
2735 #:builder
2736 (begin
2737 (use-modules (guix build utils))
2738 (let ((target (string-append (assoc-ref %outputs "out")
2739 "/share/texmf-dist/tex/latex/pstool")))
2740 (mkdir-p target)
2741 (copy-recursively (assoc-ref %build-inputs "source") target)
2742 #t))))
2743 (propagated-inputs
2744 `(("texlive-latex-bigfoot" ,texlive-latex-bigfoot) ; for suffix
2745 ("texlive-latex-filemod" ,texlive-latex-filemod)
2746 ("texlive-latex-graphics" ,texlive-latex-graphics)
2747 ("texlive-latex-ifplatform" ,texlive-latex-ifplatform)
2748 ("texlive-latex-l3kernel" ,texlive-latex-l3kernel) ; for expl3
2749 ("texlive-latex-oberdiek" ,texlive-latex-oberdiek)
2750 ("texlive-latex-psfrag" ,texlive-latex-psfrag)
2751 ("texlive-latex-tools" ,texlive-latex-tools) ; for shellesc
2752 ("texlive-latex-trimspaces" ,texlive-latex-trimspaces)
2753 ("texlive-latex-xkeyval" ,texlive-latex-xkeyval)))
2754 (home-page "https://www.ctan.org/pkg/pstool")
2755 (synopsis "Process PostScript graphics within pdfLaTeX documents")
2756 (description
2757 "This is a package for processing PostScript graphics with @code{psfrag}
2758 labels within pdfLaTeX documents. Every graphic is compiled individually,
2759 drastically speeding up compilation time when only a single figure needs
2760 re-processing.")
2761 (license license:lppl)))
2762
2763 (define-public texlive-latex-seminar
2764 (package
2765 (name "texlive-latex-seminar")
2766 (version (number->string %texlive-revision))
2767 (source (origin
2768 (method svn-fetch)
2769 (uri (svn-reference
2770 (url (string-append "svn://www.tug.org/texlive/tags/"
2771 %texlive-tag "/Master/texmf-dist/"
2772 "/tex/latex/seminar"))
2773 (revision %texlive-revision)))
2774 (file-name (string-append name "-" version "-checkout"))
2775 (sha256
2776 (base32
2777 "0y4i651b75y6006n03x8n86bsqvjsailvvz9bhzy51dzsznqidq0"))))
2778 (build-system trivial-build-system)
2779 (arguments
2780 `(#:modules ((guix build utils))
2781 #:builder
2782 (begin
2783 (use-modules (guix build utils))
2784 (let ((target (string-append (assoc-ref %outputs "out")
2785 "/share/texmf-dist/tex/latex/seminar")))
2786 (mkdir-p target)
2787 (copy-recursively (assoc-ref %build-inputs "source") target)
2788 #t))))
2789 (home-page "https://www.ctan.org/pkg/seminar")
2790 (synopsis "Make overhead slides")
2791 ;; TODO: This package may need fancybox and xcomment at runtime.
2792 (description
2793 "This package provides a class that produces overhead
2794 slides (transparencies), with many facilities. Seminar is not nowadays
2795 reckoned a good basis for a presentation — users are advised to use more
2796 recent classes such as powerdot or beamer, both of which are tuned to
2797 21st-century presentation styles.")
2798 (license license:lppl1.2+)))
2799
2800 (define-public texlive-latex-trimspaces
2801 (package
2802 (name "texlive-latex-trimspaces")
2803 (version (number->string %texlive-revision))
2804 (source (origin
2805 (method svn-fetch)
2806 (uri (texlive-ref "latex" "trimspaces"))
2807 (file-name (string-append name "-" version "-checkout"))
2808 (sha256
2809 (base32
2810 "0da00lb32am4g63mn96625wg48p3pj3spx79lajrk17d549apwqa"))))
2811 (build-system texlive-build-system)
2812 (arguments
2813 '(#:tex-directory "latex/trimspaces"
2814 #:tex-format "latex"
2815 #:phases
2816 (modify-phases %standard-phases
2817 (add-after 'unpack 'fix-bug
2818 (lambda _
2819 ;; The "ins" file refers to the wrong source file.
2820 (substitute* "trimspaces.ins"
2821 (("pstool.tex") "trimspaces.tex"))
2822 #t)))))
2823 (inputs
2824 `(("texlive-latex-filecontents" ,texlive-latex-filecontents)))
2825 (home-page "https://www.ctan.org/pkg/trimspaces")
2826 (synopsis "Trim spaces around an argument or within a macro")
2827 (description
2828 "This very short package allows you to expandably remove spaces around a
2829 token list (commands are provided to remove spaces before, spaces after, or
2830 both); or to remove surrounding spaces within a macro definition, or to define
2831 space-stripped macros.")
2832 (license license:lppl)))
2833
2834 (define-public texlive-latex-capt-of
2835 (package
2836 (name "texlive-latex-capt-of")
2837 (version (number->string %texlive-revision))
2838 (source (origin
2839 (method svn-fetch)
2840 (uri (svn-reference
2841 (url (string-append "svn://www.tug.org/texlive/tags/"
2842 %texlive-tag "/Master/texmf-dist/"
2843 "/tex/latex/capt-of"))
2844 (revision %texlive-revision)))
2845 (file-name (string-append name "-" version "-checkout"))
2846 (sha256
2847 (base32
2848 "1y2s50f6lz0jx2748lj3iy56hrpcczgnbzmvphxv7aqndyyamd4x"))))
2849 (build-system trivial-build-system)
2850 (arguments
2851 `(#:modules ((guix build utils))
2852 #:builder
2853 (begin
2854 (use-modules (guix build utils))
2855 (let ((target (string-append (assoc-ref %outputs "out")
2856 "/share/texmf-dist/tex/latex/capt-of")))
2857 (mkdir-p target)
2858 (copy-recursively (assoc-ref %build-inputs "source") target)
2859 #t))))
2860 (home-page "https://www.ctan.org/pkg/capt-of")
2861 (synopsis "Captions on more than floats")
2862 (description
2863 "This package defines a command @code{\\captionof} for putting a caption
2864 to something that's not a float.")
2865 (license license:lppl)))
2866
2867 (define-public texlive-latex-doi
2868 (package
2869 (name "texlive-latex-doi")
2870 (version (number->string %texlive-revision))
2871 (source (origin
2872 (method svn-fetch)
2873 (uri (svn-reference
2874 (url (string-append "svn://www.tug.org/texlive/tags/"
2875 %texlive-tag "/Master/texmf-dist/"
2876 "/tex/latex/doi"))
2877 (revision %texlive-revision)))
2878 (file-name (string-append name "-" version "-checkout"))
2879 (sha256
2880 (base32
2881 "0378rdmrgr2lzbfi4qqy4dfpj5im20diyd8z8b9m4mlg05r7wgnb"))))
2882 (build-system trivial-build-system)
2883 (arguments
2884 `(#:modules ((guix build utils))
2885 #:builder
2886 (begin
2887 (use-modules (guix build utils))
2888 (let ((target (string-append (assoc-ref %outputs "out")
2889 "/share/texmf-dist/tex/latex/doi")))
2890 (mkdir-p target)
2891 (copy-recursively (assoc-ref %build-inputs "source") target)
2892 #t))))
2893 (home-page "https://www.ctan.org/pkg/doi")
2894 (synopsis "Create correct hyperlinks for DOI numbers")
2895 (description
2896 "You can hyperlink DOI numbers to doi.org. However, some publishers have
2897 elected to use nasty characters in their DOI numbering scheme (@code{<},
2898 @code{>}, @code{_} and @code{;} have all been spotted). This will either
2899 upset LaTeX, or your PDF reader. This package contains a single user-level
2900 command @code{\\doi{}}, which takes a DOI number, and creates a correct
2901 hyperlink to the target of the DOI.")
2902 ;; Any version of the LPPL.
2903 (license license:lppl1.3+)))
2904
2905 (define-public texlive-latex-etoolbox
2906 (package
2907 (name "texlive-latex-etoolbox")
2908 (version (number->string %texlive-revision))
2909 (source (origin
2910 (method svn-fetch)
2911 (uri (svn-reference
2912 (url (string-append "svn://www.tug.org/texlive/tags/"
2913 %texlive-tag "/Master/texmf-dist/"
2914 "/tex/latex/etoolbox"))
2915 (revision %texlive-revision)))
2916 (file-name (string-append name "-" version "-checkout"))
2917 (sha256
2918 (base32
2919 "1agmq6bf8wzcd77n20ng8bl4kh69cg5f6sjniii7bcw4llhd3nc8"))))
2920 (build-system trivial-build-system)
2921 (arguments
2922 `(#:modules ((guix build utils))
2923 #:builder
2924 (begin
2925 (use-modules (guix build utils))
2926 (let ((target (string-append (assoc-ref %outputs "out")
2927 "/share/texmf-dist/tex/latex/etoolbox")))
2928 (mkdir-p target)
2929 (copy-recursively (assoc-ref %build-inputs "source") target)
2930 #t))))
2931 (home-page "https://www.ctan.org/pkg/etoolbox")
2932 (synopsis "e-TeX tools for LaTeX")
2933 (description
2934 "This package is a toolbox of programming facilities geared primarily
2935 towards LaTeX class and package authors. It provides LaTeX frontends to some
2936 of the new primitives provided by e-TeX as well as some generic tools which
2937 are not strictly related to e-TeX but match the profile of this package. The
2938 package provides functions that seem to offer alternative ways of implementing
2939 some LaTeX kernel commands; nevertheless, the package will not modify any part
2940 of the LaTeX kernel.")
2941 (license license:lppl1.3+)))
2942
2943 (define-public texlive-latex-fncychap
2944 (package
2945 (name "texlive-latex-fncychap")
2946 (version (number->string %texlive-revision))
2947 (source (origin
2948 (method svn-fetch)
2949 (uri (svn-reference
2950 (url (string-append "svn://www.tug.org/texlive/tags/"
2951 %texlive-tag "/Master/texmf-dist/"
2952 "/tex/latex/fncychap"))
2953 (revision %texlive-revision)))
2954 (file-name (string-append name "-" version "-checkout"))
2955 (sha256
2956 (base32
2957 "0fdk84dbicfjfprkz6vk15x36mvlhaw9isjmgkc56jp2khwjswwq"))))
2958 (build-system trivial-build-system)
2959 (arguments
2960 `(#:modules ((guix build utils))
2961 #:builder
2962 (begin
2963 (use-modules (guix build utils))
2964 (let ((target (string-append (assoc-ref %outputs "out")
2965 "/share/texmf-dist/tex/latex/fncychap")))
2966 (mkdir-p target)
2967 (copy-recursively (assoc-ref %build-inputs "source") target)
2968 #t))))
2969 (home-page "https://www.ctan.org/pkg/fncychap")
2970 (synopsis "Seven predefined chapter heading styles")
2971 (description
2972 "This package provides seven predefined chapter heading styles. Each
2973 style can be modified using a set of simple commands. Optionally one can
2974 modify the formatting routines in order to create additional chapter
2975 headings.")
2976 (license license:lppl1.3+)))
2977
2978 (define-public texlive-latex-framed
2979 (package
2980 (name "texlive-latex-framed")
2981 (version (number->string %texlive-revision))
2982 (source (origin
2983 (method svn-fetch)
2984 (uri (svn-reference
2985 (url (string-append "svn://www.tug.org/texlive/tags/"
2986 %texlive-tag "/Master/texmf-dist/"
2987 "/tex/latex/framed"))
2988 (revision %texlive-revision)))
2989 (file-name (string-append name "-" version "-checkout"))
2990 (sha256
2991 (base32
2992 "14a4ydqsvp3vcfavl21jrv0ybiqypaaqzg2q2cs3rzkandg7w98x"))))
2993 (build-system trivial-build-system)
2994 (arguments
2995 `(#:modules ((guix build utils))
2996 #:builder
2997 (begin
2998 (use-modules (guix build utils))
2999 (let ((target (string-append (assoc-ref %outputs "out")
3000 "/share/texmf-dist/tex/latex/framed")))
3001 (mkdir-p target)
3002 (copy-recursively (assoc-ref %build-inputs "source") target)
3003 #t))))
3004 (home-page "https://www.ctan.org/pkg/framed")
3005 (synopsis "Framed or shaded regions that can break across pages")
3006 (description
3007 "The package creates three environments: @code{framed}, which puts an
3008 ordinary frame box around the region, @code{shaded}, which shades the region,
3009 and @code{leftbar}, which places a line at the left side. The environments
3010 allow a break at their start (the @code{\\FrameCommand} enables creation of a
3011 title that is “attached” to the environment); breaks are also allowed in the
3012 course of the framed/shaded matter. There is also a command
3013 @code{\\MakeFramed} to make your own framed-style environments.")
3014 ;; The header states: "These macros may be freely transmitted, reproduced,
3015 ;; or modified for any purpose provided that this notice is left intact."
3016 (license (license:fsf-free "file://framed.sty"))))
3017
3018 (define-public texlive-latex-g-brief
3019 (package
3020 (name "texlive-latex-g-brief")
3021 (version (number->string %texlive-revision))
3022 (source (origin
3023 (method svn-fetch)
3024 (uri (texlive-ref "latex" "g-brief"))
3025 (file-name (string-append name "-" version "-checkout"))
3026 (sha256
3027 (base32
3028 "0sikazkg0dpkcpzlbqw8qzxr81paf2f443vsrh14jnw7s4gswvc5"))))
3029 (build-system texlive-build-system)
3030 (arguments
3031 '(#:tex-directory "latex/g-brief"
3032 #:phases
3033 (modify-phases %standard-phases
3034 (add-after 'unpack 'remove-generated-file
3035 (lambda _
3036 (delete-file "g-brief.drv")
3037 #t)))))
3038 (home-page "https://www.ctan.org/pkg/g-brief")
3039 (synopsis "Letter document class")
3040 (description
3041 "This package is designed for formatting formless letters in German; it
3042 can also be used for English (by those who can read the documentation). There
3043 are LaTeX 2.09 @code{documentstyle} and LaTeX 2e class files for both an
3044 \"old\" and a \"new\" version of g-brief.")
3045 (license license:lppl)))
3046
3047 (define-public texlive-latex-galois
3048 (package
3049 (name "texlive-latex-galois")
3050 (version (number->string %texlive-revision))
3051 (source (origin
3052 (method svn-fetch)
3053 (uri (texlive-ref "latex" "galois"))
3054 (file-name (string-append name "-" version "-checkout"))
3055 (sha256
3056 (base32
3057 "0d4l0msk8j5pi95xnmm9wygv1vbpkwkv5amx9l0km86cs79jpp1h"))))
3058 (build-system texlive-build-system)
3059 (arguments '(#:tex-directory "latex/galois"))
3060 (home-page "https://www.ctan.org/pkg/galois")
3061 (synopsis "Typeset Galois connections")
3062 (description
3063 "The package deals with connections in two-dimensional style, optionally
3064 in colour.")
3065 (license license:lppl)))
3066
3067 (define-public texlive-latex-gcite
3068 (package
3069 (name "texlive-latex-gcite")
3070 (version (number->string %texlive-revision))
3071 (source (origin
3072 (method svn-fetch)
3073 (uri (texlive-ref "latex" "gcite"))
3074 (file-name (string-append name "-" version "-checkout"))
3075 (sha256
3076 (base32
3077 "03g9by54yrypn599y98r1xh7qw0bbbmpzq0bfwpj6j5q5rkl1mfa"))))
3078 (build-system texlive-build-system)
3079 (arguments '(#:tex-directory "latex/gcite"))
3080 (home-page "https://www.ctan.org/pkg/gcite")
3081 (synopsis "Citations in a reader-friendly style")
3082 (description
3083 "The package allows citations in the German style, which is considered by
3084 many to be particularly reader-friendly. The citation provides a small amount
3085 of bibliographic information in a footnote on the page where each citation is
3086 made. It combines a desire to eliminate unnecessary page-turning with the
3087 look-up efficiency afforded by numeric citations. The package makes use of
3088 BibLaTeX, and is considered experimental.")
3089 (license license:lppl1.3+)))
3090
3091 (define-public texlive-latex-geometry
3092 (package
3093 (name "texlive-latex-geometry")
3094 (version (number->string %texlive-revision))
3095 (source (origin
3096 (method svn-fetch)
3097 (uri (texlive-ref "latex" "geometry"))
3098 (file-name (string-append name "-" version "-checkout"))
3099 (sha256
3100 (base32
3101 "0yw6bjfgsli3s1dldsgb7mkr7lnk329cgdjbgs8z2xn59pmmdsn4"))))
3102 (build-system texlive-build-system)
3103 (arguments '(#:tex-directory "latex/geometry"))
3104 (home-page "https://www.ctan.org/pkg/geometry")
3105 (synopsis "Flexible and complete interface to document dimensions")
3106 (description
3107 "This package provides an easy and flexible user interface to customize
3108 page layout, implementing auto-centering and auto-balancing mechanisms so that
3109 the users have only to give the least description for the page layout. The
3110 package knows about all the standard paper sizes, so that the user need not
3111 know what the nominal \"real\" dimensions of the paper are, just its standard
3112 name (such as a4, letter, etc.). An important feature is the package's
3113 ability to communicate the paper size it's set up to the output.")
3114 (license license:lppl)))
3115
3116 (define-public texlive-latex-mdwtools
3117 (package
3118 (name "texlive-latex-mdwtools")
3119 (version (number->string %texlive-revision))
3120 (source (origin
3121 (method svn-fetch)
3122 (uri (texlive-ref "latex" "mdwtools"))
3123 (file-name (string-append name "-" version "-checkout"))
3124 (sha256
3125 (base32
3126 "0caxs74hla28hc67csf5i5ahadx97w8vxh3mdmsprxbpd1mr7ssg"))))
3127 (build-system texlive-build-system)
3128 (arguments '(#:tex-directory "latex/mdwtools"))
3129 (home-page "https://www.ctan.org/pkg/mdwtools")
3130 (synopsis "Miscellaneous tools by Mark Wooding")
3131 (description
3132 "This collection of tools includes: @code{atsupport} for short commands
3133 starting with @code{@@}, macros to sanitize the OT1 encoding of the
3134 @code{cmtt} fonts; a @code{doafter} command; improved @code{footnote} support;
3135 @code{mathenv} for various alignment in maths; list handling; @code{mdwmath}
3136 which adds some minor changes to LaTeX maths; a rewrite of LaTeX's tabular and
3137 array environments; verbatim handling; and syntax diagrams.")
3138 (license license:gpl3+)))
3139
3140 (define-public texlive-latex-polyglossia
3141 (package
3142 (name "texlive-latex-polyglossia")
3143 (version (number->string %texlive-revision))
3144 (source (origin
3145 (method svn-fetch)
3146 (uri (texlive-ref "latex" "polyglossia"))
3147 (file-name (string-append name "-" version "-checkout"))
3148 (sha256
3149 (base32
3150 "03ma58z3ypsbp7zgkzb1ylpn2ygr27cxzkf042ns0rif4g8s491f"))))
3151 (build-system texlive-build-system)
3152 (arguments '(#:tex-directory "latex/polyglossia"))
3153 (home-page "https://www.ctan.org/pkg/polyglossia")
3154 (synopsis "Alternative to babel for XeLaTeX and LuaLaTeX")
3155 (description
3156 "This package provides a complete Babel replacement for users of LuaLaTeX
3157 and XeLaTeX; it relies on the @code{fontspec} package, version 2.0 at least.")
3158 (license license:lppl1.3+)))
3159
3160 (define-public texlive-latex-supertabular
3161 (package
3162 (name "texlive-latex-supertabular")
3163 (version (number->string %texlive-revision))
3164 (source (origin
3165 (method svn-fetch)
3166 (uri (texlive-ref "latex" "supertabular"))
3167 (file-name (string-append name "-" version "-checkout"))
3168 (sha256
3169 (base32
3170 "14b2bc7cqz4ckxxycim9sw6jkrr1pahivm1rdbpz5k6hl967w1s3"))))
3171 (build-system texlive-build-system)
3172 (arguments '(#:tex-directory "latex/supertabular"))
3173 (home-page "https://www.ctan.org/pkg/supertabular")
3174 (synopsis "Multi-page tables package")
3175 (description
3176 "This package was a predecessor of @code{longtable}; the newer
3177 package (designed on quite different principles) is easier to use and more
3178 flexible, in many cases, but supertabular retains its usefulness in a few
3179 situations where longtable has problems.")
3180 (license license:lppl1.3+)))
3181
3182 (define-public texlive-tex-texinfo
3183 (package
3184 (name "texlive-tex-texinfo")
3185 (version (number->string %texlive-revision))
3186 (source (origin
3187 (method svn-fetch)
3188 (uri (svn-reference
3189 (url (string-append "svn://www.tug.org/texlive/tags/"
3190 %texlive-tag "/Master/texmf-dist/"
3191 "/tex/texinfo"))
3192 (revision %texlive-revision)))
3193 (file-name (string-append name "-" version "-checkout"))
3194 (sha256
3195 (base32
3196 "06cf821y1j7jdg93pb41ayigrfwgn0y49d7w1025zlijjxi6bvjp"))))
3197 (build-system trivial-build-system)
3198 (arguments
3199 `(#:modules ((guix build utils))
3200 #:builder
3201 (begin
3202 (use-modules (guix build utils))
3203 (let ((target (string-append (assoc-ref %outputs "out")
3204 "/share/texmf-dist/tex/texinfo")))
3205 (mkdir-p target)
3206 (copy-recursively (assoc-ref %build-inputs "source") target)
3207 #t))))
3208 (home-page "https://www.ctan.org/pkg/texinfo")
3209 (synopsis "TeX macros to handle Texinfo files")
3210 (description
3211 "Texinfo is the preferred format for documentation in the GNU project;
3212 the format may be used to produce online or printed output from a single
3213 source. The Texinfo macros may be used to produce printable output using TeX;
3214 other programs in the distribution offer online interactive use (with
3215 hypertext linkages in some cases).")
3216 (license license:gpl3+)))
3217
3218 (define-public texlive-latex-upquote
3219 (package
3220 (name "texlive-latex-upquote")
3221 (version (number->string %texlive-revision))
3222 (source (origin
3223 (method svn-fetch)
3224 (uri (texlive-ref "latex" "upquote"))
3225 (file-name (string-append name "-" version "-checkout"))
3226 (sha256
3227 (base32
3228 "0d1050i973wnxigy0xpky5l7vn4ff7ldhkjpdqsw5s653gagwixp"))))
3229 (build-system texlive-build-system)
3230 (arguments '(#:tex-directory "latex/upquote"))
3231 (home-page "https://www.ctan.org/pkg/upquote")
3232 (synopsis "Show \"realistic\" quotes in verbatim")
3233 (description
3234 "Typewriter-style fonts are best for program listings, but Computer
3235 Modern Typewriter prints @code{`} and @code{'} as bent opening and closing
3236 single quotes. Other fonts, and most programming languages, print @code{`} as
3237 a grave accent and @code{'} upright; @code{'} is used both to open and to
3238 close quoted strings. The package switches the typewriter font to Computer
3239 Modern Typewriter in OT1 encoding, and modifies the behaviour of
3240 @code{verbatim}, @code{verbatim*}, @code{\\verb}, and @code{\\verb*} to print
3241 in the expected way. It does this regardless of other fonts or encodings in
3242 use, so long as the package is loaded after the other fonts were. The package
3243 does not affect @code{\\tt}, @code{\\texttt}, etc.")
3244 (license license:lppl1.2+)))
3245
3246 (define-public texlive-latex-anysize
3247 (package
3248 (name "texlive-latex-anysize")
3249 (version (number->string %texlive-revision))
3250 (source (origin
3251 (method svn-fetch)
3252 (uri (svn-reference
3253 (url (string-append "svn://www.tug.org/texlive/tags/"
3254 %texlive-tag "/Master/texmf-dist/"
3255 "/tex/latex/anysize"))
3256 (revision %texlive-revision)))
3257 (file-name (string-append name "-" version "-checkout"))
3258 (sha256
3259 (base32
3260 "19khwqjlvznc955sijhww3c4zbb0053rvzwv9nz738qknq7y18vb"))))
3261 (build-system trivial-build-system)
3262 (arguments
3263 `(#:modules ((guix build utils))
3264 #:builder
3265 (begin
3266 (use-modules (guix build utils))
3267 (let ((target (string-append (assoc-ref %outputs "out")
3268 "/share/texmf-dist/tex/latex/anysize")))
3269 (mkdir-p target)
3270 (copy-recursively (assoc-ref %build-inputs "source") target)
3271 #t))))
3272 (home-page "https://www.ctan.org/pkg/anysize")
3273 (synopsis "Simple package to set up document margins")
3274 (description
3275 "This is a simple package to set up document margins. This package is
3276 considered obsolete; alternatives are the @code{typearea} package from the
3277 @code{koma-script} bundle, or the @code{geometry} package.")
3278 (license license:public-domain)))
3279
3280 (define-public texlive-latex-appendix
3281 (package
3282 (name "texlive-latex-appendix")
3283 (version (number->string %texlive-revision))
3284 (source (origin
3285 (method svn-fetch)
3286 (uri (texlive-ref "latex" "appendix"))
3287 (file-name (string-append name "-" version "-checkout"))
3288 (sha256
3289 (base32
3290 "0rxfpr8vq3brwx5rc7qn91ixlp9zva4zrms8a579fqa1g5yva7vg"))))
3291 (build-system texlive-build-system)
3292 (arguments '(#:tex-directory "latex/appendix"))
3293 (home-page "https://www.ctan.org/pkg/appendix")
3294 (synopsis "Extra control of appendices")
3295 (description
3296 "The appendix package provides various ways of formatting the titles of
3297 appendices. Also (sub)appendices environments are provided that can be used,
3298 for example, for per chapter/section appendices. An @code{appendices}
3299 environment is provided which can be used instead of the @code{\\appendix}
3300 command.")
3301 (license license:lppl)))
3302
3303 (define-public texlive-latex-changebar
3304 (package
3305 (name "texlive-latex-changebar")
3306 (version (number->string %texlive-revision))
3307 (source (origin
3308 (method svn-fetch)
3309 (uri (texlive-ref "latex" "changebar"))
3310 (file-name (string-append name "-" version "-checkout"))
3311 (sha256
3312 (base32
3313 "05x15ilynqrl448h8l6qiraygamdldlngz89a2bw7kg74fym14ch"))))
3314 (build-system texlive-build-system)
3315 (arguments '(#:tex-directory "latex/changebar"))
3316 (home-page "https://www.ctan.org/pkg/changebar")
3317 (synopsis "Generate changebars in LaTeX documents")
3318 (description
3319 "Identify areas of text to be marked with changebars with the
3320 @code{\\cbstart} and @code{\\cbend} commands; the bars may be coloured. The
3321 package uses 'drivers' to place the bars; the available drivers can work with
3322 @code{dvitoln03}, @code{dvitops}, @code{dvips}, the emTeX and TeXtures DVI
3323 drivers, and VTeX and pdfTeX.")
3324 (license license:lppl)))
3325
3326 (define-public texlive-latex-cmap
3327 (package
3328 (name "texlive-latex-cmap")
3329 (version (number->string %texlive-revision))
3330 (source (origin
3331 (method svn-fetch)
3332 (uri (svn-reference
3333 (url (string-append "svn://www.tug.org/texlive/tags/"
3334 %texlive-tag "/Master/texmf-dist/"
3335 "/tex/latex/cmap"))
3336 (revision %texlive-revision)))
3337 (file-name (string-append name "-" version "-checkout"))
3338 (sha256
3339 (base32
3340 "1s1rv6zgw105w2j6ffhnk914qrix87y1ndzri1q72g2kbr91zlbg"))))
3341 (build-system trivial-build-system)
3342 (arguments
3343 `(#:modules ((guix build utils))
3344 #:builder
3345 (begin
3346 (use-modules (guix build utils))
3347 (let ((target (string-append (assoc-ref %outputs "out")
3348 "/share/texmf-dist/tex/latex/cmap")))
3349 (mkdir-p target)
3350 (copy-recursively (assoc-ref %build-inputs "source") target)
3351 #t))))
3352 (home-page "https://www.tug.org/svn/texlive/tags/texlive-2017.1/\
3353 Master/texmf-dist/tex/latex/cmap/")
3354 (synopsis "CMap support for PDF files")
3355 (description
3356 "This package embeds CMap tables into PDF files to make search and
3357 copy-and-paste functions work properly.")
3358 (license license:lppl)))
3359
3360 (define-public texlive-latex-colortbl
3361 (package
3362 (name "texlive-latex-colortbl")
3363 (version (number->string %texlive-revision))
3364 (source (origin
3365 (method svn-fetch)
3366 (uri (texlive-ref "latex" "colortbl"))
3367 (file-name (string-append name "-" version "-checkout"))
3368 (sha256
3369 (base32
3370 "190pmq8la2rq07xry8bn8z8yywzxv6fqyqaj7yjfj5rgw6x0mas8"))))
3371 (build-system texlive-build-system)
3372 (arguments '(#:tex-directory "latex/colortbl"))
3373 (home-page "https://www.ctan.org/pkg/colortbl")
3374 (synopsis "Add colour to LaTeX tables")
3375 (description
3376 "This package allows rows, columns, and even individual cells in LaTeX
3377 tables to be coloured.")
3378 (license license:lppl)))
3379
3380 (define-public texlive-latex-fancybox
3381 (package
3382 (name "texlive-latex-fancybox")
3383 (version (number->string %texlive-revision))
3384 (source (origin
3385 (method svn-fetch)
3386 (uri (svn-reference
3387 (url (string-append "svn://www.tug.org/texlive/tags/"
3388 %texlive-tag "/Master/texmf-dist/"
3389 "/tex/latex/fancybox"))
3390 (revision %texlive-revision)))
3391 (file-name (string-append name "-" version "-checkout"))
3392 (sha256
3393 (base32
3394 "0smmnaad2q8qwicay1frri990lv65l0k8cwzsvdsyp3jk8kp042w"))))
3395 (build-system trivial-build-system)
3396 (arguments
3397 `(#:modules ((guix build utils))
3398 #:builder
3399 (begin
3400 (use-modules (guix build utils))
3401 (let ((target (string-append (assoc-ref %outputs "out")
3402 "/share/texmf-dist/tex/latex/fancybox")))
3403 (mkdir-p target)
3404 (copy-recursively (assoc-ref %build-inputs "source") target)
3405 #t))))
3406 (home-page "https://www.ctan.org/pkg/fancybox")
3407 (synopsis "Variants of \\fbox and other games with boxes")
3408 (description
3409 "This package provides variants of @code{\\fbox}: @code{\\shadowbox},
3410 @code{\\doublebox}, @code{\\ovalbox}, @code{\\Ovalbox}, with helpful tools for
3411 using box macros and flexible verbatim macros. You can box mathematics,
3412 floats, center, flushleft, and flushright, lists, and pages.")
3413 (license license:lppl1.2+)))
3414
3415 (define-public texlive-latex-fancyhdr
3416 (package
3417 (name "texlive-latex-fancyhdr")
3418 (version (number->string %texlive-revision))
3419 (source (origin
3420 (method svn-fetch)
3421 (uri (svn-reference
3422 (url (string-append "svn://www.tug.org/texlive/tags/"
3423 %texlive-tag "/Master/texmf-dist/"
3424 "/tex/latex/fancyhdr"))
3425 (revision %texlive-revision)))
3426 (file-name (string-append name "-" version "-checkout"))
3427 (sha256
3428 (base32
3429 "1xsnzx7vgdfh9zh2m7bjz6bgdpxsgb1kyc19p50vhs34x5nbgsnr"))))
3430 (build-system trivial-build-system)
3431 (arguments
3432 `(#:modules ((guix build utils))
3433 #:builder
3434 (begin
3435 (use-modules (guix build utils))
3436 (let ((target (string-append (assoc-ref %outputs "out")
3437 "/share/texmf-dist/tex/latex/fancyhdr")))
3438 (mkdir-p target)
3439 (copy-recursively (assoc-ref %build-inputs "source") target)
3440 #t))))
3441 (home-page "https://www.ctan.org/pkg/fancyhdr")
3442 (synopsis "Extensive control of page headers and footers in LaTeX2e")
3443 (description
3444 "The package provides extensive facilities, both for constructing headers
3445 and footers, and for controlling their use (for example, at times when LaTeX
3446 would automatically change the heading style in use).")
3447 (license license:lppl)))
3448
3449 (define-public texlive-latex-float
3450 (package
3451 (name "texlive-latex-float")
3452 (version (number->string %texlive-revision))
3453 (source (origin
3454 (method svn-fetch)
3455 (uri (texlive-ref "latex" "float"))
3456 (file-name (string-append name "-" version "-checkout"))
3457 (sha256
3458 (base32
3459 "0nbl7wylkv22fcdv4p8byhhj575fli6jnqjpkhrkbv8dzwah84nq"))))
3460 (build-system texlive-build-system)
3461 (arguments '(#:tex-directory "latex/float"))
3462 (home-page "https://www.ctan.org/pkg/float")
3463 (synopsis "Improved interface for floating objects")
3464 (description
3465 "This package improves the interface for defining floating objects such
3466 as figures and tables. It introduces the boxed float, the ruled float and the
3467 plaintop float. You can define your own floats and improve the behaviour of
3468 the old ones. The package also provides the @code{H} float modifier option of
3469 the obsolete @code{here} package. You can select this as automatic default
3470 with @code{\\floatplacement{figure}{H}}.")
3471 (license license:lppl)))
3472
3473 (define-public texlive-latex-footmisc
3474 (package
3475 (name "texlive-latex-footmisc")
3476 (version (number->string %texlive-revision))
3477 (source (origin
3478 (method svn-fetch)
3479 (uri (texlive-ref "latex" "footmisc"))
3480 (file-name (string-append name "-" version "-checkout"))
3481 (sha256
3482 (base32
3483 "03x61wwql8nh6zrqiiiq3rb0x7m3pn48c606zapy19y21fybwdxs"))))
3484 (build-system texlive-build-system)
3485 (arguments '(#:tex-directory "latex/footmisc"))
3486 (home-page "https://www.ctan.org/pkg/footmisc")
3487 (synopsis "Range of footnote options")
3488 (description
3489 "This is a collection of ways to change the typesetting of footnotes.
3490 The package provides means of changing the layout of the footnotes themselves,
3491 a way to number footnotes per page, to make footnotes disappear in a
3492 \"moving\" argument, and to deal with multiple references to footnotes from
3493 the same place. The package also has a range of techniques for labelling
3494 footnotes with symbols rather than numbers.")
3495 (license license:lppl1.3+)))
3496
3497 (define-public texlive-latex-listings
3498 (package
3499 (name "texlive-latex-listings")
3500 (version (number->string %texlive-revision))
3501 (source (origin
3502 (method svn-fetch)
3503 (uri (texlive-ref "latex" "listings"))
3504 (file-name (string-append name "-" version "-checkout"))
3505 (sha256
3506 (base32
3507 "1nsn9wp3wl12b36c0sqrim33lf33cr5wky0h4ncnw8lvqgm7h8wf"))))
3508 (build-system texlive-build-system)
3509 (arguments
3510 '(#:tex-directory "latex/listings"
3511 #:build-targets '("listings.ins")))
3512 (home-page "https://www.ctan.org/pkg/listings")
3513 (synopsis "Typeset source code listings using LaTeX")
3514 (description
3515 "The package enables the user to typeset programs (programming code)
3516 within LaTeX; the source code is read directly by TeX---no front-end processor
3517 is needed. Keywords, comments and strings can be typeset using different
3518 styles. Support for @code{hyperref} is provided.")
3519 (license license:lppl1.3+)))
3520
3521 (define-public texlive-latex-jknapltx
3522 (package
3523 (name "texlive-latex-jknapltx")
3524 (version (number->string %texlive-revision))
3525 (source (origin
3526 (method svn-fetch)
3527 (uri (svn-reference
3528 (url (string-append "svn://www.tug.org/texlive/tags/"
3529 %texlive-tag "/Master/texmf-dist/"
3530 "/tex/latex/jknapltx"))
3531 (revision %texlive-revision)))
3532 (file-name (string-append name "-" version "-checkout"))
3533 (sha256
3534 (base32
3535 "0m034x72f2g07icr50gacyxfb9g1lz2rmqh4kqr1qjb421x2kds9"))))
3536 (build-system trivial-build-system)
3537 (arguments
3538 `(#:modules ((guix build utils))
3539 #:builder
3540 (begin
3541 (use-modules (guix build utils))
3542 (let ((target (string-append (assoc-ref %outputs "out")
3543 "/share/texmf-dist/tex/latex/jknapltx")))
3544 (mkdir-p target)
3545 (copy-recursively (assoc-ref %build-inputs "source") target)
3546 #t))))
3547 (home-page "https://www.ctan.org/pkg/jknappen")
3548 (synopsis "Miscellaneous packages by Joerg Knappen")
3549 (description
3550 "This package provides miscellaneous macros by Joerg Knappen, including:
3551 represent counters in greek; Maxwell's non-commutative division;
3552 @code{latin1jk}, @code{latin2jk} and @code{latin3jk}, which are
3553 @code{inputenc} definition files that allow verbatim input in the respective
3554 ISO Latin codes; blackboard bold fonts in maths; use of RSFS fonts in maths;
3555 extra alignments for @code{\\parboxes}; swap Roman and Sans fonts;
3556 transliterate semitic languages; patches to make (La)TeX formulae embeddable
3557 in SGML; use maths minus in text as appropriate; simple Young tableaux.")
3558 (license license:gpl2)))
3559
3560 (define-public texlive-fonts-ec
3561 (package
3562 (name "texlive-fonts-ec")
3563 (version (number->string %texlive-revision))
3564 (source (origin
3565 (method svn-fetch)
3566 (uri (svn-reference
3567 (url (string-append "svn://www.tug.org/texlive/tags/"
3568 %texlive-tag "/Master/texmf-dist/"
3569 "/fonts/source/jknappen/ec/"))
3570 (revision %texlive-revision)))
3571 (file-name (string-append name "-" version "-checkout"))
3572 (sha256
3573 (base32
3574 "12av65fbz9xiashm09c9m1fj1mijxls5xspd7652ry1n5s0nixy4"))))
3575 (build-system gnu-build-system)
3576 (arguments
3577 `(#:modules ((guix build gnu-build-system)
3578 (guix build utils)
3579 (srfi srfi-1)
3580 (srfi srfi-26))
3581 #:tests? #f ; no tests
3582 #:phases
3583 (modify-phases %standard-phases
3584 (delete 'configure)
3585 (replace 'build
3586 (lambda* (#:key inputs #:allow-other-keys)
3587 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
3588 ;; Tell mf where to find mf.base
3589 (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
3590 ;; Tell mf where to look for source files
3591 (setenv "MFINPUTS"
3592 (string-append (getcwd) ":"
3593 mf "/share/texmf-dist/metafont/base:"
3594 (assoc-ref inputs "texlive-fonts-cm")
3595 "/share/texmf-dist/fonts/source/public/cm")))
3596 (mkdir "build")
3597 (for-each (lambda (font)
3598 (format #t "building font ~a\n" font)
3599 (invoke "mf" "-progname=mf"
3600 "-output-directory=build"
3601 (string-append "\\"
3602 "mode:=ljfour; "
3603 "mag:=1; "
3604 "batchmode; "
3605 "input " (basename font ".mf"))))
3606 (find-files "." "[0-9]+\\.mf$"))
3607 #t))
3608 (replace 'install
3609 (lambda* (#:key outputs #:allow-other-keys)
3610 (let* ((out (assoc-ref outputs "out"))
3611 (tfm (string-append
3612 out "/share/texmf-dist/fonts/tfm/jknappen/ec"))
3613 (mf (string-append
3614 out "/share/texmf-dist/fonts/source/jknappen/ec")))
3615 (for-each (cut install-file <> tfm)
3616 (find-files "build" "\\.*"))
3617 (for-each (cut install-file <> mf)
3618 (find-files "." "\\.mf"))
3619 #t))))))
3620 (native-inputs
3621 `(("texlive-bin" ,texlive-bin)
3622 ("texlive-metafont-base" ,texlive-metafont-base)
3623 ("texlive-fonts-cm" ,texlive-fonts-cm)))
3624 (home-page "https://www.ctan.org/pkg/ec")
3625 (synopsis "Computer modern fonts in T1 and TS1 encodings")
3626 (description
3627 "The EC fonts are European Computer Modern Fonts, supporting the complete
3628 LaTeX T1 encoding defined at the 1990 TUG conference hold at Cork/Ireland.
3629 These fonts are intended to be stable with no changes being made to the tfm
3630 files. The set also contains a Text Companion Symbol font, called @code{tc},
3631 featuring many useful characters needed in text typesetting, for example
3632 oldstyle digits, currency symbols (including the newly created Euro symbol),
3633 the permille sign, copyright, trade mark and servicemark as well as a copyleft
3634 sign, and many others. Recent releases of LaTeX2e support the EC fonts. The
3635 EC fonts supersede the preliminary version released as the DC fonts. The
3636 fonts are available in (traced) Adobe Type 1 format, as part of the
3637 @code{cm-super} bundle. The other Computer Modern-style T1-encoded Type 1
3638 set, Latin Modern, is not actually a direct development of the EC set, and
3639 differs from the EC in a number of particulars.")
3640 (license (license:fsf-free "https://www.tug.org/svn/texlive/tags/\
3641 texlive-2017.1/Master/texmf-dist/doc/fonts/ec/copyrite.txt"))))
3642
3643 (define-public texlive-fonts-rsfs
3644 (package
3645 (name "texlive-fonts-rsfs")
3646 (version (number->string %texlive-revision))
3647 (source (origin
3648 (method svn-fetch)
3649 (uri (svn-reference
3650 (url (string-append "svn://www.tug.org/texlive/tags/"
3651 %texlive-tag "/Master/texmf-dist/"
3652 "/fonts/source/public/rsfs/"))
3653 (revision %texlive-revision)))
3654 (file-name (string-append name "-" version "-checkout"))
3655 (sha256
3656 (base32
3657 "0r12pn02r4a955prcvq0048nifh86ihlcgvw3pppqqvfngv34l5h"))))
3658 (build-system gnu-build-system)
3659 (arguments
3660 `(#:modules ((guix build gnu-build-system)
3661 (guix build utils)
3662 (srfi srfi-1)
3663 (srfi srfi-26))
3664 #:tests? #f ; no tests
3665 #:phases
3666 (modify-phases %standard-phases
3667 (delete 'configure)
3668 (replace 'build
3669 (lambda* (#:key inputs #:allow-other-keys)
3670 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
3671 ;; Tell mf where to find mf.base
3672 (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
3673 ;; Tell mf where to look for source files
3674 (setenv "MFINPUTS"
3675 (string-append (getcwd) ":"
3676 mf "/share/texmf-dist/metafont/base:"
3677 (assoc-ref inputs "texlive-fonts-cm")
3678 "/share/texmf-dist/fonts/source/public/cm")))
3679 (mkdir "build")
3680 (for-each (lambda (font)
3681 (format #t "building font ~a\n" font)
3682 (invoke "mf" "-progname=mf"
3683 "-output-directory=build"
3684 (string-append "\\"
3685 "mode:=ljfour; "
3686 "mag:=1; "
3687 "batchmode; "
3688 "input " (basename font ".mf"))))
3689 (find-files "." "[0-9]+\\.mf$"))
3690 #t))
3691 (replace 'install
3692 (lambda* (#:key outputs #:allow-other-keys)
3693 (let* ((out (assoc-ref outputs "out"))
3694 (tfm (string-append
3695 out "/share/texmf-dist/fonts/tfm/public/rsfs"))
3696 (mf (string-append
3697 out "/share/texmf-dist/fonts/source/public/rsfs")))
3698 (for-each (cut install-file <> tfm)
3699 (find-files "build" "\\.*"))
3700 (for-each (cut install-file <> mf)
3701 (find-files "." "\\.mf"))
3702 #t))))))
3703 (native-inputs
3704 `(("texlive-bin" ,texlive-bin)
3705 ("texlive-metafont-base" ,texlive-metafont-base)
3706 ("texlive-fonts-cm" ,texlive-fonts-cm)))
3707 (home-page "https://www.ctan.org/pkg/rsfs")
3708 (synopsis "Ralph Smith's Formal Script font")
3709 (description
3710 "The fonts provide uppercase formal script letters for use as symbols in
3711 scientific and mathematical typesetting (in contrast to the informal script
3712 fonts such as that used for the calligraphic symbols in the TeX maths symbol
3713 font). The fonts are provided as Metafont source, and as derived Adobe Type 1
3714 format. LaTeX support, for using these fonts in mathematics, is available via
3715 one of the packages @code{calrsfs} and @code{mathrsfs}.")
3716 (license (license:fsf-free "http://mirrors.ctan.org/fonts/rsfs/README"))))
3717
3718 (define-public texlive-latex-eso-pic
3719 (package
3720 (name "texlive-latex-eso-pic")
3721 (version (number->string %texlive-revision))
3722 (source (origin
3723 (method svn-fetch)
3724 (uri (texlive-ref "latex" "eso-pic"))
3725 (file-name (string-append name "-" version "-checkout"))
3726 (sha256
3727 (base32
3728 "1xvmms28mvvfpks9x7lfya2xhh5k8jy3qnlih1mzcnf156xnb89z"))))
3729 (build-system texlive-build-system)
3730 (arguments '(#:tex-directory "latex/eso-pic"))
3731 (home-page "https://www.ctan.org/pkg/eso-pic")
3732 (synopsis "Add picture commands (or backgrounds) to every page")
3733 (description
3734 "The package adds one or more user commands to LaTeX's @code{shipout}
3735 routine, which may be used to place the output at fixed positions. The
3736 @code{grid} option may be used to find the correct places.")
3737 (license license:lppl1.3+)))
3738
3739 (define-public texlive-latex-eepic
3740 (package
3741 (name "texlive-latex-eepic")
3742 (version (number->string %texlive-revision))
3743 (source (origin
3744 (method svn-fetch)
3745 (uri (svn-reference
3746 (url (string-append "svn://www.tug.org/texlive/tags/"
3747 %texlive-tag "/Master/texmf-dist/"
3748 "/tex/latex/eepic"))
3749 (revision %texlive-revision)))
3750 (file-name (string-append name "-" version "-checkout"))
3751 (sha256
3752 (base32
3753 "1c68gvh021pvybg07apsd2xhq2ljbg80kq94wh71drdga3c2zqjw"))))
3754 (build-system trivial-build-system)
3755 (arguments
3756 `(#:modules ((guix build utils))
3757 #:builder
3758 (begin
3759 (use-modules (guix build utils))
3760 (let ((target (string-append (assoc-ref %outputs "out")
3761 "/share/texmf-dist/tex/latex/eepic")))
3762 (mkdir-p target)
3763 (copy-recursively (assoc-ref %build-inputs "source") target)
3764 #t))))
3765 (home-page "https://www.ctan.org/pkg/eepic")
3766 (synopsis "Extensions to epic and the LaTeX drawing tools")
3767 (description
3768 "Extensions to @code{epic} and the LaTeX picture drawing environment,
3769 include the drawing of lines at any slope, the drawing of circles in any
3770 radii, and the drawing of dotted and dashed lines much faster with much less
3771 TeX memory, and providing several new commands for drawing ellipses, arcs,
3772 splines, and filled circles and ellipses. The package uses @code{tpic}
3773 @code{\\special} commands.")
3774 (license license:public-domain)))
3775
3776 (define-public texlive-latex-enumitem
3777 (package
3778 (name "texlive-latex-enumitem")
3779 (version (number->string %texlive-revision))
3780 (source (origin
3781 (method svn-fetch)
3782 (uri (svn-reference
3783 (url (string-append "svn://www.tug.org/texlive/tags/"
3784 %texlive-tag "/Master/texmf-dist/"
3785 "/tex/latex/enumitem"))
3786 (revision %texlive-revision)))
3787 (file-name (string-append name "-" version "-checkout"))
3788 (sha256
3789 (base32
3790 "0q24b1bkdi9l6bw787bpggww83jh2vj8955aw2m5yccqbx4vgr5r"))))
3791 (build-system trivial-build-system)
3792 (arguments
3793 `(#:modules ((guix build utils))
3794 #:builder
3795 (begin
3796 (use-modules (guix build utils))
3797 (let ((target (string-append (assoc-ref %outputs "out")
3798 "/share/texmf-dist/tex/latex/enumitem")))
3799 (mkdir-p target)
3800 (copy-recursively (assoc-ref %build-inputs "source") target)
3801 #t))))
3802 (home-page "https://www.ctan.org/pkg/enumitem")
3803 (synopsis "Customize basic list environments")
3804 (description
3805 "This package is intended to ease customizing the three basic list
3806 environments: @code{enumerate}, @code{itemize} and @code{description}. It
3807 extends their syntax to allow an optional argument where a set of parameters
3808 in the form @code{key=value} are available, for example:
3809 @code{\\begin{itemize}[itemsep=1ex,leftmargin=1cm]}.")
3810 (license license:lppl1.3+)))
3811
3812 (define-public texlive-latex-multirow
3813 (package
3814 (name "texlive-latex-multirow")
3815 (version (number->string %texlive-revision))
3816 (source (origin
3817 (method svn-fetch)
3818 (uri (texlive-ref "latex" "multirow"))
3819 (file-name (string-append name "-" version "-checkout"))
3820 (sha256
3821 (base32
3822 "0qlxy47f1f8plgch3jqfsnrdgpyz20sz46yp33i2jwvf9hvfczf0"))))
3823 (build-system texlive-build-system)
3824 (arguments '(#:tex-directory "latex/multirow"))
3825 (home-page "https://www.ctan.org/pkg/multirow")
3826 (synopsis "Create tabular cells spanning multiple rows")
3827 (description
3828 "The package provides tools for creating tabular cells spanning multiple
3829 rows. It has a lot of flexibility, including an option for specifying an
3830 entry at the \"natural\" width of its text.")
3831 (license license:lppl1.3+)))
3832
3833 (define-public texlive-latex-overpic
3834 (package
3835 (name "texlive-latex-overpic")
3836 (version (number->string %texlive-revision))
3837 (source (origin
3838 (method svn-fetch)
3839 (uri (svn-reference
3840 (url (string-append "svn://www.tug.org/texlive/tags/"
3841 %texlive-tag "/Master/texmf-dist/"
3842 "/tex/latex/overpic"))
3843 (revision %texlive-revision)))
3844 (file-name (string-append name "-" version "-checkout"))
3845 (sha256
3846 (base32
3847 "1rpx4ibjncj5416rg19v0xjbj3z9avhfdfn2gzp8r8sz9vz25c6g"))))
3848 (build-system trivial-build-system)
3849 (arguments
3850 `(#:modules ((guix build utils))
3851 #:builder
3852 (begin
3853 (use-modules (guix build utils))
3854 (let ((target (string-append (assoc-ref %outputs "out")
3855 "/share/texmf-dist/tex/latex/overpic")))
3856 (mkdir-p target)
3857 (copy-recursively (assoc-ref %build-inputs "source") target)
3858 #t))))
3859 (home-page "https://www.ctan.org/pkg/overpic")
3860 (synopsis "Combine LaTeX commands over included graphics")
3861 (description
3862 "The @code{overpic} environment is a cross between the LaTeX
3863 @code{picture} environment and the @code{\\includegraphics} command of
3864 @code{graphicx}. The resulting picture environment has the same dimensions as
3865 the included graphic. LaTeX commands can be placed on the graphic at defined
3866 positions; a grid for orientation is available.")
3867 (license license:lppl1.0+)))
3868
3869 (define-public texlive-latex-parskip
3870 (package
3871 (name "texlive-latex-parskip")
3872 (version (number->string %texlive-revision))
3873 (source (origin
3874 (method svn-fetch)
3875 (uri (svn-reference
3876 (url (string-append "svn://www.tug.org/texlive/tags/"
3877 %texlive-tag "/Master/texmf-dist/"
3878 "/tex/latex/parskip"))
3879 (revision %texlive-revision)))
3880 (file-name (string-append name "-" version "-checkout"))
3881 (sha256
3882 (base32
3883 "14r6h9hqb0qgccxj5l1208694fx8sb8avmgzps36lsbbpszl7i7m"))))
3884 (build-system trivial-build-system)
3885 (arguments
3886 `(#:modules ((guix build utils))
3887 #:builder
3888 (begin
3889 (use-modules (guix build utils))
3890 (let ((target (string-append (assoc-ref %outputs "out")
3891 "/share/texmf-dist/tex/latex/parskip")))
3892 (mkdir-p target)
3893 (copy-recursively (assoc-ref %build-inputs "source") target)
3894 #t))))
3895 (home-page "https://www.ctan.org/pkg/parskip")
3896 (synopsis "Layout with zero \\parindent, non-zero \\parskip")
3897 (description
3898 "Simply changing @code{\\parskip} and @code{\\parindent} leaves a layout
3899 that is untidy; this package (though it is no substitute for a properly
3900 designed class) helps alleviate this untidiness.")
3901 (license license:lppl)))
3902
3903 (define-public texlive-latex-pdfpages
3904 (package
3905 (name "texlive-latex-pdfpages")
3906 (version (number->string %texlive-revision))
3907 (source (origin
3908 (method svn-fetch)
3909 (uri (texlive-ref "latex" "pdfpages"))
3910 (file-name (string-append name "-" version "-checkout"))
3911 (sha256
3912 (base32
3913 "0s4izcah7im67889qz4d26pcfpasmm35sj1rw4ragkkdk3rlbbbd"))))
3914 (build-system texlive-build-system)
3915 (arguments '(#:tex-directory "latex/pdfpages"))
3916 (home-page "https://www.ctan.org/pkg/pdfpages")
3917 (synopsis "Include PDF documents in LaTeX")
3918 (description
3919 "This package simplifies the inclusion of external multi-page PDF
3920 documents in LaTeX documents. Pages may be freely selected and it is possible
3921 to put several logical pages onto each sheet of paper. Furthermore a lot of
3922 hypertext features like hyperlinks and article threads are provided. The
3923 package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is even possible to
3924 use this package to insert PostScript files, in addition to PDF files.")
3925 (license license:lppl1.3+)))
3926
3927 (define-public texlive-fonts-stmaryrd
3928 (package
3929 (name "texlive-fonts-stmaryrd")
3930 (version (number->string %texlive-revision))
3931 (source (origin
3932 (method svn-fetch)
3933 (uri (texlive-ref "fonts" "stmaryrd"))
3934 (file-name (string-append name "-" version "-checkout"))
3935 (sha256
3936 (base32
3937 "08pn4ca3vl6qm9l3wm5h5iyjsrg411kkm1yana329xwg2j14s9n6"))))
3938 (build-system texlive-build-system)
3939 (arguments
3940 '(#:tex-directory "latex/stmaryrd"
3941 #:phases
3942 (modify-phases %standard-phases
3943 (add-after 'configure 'patch-ins
3944 (lambda _
3945 (substitute* "stmaryrd.ins"
3946 (("^%% LaTeX2e.*") "\\input docstrip\n")
3947 (("fontdef\\}\\}" line)
3948 (string-append line "\n\\endbatchfile")))
3949 #t)))))
3950 (home-page "https://www.ctan.org/pkg/stmaryrd")
3951 (synopsis "St Mary Road symbols for theoretical computer science")
3952 (description
3953 "The fonts were originally distributed as Metafont sources only, but
3954 Adobe Type 1 versions are also now available. Macro support is provided for
3955 use under LaTeX; the package supports the @code{only} option (provided by the
3956 @code{somedefs} package) to restrict what is loaded, for those who don't need
3957 the whole font.")
3958 (license license:lppl)))
3959
3960 (define-public texlive-latex-subfigure
3961 (package
3962 (name "texlive-latex-subfigure")
3963 (version (number->string %texlive-revision))
3964 (source (origin
3965 (method svn-fetch)
3966 (uri (texlive-ref "latex" "subfigure"))
3967 (file-name (string-append name "-" version "-checkout"))
3968 (sha256
3969 (base32
3970 "15spcl5wb7w269qd6y596vp4yi8sa5ppcx8w4z2i9kyp02r3a0yb"))))
3971 (build-system texlive-build-system)
3972 (arguments '(#:tex-directory "latex/subfigure"))
3973 (home-page "https://www.ctan.org/pkg/subfigure")
3974 (synopsis "Figures divided into subfigures")
3975 (description
3976 "This (deprecated) package provides support for the manipulation and
3977 reference of small or \"sub\" figures and tables within a single figure or
3978 table environment. It is convenient to use this package when your subfigures
3979 are to be separately captioned, referenced, or are to be included in the
3980 List-of-Figures. A new @code{\\subfigure} command is introduced which can be
3981 used inside a figure environment for each subfigure. An optional first
3982 argument is used as the caption for that subfigure. The package is now
3983 considered obsolete: it was superseded by @code{subfig}, but users may find
3984 the more recent @code{subcaption} package more satisfactory.")
3985 (license license:lppl)))
3986
3987 (define-public texlive-latex-tabulary
3988 (package
3989 (name "texlive-latex-tabulary")
3990 (version (number->string %texlive-revision))
3991 (source (origin
3992 (method svn-fetch)
3993 (uri (texlive-ref "latex" "tabulary"))
3994 (file-name (string-append name "-" version "-checkout"))
3995 (sha256
3996 (base32
3997 "1adkdx2zkk42g82nqf57lv1nc1z7kwl13jmy8vpcsizsa0xdnx9n"))))
3998 (build-system texlive-build-system)
3999 (arguments '(#:tex-directory "latex/tabulary"))
4000 (home-page "https://www.ctan.org/pkg/tabulary")
4001 (synopsis "Tabular with variable width columns balanced")
4002 (description
4003 "The package defines a @code{tabular*}-like environment, @code{tabulary},
4004 taking a \"total width\" argument as well as the column specifications. The
4005 environment uses column types @code{L}, @code{C}, @code{R} and @code{J} for
4006 variable width columns (@code{\\raggedright}, @code{\\centering},
4007 @code{\\raggedleft}, and normally justified). In contrast to
4008 @code{tabularx}'s @code{X} columns, the width of each column is weighted
4009 according to the natural width of the widest cell in the column.")
4010 (license license:lppl)))
4011
4012 (define-public texlive-latex-threeparttable
4013 (package
4014 (name "texlive-latex-threeparttable")
4015 (version (number->string %texlive-revision))
4016 (source (origin
4017 (method svn-fetch)
4018 (uri (svn-reference
4019 (url (string-append "svn://www.tug.org/texlive/tags/"
4020 %texlive-tag "/Master/texmf-dist/"
4021 "/tex/latex/threeparttable"))
4022 (revision %texlive-revision)))
4023 (file-name (string-append name "-" version "-checkout"))
4024 (sha256
4025 (base32
4026 "10vy9k150w2lviw8h22s2mcykff38xci653m5823s2vv44pwbmzq"))))
4027 (build-system trivial-build-system)
4028 (arguments
4029 `(#:modules ((guix build utils))
4030 #:builder
4031 (begin
4032 (use-modules (guix build utils))
4033 (let ((target (string-append (assoc-ref %outputs "out")
4034 "/share/texmf-dist/tex/latex/threeparttable")))
4035 (mkdir-p target)
4036 (copy-recursively (assoc-ref %build-inputs "source") target)
4037 #t))))
4038 (home-page "https://www.ctan.org/pkg/threeparttable")
4039 (synopsis "Tables with captions and notes all the same width")
4040 (description
4041 "This package facilitates tables with titles (captions) and notes. The
4042 title and notes are given a width equal to the body of the table (a
4043 @code{tabular} environment). By itself, a @code{threeparttable} does not
4044 float, but you can put it in a @code{table} or a @code{table*} or some other
4045 environment.")
4046 (license (license:fsf-free "file://threeparttable.sty"))))
4047
4048 (define-public texlive-fonts-txfonts
4049 (package
4050 (name "texlive-fonts-txfonts")
4051 (version (number->string %texlive-revision))
4052 (source (origin
4053 (method svn-fetch)
4054 (uri (svn-reference
4055 (url (string-append "svn://www.tug.org/texlive/tags/"
4056 %texlive-tag "/Master/texmf-dist/"
4057 "/tex/latex/txfonts"))
4058 (revision %texlive-revision)))
4059 (file-name (string-append name "-" version "-checkout"))
4060 (sha256
4061 (base32
4062 "0jl921qdphg8i7bkfprackn3xd4gmvxckc526nmzqsmahqkavgg2"))))
4063 (build-system trivial-build-system)
4064 (arguments
4065 `(#:modules ((guix build utils)
4066 (ice-9 match))
4067 #:builder
4068 (begin
4069 (use-modules (guix build utils)
4070 (ice-9 match))
4071 (let ((root (string-append (assoc-ref %outputs "out")
4072 "/share/texmf-dist/"))
4073 (pkgs '(("source" . "tex/latex/txfonts")
4074 ("txfonts-vf" . "fonts/tfm/public/txfonts")
4075 ("txfonts-afm" . "fonts/afm/public/txfonts")
4076 ("txfonts-tfm" . "fonts/tfm/public/txfonts")
4077 ("txfonts-type1" . "fonts/type1/public/txfonts")
4078 ("txfonts-enc" . "fonts/enc/dvips/txfonts")
4079 ("txfonts-map" . "fonts/map/dvips/txfonts"))))
4080 (for-each (match-lambda
4081 ((pkg . dir)
4082 (let ((target (string-append root dir)))
4083 (mkdir-p target)
4084 (copy-recursively (assoc-ref %build-inputs pkg)
4085 target))))
4086 pkgs)
4087 #t))))
4088 (native-inputs
4089 `(("txfonts-tfm"
4090 ,(origin
4091 (method svn-fetch)
4092 (uri (svn-reference
4093 (url (string-append "svn://www.tug.org/texlive/tags/"
4094 %texlive-tag "/Master/texmf-dist/"
4095 "/fonts/tfm/public/txfonts"))
4096 (revision %texlive-revision)))
4097 (file-name (string-append name "-tfm-" version "-checkout"))
4098 (sha256
4099 (base32
4100 "12ffmbrp48ap35qa3b4mi6ckif9q2vf7972jxh5dc1yzykhla2xv"))))
4101 ("txfonts-vf"
4102 ,(origin
4103 (method svn-fetch)
4104 (uri (svn-reference
4105 (url (string-append "svn://www.tug.org/texlive/tags/"
4106 %texlive-tag "/Master/texmf-dist/"
4107 "/fonts/vf/public/txfonts"))
4108 (revision %texlive-revision)))
4109 (file-name (string-append name "-vf-" version "-checkout"))
4110 (sha256
4111 (base32
4112 "04acyfdwvxpfx4l2xh2bpzdmpvwdf2pzbs7a236b0xckz2jvc1ci"))))
4113 ("txfonts-afm"
4114 ,(origin
4115 (method svn-fetch)
4116 (uri (svn-reference
4117 (url (string-append "svn://www.tug.org/texlive/tags/"
4118 %texlive-tag "/Master/texmf-dist/"
4119 "/fonts/afm/public/txfonts"))
4120 (revision %texlive-revision)))
4121 (file-name (string-append name "-afm-" version "-checkout"))
4122 (sha256
4123 (base32
4124 "1705klz51pnqzcs89s3521b84b6c89wlczflsh0vci66nl155yis"))))
4125 ("txfonts-type1"
4126 ,(origin
4127 (method svn-fetch)
4128 (uri (svn-reference
4129 (url (string-append "svn://www.tug.org/texlive/tags/"
4130 %texlive-tag "/Master/texmf-dist/"
4131 "/fonts/type1/public/txfonts"))
4132 (revision %texlive-revision)))
4133 (file-name (string-append name "-type1-" version "-checkout"))
4134 (sha256
4135 (base32
4136 "0ajwr7zb6ch3gxd0g8p2i4llhy2wr9a9saz6jq6hm6fxf4pgl5h3"))))
4137 ("txfonts-map"
4138 ,(origin
4139 (method svn-fetch)
4140 (uri (svn-reference
4141 (url (string-append "svn://www.tug.org/texlive/tags/"
4142 %texlive-tag "/Master/texmf-dist/"
4143 "/fonts/map/dvips/txfonts"))
4144 (revision %texlive-revision)))
4145 (file-name (string-append name "-map-" version "-checkout"))
4146 (sha256
4147 (base32
4148 "0kamr8a9x24jakas3v09dgv7kkpybj3i7qv4vz1iyypqr6kk1raj"))))
4149 ("txfonts-enc"
4150 ,(origin
4151 (method svn-fetch)
4152 (uri (svn-reference
4153 (url (string-append "svn://www.tug.org/texlive/tags/"
4154 %texlive-tag "/Master/texmf-dist/"
4155 "/fonts/enc/dvips/txfonts"))
4156 (revision %texlive-revision)))
4157 (file-name (string-append name "-enc-" version "-checkout"))
4158 (sha256
4159 (base32
4160 "1bal5fhw0xlhl37ayv8vlnqnsn1y82kadzfjhbgr223blspp4zsj"))))))
4161 (home-page "https://www.ctan.org/pkg/threeparttable")
4162 (synopsis "Times-like fonts in support of mathematics")
4163 (description
4164 "Txfonts supplies virtual text roman fonts using Adobe Times (or URW
4165 NimbusRomNo9L) with some modified and additional text symbols in the OT1, T1,
4166 and TS1 encodings; maths alphabets using Times/URW Nimbus; maths fonts
4167 providing all the symbols of the Computer Modern and AMS fonts, including all
4168 the Greek capital letters from CMR; and additional maths fonts of various
4169 other symbols.
4170
4171 The set is complemented by a sans-serif set of text fonts, based on
4172 Helvetica/NimbusSanL, and a monospace set.
4173
4174 All the fonts are in Type 1 format (AFM and PFB files), and are supported by
4175 TeX metrics (VF and TFM files) and macros for use with LaTeX.")
4176 ;; Any version of the GPL with font exception.
4177 (license license:gpl3+)))
4178
4179 (define-public texlive-fonts-iwona
4180 (package
4181 (name "texlive-fonts-iwona")
4182 (version "0.995b")
4183 (source (origin
4184 (method url-fetch)
4185 (uri (string-append "http://jmn.pl/pliki/Iwona-tex-"
4186 (string-map (lambda (c)
4187 (if (char=? c #\.)
4188 #\_ c))
4189 version)
4190 ".zip"))
4191 (sha256
4192 (base32
4193 "13684iqx5granpc5rfvqnmyvdpgpbr1x9y7i7y7bcaq0qxv7ph1x"))))
4194 (build-system trivial-build-system)
4195 (arguments
4196 `(#:modules ((guix build utils))
4197 #:builder
4198 (begin
4199 (use-modules (guix build utils))
4200 (let ((target (string-append (assoc-ref %outputs "out")
4201 "/share/texmf-dist/"))
4202 (unzip (string-append (assoc-ref %build-inputs "unzip")
4203 "/bin/unzip")))
4204 (invoke unzip (assoc-ref %build-inputs "source"))
4205 (mkdir-p target)
4206 (copy-recursively "iwona" target)
4207 #t))))
4208 (native-inputs
4209 `(("unzip" ,unzip)))
4210 (home-page "http://jmn.pl/en/kurier-i-iwona/")
4211 (synopsis "Sans-serif typeface for TeX")
4212 (description "Iwona is a two-element sans-serif typeface. It was created
4213 as an alternative version of the Kurier typeface, which was designed in 1975
4214 for a diploma in typeface design at the Warsaw Academy of Fine Arts under the
4215 supervision of Roman Tomaszewski. Kurier was designed for linotype
4216 typesetting of newspapers and similar periodicals. The Iwona fonts are an
4217 alternative version of the Kurier fonts. The difference lies in the absence
4218 of ink traps which typify the Kurier font.")
4219 (license license:gfl1.0)))
4220
4221 (define-public texlive-latex-titlesec
4222 (package
4223 (name "texlive-latex-titlesec")
4224 (version (number->string %texlive-revision))
4225 (source (origin
4226 (method svn-fetch)
4227 (uri (svn-reference
4228 (url (string-append "svn://www.tug.org/texlive/tags/"
4229 %texlive-tag "/Master/texmf-dist/"
4230 "/tex/latex/titlesec"))
4231 (revision %texlive-revision)))
4232 (file-name (string-append name "-" version "-checkout"))
4233 (sha256
4234 (base32
4235 "04nmkhqx6jxcxx9a30zbcd5smxi5fd0cbp132bki7fnvhspnhg21"))))
4236 (build-system trivial-build-system)
4237 (arguments
4238 `(#:modules ((guix build utils))
4239 #:builder
4240 (begin
4241 (use-modules (guix build utils))
4242 (let ((target (string-append (assoc-ref %outputs "out")
4243 "/share/texmf-dist/tex/latex/titlesec")))
4244 (mkdir-p target)
4245 (copy-recursively (assoc-ref %build-inputs "source") target)
4246 #t))))
4247 (home-page "https://www.ctan.org/pkg/titlesec")
4248 (synopsis "Select alternative section titles")
4249 (description
4250 "This package provides an interface to sectioning commands for selection
4251 from various title styles, e.g. for marginal titles and to change the font of
4252 all headings with a single command, also providing simple one-step page
4253 styles. It also includes a package to change the page styles when there are
4254 floats in a page. You may assign headers/footers to individual floats, too.")
4255 (license license:lppl)))
4256
4257 (define-public texlive-latex-type1cm
4258 (package
4259 (name "texlive-latex-type1cm")
4260 (version (number->string %texlive-revision))
4261 (source (origin
4262 (method svn-fetch)
4263 (uri (texlive-ref "latex" "type1cm"))
4264 (file-name (string-append name "-" version "-checkout"))
4265 (sha256
4266 (base32
4267 "1lvxrqfwcwa4p31zyfm80gr05v8c28xybv5ri79zi2ngz6834z12"))))
4268 (build-system texlive-build-system)
4269 (arguments '(#:tex-directory "latex/type1cm"))
4270 (home-page "https://www.ctan.org/pkg/type1cm")
4271 (synopsis "Arbitrary size font selection in LaTeX")
4272 (description
4273 "LaTeX, by default, restricts the sizes at which you can use its default
4274 computer modern fonts, to a fixed set of discrete sizes (effectively, a set
4275 specified by Knuth). The @code{type1cm} package removes this restriction;
4276 this is particularly useful when using scalable versions of the CM
4277 fonts (Bakoma, or the versions from BSR/Y&Y, or True Type versions from Kinch,
4278 PCTeX, etc.). In fact, since modern distributions will automatically generate
4279 any bitmap font you might need, @code{type1cm} has wider application than just
4280 those using scalable versions of the fonts. Note that the LaTeX distribution
4281 now contains a package @code{fix-cm},f which performs the task of
4282 @code{type1cm}, as well as doing the same job for T1- and TS1-encoded
4283 @code{ec} fonts.")
4284 (license license:lppl)))
4285
4286 (define-public texlive-latex-lh
4287 (package
4288 (name "texlive-latex-lh")
4289 (version (number->string %texlive-revision))
4290 (source (origin
4291 (method svn-fetch)
4292 (uri (texlive-ref "latex" "lh"))
4293 (file-name (string-append name "-" version "-checkout"))
4294 (sha256
4295 (base32
4296 "00gdiwh3sfhh1iimjhpja7lm7k4vzqzql2irgwnpz94qvh25zwi5"))))
4297 (build-system texlive-build-system)
4298 (arguments '(#:tex-directory "latex/lh"))
4299 (home-page "https://www.ctan.org/pkg/lh")
4300 (synopsis "Cyrillic fonts that support LaTeX standard encodings")
4301 (description
4302 "The LH fonts address the problem of the wide variety of alphabets that
4303 are written with Cyrillic-style characters. The fonts are the original basis
4304 of the set of T2* and X2 encodings that are now used when LaTeX users need to
4305 write in Cyrillic languages. Macro support in standard LaTeX encodings is
4306 offered through the latex-cyrillic and t2 bundles, and the package itself
4307 offers support for other (more traditional) encodings. The fonts, in the
4308 standard T2* and X2 encodings are available in Adobe Type 1 format, in the
4309 CM-Super family of fonts. The package also offers its own LaTeX support for
4310 OT2 encoded fonts, CM bright shaped fonts and Concrete shaped fonts.")
4311 (license license:lppl)))
4312
4313 (define-public texlive-metapost
4314 (package
4315 (name "texlive-metapost")
4316 (version (number->string %texlive-revision))
4317 (source (origin
4318 (method svn-fetch)
4319 (uri (svn-reference
4320 (url (string-append "svn://www.tug.org/texlive/tags/"
4321 %texlive-tag "/Master/texmf-dist/"
4322 "/metapost"))
4323 (revision %texlive-revision)))
4324 (file-name (string-append name "-" version "-checkout"))
4325 (sha256
4326 (base32
4327 "0sf18pc6chgy26p9bxxn44xcqhzjrfb53jxjr2y7l3jb6xllhblq"))))
4328 (build-system trivial-build-system)
4329 (arguments
4330 `(#:modules ((guix build utils))
4331 #:builder
4332 (begin
4333 (use-modules (guix build utils))
4334 (let ((target (string-append (assoc-ref %outputs "out")
4335 "/share/texmf-dist/metapost")))
4336 (mkdir-p target)
4337 (copy-recursively (assoc-ref %build-inputs "source") target)
4338 #t))))
4339 (home-page "https://www.ctan.org/pkg/metapost")
4340 (synopsis "Create scalable illustrations")
4341 (description
4342 "MetaPost uses a language based on that of Metafont to produce precise
4343 technical illustrations. Its output is scalable PostScript or SVG, rather
4344 than the bitmaps Metafont creates.")
4345 (license license:lppl)))
4346
4347 (define-public texlive-latex-acmart
4348 (package
4349 (name "texlive-latex-acmart")
4350 (version "1.45")
4351 (source (origin
4352 (method svn-fetch)
4353 (uri (texlive-ref "latex" "acmart"))
4354 (sha256
4355 (base32
4356 "10zs8ga88ksypv1v4p6mynmfa7749q2hgxlr4shnwfjd9wrb421q"))
4357 (file-name (string-append name "-" version "-checkout"))))
4358 (build-system texlive-build-system)
4359 (arguments '(#:tex-directory "latex/acmart"))
4360 (home-page "https://www.ctan.org/pkg/acmart")
4361 (synopsis "Class for typesetting publications of ACM")
4362 (description
4363 "This package provides a class for typesetting publications of the
4364 Association for Computing Machinery (ACM).")
4365 (license license:lppl1.3+)))
4366
4367 (define-public texlive-latex-varwidth
4368 (package
4369 (name "texlive-latex-varwidth")
4370 (version (number->string %texlive-revision))
4371 (source (origin
4372 (method svn-fetch)
4373 (uri (svn-reference
4374 (url (string-append "svn://www.tug.org/texlive/tags/"
4375 %texlive-tag "/Master/texmf-dist/"
4376 "/tex/latex/varwidth"))
4377 (revision %texlive-revision)))
4378 (file-name (string-append name "-" version "-checkout"))
4379 (sha256
4380 (base32
4381 "1bmz9ap0ffyg7qry2xi7lki06qx4809w028xvk88cl66h7p46g52"))))
4382 (build-system trivial-build-system)
4383 (arguments
4384 `(#:modules ((guix build utils))
4385 #:builder
4386 (begin
4387 (use-modules (guix build utils))
4388 (let ((target (string-append (assoc-ref %outputs "out")
4389 "/share/texmf-dist/tex/latex/varwidth")))
4390 (mkdir-p target)
4391 (copy-recursively (assoc-ref %build-inputs "source") target)
4392 #t))))
4393 (home-page "https://www.ctan.org/pkg/varwidth")
4394 (synopsis "Variable-width minipage")
4395 (description
4396 "The @code{varwidth} environment is superficially similar to
4397 @code{minipage}, but the specified width is just a maximum value — the box may
4398 get a narrower “natural” width.")
4399 (license license:lppl)))
4400
4401 (define-public texlive-latex-wasysym
4402 (package
4403 (name "texlive-latex-wasysym")
4404 (version (number->string %texlive-revision))
4405 (source (origin
4406 (method svn-fetch)
4407 (uri (texlive-ref "latex" "wasysym"))
4408 (file-name (string-append name "-" version "-checkout"))
4409 (sha256
4410 (base32
4411 "1sgwbfwjjf70g54hh93gsd9jp9nm67w6n74x9d72a56n07jbk5hv"))))
4412 (build-system texlive-build-system)
4413 (arguments '(#:tex-directory "latex/wasysym"))
4414 (home-page "https://www.ctan.org/pkg/wasysym")
4415 (synopsis "LaTeX support file to use the WASY2 fonts")
4416 (description
4417 "The wasy2WASY2 (Waldi Symbol) font by Roland Waldi provides many glyphs
4418 like male and female symbols and astronomical symbols, as well as the complete
4419 lasy font set and other odds and ends. The wasysym package implements an easy
4420 to use interface for these symbols.")
4421 (license license:lppl)))
4422
4423 (define-public texlive-latex-wrapfig
4424 (package
4425 (name "texlive-latex-wrapfig")
4426 (version (number->string %texlive-revision))
4427 (source (origin
4428 (method svn-fetch)
4429 (uri (svn-reference
4430 (url (string-append "svn://www.tug.org/texlive/tags/"
4431 %texlive-tag "/Master/texmf-dist/"
4432 "/tex/latex/wrapfig"))
4433 (revision %texlive-revision)))
4434 (file-name (string-append name "-" version "-checkout"))
4435 (sha256
4436 (base32
4437 "16xpyl0csmmwndz1xhzqfg9l0zcsnqxslsixsqkwd4zsvfj30sv4"))))
4438 (build-system trivial-build-system)
4439 (arguments
4440 `(#:modules ((guix build utils))
4441 #:builder
4442 (begin
4443 (use-modules (guix build utils))
4444 (let ((target (string-append (assoc-ref %outputs "out")
4445 "/share/texmf-dist/tex/latex/wrapfig")))
4446 (mkdir-p target)
4447 (copy-recursively (assoc-ref %build-inputs "source") target)
4448 #t))))
4449 (home-page "https://www.ctan.org/pkg/wrapfig")
4450 (synopsis "Produces figures which text can flow around")
4451 (description
4452 "This package allows figures or tables to have text wrapped around them.
4453 It does not work in combination with list environments, but can be used in a
4454 @code{parbox} or @code{minipage}, and in two-column format.")
4455 (license license:lppl)))
4456
4457 (define-public texlive-latex-ucs
4458 (package
4459 (name "texlive-latex-ucs")
4460 (version (number->string %texlive-revision))
4461 (source (origin
4462 (method svn-fetch)
4463 (uri (svn-reference
4464 (url (string-append "svn://www.tug.org/texlive/tags/"
4465 %texlive-tag "/Master/texmf-dist/"
4466 "/tex/latex/ucs"))
4467 (revision %texlive-revision)))
4468 (file-name (string-append name "-" version "-checkout"))
4469 (sha256
4470 (base32
4471 "0rrxwi60wmz5dfjifl4fwk66plf7wix85qnhfv4ylvmj6qi6hw37"))))
4472 (build-system trivial-build-system)
4473 (arguments
4474 `(#:modules ((guix build utils))
4475 #:builder
4476 (begin
4477 (use-modules (guix build utils))
4478 (let ((target (string-append (assoc-ref %outputs "out")
4479 "/share/texmf-dist/tex/latex/ucs")))
4480 (mkdir-p target)
4481 (copy-recursively (assoc-ref %build-inputs "source") target)
4482 #t))))
4483 (home-page "https://www.ctan.org/pkg/ucs")
4484 (synopsis "Extended UTF-8 input encoding support for LaTeX")
4485 (description
4486 "The bundle provides the @code{ucs} package, and @code{utf8x.def},
4487 together with a large number of support files. The @code{utf8x.def}
4488 definition file for use with @code{inputenc} covers a wider range of Unicode
4489 characters than does @code{utf8.def} in the LaTeX distribution. The package
4490 provides facilities for efficient use of its large sets of Unicode characters.
4491 Glyph production may be controlled by various options, which permits use of
4492 non-ASCII characters when coding mathematical formulae. Note that the bundle
4493 previously had an alias “unicode”; that alias has now been withdrawn, and no
4494 package of that name now exists.")
4495 (license license:lppl1.3+)))
4496
4497 (define-public texlive-latex-preview
4498 (package
4499 (name "texlive-latex-preview")
4500 (version (number->string %texlive-revision))
4501 (source (origin
4502 (method svn-fetch)
4503 (uri (texlive-ref "latex" "preview"))
4504 (file-name (string-append name "-" version "-checkout"))
4505 (sha256
4506 (base32
4507 "1hpsk4yp08qvbl43kqiv0hhwxv3gcqqxcpahyv6ch2b38pbj4bh6"))))
4508 (build-system texlive-build-system)
4509 (arguments
4510 '(#:tex-directory "latex/preview"
4511 #:phases
4512 (modify-phases %standard-phases
4513 (add-after 'unpack 'remove-generated-file
4514 (lambda _
4515 (delete-file "preview.drv")
4516 #t)))))
4517 (home-page "https://www.ctan.org/pkg/preview")
4518 (synopsis "Extract bits of a LaTeX source for output")
4519 (description
4520 "The main purpose of the preview package is the extraction of selected
4521 elements from a LaTeX source, like formulas or graphics, into separate
4522 pages of a DVI file. A flexible and convenient interface allows it to
4523 specify what commands and constructs should be extracted. This works
4524 with DVI files postprocessed by either Dvips and Ghostscript or
4525 dvipng, but it also works when you are using PDFTeX for generating PDF
4526 files.")
4527 (license license:gpl3+)))
4528
4529 (define-public texlive-latex-acronym
4530 (package
4531 (name "texlive-latex-acronym")
4532 (version (number->string %texlive-revision))
4533 (source (origin
4534 (method svn-fetch)
4535 (uri (texlive-ref "latex" "acronym"))
4536 (file-name (string-append name "-" version "-checkout"))
4537 (sha256
4538 (base32
4539 "0jmasg40bk53zdd2jc8nc18jvdai3p2wmamy7hwli8gls4nf25qp"))))
4540 (build-system texlive-build-system)
4541 (arguments '(#:tex-directory "latex/acronym"))
4542 (home-page "https://www.ctan.org/pkg/acronym")
4543 (synopsis "Expand acronyms at least once")
4544 (description
4545 "This package ensures that all acronyms used in the text are spelled out
4546 in full at least once. It also provides an environment to build a list of
4547 acronyms used. The package is compatible with PDF bookmarks. The package
4548 requires the suffix package, which in turn requires that it runs under
4549 e-TeX.")
4550 (license license:lppl1.3+)))
4551
4552 (define-public texlive-generic-pdftex
4553 (package
4554 (name "texlive-generic-pdftex")
4555 (version (number->string %texlive-revision))
4556 (source (origin
4557 (method svn-fetch)
4558 (uri (svn-reference
4559 (url (string-append "svn://www.tug.org/texlive/tags/"
4560 %texlive-tag "/Master/texmf-dist/"
4561 "/tex/generic/pdftex"))
4562 (revision %texlive-revision)))
4563 (file-name (string-append name "-" version "-checkout"))
4564 (sha256
4565 (base32
4566 "0k68zmqzs4qvrqxdwsrawbjb14hxqjfamq649azvai0jjxdpkljd"))))
4567 (build-system trivial-build-system)
4568 (arguments
4569 `(#:modules ((guix build utils))
4570 #:builder
4571 (begin
4572 (use-modules (guix build utils))
4573 (let ((target (string-append (assoc-ref %outputs "out")
4574 "/share/texmf-dist/tex/generic/pdftex"))
4575 (target-map (string-append (assoc-ref %outputs "out")
4576 "/share/texmf-dist/fonts/map/pdftex")))
4577 (mkdir-p target)
4578 (copy-recursively (assoc-ref %build-inputs "source") target)
4579 (mkdir-p target-map)
4580 (copy-recursively (assoc-ref %build-inputs "pdftex-map") target-map)
4581 #t))))
4582 (native-inputs
4583 `(("pdftex-map"
4584 ,(origin
4585 (method svn-fetch)
4586 (uri (svn-reference
4587 (url (string-append "svn://www.tug.org/texlive/tags/"
4588 %texlive-tag "/Master/texmf-dist/"
4589 "/fonts/map/pdftex"))
4590 (revision %texlive-revision)))
4591 (file-name (string-append name "-map-" version "-checkout"))
4592 (sha256
4593 (base32
4594 "18jvcm0vwpg6wwzijvnb92xx78la45kkh71k6l44425krp2vnwm0"))))))
4595 (home-page "https://www.ctan.org/pkg/pdftex")
4596 (synopsis "TeX extension for direct creation of PDF")
4597 (description
4598 "This package provides an extension of TeX which can be configured to
4599 directly generate PDF documents instead of DVI.")
4600 (license license:gpl2+)))
4601
4602 (define texlive-texmf
4603 (package
4604 (name "texlive-texmf")
4605 (version "20180414")
4606 (source texlive-texmf-src)
4607 (build-system gnu-build-system)
4608 (inputs
4609 `(("texlive-bin" ,texlive-bin)
4610 ("lua" ,lua)
4611 ("perl" ,perl)
4612 ("python" ,python-2) ; incompatible with Python 3 (print syntax)
4613 ("ruby" ,ruby)
4614 ("tcsh" ,tcsh)))
4615 (arguments
4616 `(#:modules ((guix build gnu-build-system)
4617 (guix build utils)
4618 (srfi srfi-26))
4619
4620 ;; This package takes 4 GiB, which we can't afford to distribute from
4621 ;; our servers.
4622 #:substitutable? #f
4623
4624 #:phases
4625 (modify-phases (map (cut assq <> %standard-phases)
4626 '(set-paths unpack patch-source-shebangs))
4627 (add-after 'unpack 'unset-environment-variables
4628 (lambda _
4629 (unsetenv "TEXMF")
4630 (unsetenv "TEXMFCNF")
4631 #t))
4632 (add-after 'patch-source-shebangs 'install
4633 (lambda* (#:key outputs #:allow-other-keys)
4634 (let ((share (string-append (assoc-ref outputs "out") "/share")))
4635 (mkdir-p share)
4636 (invoke "mv" "texmf-dist" share))))
4637 (add-after 'install 'texmf-config
4638 (lambda* (#:key inputs outputs #:allow-other-keys)
4639 (let* ((out (assoc-ref outputs "out"))
4640 (share (string-append out "/share"))
4641 (texmfroot (string-append share "/texmf-dist/web2c"))
4642 (texmfcnf (string-append texmfroot "/texmf.cnf"))
4643 (texlive-bin (assoc-ref inputs "texlive-bin"))
4644 (texbin (string-append texlive-bin "/bin"))
4645 (tlpkg (string-append texlive-bin "/share/tlpkg")))
4646 ;; Register SHARE as TEXMFROOT in texmf.cnf.
4647 (substitute* texmfcnf
4648 (("TEXMFROOT = \\$SELFAUTOPARENT")
4649 (string-append "TEXMFROOT = " share))
4650 (("TEXMFLOCAL = \\$SELFAUTOGRANDPARENT/texmf-local")
4651 "TEXMFLOCAL = $SELFAUTODIR/share/texmf-local")
4652 (("!!\\$TEXMFLOCAL") "$TEXMFLOCAL"))
4653 ;; Register paths in texmfcnf.lua, needed for context.
4654 (substitute* (string-append texmfroot "/texmfcnf.lua")
4655 (("selfautodir:") out)
4656 (("selfautoparent:") (string-append share "/")))
4657 ;; Set path to TeXLive Perl modules
4658 (setenv "PERL5LIB"
4659 (string-append (getenv "PERL5LIB") ":" tlpkg))
4660 ;; Configure the texmf-dist tree; inspired from
4661 ;; http://slackbuilds.org/repository/13.37/office/texlive/
4662 (setenv "PATH" (string-append (getenv "PATH") ":" texbin))
4663 (setenv "TEXMFCNF" texmfroot)
4664 (invoke "updmap-sys" "--nohash" "--syncwithtrees")
4665 (invoke "mktexlsr")
4666 (invoke "fmtutil-sys" "--all")))))))
4667 (properties `((max-silent-time . 9600))) ; don't time out while grafting
4668 (synopsis "TeX Live, a package of the TeX typesetting system")
4669 (description
4670 "TeX Live provides a comprehensive TeX document production system.
4671 It includes all the major TeX-related programs, macro packages, and fonts
4672 that are free software, including support for many languages around the
4673 world.
4674
4675 This package contains the complete tree of texmf-dist data.")
4676 (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
4677 (home-page "https://www.tug.org/texlive/")))
4678
4679 (define-public texlive
4680 (package
4681 (name "texlive")
4682 (version "20180414")
4683 (source #f)
4684 (build-system trivial-build-system)
4685 (inputs `(("bash" ,bash) ; for wrap-program
4686 ("texlive-bin" ,texlive-bin)
4687 ("texlive-texmf" ,texlive-texmf)))
4688 (native-search-paths
4689 (list (search-path-specification
4690 (variable "TEXMFLOCAL")
4691 (files '("share/texmf-local")))))
4692 (arguments
4693 `(#:modules ((guix build utils))
4694 #:builder
4695 ;; Build the union of texlive-bin and texlive-texmf, but take the
4696 ;; conflicting subdirectory share/texmf-dist from texlive-texmf.
4697 (begin
4698 (use-modules (guix build utils))
4699 (let ((out (assoc-ref %outputs "out"))
4700 (bin (assoc-ref %build-inputs "texlive-bin"))
4701 (texmf (assoc-ref %build-inputs "texlive-texmf"))
4702 (bash (assoc-ref %build-inputs "bash")))
4703 (mkdir out)
4704 (with-directory-excursion out
4705 (for-each
4706 (lambda (name)
4707 (symlink (string-append bin "/" name) name))
4708 '("include" "lib"))
4709 (mkdir "bin")
4710 (with-directory-excursion "bin"
4711 (setenv "PATH" (string-append bash "/bin"))
4712 (for-each
4713 (lambda (name)
4714 (symlink name (basename name))
4715 (wrap-program
4716 (basename name)
4717 `("TEXMFCNF" =
4718 (,(string-append texmf "/share/texmf-dist/web2c")))))
4719 (find-files (string-append bin "/bin/") "")))
4720 (mkdir "share")
4721 (with-directory-excursion "share"
4722 (for-each
4723 (lambda (name)
4724 (symlink (string-append bin "/share/" name) name))
4725 '("info" "man" "tlpkg"))
4726 (for-each
4727 (lambda (name)
4728 (symlink (string-append texmf "/share/" name) name))
4729 '("texmf-dist" "texmf-var"))))
4730 #t))))
4731 (synopsis "TeX Live, a package of the TeX typesetting system")
4732 (description
4733 "TeX Live provides a comprehensive TeX document production system.
4734 It includes all the major TeX-related programs, macro packages, and fonts
4735 that are free software, including support for many languages around the
4736 world.
4737
4738 This package contains the complete TeX Live distribution.")
4739 (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
4740 (home-page "https://www.tug.org/texlive/")))
4741
4742 (define-public perl-text-bibtex
4743 (package
4744 (name "perl-text-bibtex")
4745 (version "0.85")
4746 (source
4747 (origin
4748 (method url-fetch)
4749 (uri (string-append "mirror://cpan/authors/id/A/AM/AMBS/Text-BibTeX-"
4750 version ".tar.gz"))
4751 (sha256
4752 (base32
4753 "036kxgbn1jf70pfm2lmjlzjwnhbkd888fp5lyvmkjpdd15gla18h"))))
4754 (build-system perl-build-system)
4755 (arguments
4756 `(#:phases
4757 (modify-phases %standard-phases
4758 (add-after 'unpack 'add-output-directory-to-rpath
4759 (lambda* (#:key outputs #:allow-other-keys)
4760 (substitute* "inc/MyBuilder.pm"
4761 (("-Lbtparse" line)
4762 (string-append "-Wl,-rpath="
4763 (assoc-ref outputs "out") "/lib " line)))
4764 #t))
4765 (add-after 'unpack 'install-libraries-to-/lib
4766 (lambda* (#:key outputs #:allow-other-keys)
4767 (substitute* "Build.PL"
4768 (("lib64") "lib"))
4769 #t)))))
4770 (native-inputs
4771 `(("perl-capture-tiny" ,perl-capture-tiny)
4772 ("perl-config-autoconf" ,perl-config-autoconf)
4773 ("perl-extutils-libbuilder" ,perl-extutils-libbuilder)
4774 ("perl-module-build" ,perl-module-build)))
4775 (home-page "https://metacpan.org/release/Text-BibTeX")
4776 (synopsis "Interface to read and parse BibTeX files")
4777 (description "@code{Text::BibTeX} is a Perl library for reading, parsing,
4778 and processing BibTeX files. @code{Text::BibTeX} gives you access to the data
4779 at many different levels: you may work with BibTeX entries as simple field to
4780 string mappings, or get at the original form of the data as a list of simple
4781 values (strings, macros, or numbers) pasted together.")
4782 (license license:perl-license)))
4783
4784 (define-public biber
4785 (package
4786 (name "biber")
4787 (version "2.12")
4788 (source (origin
4789 (method git-fetch)
4790 (uri (git-reference
4791 (url "https://github.com/plk/biber/")
4792 (commit (string-append "v" version))))
4793 (file-name (git-file-name name version))
4794 ;; TODO: Patch awaiting inclusion upstream (see:
4795 ;; https://github.com/plk/biber/issues/239).
4796 (patches (search-patches "biber-fix-encoding-write.patch"))
4797 (sha256
4798 (base32
4799 "1g1hi6zvf2hmrjly1sidjaxy5440gfqm4p7p3n7kayshnjsmlskx"))))
4800 (build-system perl-build-system)
4801 (arguments
4802 `(#:phases
4803 (modify-phases %standard-phases
4804 (add-after 'install 'wrap-programs
4805 (lambda* (#:key outputs #:allow-other-keys)
4806 (let* ((out (assoc-ref outputs "out"))
4807 (perl5lib (getenv "PERL5LIB")))
4808 (wrap-program (string-append out "/bin/biber")
4809 `("PERL5LIB" ":" prefix
4810 (,(string-append perl5lib ":" out
4811 "/lib/perl5/site_perl")))))
4812 #t)))))
4813 (inputs
4814 `(("perl-autovivification" ,perl-autovivification)
4815 ("perl-class-accessor" ,perl-class-accessor)
4816 ("perl-data-dump" ,perl-data-dump)
4817 ("perl-data-compare" ,perl-data-compare)
4818 ("perl-data-uniqid" ,perl-data-uniqid)
4819 ("perl-datetime-format-builder" ,perl-datetime-format-builder)
4820 ("perl-datetime-calendar-julian" ,perl-datetime-calendar-julian)
4821 ("perl-file-slurper" ,perl-file-slurper)
4822 ("perl-ipc-cmd" ,perl-ipc-cmd)
4823 ("perl-ipc-run3" ,perl-ipc-run3)
4824 ("perl-list-allutils" ,perl-list-allutils)
4825 ("perl-list-moreutils" ,perl-list-moreutils)
4826 ("perl-mozilla-ca" ,perl-mozilla-ca)
4827 ("perl-regexp-common" ,perl-regexp-common)
4828 ("perl-log-log4perl" ,perl-log-log4perl)
4829 ;; We cannot use perl-unicode-collate here, because otherwise the
4830 ;; hardcoded hashes in the tests would differ. See
4831 ;; https://mail-archive.com/debian-bugs-dist@lists.debian.org/msg1469249.html
4832 ;;("perl-unicode-collate" ,perl-unicode-collate)
4833 ("perl-unicode-normalize" ,perl-unicode-normalize)
4834 ("perl-unicode-linebreak" ,perl-unicode-linebreak)
4835 ("perl-encode-eucjpascii" ,perl-encode-eucjpascii)
4836 ("perl-encode-jis2k" ,perl-encode-jis2k)
4837 ("perl-encode-hanextra" ,perl-encode-hanextra)
4838 ("perl-xml-libxml" ,perl-xml-libxml)
4839 ("perl-xml-libxml-simple" ,perl-xml-libxml-simple)
4840 ("perl-xml-libxslt" ,perl-xml-libxslt)
4841 ("perl-xml-writer" ,perl-xml-writer)
4842 ("perl-sort-key" ,perl-sort-key)
4843 ("perl-text-csv" ,perl-text-csv)
4844 ("perl-text-csv-xs" ,perl-text-csv-xs)
4845 ("perl-text-roman" ,perl-text-roman)
4846 ("perl-uri" ,perl-uri)
4847 ("perl-text-bibtex" ,perl-text-bibtex)
4848 ("perl-libwww" ,perl-libwww)
4849 ("perl-lwp-protocol-https" ,perl-lwp-protocol-https)
4850 ("perl-business-isbn" ,perl-business-isbn)
4851 ("perl-business-issn" ,perl-business-issn)
4852 ("perl-business-ismn" ,perl-business-ismn)
4853 ("perl-lingua-translit" ,perl-lingua-translit)))
4854 (native-inputs
4855 `(("perl-config-autoconf" ,perl-config-autoconf)
4856 ("perl-extutils-libbuilder" ,perl-extutils-libbuilder)
4857 ("perl-module-build" ,perl-module-build)
4858 ;; for tests
4859 ("perl-file-which" ,perl-file-which)
4860 ("perl-test-more" ,perl-test-most) ; FIXME: "more" would be sufficient
4861 ("perl-test-differences" ,perl-test-differences)))
4862 (home-page "http://biblatex-biber.sourceforge.net/")
4863 (synopsis "Backend for the BibLaTeX citation management tool")
4864 (description "Biber is a BibTeX replacement for users of biblatex. Among
4865 other things it comes with full Unicode support.")
4866 (license license:artistic2.0)))
4867
4868 (define-public rubber
4869 (package
4870 (name "rubber")
4871 (version "1.1")
4872 (source (origin
4873 (method url-fetch)
4874 (uri (list (string-append "https://launchpad.net/rubber/trunk/"
4875 version "/+download/rubber-"
4876 version ".tar.gz")
4877 (string-append "http://ebeffara.free.fr/pub/rubber-"
4878 version ".tar.gz")))
4879 (sha256
4880 (base32
4881 "1xbkv8ll889933gyi2a5hj7hhh216k04gn8fwz5lfv5iz8s34gbq"))))
4882 (build-system gnu-build-system)
4883 (arguments '(#:tests? #f)) ; no `check' target
4884 (inputs `(("texinfo" ,texinfo)
4885 ("python" ,python-2) ; incompatible with Python 3 (print syntax)
4886 ("which" ,which)))
4887 (home-page "https://launchpad.net/rubber")
4888 (synopsis "Wrapper for LaTeX and friends")
4889 (description
4890 "Rubber is a program whose purpose is to handle all tasks related to the
4891 compilation of LaTeX documents. This includes compiling the document itself,
4892 of course, enough times so that all references are defined, and running BibTeX
4893 to manage bibliographic references. Automatic execution of dvips to produce
4894 PostScript documents is also included, as well as usage of pdfLaTeX to produce
4895 PDF documents.")
4896 (license license:gpl2+)))
4897
4898 (define-public texmaker
4899 (package
4900 (name "texmaker")
4901 (version "5.0.2")
4902 (source (origin
4903 (method url-fetch)
4904 (uri (string-append "http://www.xm1math.net/texmaker/texmaker-"
4905 version ".tar.bz2"))
4906 (sha256
4907 (base32
4908 "0y81mjm89b99pr9svcwpaf4iz2q9pc9hjas5kiwd1pbgl5vqskm9"))))
4909 (build-system gnu-build-system)
4910 (arguments
4911 `(#:phases
4912 (modify-phases %standard-phases
4913 ;; Qt has its own configuration utility.
4914 (replace 'configure
4915 (lambda* (#:key outputs #:allow-other-keys)
4916 (let ((out (assoc-ref outputs "out")))
4917 (invoke "qmake"
4918 (string-append "PREFIX=" out)
4919 (string-append "DESKTOPDIR=" out "/share/applications")
4920 (string-append "ICONDIR=" out "/share/pixmaps")
4921 (string-append "METAINFODIR=" out "/share/metainfo")
4922 "texmaker.pro")))))))
4923 (inputs
4924 `(("poppler-qt5" ,poppler-qt5)
4925 ("qtbase" ,qtbase)
4926 ("qtscript" ,qtscript)
4927 ("qtwebkit" ,qtwebkit)
4928 ("zlib" ,zlib)))
4929 (native-inputs
4930 `(("pkg-config" ,pkg-config)))
4931 (home-page "http://www.xm1math.net/texmaker/")
4932 (synopsis "LaTeX editor")
4933 (description "Texmaker is a program that integrates many tools needed to
4934 develop documents with LaTeX, in a single application.")
4935 (license license:gpl2+)))
4936
4937
4938 (define-public teximpatient
4939 (package
4940 (name "teximpatient")
4941 (version "2.4")
4942 (source (origin
4943 (method url-fetch)
4944 (uri (string-append "mirror://gnu/" name "/" name "-"
4945 version ".tar.gz"))
4946 (sha256
4947 (base32
4948 "0h56w22d99dh4fgld4ssik8ggnmhmrrbnrn1lnxi1zr0miphn1sd"))))
4949 (build-system gnu-build-system)
4950 (arguments
4951 `(#:phases
4952 (modify-phases %standard-phases
4953 (delete 'check)
4954 ;; Unfortunately some mistakes have been made in packaging.
4955 ;; Work around them here ...
4956 (replace 'unpack
4957 (lambda* (#:key inputs outputs #:allow-other-keys)
4958 (let ((srcdir "teximpatient-2.4"))
4959 (system* "tar" "-xzf" (assoc-ref inputs "source")
4960 (string-append "--one-top-level=" srcdir))
4961 (delete-file (string-append srcdir "/book.pdf"))
4962 (install-file (car
4963 (find-files
4964 (assoc-ref inputs "automake")
4965 "^install-sh$"))
4966 srcdir)
4967 (chdir srcdir)))))))
4968 (native-inputs
4969 `(("texlive" ,texlive)
4970 ("automake" ,automake)))
4971 (home-page "https://www.gnu.org/software/teximpatient/")
4972 (synopsis "Book on TeX, plain TeX and Eplain")
4973 (description "@i{TeX for the Impatient} is a ~350 page book on TeX,
4974 plain TeX, and Eplain, originally written by Paul Abrahams, Kathryn Hargreaves,
4975 and Karl Berry.")
4976 (license license:fdl1.3+)))
4977
4978 (define-public lyx
4979 (package
4980 (name "lyx")
4981 (version "2.2.3")
4982 (source (origin
4983 (method url-fetch)
4984 (uri (string-append "http://ftp.lyx.org/pub/lyx/stable/2.2.x/"
4985 name "-" version ".tar.gz"))
4986 (sha256
4987 (base32
4988 "0xvaz0i371nn2ndinc0d3ywj76ivb62649a4sdgwbivisiahd2fj"))
4989 (patches (search-patches "lyx-2.2.3-fix-test.patch"))
4990 (modules '((guix build utils)))
4991 (snippet
4992 '(begin
4993 (delete-file-recursively "3rdparty")
4994 #t))))
4995 (build-system cmake-build-system)
4996 (arguments
4997 `(#:configure-flags `("-DLYX_USE_QT=QT5"
4998 "-DLYX_EXTERNAL_BOOST=1"
4999 "-DLYX_INSTALL=1"
5000 "-DLYX_RELEASE=1"
5001 ,(string-append "-DLYX_INSTALL_PREFIX="
5002 (assoc-ref %outputs "out")
5003 ;; Exact name and level is necessary.
5004 "/lyx2.2"))
5005 #:phases
5006 (modify-phases %standard-phases
5007 (add-after 'unpack 'patch-python
5008 (lambda* (#:key inputs #:allow-other-keys)
5009 (substitute* '("src/support/os.cpp")
5010 (("\"python ")
5011 (string-append "\""
5012 (assoc-ref inputs "python-2")
5013 "/bin/python ")))
5014 #t))
5015 (add-after 'patch-python 'patch-installer
5016 (lambda* (#:key outputs #:allow-other-keys)
5017 (substitute* "CMakeLists.txt"
5018 (("/usr/local/man/man1")
5019 (string-append (assoc-ref outputs "out")
5020 "/share/man/man1")))
5021 #t))
5022 (add-after 'patch-python 'patch-desktop-file
5023 (lambda* (#:key outputs #:allow-other-keys)
5024 (substitute* "lib/lyx.desktop.in"
5025 (("Exec=")
5026 (string-append "Exec="
5027 (assoc-ref outputs "out")
5028 "/")))
5029 #t))
5030 (add-before 'check 'setenv-check
5031 (lambda _
5032 (setenv "LYX_DIR_22x" (string-append (getcwd) "/../lyx-"
5033 ,version "/lib"))
5034 #t))
5035 (add-after 'install 'install-symlinks
5036 (lambda* (#:key outputs #:allow-other-keys)
5037 (let ((out (assoc-ref outputs "out")))
5038 (mkdir-p (string-append out "/bin"))
5039 (symlink "../lyx2.2/bin/lyx2.2"
5040 (string-append out "/bin/lyx2.2"))
5041 #t))))))
5042 (inputs
5043 `(("boost" ,boost)
5044 ("hunspell" ,hunspell) ; Note: Could also use aspell instead.
5045 ("libx11" ,libx11)
5046 ("python-2" ,python-2)
5047 ("qtbase" ,qtbase)
5048 ("qtsvg" ,qtsvg)
5049 ("zlib" ,zlib)))
5050 (propagated-inputs
5051 `(("texlive" ,texlive))) ; article.cls is in texmf-dist.
5052 (native-inputs
5053 `(("python-2" ,python-2)
5054 ("pkg-config" ,pkg-config)
5055 ("bc" ,bc)))
5056 (home-page "https://www.lyx.org/")
5057 (synopsis "Document preparation system with GUI")
5058 (description "LyX is a document preparation system. It excels at letting
5059 you create complex technical and scientific articles with mathematics,
5060 cross-references, bibliographies, indexes, etc. It is very good for working
5061 with documents of any length in which the usual processing abilities are
5062 required: automatic sectioning and pagination, spell checking and so forth.")
5063 (license license:gpl2+)))
5064
5065 (define-public texlive-latex-media9
5066 (package
5067 (name "texlive-latex-media9")
5068 (version (number->string %texlive-revision))
5069 (source (origin
5070 (method svn-fetch)
5071 (uri (svn-reference
5072 (url (string-append "svn://www.tug.org/texlive/tags/"
5073 %texlive-tag "/Master/texmf-dist/"
5074 "/tex/latex/media9"))
5075 (revision %texlive-revision)))
5076 (file-name (string-append name "-" version "-checkout"))
5077 (sha256
5078 (base32
5079 "0lhb2h5hxjq9alpk4r3gvg21pwyifs4ah6hqzp92k55mkp1xv73j"))))
5080 (build-system trivial-build-system)
5081 (arguments
5082 `(#:modules ((guix build utils))
5083 #:builder
5084 (begin
5085 (use-modules (guix build utils))
5086 (let ((target (string-append (assoc-ref %outputs "out")
5087 "/share/texmf-dist/tex/latex/media9")))
5088 (mkdir-p target)
5089 (copy-recursively (assoc-ref %build-inputs "source") target)
5090 #t))))
5091 (home-page "https://www.ctan.org/pkg/media9")
5092 (synopsis "Multimedia inclusion package with Adobe Reader-9/X compatibility")
5093 (description
5094 "The package provides an interface to embed interactive Flash (SWF) and 3D
5095 objects (Adobe U3D & PRC), as well as video and sound files or streams in the
5096 popular MP4, FLV and MP3 formats into PDF documents with Acrobat-9/X
5097 compatibility. Playback of multimedia files uses the built-in Flash Player of
5098 Adobe Reader and does, therefore, not depend on external plug-ins. Flash Player
5099 supports the efficient H.264 codec for video compression.
5100
5101 The package is based on the RichMedia Annotation, an Adobe addition to the PDF
5102 specification. It replaces the now obsolete @code{movie15} package.")
5103 (license license:lppl)))
5104
5105 (define-public texlive-latex-ocgx2
5106 (package
5107 (name "texlive-latex-ocgx2")
5108 (version (number->string %texlive-revision))
5109 (source (origin
5110 (method svn-fetch)
5111 (uri (svn-reference
5112 (url (string-append "svn://www.tug.org/texlive/tags/"
5113 %texlive-tag "/Master/texmf-dist/"
5114 "/tex/latex/ocgx2"))
5115 (revision %texlive-revision)))
5116 (file-name (string-append name "-" version "-checkout"))
5117 (sha256
5118 (base32
5119 "0zp00jg058djx8xp0xqwas92y3j97clkyd8z6pqr890yqy06myqb"))))
5120 (build-system trivial-build-system)
5121 (arguments
5122 `(#:modules ((guix build utils))
5123 #:builder
5124 (begin
5125 (use-modules (guix build utils))
5126 (let ((target (string-append (assoc-ref %outputs "out")
5127 "/share/texmf-dist/tex/latex/ogcx2")))
5128 (mkdir-p target)
5129 (copy-recursively (assoc-ref %build-inputs "source") target)
5130 #t))))
5131 (home-page "https://www.ctan.org/pkg/ocgx2")
5132 (synopsis "Provide OCG (Optional Content Groups) support within a PDF document")
5133 (description
5134 "This package provides OCG (Optional Content Groups) support within a PDF
5135 document.
5136
5137 It re-implements the functionality of the @code{ocg}, @code{ocgx}, and
5138 @code{ocg-p} packages and adds support for all known engines and back-ends
5139 including:
5140
5141 @itemize
5142 @item LaTeX → dvips → @code{ps2pdf}/Distiller
5143 @item (Xe)LaTeX(x) → @code{dvipdfmx}
5144 @item pdfLaTeX and LuaLaTeX .
5145 @end itemize
5146
5147 It also ensures compatibility with the @code{media9} and @code{animate} packages.")
5148 (license license:lppl)))
5149
5150 (define-public texlive-latex-ms
5151 (package
5152 (name "texlive-latex-ms")
5153 (version (number->string %texlive-revision))
5154 (source (origin
5155 (method svn-fetch)
5156 (uri (texlive-ref "latex" "ms"))
5157 (file-name (string-append name "-" version "-checkout"))
5158 (sha256
5159 (base32
5160 "0m4wx3yjb5al1qsv995z8fii8xxy96mcfihbnlx43lpgayiwz35s"))))
5161 (build-system texlive-build-system)
5162 (arguments
5163 '(#:tex-directory "latex/ms"
5164 #:tex-format "latex"))
5165 (home-page "https://ctan.org/pkg/ms")
5166 (synopsis "Various LATEX packages by Martin Schröder")
5167 (description
5168 "A bundle of LATEX packages by Martin Schröder; the collection comprises:
5169
5170 @itemize
5171 @item @command{count1to}, make use of fixed TEX counters;
5172 @item @command{everysel}, set commands to execute every time a font is selected;
5173 @item @command{everyshi}, set commands to execute whenever a page is shipped out;
5174 @item @command{multitoc}, typeset the table of contents in multiple columns;
5175 @item @command{prelim2e}, mark typeset pages as preliminary; and
5176 @item @command{ragged2e}, typeset ragged text and allow hyphenation.
5177 @end itemize\n")
5178 (license license:lppl1.3c+)))
5179
5180 (define-public texlive-latex-needspace
5181 (package
5182 (name "texlive-latex-needspace")
5183 (version (number->string %texlive-revision))
5184 (source (origin
5185 (method svn-fetch)
5186 (uri (texlive-ref "latex" "needspace"))
5187 (file-name (string-append name "-" version "-checkout"))
5188 (sha256
5189 (base32
5190 "0kw80f5jh4gdpa2ka815abza3gr5z8b929w0745vrlc59pl0017y"))))
5191 (build-system texlive-build-system)
5192 (arguments
5193 '(#:tex-directory "latex/needspace"
5194 #:tex-format "latex"))
5195 (inputs
5196 `(("texlive-latex-filecontents" ,texlive-latex-filecontents)))
5197 (home-page "https://www.ctan.org/pkg/needspace")
5198 (synopsis "Insert pagebreak if not enough space")
5199 (description
5200 "Provides commands to disable pagebreaking within a given vertical
5201 space. If there is not enough space between the command and the bottom of the
5202 page, a new page will be started.")
5203 (license license:lppl)))
5204
5205 (define-public texlive-latex-changepage
5206 (package
5207 (name "texlive-latex-changepage")
5208 (version (number->string %texlive-revision))
5209 (source
5210 (origin
5211 (method svn-fetch)
5212 (uri (texlive-ref "latex" "changepage"))
5213 (sha256
5214 (base32
5215 "1rpw8xg5p4jsyh236jma9dz3l29wjx4062f154b3wak5yjcxyxyb"))))
5216 (build-system texlive-build-system)
5217 (arguments
5218 '(#:tex-directory "latex/changepage"
5219 #:tex-format "latex"))
5220 (inputs
5221 `(("texlive-latex-filecontents" ,texlive-latex-filecontents)))
5222 (home-page "https://www.ctan.org/pkg/changepage")
5223 (synopsis "Margin adjustment and detection of odd/even pages")
5224 (description
5225 "The package provides commands to change the page layout in the middle of
5226 a document, and to robustly check for typesetting on odd or even pages.
5227 Instructions for use are at the end of the file. The package is an extraction
5228 of code from the @code{memoir} class, whose user interface it shares.")
5229 (license license:lppl1.3+)))
5230
5231 (define-public texlive-latex-eukdate
5232 (package
5233 (name "texlive-latex-eukdate")
5234 (version (number->string %texlive-revision))
5235 (source
5236 (origin
5237 (method svn-fetch)
5238 (uri (svn-reference
5239 (url (string-append "svn://www.tug.org/texlive/tags/"
5240 %texlive-tag "/Master/texmf-dist/"
5241 "/tex/latex/eukdate"))
5242 (revision %texlive-revision)))
5243 (file-name (string-append name "-" version "-checkout"))
5244 (sha256
5245 (base32
5246 "18xan116l8w47v560bkw6nbhkrml7g04xrlzk3jrpc7qsyf3n5fz"))))
5247 (build-system trivial-build-system)
5248 (arguments
5249 `(#:modules ((guix build utils))
5250 #:builder
5251 (begin
5252 (use-modules (guix build utils))
5253 (let ((target (string-append (assoc-ref %outputs "out")
5254 "/share/texmf-dist/tex/latex/eukdate")))
5255 (mkdir-p target)
5256 (copy-recursively (assoc-ref %build-inputs "source") target)
5257 #t))))
5258 (home-page "https://www.ctan.org/pkg/eukdate")
5259 (synopsis "UK format dates, with weekday")
5260 (description
5261 "The package is used to change the format of @code{\\today}’s date,
5262 including the weekday, e.g., \"Saturday, 26 June 2008\", the 'UK format', which
5263 is preferred in many parts of the world, as distinct from that which is used in
5264 @code{\\maketitle} of the article class, \"June 26, 2008\", the 'US format'.")
5265 (license license:lppl)))
5266
5267 (define-public texlive-generic-ulem
5268 (package
5269 (name "texlive-generic-ulem")
5270 (version (number->string %texlive-revision))
5271 (source
5272 (origin
5273 (method svn-fetch)
5274 (uri (svn-reference
5275 (url (string-append "svn://www.tug.org/texlive/tags/"
5276 %texlive-tag "/Master/texmf-dist/"
5277 "/tex/generic/ulem"))
5278 (revision %texlive-revision)))
5279 (file-name (string-append name "-" version "-checkout"))
5280 (sha256
5281 (base32
5282 "1rzdniqq9zk39w8ch8ylx3ywh2mj87s4ivchrsk2b8nx06jyn797"))))
5283 (build-system trivial-build-system)
5284 (arguments
5285 `(#:modules ((guix build utils))
5286 #:builder
5287 (begin
5288 (use-modules (guix build utils))
5289 (let ((target (string-append (assoc-ref %outputs "out")
5290 "/share/texmf-dist/tex/generic/ulem")))
5291 (mkdir-p target)
5292 (copy-recursively (assoc-ref %build-inputs "source") target)
5293 #t))))
5294 (home-page "https://www.ctan.org/pkg/ulem")
5295 (synopsis "Underline text in TeX")
5296 (description
5297 "The package provides an @code{\\ul} (underline) command which will break
5298 over line ends; this technique may be used to replace @code{\\em} (both in that
5299 form and as the @code{\\emph} command), so as to make output look as if it comes
5300 from a typewriter. The package also offers double and wavy underlining, and
5301 striking out (line through words) and crossing out (/// over words).")
5302 (license license:lppl1.3c+)))
5303
5304 (define-public texlive-latex-pgf
5305 (package
5306 (name "texlive-latex-pgf")
5307 (version (number->string %texlive-revision))
5308 (source
5309 (origin
5310 (method svn-fetch)
5311 (uri (svn-reference
5312 (url (string-append "svn://www.tug.org/texlive/tags/"
5313 %texlive-tag "/Master/texmf-dist/"
5314 "/tex/latex/pgf"))
5315 (revision %texlive-revision)))
5316 (file-name (string-append name "-" version "-checkout"))
5317 (sha256
5318 (base32
5319 "1dq8p10pz8wn0vx412m7d7d5gj1syxly3yqdqvf7lv2xl8zndn5h"))))
5320 (build-system trivial-build-system)
5321 (native-inputs
5322 `(("texlive-latex-pgf-generic"
5323 ,(origin
5324 (method svn-fetch)
5325 (uri (svn-reference
5326 (url (string-append "svn://www.tug.org/texlive/tags/"
5327 %texlive-tag "/Master/texmf-dist/"
5328 "/tex/generic/pgf"))
5329 (revision %texlive-revision)))
5330 (file-name (string-append "texlive-latex-pgf-generic" version "-checkout"))
5331 (sha256
5332 (base32
5333 "0xkxw26sjzr5npjpzpr28yygwdbhzpdd0hsk80gjpidhcxmz393i"))))))
5334 (arguments
5335 `(#:modules ((guix build utils))
5336 #:builder
5337 (begin
5338 (use-modules (guix build utils))
5339 (let ((target-generic (string-append (assoc-ref %outputs "out")
5340 "/share/texmf-dist/tex/generic/pgf"))
5341 (target-latex (string-append (assoc-ref %outputs "out")
5342 "/share/texmf-dist/tex/latex/pgf")))
5343 (mkdir-p target-generic)
5344 (mkdir-p target-latex)
5345 (copy-recursively (assoc-ref %build-inputs "texlive-latex-pgf-generic") target-generic)
5346 (copy-recursively (assoc-ref %build-inputs "source") target-latex)
5347 #t))))
5348 (home-page "https://www.ctan.org/pkg/tikz")
5349 (synopsis "Create PostScript and PDF graphics in TeX")
5350 (description
5351 "PGF is a macro package for creating graphics. It is platform- and
5352 format-independent and works together with the most important TeX backend
5353 drivers, including pdfTeX and dvips. It comes with a user-friendly syntax layer
5354 called TikZ.
5355
5356 Its usage is similar to pstricks and the standard picture environment. PGF
5357 works with plain (pdf-)TeX, (pdf-)LaTeX, and ConTeXt. Unlike pstricks, it can
5358 produce either PostScript or PDF output.")
5359 (license license:lppl1.3c+)))
5360
5361 (define-public texlive-latex-koma-script
5362 (package
5363 (name "texlive-latex-koma-script")
5364 (version (number->string %texlive-revision))
5365 (source (origin
5366 (method svn-fetch)
5367 (uri (svn-reference
5368 (url (string-append "svn://www.tug.org/texlive/tags/"
5369 %texlive-tag "/Master/texmf-dist/"
5370 "/tex/latex/koma-script"))
5371 (revision %texlive-revision)))
5372 (file-name (string-append name "-" version "-checkout"))
5373 (sha256
5374 (base32
5375 "0nqwf0sr4mf3v9gqa6apv6ml2xhcdwax0vgyf12a672g7rpdyvgm"))))
5376 (build-system trivial-build-system)
5377 (arguments
5378 `(#:modules ((guix build utils)
5379 (ice-9 match))
5380 #:builder
5381 (begin
5382 (use-modules (guix build utils)
5383 (ice-9 match))
5384 (let ((root (string-append (assoc-ref %outputs "out")
5385 "/share/texmf-dist/"))
5386 (pkgs '(("source" . "tex/latex/koma-script"))))
5387 (for-each (match-lambda
5388 ((pkg . dir)
5389 (let ((target (string-append root dir)))
5390 (mkdir-p target)
5391 (copy-recursively (assoc-ref %build-inputs pkg)
5392 target))))
5393 pkgs)
5394 #t))))
5395 (home-page "https://www.ctan.org/pkg/koma-script")
5396 (synopsis "Bundle of versatile classes and packages")
5397 (description
5398 "The KOMA-Script bundle provides replacements for the article, report, and
5399 book classes with emphasis on typography and versatility. There is also a
5400 letter class.
5401
5402 The bundle also offers:
5403
5404 @itemize
5405 @item a package for calculating type areas in the way laid down by the
5406 typographer Jan Tschichold,
5407 @item packages for easily changing and defining page styles,
5408 @item a package scrdate for getting not only the current date but also the name
5409 of the day, and
5410 @item a package scrtime for getting the current time.
5411 @end itemize
5412
5413 All these packages may be used not only with KOMA-Script classes but also with
5414 the standard classes.
5415
5416 Since every package has its own version number, the version number quoted only
5417 refers to the version of scrbook, scrreprt, scrartcl, scrlttr2 and
5418 typearea (which are the main parts of the bundle).")
5419 (license license:lppl1.3+)))
5420
5421 (define-public texlive-generic-listofitems
5422 (package
5423 (name "texlive-generic-listofitems")
5424 (version (number->string %texlive-revision))
5425 (source (origin
5426 (method svn-fetch)
5427 (uri (svn-reference
5428 (url (string-append "svn://www.tug.org/texlive/tags/"
5429 %texlive-tag "/Master/texmf-dist/"
5430 "/tex/generic/listofitems"))
5431 (revision %texlive-revision)))
5432 (file-name (string-append name "-" version "-checkout"))
5433 (sha256
5434 (base32
5435 "0hs28fc0v2l92ad9las9b8xcckyrdrwmyhcx1yzmbr6s7s6nvsx8"))))
5436 (build-system trivial-build-system)
5437 (arguments
5438 `(#:modules ((guix build utils))
5439 #:builder
5440 (begin
5441 (use-modules (guix build utils))
5442 (let ((target (string-append (assoc-ref %outputs "out")
5443 "/share/texmf-dist/tex/generic/listofitems")))
5444 (mkdir-p target)
5445 (copy-recursively (assoc-ref %build-inputs "source") target)
5446 #t))))
5447 (home-page "https://www.ctan.org/pkg/listofitems")
5448 (synopsis "Grab items in lists using user-specified seperation character")
5449 (description
5450 "This package allows one to capture all the items of a list, for which
5451 the parsing character has been selected by the user, and to access any of
5452 these items with a simple syntax.")
5453 (license license:lppl1.3c+)))
5454
5455 (define-public texlive-latex-readarray
5456 (package
5457 (name "texlive-latex-readarray")
5458 (version (number->string %texlive-revision))
5459 (source (origin
5460 (method svn-fetch)
5461 (uri (svn-reference
5462 (url (string-append "svn://www.tug.org/texlive/tags/"
5463 %texlive-tag "/Master/texmf-dist/"
5464 "/tex/latex/readarray"))
5465 (revision %texlive-revision)))
5466 (file-name (string-append name "-" version "-checkout"))
5467 (sha256
5468 (base32
5469 "0c53k180ivn1n7fz3ngvd2w1i5dw3kxml0n64vhki88xsylz7lxp"))))
5470 (build-system trivial-build-system)
5471 (arguments
5472 `(#:modules ((guix build utils))
5473 #:builder
5474 (begin
5475 (use-modules (guix build utils))
5476 (let ((target (string-append (assoc-ref %outputs "out")
5477 "/share/texmf-dist/tex/latex/readarray")))
5478 (mkdir-p target)
5479 (copy-recursively (assoc-ref %build-inputs "source") target)
5480 #t))))
5481 (propagated-inputs
5482 `(("texlive-generic-listofitems" ,texlive-generic-listofitems)))
5483 (home-page "https://www.ctan.org/pkg/readarray")
5484 (synopsis "Read, store and recall array-formatted data")
5485 (description
5486 "This package allows the user to input formatted data into elements of a
5487 2-D or 3-D array and to recall that data at will by individual cell number.
5488 The data can be but need not be numerical in nature. It can be, for example,
5489 formatted text.")
5490 (license license:lppl1.3)))
5491
5492 (define-public texlive-latex-verbatimbox
5493 (package
5494 (name "texlive-latex-verbatimbox")
5495 (version (number->string %texlive-revision))
5496 (source (origin
5497 (method svn-fetch)
5498 (uri (svn-reference
5499 (url (string-append "svn://www.tug.org/texlive/tags/"
5500 %texlive-tag "/Master/texmf-dist/"
5501 "/tex/latex/verbatimbox"))
5502 (revision %texlive-revision)))
5503 (file-name (string-append name "-" version "-checkout"))
5504 (sha256
5505 (base32
5506 "0qh1cgvfs463zsi2pjg490gj0mkjfdpfc381j10cbb5la304psna"))))
5507 (build-system trivial-build-system)
5508 (arguments
5509 `(#:modules ((guix build utils))
5510 #:builder
5511 (begin
5512 (use-modules (guix build utils))
5513 (let ((target (string-append (assoc-ref %outputs "out")
5514 "/share/texmf-dist/tex/latex/verbatimbox")))
5515 (mkdir-p target)
5516 (copy-recursively (assoc-ref %build-inputs "source") target)
5517 #t))))
5518 (propagated-inputs
5519 `(("texlive-latex-readarray" ,texlive-latex-readarray)))
5520 (home-page "https://www.ctan.org/pkg/verbatimbox")
5521 (synopsis "Deposit verbatim text in a box")
5522 (description
5523 "The package provides a @code{verbbox} environment to place its contents
5524 into a globally available box, or into a box specified by the user. The
5525 global box may then be used in a variety of situations (for example, providing
5526 a replica of the @code{boxedverbatim} environment itself). A valuable use is
5527 in places where the standard @code{verbatim} environment (which is based on a
5528 @code{trivlist}) may not appear.")
5529 (license license:lppl1.3+)))
5530
5531 (define-public texlive-latex-examplep
5532 (package
5533 (name "texlive-latex-examplep")
5534 (version (number->string %texlive-revision))
5535 (source (origin
5536 (method svn-fetch)
5537 (uri (svn-reference
5538 (url (string-append "svn://www.tug.org/texlive/tags/"
5539 %texlive-tag "/Master/texmf-dist/"
5540 "/tex/latex/examplep"))
5541 (revision %texlive-revision)))
5542 (file-name (string-append name "-" version "-checkout"))
5543 (sha256
5544 (base32
5545 "0fsvvmz68ij0zwfzrny6x13d92grxr4ap59lxgah4smbkccd6s27"))))
5546 (build-system trivial-build-system)
5547 (arguments
5548 `(#:modules ((guix build utils))
5549 #:builder
5550 (begin
5551 (use-modules (guix build utils))
5552 (let ((target (string-append (assoc-ref %outputs "out")
5553 "/share/texmf-dist/tex/latex/examplep")))
5554 (mkdir-p target)
5555 (copy-recursively (assoc-ref %build-inputs "source") target)
5556 #t))))
5557 (home-page "https://www.ctan.org/pkg/examplep")
5558 (synopsis "Verbatim phrases and listings in LaTeX")
5559 (description
5560 "Examplep provides sophisticated features for typesetting verbatim source
5561 code listings, including the display of the source code and its compiled LaTeX
5562 or METAPOST output side-by-side, with automatic width detection and enabled
5563 page breaks (in the source), without the need for specifying the source twice.
5564 Special care is taken that section, page and footnote numbers do not interfere
5565 with the main document. For typesetting short verbatim phrases, a replacement
5566 for the @code{\\verb} command is also provided in the package, which can be
5567 used inside tables and moving arguments such as footnotes and section
5568 titles.")
5569 ;; No version of the GPL is specified.
5570 (license license:gpl3+)))
5571
5572 (define-public texlive-generic-xypic
5573 (package
5574 (name "texlive-generic-xypic")
5575 (version (number->string %texlive-revision))
5576 (source
5577 (origin
5578 (method svn-fetch)
5579 (uri (svn-reference
5580 (url (string-append "svn://www.tug.org/texlive/tags/"
5581 %texlive-tag "/Master/texmf-dist/"
5582 "/tex/generic/xypic"))
5583 (revision %texlive-revision)))
5584 (file-name (string-append name "-" version "-checkout"))
5585 (sha256
5586 (base32
5587 "1g5cyxwdfznq4lk9zl6fkjkapmhmwd2cm4m5aibxj20qgwnaggfz"))))
5588 (build-system trivial-build-system)
5589 (arguments
5590 `(#:modules ((guix build utils))
5591 #:builder
5592 (begin
5593 (use-modules (guix build utils))
5594 (let ((target (string-append (assoc-ref %outputs "out")
5595 "/share/texmf-dist/tex/generic/xypic")))
5596 (mkdir-p target)
5597 (copy-recursively (assoc-ref %build-inputs "source") target)
5598 #t))))
5599 (home-page "https://www.ctan.org/pkg/xypic")
5600 (synopsis "Flexible diagramming macros for TeX")
5601 (description
5602 "A package for typesetting a variety of graphs and diagrams with TeX.
5603 Xy-pic works with most formats (including LaTeX, AMS-LaTeX, AMS-TeX, and plain
5604 TeX).")
5605 (license license:gpl3+)))
5606
5607 (define-public texlive-fonts-xypic
5608 (package
5609 (name "texlive-fonts-xypic")
5610 (version (number->string %texlive-revision))
5611 (source (origin
5612 (method svn-fetch)
5613 (uri (svn-reference
5614 (url (string-append "svn://www.tug.org/texlive/tags/"
5615 %texlive-tag "/Master/texmf-dist/"
5616 "/fonts/source/public/xypic"))
5617 (revision %texlive-revision)))
5618 (file-name (string-append name "-" version "-checkout"))
5619 (sha256
5620 (base32
5621 "0p20v1257kwsqnrk98cdhhiz2viv8l3ly4xay4by0an3j37m9xs3"))))
5622 (build-system trivial-build-system)
5623 (arguments
5624 `(#:modules ((guix build utils)
5625 (ice-9 match))
5626 #:builder
5627 (begin
5628 (use-modules (guix build utils)
5629 (ice-9 match))
5630 (let ((root (string-append (assoc-ref %outputs "out")
5631 "/share/texmf-dist/"))
5632 (pkgs '(("source" . "fonts/source/public/xypic")
5633 ("xypic-afm" . "fonts/afm/public/xypic")
5634 ("xypic-type1" . "fonts/type1/public/xypic")
5635 ("xypic-enc" . "fonts/enc/dvips/xypic"))))
5636 (for-each (match-lambda
5637 ((pkg . dir)
5638 (let ((target (string-append root dir)))
5639 (mkdir-p target)
5640 (copy-recursively (assoc-ref %build-inputs pkg)
5641 target))))
5642 pkgs)
5643 #t))))
5644 (native-inputs
5645 `(("xypic-afm"
5646 ,(origin
5647 (method svn-fetch)
5648 (uri (svn-reference
5649 (url (string-append "svn://www.tug.org/texlive/tags/"
5650 %texlive-tag "/Master/texmf-dist/"
5651 "/fonts/afm/public/xypic"))
5652 (revision %texlive-revision)))
5653 (file-name (string-append name "-afm-" version "-checkout"))
5654 (sha256
5655 (base32
5656 "149xdijxp8lw3s0qv2aqxxxyyn748z57dpr596rjvkqdffpnsddh"))))
5657 ("xypic-type1"
5658 ,(origin
5659 (method svn-fetch)
5660 (uri (svn-reference
5661 (url (string-append "svn://www.tug.org/texlive/tags/"
5662 %texlive-tag "/Master/texmf-dist/"
5663 "/fonts/type1/public/xypic"))
5664 (revision %texlive-revision)))
5665 (file-name (string-append name "-type1-" version "-checkout"))
5666 (sha256
5667 (base32
5668 "1bln89wib7g3hcv2jny3qi6jb73k9d2vbgx3wnnjwp3ryg0846if"))))
5669 ("xypic-enc"
5670 ,(origin
5671 (method svn-fetch)
5672 (uri (svn-reference
5673 (url (string-append "svn://www.tug.org/texlive/tags/"
5674 %texlive-tag "/Master/texmf-dist/"
5675 "/fonts/enc/dvips/xypic"))
5676 (revision %texlive-revision)))
5677 (file-name (string-append name "-enc-" version "-checkout"))
5678 (sha256
5679 (base32
5680 "0yi8vms3203l3p5slnhrrlzzp0f0jw77fkcvcaicrz2vmw9z99x7"))))))
5681 (home-page "https://www.ctan.org/pkg/xypic")
5682 (synopsis "Fonts for XY-pic")
5683 (description "This package provides the XY-pic fonts.")
5684 (license license:gpl3+)))
5685
5686 (define-public texlive-bibtex
5687 (package
5688 (name "texlive-bibtex")
5689 (version (number->string %texlive-revision))
5690 (source
5691 (origin
5692 (method svn-fetch)
5693 (uri (svn-reference
5694 (url (string-append "svn://www.tug.org/texlive/tags/"
5695 %texlive-tag "/Master/texmf-dist/"
5696 "/bibtex"))
5697 (revision %texlive-revision)))
5698 (file-name (string-append name "-" version "-checkout"))
5699 (sha256
5700 (base32
5701 "0hnbs0s1znbn32hfcsyijl39z81sdb00jf092a4blqz421qs2mbv"))))
5702 (build-system trivial-build-system)
5703 (arguments
5704 `(#:modules ((guix build utils))
5705 #:builder
5706 (begin
5707 (use-modules (guix build utils))
5708 (let ((target (string-append (assoc-ref %outputs "out")
5709 "/share/texmf-dist/bibtex")))
5710 (mkdir-p target)
5711 (copy-recursively (assoc-ref %build-inputs "source") target)
5712 #t))))
5713 (home-page "https://www.ctan.org/pkg/bibtex")
5714 (synopsis "Process bibliographies for LaTeX")
5715 (description
5716 "BibTeX allows the user to store his citation data in generic form, while
5717 printing citations in a document in the form specified by a BibTeX style, to
5718 be specified in the document itself (one often needs a LaTeX citation-style
5719 package, such as @command{natbib} as well).")
5720 (license license:knuth)))
5721
5722 (define-public texlive-fonts-charter
5723 (package
5724 (name "texlive-fonts-charter")
5725 (version (number->string %texlive-revision))
5726 (source (origin
5727 (method svn-fetch)
5728 (uri (svn-reference
5729 (url (string-append "svn://www.tug.org/texlive/tags/"
5730 %texlive-tag "/Master/texmf-dist/"
5731 "/fonts/type1/bitstrea/charter"))
5732 (revision %texlive-revision)))
5733 (file-name (string-append name "-" version "-checkout"))
5734 (sha256
5735 (base32
5736 "0yvib45xxff3jm5270zij4q888pivbc18cqs7lz4pqfhn1am4wnv"))))
5737 (build-system trivial-build-system)
5738 (arguments
5739 `(#:modules ((guix build utils)
5740 (ice-9 match))
5741 #:builder
5742 (begin
5743 (use-modules (guix build utils)
5744 (ice-9 match))
5745 (let ((root (string-append (assoc-ref %outputs "out")
5746 "/share/texmf-dist/"))
5747 (pkgs '(("source" . "fonts/type1/bitstrea/charter")
5748 ("charter-afm" . "fonts/afm/bitstrea/charter")
5749 ("charter-tfm" . "fonts/tfm/bitstrea/charter"))))
5750 (for-each (match-lambda
5751 ((pkg . dir)
5752 (let ((target (string-append root dir)))
5753 (mkdir-p target)
5754 (copy-recursively (assoc-ref %build-inputs pkg)
5755 target))))
5756 pkgs)
5757 #t))))
5758 (native-inputs
5759 `(("charter-afm"
5760 ,(origin
5761 (method svn-fetch)
5762 (uri (svn-reference
5763 (url (string-append "svn://www.tug.org/texlive/tags/"
5764 %texlive-tag "/Master/texmf-dist/"
5765 "/fonts/afm/bitstrea/charter"))
5766 (revision %texlive-revision)))
5767 (file-name (string-append name "-afm-" version "-checkout"))
5768 (sha256
5769 (base32
5770 "02nbkqrlr3vypnzslmr7dxg1353mmc0rl4ynx0s6qbvf313fq76a"))))
5771 ("charter-tfm"
5772 ,(origin
5773 (method svn-fetch)
5774 (uri (svn-reference
5775 (url (string-append "svn://www.tug.org/texlive/tags/"
5776 %texlive-tag "/Master/texmf-dist/"
5777 "/fonts/tfm/bitstrea/charter"))
5778 (revision %texlive-revision)))
5779 (file-name (string-append name "-tfm-" version "-checkout"))
5780 (sha256
5781 (base32
5782 "0j7ci9vprivbhac70aq0z7m23hqcpx1g0i3wp1k0h8ilhimj80xk"))))))
5783 (home-page "https://www.ctan.org/pkg/charter")
5784 (synopsis "Charter fonts for TeX")
5785 (description "A commercial text font donated for the common good. Support
5786 for use with LaTeX is available in @code{freenfss}, part of
5787 @command{psnfss}. ")
5788 (license (license:non-copyleft (string-append "http://mirrors.ctan.org/"
5789 "fonts/charter/readme.charter")))))
5790
5791 (define-public texlive-context-base
5792 (package
5793 (name "texlive-context-base")
5794 (version (number->string %texlive-revision))
5795 (source (origin
5796 (method svn-fetch)
5797 (uri (svn-reference
5798 (url (string-append "svn://www.tug.org/texlive/tags/"
5799 %texlive-tag "/Master/texmf-dist/"
5800 "/tex/context/base"))
5801 (revision %texlive-revision)))
5802 (file-name (string-append name "-" version "-checkout"))
5803 (sha256
5804 (base32
5805 "0rlx4qqijms1n64gjx475kvip8l322fh7v17zkmwp1l1g0w3vlyz"))))
5806 (build-system trivial-build-system)
5807 (arguments
5808 `(#:modules ((guix build utils))
5809 #:builder
5810 (begin
5811 (use-modules (guix build utils))
5812 (let ((target (string-append (assoc-ref %outputs "out")
5813 "/share/texmf-dist/tex/context/case")))
5814 (mkdir-p target)
5815 (copy-recursively (assoc-ref %build-inputs "source") target)
5816 #t))))
5817 (home-page "https://www.ctan.org/pkg/context")
5818 (synopsis "Full featured, parameter driven macro package for TeX")
5819 (description "A full featured, parameter driven macro package, which fully
5820 supports advanced interactive documents. See the ConTeXt garden for a wealth
5821 of support information.")
5822 (license license:gpl2+)))
5823
5824 (define-public texlive-latex-beamer
5825 (package
5826 (name "texlive-latex-beamer")
5827 (version (number->string %texlive-revision))
5828 (source (origin
5829 (method svn-fetch)
5830 (uri (svn-reference
5831 (url (string-append "svn://www.tug.org/texlive/tags/"
5832 %texlive-tag "/Master/texmf-dist/"
5833 "/tex/latex/beamer"))
5834 (revision %texlive-revision)))
5835 (file-name (string-append name "-" version "-checkout"))
5836 (sha256
5837 (base32
5838 "09y3qwbj0nckshvg9afgwcv9v3zdif1d7bnpzrggsa1fbr80mgk2"))))
5839 (build-system trivial-build-system)
5840 (outputs '("out" "doc"))
5841 (arguments
5842 `(#:modules ((guix build utils))
5843 #:builder
5844 (begin
5845 (use-modules (guix build utils))
5846 (let ((target (string-append (assoc-ref %outputs "out")
5847 "/share/texmf-dist/tex/latex/beamer"))
5848 (docs (string-append (assoc-ref %outputs "doc")
5849 "/share/texmf-dist/doc/latex/beamer/")))
5850 (mkdir-p target)
5851 (copy-recursively (assoc-ref %build-inputs "source") target)
5852
5853 (mkdir-p docs)
5854 (copy-recursively (assoc-ref %build-inputs "docs") docs)
5855 #t))))
5856 (propagated-inputs
5857 `(("texlive-latex-hyperref" ,texlive-latex-hyperref)
5858 ("texlive-latex-oberdiek" ,texlive-latex-oberdiek)
5859 ("texlive-latex-etoolbox" ,texlive-latex-etoolbox)
5860 ("texlive-latex-pgf" ,texlive-latex-pgf)))
5861 (native-inputs
5862 `(("docs"
5863 ,(origin
5864 (method svn-fetch)
5865 (uri (svn-reference
5866 (url (string-append "svn://www.tug.org/texlive/tags/"
5867 %texlive-tag "/Master/texmf-dist/"
5868 "/doc/latex/beamer"))
5869 (revision %texlive-revision)))
5870 (file-name (string-append name "-" version "-checkout"))
5871 (sha256
5872 (base32
5873 "102b18b9nw9dicqqgjwx0srh1mav8vh9wdvwayn741niza9hac23"))))))
5874 (home-page "https://www.ctan.org/pkg/beamer")
5875 (synopsis "LaTeX class for producing presentations and slides")
5876 (description "The beamer LaTeX class can be used for producing slides.
5877 The class works in both PostScript and direct PDF output modes, using the
5878 @code{pgf} graphics system for visual effects. Content is created in the
5879 @code{frame} environment, and each frame can be made up of a number of slides
5880 using a simple notation for specifying material to appear on each slide within
5881 a frame. Short versions of title, authors, institute can also be specified as
5882 optional parameters. Whole frame graphics are supported by plain frames. The
5883 class supports @code{figure} and @code{table} environments, transparency
5884 effects, varying slide transitions and animations.")
5885 ;; Code is dual licensed under GPLv2+ or LPPL1.3c+; documentation is
5886 ;; dual-licensed under either FDLv1.3+ or LPPL1.3c+.
5887 (license (list license:lppl1.3c+ license:gpl2+ license:fdl1.3+))))