gnu: texlive-tex-texinfo: Declare a source file-name.
[jackhill/guix/guix.git] / gnu / packages / tex.scm
CommitLineData
eb0119ef 1;;; GNU Guix --- Functional package management for GNU
4a6635f3 2;;; Copyright © 2013, 2014, 2015, 2016 Andreas Enge <andreas@enge.fr>
42e1394b 3;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
d2e84281 4;;; Copyright © 2015 Mark H Weaver <mhw@netris.org>
4791876c 5;;; Copyright © 2016 Roel Janssen <roel@gnu.org>
b8d8806b 6;;; Copyright © 2016, 2018 Efraim Flashner <efraim@flashner.co.il>
2d634d9b 7;;; Copyright © 2016 Federico Beffa <beffa@fbengineering.ch>
bd917486 8;;; Copyright © 2016 Thomas Danckaert <post@thomasdanckaert.be>
9d913b25 9;;; Copyright © 2016, 2017 Ricardo Wurmus <rekado@elephly.net>
149f6688 10;;; Copyright © 2017 Leo Famulari <leo@famulari.name>
594156ec 11;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
a2460e0f 12;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
eb0119ef
AE
13;;;
14;;; This file is part of GNU Guix.
15;;;
16;;; GNU Guix is free software; you can redistribute it and/or modify it
17;;; under the terms of the GNU General Public License as published by
18;;; the Free Software Foundation; either version 3 of the License, or (at
19;;; your option) any later version.
20;;;
21;;; GNU Guix is distributed in the hope that it will be useful, but
22;;; WITHOUT ANY WARRANTY; without even the implied warranty of
23;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24;;; GNU General Public License for more details.
25;;;
26;;; You should have received a copy of the GNU General Public License
27;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
28
8f9ac901 29(define-module (gnu packages tex)
b5b73a82 30 #:use-module ((guix licenses) #:prefix license:)
eb0119ef
AE
31 #:use-module (guix packages)
32 #:use-module (guix download)
33 #:use-module (guix build-system gnu)
ebcf74da 34 #:use-module (guix build-system perl)
0aa34e82 35 #:use-module (guix build-system trivial)
205794c8 36 #:use-module (guix build-system texlive)
6b5eb840 37 #:use-module (guix utils)
83457fe0 38 #:use-module (guix git-download)
9d913b25 39 #:use-module (guix svn-download)
eb0119ef 40 #:use-module (gnu packages)
83457fe0 41 #:use-module (gnu packages autotools)
0aa34e82 42 #:use-module (gnu packages bash)
eb0119ef 43 #:use-module (gnu packages compression)
a86177d6 44 #:use-module (gnu packages fontutils)
fd89b36b 45 #:use-module (gnu packages gd)
eb0119ef 46 #:use-module (gnu packages ghostscript)
fd89b36b 47 #:use-module (gnu packages gtk)
eb0119ef 48 #:use-module (gnu packages icu4c)
e55354b8 49 #:use-module (gnu packages image)
0aa34e82 50 #:use-module (gnu packages lua)
0256c746 51 #:use-module (gnu packages multiprecision)
eb0119ef
AE
52 #:use-module (gnu packages pdf)
53 #:use-module (gnu packages perl)
5ccde207 54 #:use-module (gnu packages perl-check)
eb0119ef
AE
55 #:use-module (gnu packages pkg-config)
56 #:use-module (gnu packages python)
4791876c 57 #:use-module (gnu packages qt)
b32c8549 58 #:use-module (gnu packages ruby)
b7194849 59 #:use-module (gnu packages shells)
ce0614dd 60 #:use-module (gnu packages base)
d4000680
RW
61 #:use-module (gnu packages web)
62 #:use-module (gnu packages xml)
c0589f75 63 #:use-module (gnu packages xorg)
ece9b417 64 #:use-module (gnu packages xdisorg)
6b5eb840
AE
65 #:autoload (gnu packages texinfo) (texinfo)
66 #:use-module (ice-9 ftw)
cb7bc20a 67 #:use-module (ice-9 match)
e93f472d 68 #:use-module ((srfi srfi-1) #:hide (zip)))
eb0119ef
AE
69
70(define texlive-extra-src
71 (origin
72 (method url-fetch)
149f6688 73 (uri "ftp://tug.org/historic/systems/texlive/2017/texlive-20170524-extra.tar.xz")
eb0119ef 74 (sha256 (base32
149f6688 75 "0zvd2zskk78ig114mfj24g15qys41hzqv59fmqpirdbgq9c9gr5g"))))
eb0119ef
AE
76
77(define texlive-texmf-src
78 (origin
79 (method url-fetch)
149f6688 80 (uri "ftp://tug.org/historic/systems/texlive/2017/texlive-20170524-texmf.tar.xz")
eb0119ef 81 (sha256 (base32
149f6688 82 "1v69y3kgkbk24f7s4dfkknwd317mqmck5jgpyb35wqgqfy5p0qrz"))))
eb0119ef 83
3abe72bd 84(define-public texlive-bin
eb0119ef 85 (package
0aa34e82 86 (name "texlive-bin")
149f6688 87 (version "20170524")
0aa34e82
AE
88 (source
89 (origin
90 (method url-fetch)
149f6688
LF
91 (uri (string-append "ftp://tug.org/historic/systems/texlive/2017/"
92 "texlive-" version "-source.tar.xz"))
594156ec
MB
93 (patches
94 (list
95 ;; This is required for compatibility with Poppler >= 0.58.
96 ;; See <http://tutex.tug.org/pipermail/tex-k/2017-September/002809.html>
97 ;; and <https://bugs.archlinux.org/task/55720> for some discussion.
98 (origin
99 (method url-fetch)
100 (uri (string-append "https://git.archlinux.org/svntogit/packages.git/plain"
101 "/trunk/texlive-poppler-0.59.patch?h=packages/texlive-bin"
102 "&id=ba2de374e2b21ecc4b85cc9777f2f15c4d356c61"))
103 (file-name "texlive-poppler-compat.patch")
104 (sha256
105 (base32
106 "1c4ikq4kxw48bi3i33bzpabrjvbk01fwjr2lz20gkc9kv8l0bg3n")))))
0aa34e82 107 (sha256 (base32
149f6688 108 "1amjrxyasplv4alfwcxwnw4nrx7dz2ydmddkq16k6hg90i9njq81"))))
eb0119ef 109 (build-system gnu-build-system)
0aa34e82
AE
110 (inputs
111 `(("texlive-extra-src" ,texlive-extra-src)
112 ("cairo" ,cairo)
113 ("fontconfig" ,fontconfig)
114 ("fontforge" ,fontforge)
115 ("freetype" ,freetype)
116 ("gd" ,gd)
0256c746 117 ("gmp" ,gmp)
0aa34e82
AE
118 ("ghostscript" ,ghostscript)
119 ("graphite2" ,graphite2)
120 ("harfbuzz" ,harfbuzz)
121 ("icu4c" ,icu4c)
122 ("libpaper" ,libpaper)
123 ("libpng" ,libpng)
124 ("libxaw" ,libxaw)
125 ("libxt" ,libxt)
0256c746 126 ("mpfr" ,mpfr)
0aa34e82
AE
127 ("perl" ,perl)
128 ("pixman" ,pixman)
129 ("poppler" ,poppler)
130 ("potrace" ,potrace)
131 ("python" ,python-2) ; incompatible with Python 3 (print syntax)
132 ("ruby" ,ruby)
133 ("tcsh" ,tcsh)
134 ("teckit" ,teckit)
135 ("zlib" ,zlib)
136 ("zziplib" ,zziplib)))
c4c4cc05 137 (native-inputs
e9a6d225 138 `(("pkg-config" ,pkg-config)))
eb0119ef
AE
139 (arguments
140 `(#:out-of-source? #t
141 #:configure-flags
142 `("--disable-native-texlive-build"
594156ec
MB
143 ;; XXX: This is needed because recent Poppler requires C++11 or later.
144 ;; Remove after switch to GCC >= 6.
145 "CXXFLAGS=-std=gnu++11"
fd89b36b 146 "--with-system-cairo"
eb0119ef 147 "--with-system-freetype2"
fd89b36b 148 "--with-system-gd"
0256c746 149 "--with-system-gmp"
be2c88ca 150 "--with-system-graphite2"
c70cf7eb 151 "--with-system-harfbuzz"
eb0119ef
AE
152 "--with-system-icu"
153 "--with-system-libgs"
609578a7 154 "--with-system-libpaper"
eb0119ef 155 "--with-system-libpng"
0256c746 156 "--with-system-mpfr"
fd89b36b 157 "--with-system-pixman"
eb0119ef 158 "--with-system-poppler"
75916982 159 "--with-system-potrace"
eb0119ef
AE
160 "--with-system-teckit"
161 "--with-system-xpdf"
162 "--with-system-zlib"
163 "--with-system-zziplib")
2f4640e3 164
7683bf11
EB
165 ;; Disable tests on mips64/aarch64 to cope with a failure of luajiterr.test.
166 ;; XXX FIXME fix luajit properly on mips64 and aarch64.
167 #:tests? ,(let ((s (or (%current-target-system)
168 (%current-system))))
169 (not (or (string-prefix? "aarch64" s)
170 (string-prefix? "mips64" s))))
eb0119ef 171 #:phases
4a6635f3
AE
172 (modify-phases %standard-phases
173 (add-after 'install 'postint
174 (lambda* (#:key inputs outputs #:allow-other-keys #:rest args)
175 (let* ((out (assoc-ref outputs "out"))
176 (share (string-append out "/share"))
177 (texlive-extra (assoc-ref inputs "texlive-extra-src"))
178 (unpack (assoc-ref %standard-phases 'unpack))
179 (patch-source-shebangs
180 (assoc-ref %standard-phases 'patch-source-shebangs)))
181 ;; Create symbolic links for the latex variants and their
182 ;; man pages.
183 (with-directory-excursion (string-append out "/bin/")
184 (for-each symlink
185 '("pdftex" "pdftex" "xetex" "luatex")
186 '("latex" "pdflatex" "xelatex" "lualatex")))
187 (with-directory-excursion (string-append share "/man/man1/")
188 (symlink "luatex.1" "lualatex.1"))
189 ;; Unpack texlive-extra and install tlpkg.
190 (mkdir "texlive-extra")
191 (with-directory-excursion "texlive-extra"
192 (apply unpack (list #:source texlive-extra))
193 (apply patch-source-shebangs (list #:source texlive-extra))
194 (system* "mv" "tlpkg" share))))))))
0aa34e82
AE
195 (synopsis "TeX Live, a package of the TeX typesetting system")
196 (description
197 "TeX Live provides a comprehensive TeX document production system.
198It includes all the major TeX-related programs, macro packages, and fonts
199that are free software, including support for many languages around the
200world.
201
202This package contains the binaries.")
132e14b4
EF
203 (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
204 (home-page "https://www.tug.org/texlive/")))
0aa34e82 205
9d913b25
RW
206(define-public texlive-dvips
207 (package
208 (name "texlive-dvips")
209 (version (number->string %texlive-revision))
210 (source (origin
211 (method svn-fetch)
212 (uri (svn-reference
213 (url (string-append "svn://www.tug.org/texlive/tags/"
214 %texlive-tag "/Master/texmf-dist/"
215 "/dvips"))
216 (revision %texlive-revision)))
2cdd9729 217 (file-name (string-append name "-" version "-checkout"))
9d913b25
RW
218 (sha256
219 (base32
15dc52e5 220 "0fcy2hpapbj01ncpjj3v39yhr0jjxb6rm13qaxjjw66s3vydxls1"))))
9d913b25
RW
221 (build-system trivial-build-system)
222 (arguments
223 `(#:modules ((guix build utils))
224 #:builder
225 (begin
226 (use-modules (guix build utils))
47019467
RW
227 (let* ((root (string-append (assoc-ref %outputs "out")
228 "/share/texmf-dist"))
229 (dvips (string-append root "/dvips"))
230 (maps (string-append root "/fonts/map/dvips/tetex"))
231 (encs (string-append root "/fonts/enc/dvips/base")))
232 (mkdir-p dvips)
233 (copy-recursively (assoc-ref %build-inputs "source") dvips)
234 (mkdir-p maps)
235 (copy-recursively (assoc-ref %build-inputs "dvips-font-maps") maps)
236 (mkdir-p encs)
237 (copy-recursively (assoc-ref %build-inputs "dvips-base-enc") encs)
9d913b25 238 #t))))
47019467
RW
239 (native-inputs
240 `(("dvips-font-maps"
241 ,(origin
242 (method svn-fetch)
243 (uri (svn-reference
244 (url (string-append "svn://www.tug.org/texlive/tags/"
245 %texlive-tag "/Master/texmf-dist/"
246 "/fonts/map/dvips/tetex"))
247 (revision %texlive-revision)))
2cdd9729 248 (file-name (string-append "dvips-font-maps-" version "-checkout"))
47019467
RW
249 (sha256
250 (base32
251 "100208pg7q6lj7swiq9p9287nn6b64bl62bnlaxpjni9y2kdrqy5"))))
252 ("dvips-base-enc"
253 ,(origin
254 (method svn-fetch)
255 (uri (svn-reference
256 (url (string-append "svn://www.tug.org/texlive/tags/"
257 %texlive-tag "/Master/texmf-dist/"
258 "/fonts/enc/dvips/base"))
259 (revision %texlive-revision)))
2cdd9729 260 (file-name (string-append "dvips-base-enc-" version "-checkout"))
47019467
RW
261 (sha256
262 (base32
263 "1xnf6ms0h87r55kxik4vicwr1907scj789lhqflqns8svvsli5iy"))))))
b8d8806b 264 (home-page "https://www.ctan.org/pkg/dvips")
9d913b25
RW
265 (synopsis "DVI to PostScript drivers")
266 (description "This package provides files needed for converting DVI files
267to PostScript.")
268 ;; Various free software licenses apply to individual files.
269 (license (list license:lppl1.3c+
270 license:expat
271 license:lgpl3+))))
272
99952c53
RW
273(define-public texlive-generic-unicode-data
274 (package
275 (name "texlive-generic-unicode-data")
276 (version (number->string %texlive-revision))
277 (source (origin
278 (method svn-fetch)
279 (uri (svn-reference
280 (url (string-append "svn://www.tug.org/texlive/tags/"
281 %texlive-tag "/Master/texmf-dist/"
282 "/tex/generic/unicode-data"))
283 (revision %texlive-revision)))
f569e917 284 (file-name (string-append name "-" version "-checkout"))
99952c53
RW
285 (sha256
286 (base32
287 "0ivrhp6jz31pl4z841g4ws41lmvdiwz4sslmhf02inlib79gz6r2"))))
288 (build-system trivial-build-system)
289 (arguments
290 `(#:modules ((guix build utils))
291 #:builder
292 (begin
293 (use-modules (guix build utils))
294 (let ((target (string-append (assoc-ref %outputs "out")
295 "/share/texmf-dist/tex/generic/unicode-data")))
296 (mkdir-p target)
297 (copy-recursively (assoc-ref %build-inputs "source") target)
298 #t))))
b8d8806b 299 (home-page "https://www.ctan.org/pkg/unicode-data")
99952c53
RW
300 (synopsis "Unicode data and loaders for TeX")
301 (description "This bundle provides generic access to Unicode Consortium
302data for TeX use. It contains a set of text files provided by the Unicode
303Consortium which are currently all from Unicode 8.0.0, with the exception of
304@code{MathClass.txt} which is not currently part of the Unicode Character
305Database. Accompanying these source data are generic TeX loader files
306allowing this data to be used as part of TeX runs, in particular in building
307format files. Currently there are two loader files: one for general character
308set up and one for initializing XeTeX character classes as has been carried
309out to date by @code{unicode-letters.tex}. ")
310 (license license:lppl1.3c+)))
311
9e99b1b4
RW
312(define-public texlive-generic-dehyph-exptl
313 (package
314 (name "texlive-generic-dehyph-exptl")
315 (version (number->string %texlive-revision))
316 (source (origin
317 (method svn-fetch)
318 (uri (svn-reference
319 (url (string-append "svn://www.tug.org/texlive/tags/"
320 %texlive-tag "/Master/texmf-dist/"
321 "/tex/generic/dehyph-exptl"))
322 (revision %texlive-revision)))
ddc0bbc8 323 (file-name (string-append name "-" version "-checkout"))
9e99b1b4
RW
324 (sha256
325 (base32
326 "1l9wgv99qq0ysvlxqpj4g8bl0dywbzra4g8m2kmpg2fb0i0hczap"))))
327 (build-system trivial-build-system)
328 (arguments
329 `(#:modules ((guix build utils))
330 #:builder
331 (begin
332 (use-modules (guix build utils))
333 (let ((target (string-append (assoc-ref %outputs "out")
334 "/share/texmf-dist/tex/generic/dehyph-exptl")))
335 (mkdir-p target)
336 (copy-recursively (assoc-ref %build-inputs "source") target)
337 #t))))
338 (home-page "http://projekte.dante.de/Trennmuster/WebHome")
339 (synopsis "Hyphenation patterns for German")
340 (description "The package provides experimental hyphenation patterns for
341the German language, covering both traditional and reformed orthography. The
342patterns can be used with packages Babel and hyphsubst from the Oberdiek
343bundle.")
344 ;; Hyphenation patterns are under the Expat license; documentation is
345 ;; under LPPL.
346 (license (list license:expat license:lppl))))
347
453aae66
RW
348(define-public texlive-generic-tex-ini-files
349 (package
350 (name "texlive-generic-tex-ini-files")
351 (version (number->string %texlive-revision))
352 (source (origin
353 (method svn-fetch)
354 (uri (svn-reference
355 (url (string-append "svn://www.tug.org/texlive/tags/"
356 %texlive-tag "/Master/texmf-dist/"
357 "/tex/generic/tex-ini-files"))
358 (revision %texlive-revision)))
ac0529dd 359 (file-name (string-append name "-" version "-checkout"))
453aae66
RW
360 (sha256
361 (base32
362 "1wh42n1lmzcvi3g6mm31nm3yd5ha5bl260xqc444jg1m9fdp3wz5"))))
363 (build-system trivial-build-system)
364 (arguments
365 `(#:modules ((guix build utils))
366 #:builder
367 (begin
368 (use-modules (guix build utils))
369 (let ((target (string-append (assoc-ref %outputs "out")
370 "/share/texmf-dist/tex/generic/tex-ini-files")))
371 (mkdir-p target)
372 (copy-recursively (assoc-ref %build-inputs "source") target)
373 #t))))
b8d8806b 374 (home-page "https://www.ctan.org/pkg/tex-ini-files")
453aae66
RW
375 (synopsis "Files for creating TeX formats")
376 (description "This bundle provides a collection of model \".ini\" files
377for creating TeX formats. These files are commonly used to introduced
378distribution-dependent variations in formats. They are also used to
379allow existing format source files to be used with newer engines, for example
380to adapt the plain e-TeX source file to work with XeTeX and LuaTeX.")
381 (license license:public-domain)))
382
9b134da8
RW
383(define-public texlive-generic-hyph-utf8
384 (package
385 (name "texlive-generic-hyph-utf8")
386 (version (number->string %texlive-revision))
387 (source (origin
388 (method svn-fetch)
389 (uri (svn-reference
390 (url (string-append "svn://www.tug.org/texlive/tags/"
391 %texlive-tag "/Master/texmf-dist/"
392 "/tex/generic/hyph-utf8"))
393 (revision %texlive-revision)))
a6acd611 394 (file-name (string-append name "-" version "-checkout"))
9b134da8
RW
395 (sha256
396 (base32
397 "0ghizcz7ps16dzfqf66wwg5i181assc6qsm0g7g5dbmp909931vi"))))
398 (build-system trivial-build-system)
399 (arguments
400 `(#:modules ((guix build utils))
401 #:builder
402 (begin
403 (use-modules (guix build utils))
404 (let ((target (string-append (assoc-ref %outputs "out")
405 "/share/texmf-dist/tex/generic/hyph-utf8")))
406 (mkdir-p target)
407 (copy-recursively (assoc-ref %build-inputs "source") target)
408 #t))))
b8d8806b 409 (home-page "https://ctan.org/pkg/hyph-utf8")
9b134da8
RW
410 (synopsis "Hyphenation patterns expressed in UTF-8")
411 (description "Modern native UTF-8 engines such as XeTeX and LuaTeX need
412hyphenation patterns in UTF-8 format, whereas older systems require
413hyphenation patterns in the 8-bit encoding of the font in use (such encodings
414are codified in the LaTeX scheme with names like OT1, T2A, TS1, OML, LY1,
415etc). The present package offers a collection of conversions of existing
416patterns to UTF-8 format, together with converters for use with 8-bit fonts in
417older systems. Since hyphenation patterns for Knuthian-style TeX systems are
418only read at iniTeX time, it is hoped that the UTF-8 patterns, with their
419converters, will completely supplant the older patterns.")
420 ;; Individual files each have their own license. Most of these files are
421 ;; independent hyphenation patterns.
422 (license (list license:lppl1.0+
423 license:lppl1.2+
424 license:lppl1.3
425 license:lppl1.3+
426 license:lppl1.3a+
427 license:lgpl2.1
428 license:lgpl2.1+
429 license:lgpl3+
430 license:gpl2+
431 license:gpl3+
432 license:mpl1.1
433 license:asl2.0
434 license:expat
435 license:bsd-3
436 license:cc0
437 license:public-domain
438 license:wtfpl2))))
439
8ada0f0b
RW
440(define-public texlive-metafont-base
441 (package
442 (name "texlive-metafont-base")
443 (version (number->string %texlive-revision))
444 (source (origin
445 (method svn-fetch)
446 (uri (svn-reference
447 (url (string-append "svn://www.tug.org/texlive/tags/"
448 %texlive-tag "/Master/texmf-dist/"
449 "/metafont"))
450 (revision %texlive-revision)))
1dec413a 451 (file-name (string-append name "-" version "-checkout"))
8ada0f0b
RW
452 (sha256
453 (base32
454 "1yl4n8cn5xqk2nc22zgzq6ymd7bhm6xx1mz3azip7i3ki4bhb5q5"))))
455 (build-system gnu-build-system)
456 (arguments
457 `(#:tests? #f ; no test target
458 #:phases
459 (modify-phases %standard-phases
460 (delete 'configure)
461 (replace 'build
462 (lambda* (#:key inputs #:allow-other-keys)
463 (let ((cwd (getcwd)))
464 (setenv "MFINPUTS"
465 (string-append cwd "/base:"
466 cwd "/misc:"
467 cwd "/roex:"
468 cwd "/feynmf:"
469 cwd "/mfpic:"
470 cwd "/config")))
471 (mkdir "build")
472 (with-directory-excursion "build"
473 (zero? (system* "inimf" "mf.mf")))))
474 (replace 'install
475 (lambda* (#:key outputs #:allow-other-keys)
476 (let* ((out (assoc-ref outputs "out"))
477 (base (string-append out "/share/texmf-dist/web2c"))
478 (mf (string-append out "/share/texmf-dist/metafont/base")))
479 (mkdir-p base)
480 (mkdir-p mf)
481 (install-file "build/mf.base" base)
482 (copy-recursively "base" mf)
483 #t))))))
484 (native-inputs
485 `(("texlive-bin" ,texlive-bin)))
b8d8806b 486 (home-page "https://www.ctan.org/pkg/metafont")
8ada0f0b
RW
487 (synopsis "Metafont base files")
488 (description "This package provides the Metafont base files needed to
489build fonts using the Metafont system.")
490 (license license:knuth)))
491
dea67d8a
RW
492(define-public texlive-fontname
493 (package
494 (name "texlive-fontname")
495 (version (number->string %texlive-revision))
496 (source (origin
497 (method svn-fetch)
498 (uri (svn-reference
499 (url (string-append "svn://www.tug.org/texlive/tags/"
500 %texlive-tag "/Master/texmf-dist/"
501 "/fonts/map/fontname"))
502 (revision %texlive-revision)))
b8e213cb 503 (file-name (string-append name "-" version "-checkout"))
dea67d8a
RW
504 (sha256
505 (base32
506 "0cssbzcx15221dynp5sii72qh4l18mwkr14n8w1xb19j8pbaqasz"))))
507 (build-system trivial-build-system)
508 (arguments
509 `(#:modules ((guix build utils))
510 #:builder
511 (begin
512 (use-modules (guix build utils))
513 (let ((target (string-append (assoc-ref %outputs "out")
514 "/share/texmf-dist/fonts/map/fontname")))
515 (mkdir-p target)
516 (copy-recursively (assoc-ref %build-inputs "source") target)
517 #t))))
518 (home-page "https://www.ctan.org/pkg/fontname")
519 (synopsis "Scheme for naming fonts in TeX")
520 (description "This is Fontname, a naming scheme for (the base part of)
521external TeX font filenames. This makes at most eight-character names
522from (almost) arbitrarily complex font names, thus helping portability of TeX
523documents.")
524 (license license:public-domain)))
525
3c4f1ec7
RW
526(define-public texlive-fonts-cm
527 (package
528 (name "texlive-fonts-cm")
529 (version (number->string %texlive-revision))
530 (source (origin
531 (method svn-fetch)
532 (uri (svn-reference
533 (url (string-append "svn://www.tug.org/texlive/tags/"
534 %texlive-tag "/Master/texmf-dist/"
535 "/fonts/source/public/cm"))
536 (revision %texlive-revision)))
a4015c20 537 (file-name (string-append name "-" version "-checkout"))
3c4f1ec7
RW
538 (sha256
539 (base32
540 "045k5b9rdmbxpy1a3006l1x96z1rd18vg3cwrvnld9bqybw5qz44"))))
541 (build-system gnu-build-system)
542 (arguments
543 `(#:modules ((guix build gnu-build-system)
544 (guix build utils)
545 (srfi srfi-1)
546 (srfi srfi-26))
547 #:tests? #f ; no tests
548 #:phases
549 (modify-phases %standard-phases
550 (delete 'configure)
551 (replace 'build
552 (lambda* (#:key inputs #:allow-other-keys)
553 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
554 ;; Tell mf where to find mf.base
555 (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
556 ;; Tell mf where to look for source files
557 (setenv "MFINPUTS"
558 (string-append (getcwd) ":"
559 mf "/share/texmf-dist/metafont/base")))
560 (mkdir "build")
561 (every (lambda (font)
562 (format #t "building font ~a\n" font)
563 (zero? (system* "mf" "-progname=mf"
564 "-output-directory=build"
565 (string-append "\\"
566 "mode:=ljfour; "
567 "mag:=1; "
568 "batchmode; "
569 "input "
570 (basename font ".mf")))))
571 (find-files "." "cm(.*[0-9]+.*|inch)\\.mf$"))))
572 (replace 'install
573 (lambda* (#:key outputs #:allow-other-keys)
574 (let* ((out (assoc-ref outputs "out"))
575 (tfm (string-append
576 out "/share/texmf-dist/fonts/tfm/public/cm"))
577 (mf (string-append
578 out "/share/texmf-dist/fonts/source/public/cm")))
579 (for-each (cut install-file <> tfm)
580 (find-files "build" "\\.*"))
581 (for-each (cut install-file <> mf)
582 (find-files "." "\\.mf"))
583 #t))))))
584 (native-inputs
585 `(("texlive-bin" ,texlive-bin)
586 ("texlive-metafont-base" ,texlive-metafont-base)))
b8d8806b 587 (home-page "https://www.ctan.org/pkg/cm")
3c4f1ec7
RW
588 (synopsis "Computer Modern fonts for TeX")
589 (description "This package provides the Computer Modern fonts by Donald
590Knuth. The Computer Modern font family is a large collection of text,
591display, and mathematical fonts in a range of styles, based on Monotype Modern
5928A.")
593 (license license:knuth)))
594
5ebba61a
RW
595(define-public texlive-fonts-knuth-lib
596 (package
597 (name "texlive-fonts-knuth-lib")
598 (version (number->string %texlive-revision))
599 (source (origin
600 (method svn-fetch)
601 (uri (svn-reference
602 (url (string-append "svn://www.tug.org/texlive/tags/"
603 %texlive-tag "/Master/texmf-dist/"
604 "/fonts/source/public/knuth-lib"))
605 (revision %texlive-revision)))
6b286e42 606 (file-name (string-append name "-" version "-checkout"))
5ebba61a
RW
607 (sha256
608 (base32
609 "0in9aqyi8jkyf9d16z0li50z5fpwj1iwgwm83gmvwqcf7chfs04y"))))
610 (build-system gnu-build-system)
611 (arguments
612 `(#:modules ((guix build gnu-build-system)
613 (guix build utils)
614 (srfi srfi-26))
615 #:tests? #f ; no tests
616 #:phases
617 (modify-phases %standard-phases
618 (delete 'configure)
619 (replace 'build
620 (lambda* (#:key inputs #:allow-other-keys)
621 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
622 ;; Tell mf where to find mf.base
623 (setenv "MFBASES"
624 (string-append mf "/share/texmf-dist/web2c"))
625 ;; Tell mf where to look for source files
626 (setenv "MFINPUTS"
627 (string-append (getcwd) ":"
628 mf "/share/texmf-dist/metafont/base")))
629 (mkdir "build")
630 (zero? (system* "mf" "-progname=mf"
631 "-output-directory=build"
632 (string-append "\\"
633 "mode:=ljfour; "
634 "mag:=1; "
635 "batchmode; "
636 "input manfnt")))))
637 (replace 'install
638 (lambda* (#:key outputs #:allow-other-keys)
639 (let* ((out (assoc-ref outputs "out"))
640 (tfm (string-append
641 out "/share/texmf-dist/fonts/tfm/public/knuth-lib"))
642 (mf (string-append
643 out "/share/texmf-dist/fonts/source/public/knuth-lib")))
644 (for-each (cut install-file <> tfm)
645 (find-files "build" "\\.*"))
646 (for-each (cut install-file <> mf)
647 (find-files "." "\\.mf"))
648 #t))))))
649 (native-inputs
650 `(("texlive-bin" ,texlive-bin)
651 ("texlive-metafont-base" ,texlive-metafont-base)))
652 (home-page "https://www.ctan.org/pkg/knuth-lib")
653 (synopsis "Small library of METAFONT sources")
654 (description "This is a collection of core TeX and METAFONT macro files
655from Donald Knuth, including the plain format, plain base, and the MF logo
656fonts.")
657 (license license:knuth)))
658
a00d5933
RW
659(define-public texlive-fonts-latex
660 (package
661 (name "texlive-fonts-latex")
662 (version (number->string %texlive-revision))
663 (source (origin
664 (method svn-fetch)
665 (uri (svn-reference
666 (url (string-append "svn://www.tug.org/texlive/tags/"
667 %texlive-tag "/Master/texmf-dist/"
668 "/fonts/source/public/latex-fonts"))
669 (revision %texlive-revision)))
a4550e7d 670 (file-name (string-append name "-" version "-checkout"))
a00d5933
RW
671 (sha256
672 (base32
673 "0ypsm4xv9cw0jckk2qc7gi9hcmhf31mrg56pz3llyx3yd9vq2lps"))))
674 (build-system gnu-build-system)
675 (arguments
676 `(#:modules ((guix build gnu-build-system)
677 (guix build utils)
678 (srfi srfi-1)
679 (srfi srfi-26))
680 #:tests? #f ; no tests
681 #:phases
682 (modify-phases %standard-phases
683 (delete 'configure)
684 (replace 'build
685 (lambda* (#:key inputs #:allow-other-keys)
686 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
687 ;; Tell mf where to find mf.base
688 (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
689 ;; Tell mf where to look for source files
690 (setenv "MFINPUTS"
691 (string-append (getcwd) ":"
692 mf "/share/texmf-dist/metafont/base:"
693 (assoc-ref inputs "texlive-fonts-cm")
694 "/share/texmf-dist/fonts/source/public/cm")))
695 (mkdir "build")
696 (every (lambda (font)
697 (format #t "building font ~a\n" font)
698 (zero? (system* "mf" "-progname=mf"
699 "-output-directory=build"
700 (string-append "\\"
701 "mode:=ljfour; "
702 "mag:=1; "
703 "batchmode; "
704 "input " font))))
705 '("icmcsc10" "icmex10" "icmmi8" "icmsy8" "icmtt8"
706 "ilasy8" "ilcmss8" "ilcmssb8" "ilcmssi8"
707 "lasy5" "lasy6" "lasy7" "lasy8" "lasy9" "lasy10" "lasyb10"
708 "lcircle10" "lcirclew10" "lcmss8" "lcmssb8" "lcmssi8"
709 "line10" "linew10"))))
710 (replace 'install
711 (lambda* (#:key outputs #:allow-other-keys)
712 (let* ((out (assoc-ref outputs "out"))
713 (tfm (string-append
714 out "/share/texmf-dist/fonts/tfm/public/latex-fonts"))
715 (mf (string-append
716 out "/share/texmf-dist/fonts/source/public/latex-fonts")))
717 (for-each (cut install-file <> tfm)
718 (find-files "build" "\\.*"))
719 (for-each (cut install-file <> mf)
720 (find-files "." "\\.mf"))
721 #t))))))
722 (native-inputs
723 `(("texlive-bin" ,texlive-bin)
724 ("texlive-metafont-base" ,texlive-metafont-base)
725 ("texlive-fonts-cm" ,texlive-fonts-cm)))
b8d8806b 726 (home-page "https://www.ctan.org/pkg/latex-fonts")
a00d5933
RW
727 (synopsis "Collection of fonts used in LaTeX distributions")
728 (description "This is a collection of fonts for use with standard LaTeX
729packages and classes. It includes invisible fonts (for use with the slides
730class), line and circle fonts (for use in the picture environment) and LaTeX
731symbol fonts.")
732 (license license:lppl1.2+)))
733
98b4aca1
RW
734(define-public texlive-fonts-amsfonts
735 (package
736 (name "texlive-fonts-amsfonts")
737 (version (number->string %texlive-revision))
738 (source (origin
739 (method svn-fetch)
740 (uri (svn-reference
741 (url (string-append "svn://www.tug.org/texlive/tags/"
742 %texlive-tag "/Master/texmf-dist/"
743 "/fonts/source/public/amsfonts"))
744 (revision %texlive-revision)))
5fe9233e 745 (file-name (string-append name "-" version "-checkout"))
98b4aca1
RW
746 (sha256
747 (base32
748 "07h20rvpbdb4k72hzmjkyb29426zr9wxsfp6yd4ajbbpd3vx8grb"))))
749 (build-system gnu-build-system)
750 (arguments
751 `(#:modules ((guix build gnu-build-system)
752 (guix build utils)
753 (srfi srfi-1)
754 (srfi srfi-26))
755 #:tests? #f ; no tests
756 #:phases
757 (modify-phases %standard-phases
758 (delete 'configure)
759 (replace 'build
760 (lambda* (#:key inputs #:allow-other-keys)
761 (let ((mf (assoc-ref inputs "texlive-metafont-base"))
762 (cwd (getcwd)))
763 ;; Tell mf where to find mf.base
764 (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
765 ;; Tell mf where to look for source files
766 (setenv "MFINPUTS"
767 (string-append cwd ":"
768 cwd "/cmextra:"
769 cwd "/cyrillic:"
770 cwd "/dummy:"
771 cwd "/symbols:"
772 mf "/share/texmf-dist/metafont/base:"
773 (assoc-ref inputs "texlive-fonts-cm")
774 "/share/texmf-dist/fonts/source/public/cm")))
775 (mkdir "build")
776 (every (lambda (font)
777 (format #t "building font ~a\n" (basename font ".mf"))
778 (with-directory-excursion (dirname font)
779 (zero? (system* "mf" "-progname=mf"
780 "-output-directory=../build"
781 (string-append "\\"
782 "mode:=ljfour; "
783 "mag:=1; "
784 "nonstopmode; "
785 "input "
786 (getcwd) "/"
787 (basename font ".mf"))))))
788 (find-files "." "[0-9]+\\.mf$"))))
789 (replace 'install
790 (lambda* (#:key outputs #:allow-other-keys)
791 (let* ((out (assoc-ref outputs "out"))
792 (tfm (string-append
793 out "/share/texmf-dist/fonts/tfm/public/amsfonts"))
794 (mf (string-append
795 out "/share/texmf-dist/fonts/source/public/amsfonts")))
796 (for-each (cut install-file <> tfm)
797 (find-files "build" "\\.*"))
798 (for-each (cut install-file <> mf)
799 (find-files "." "\\.mf"))
800 #t))))))
801 (native-inputs
802 `(("texlive-fonts-cm" ,texlive-fonts-cm)
803 ("texlive-metafont-base" ,texlive-metafont-base)
804 ("texlive-bin" ,texlive-bin)))
b8d8806b 805 (home-page "https://www.ctan.org/pkg/amsfonts")
98b4aca1
RW
806 (synopsis "TeX fonts from the American Mathematical Society")
807 (description
808 "This package provides an extended set of fonts for use in mathematics,
809including: extra mathematical symbols; blackboard bold letters (uppercase
810only); fraktur letters; subscript sizes of bold math italic and bold Greek
811letters; subscript sizes of large symbols such as sum and product; added sizes
812of the Computer Modern small caps font; cyrillic fonts (from the University of
813Washington); Euler mathematical fonts. All fonts are provided as Adobe Type 1
814files, and all except the Euler fonts are provided as Metafont source. The
815distribution also includes the canonical Type 1 versions of the Computer
816Modern family of fonts. The Euler fonts are supported by separate packages;
817details can be found in the documentation.")
818 (license license:silofl1.1)))
819
137f9cbc
RW
820(define-public texlive-latex-amsfonts
821 (package
822 (name "texlive-latex-amsfonts")
823 (version (number->string %texlive-revision))
824 (source (origin
825 (method svn-fetch)
826 (uri (texlive-ref "latex" "amsfonts"))
9700a0d0 827 (file-name (string-append name "-" version "-checkout"))
137f9cbc
RW
828 (sha256
829 (base32
830 "0slzfv5h2m03b2xvm2sasznz4azh6rgi069z161dja3l8rln79hm"))))
831 (build-system texlive-build-system)
832 (arguments '(#:tex-directory "latex/amsfonts"))
833 (native-inputs
834 `(("texlive-fonts-cm" ,texlive-fonts-cm)
835 ("texlive-metafont-base" ,texlive-metafont-base)))
b8d8806b 836 (home-page "https://www.ctan.org/pkg/amsfonts")
137f9cbc
RW
837 (synopsis "TeX fonts from the American Mathematical Society")
838 (description
839 "This package provides basic LaTeX support for the symbol fonts provides
840by the amsfonts package. It provides @code{amsfonts.sty}, with names of
841individual symbols defined in @code{amssymb.sty}.")
842 (license license:silofl1.1)))
843
566e95f7
RW
844;; This provides etex.src which is needed to build various formats, including
845;; luatex.fmt and pdflatex.fmt
846(define-public texlive-tex-plain
847 (package
848 (name "texlive-tex-plain")
849 (version (number->string %texlive-revision))
850 (source (origin
851 (method svn-fetch)
852 (uri (svn-reference
853 (url (string-append "svn://www.tug.org/texlive/tags/"
854 %texlive-tag "/Master/texmf-dist/"
855 "/tex/plain"))
856 (revision %texlive-revision)))
b63aefe5 857 (file-name (string-append name "-" version "-checkout"))
566e95f7
RW
858 (sha256
859 (base32
96c336be 860 "0mjgl3gscn3ps29yjambz1j9fg81ynnncb96vpprwx4xsijhsns0"))))
566e95f7
RW
861 (build-system trivial-build-system)
862 (arguments
863 `(#:modules ((guix build utils))
864 #:builder
865 (begin
866 (use-modules (guix build utils))
867 (let ((target (string-append (assoc-ref %outputs "out")
868 "/share/texmf-dist/tex/plain")))
869 (mkdir-p target)
870 (copy-recursively (assoc-ref %build-inputs "source") target)
871 #t))))
872 (home-page "https://www.ctan.org/pkg/plain")
873 (synopsis "Plain TeX format and supporting files")
874 (description
875 "Contains files used to build the Plain TeX format, as described in the
876TeXbook, together with various supporting files (some also discussed in the
877book).")
878 (license license:knuth)))
879
010f476f
RW
880(define-public texlive-latex-base
881 (let ((texlive-dir
882 (lambda (dir hash)
883 (origin
884 (method svn-fetch)
885 (uri (svn-reference
886 (url (string-append "svn://www.tug.org/texlive/tags/"
887 %texlive-tag "/Master/texmf-dist/"
888 dir))
889 (revision %texlive-revision)))
8d514ae7
EF
890 (file-name (string-append "texlive-generic-"
891 (last (string-split
892 (string-drop-right dir 1) #\/))
893 "-" (number->string %texlive-revision)
894 "-checkout"))
010f476f
RW
895 (sha256 (base32 hash))))))
896 (package
897 (name "texlive-latex-base")
898 (version (number->string %texlive-revision))
899 (source (origin
900 (method svn-fetch)
901 (uri (texlive-ref "latex" "base"))
8d514ae7 902 (file-name (string-append name "-" version "-checkout"))
010f476f
RW
903 (sha256
904 (base32
905 "1h9pir2hz6i9avc4lrl733p3zf4rpkg8537x1zdbhs91hvhikw9k"))))
906 (build-system gnu-build-system)
907 (arguments
908 `(#:modules ((guix build gnu-build-system)
909 (guix build utils)
910 (ice-9 match)
911 (srfi srfi-1)
912 (srfi srfi-26))
913 #:tests? #f ; no tests
914 #:phases
915 (modify-phases %standard-phases
916 (delete 'configure)
917 (replace 'build
918 (lambda* (#:key inputs #:allow-other-keys)
919 ;; Find required fonts
920 (setenv "TFMFONTS"
921 (string-append (assoc-ref inputs "texlive-fonts-cm")
922 "/share/texmf-dist/fonts/tfm/public/cm:"
923 (assoc-ref inputs "texlive-fonts-latex")
924 "/share/texmf-dist/fonts/tfm/public/latex-fonts:"
925 (assoc-ref inputs "texlive-fonts-knuth-lib")
926 "/share/texmf-dist/fonts/tfm/public/knuth-lib"))
927 (setenv "TEXINPUTS"
928 (string-append
929 (getcwd) ":"
930 (getcwd) "/build:"
931 (string-join
932 (append-map (match-lambda
933 ((_ . dir)
934 (find-files dir
935 (lambda (_ stat)
936 (eq? 'directory (stat:type stat)))
937 #:directories? #t
938 #:stat stat)))
939 inputs)
940 ":")))
941
942 ;; Create an empty texsys.cfg, because latex.ltx wants to include
943 ;; it. This file must exist and it's fine if it's empty.
944 (with-output-to-file "texsys.cfg"
945 (lambda _ (format #t "%")))
946
947 (mkdir "build")
948 (mkdir "web2c")
8d32139d
EF
949 (and (invoke "luatex" "-ini" "-interaction=batchmode"
950 "-output-directory=build" "unpack.ins")
951 (invoke "tex" "-ini" "-interaction=batchmode"
952 "-output-directory=web2c" "tex.ini")
bd6e2385
RW
953 ;; LaTeX, pdfetex/pdftex, and XeTeX require e-TeX, which
954 ;; is enabled only in extended mode (activated with a
955 ;; leading asterisk). We should not use luatex here,
956 ;; because that would make the generated format files
957 ;; incompatible with any other TeX engine.
010f476f
RW
958 (every
959 (lambda (format)
8d32139d
EF
960 (invoke "latex" "-ini" "-interaction=batchmode"
961 "-output-directory=web2c"
962 "-translate-file=cp227.tcx"
963 (string-append "*" format ".ini")))
702f23b3 964 '("latex"
bd6e2385
RW
965 "pdflatex"
966 "pdfetex"))
702f23b3
RW
967 (every
968 (lambda (format)
8d32139d
EF
969 (invoke format "-ini" "-interaction=batchmode"
970 "-output-directory=web2c"
971 (string-append "*" format ".ini")))
702f23b3
RW
972 '("xetex"
973 "xelatex"))
010f476f
RW
974 (every
975 (lambda (format)
8d32139d
EF
976 (invoke "luatex" "-ini" "-interaction=batchmode"
977 "-output-directory=web2c"
978 (string-append format ".ini")))
702f23b3 979 '("dviluatex" "dvilualatex" "luatex" "lualatex")))))
010f476f
RW
980 (replace 'install
981 (lambda* (#:key outputs #:allow-other-keys)
982 (let* ((out (assoc-ref outputs "out"))
983 (target (string-append
984 out "/share/texmf-dist/tex/latex/base"))
985 (web2c (string-append
986 out "/share/texmf-dist/web2c")))
987 (mkdir-p target)
988 (mkdir-p web2c)
989 (for-each delete-file (find-files "." "\\.(log|aux)$"))
990 (for-each (cut install-file <> target)
991 (find-files "build" ".*"))
992 (for-each (cut install-file <> web2c)
993 (find-files "web2c" ".*"))
bd6e2385
RW
994 ;; pdftex is really just the same as pdfetex, but since it
995 ;; doesn't have its own format file, we need to copy it.
996 (copy-file "web2c/pdfetex.fmt"
997 (string-append web2c "/pdftex.fmt"))
010f476f
RW
998 #t))))))
999 (native-inputs
1000 `(("texlive-bin" ,texlive-bin)
1001 ("texlive-generic-unicode-data" ,texlive-generic-unicode-data)
1002 ("texlive-generic-dehyph-exptl" ,texlive-generic-dehyph-exptl)
1003 ("texlive-generic-tex-ini-files" ,texlive-generic-tex-ini-files)
1004 ("texlive-latex-latexconfig"
1005 ,(texlive-dir "tex/latex/latexconfig/"
1006 "1zb3j49cj8p75yph6c8iysjp7qbdvghwf0mn9j0l7qq3qkbz2xaf"))
1007 ("texlive-generic-hyph-utf8" ,texlive-generic-hyph-utf8)
1008 ("texlive-generic-hyphen"
1009 ,(texlive-dir "tex/generic/hyphen/"
1010 "0xim36wybw2625yd0zwlp9m2c2xrcybw58gl4rih9nkph0wqwwhd"))
1011 ("texlive-generic-ruhyphen"
1012 ,(texlive-dir "tex/generic/ruhyphen/"
1013 "14rjkpl4zkjqs13rcf9kcd24mn2kx7i1jbdwxq8ds94bi66ylzsd"))
1014 ("texlive-generic-ukrhyph"
1015 ,(texlive-dir "tex/generic/ukrhyph/"
1016 "1cfwdg2rhbayl3w0x1xqd36d45zbc96f029myp13s7cb6kbmbppv"))
1017 ("texlive-generic-config"
1018 ,(texlive-dir "tex/generic/config/"
1019 "19vj088p4kkp6xll0141m4kl6ssgdzhs3g10i232khb07aqiag8s"))
1020 ("texlive-tex-plain" ,texlive-tex-plain)
1021 ("texlive-fonts-cm" ,texlive-fonts-cm)
1022 ("texlive-fonts-latex" ,texlive-fonts-latex)
1023 ("texlive-fonts-knuth-lib" ,texlive-fonts-knuth-lib)))
b8d8806b 1024 (home-page "https://www.ctan.org/pkg/latex-base")
010f476f
RW
1025 (synopsis "Base sources of LaTeX")
1026 (description
1027 "This bundle comprises the source of LaTeX itself, together with several
1028packages which are considered \"part of the kernel\". This bundle, together
1029with the required packages, constitutes what every LaTeX distribution should
1030contain.")
1031 (license license:lppl1.3c+))))
1032
3e485ed2
RW
1033(define-public texlive-latex-filecontents
1034 (package
1035 (name "texlive-latex-filecontents")
1036 (version (number->string %texlive-revision))
1037 (source (origin
1038 (method svn-fetch)
1039 (uri (texlive-ref "latex" "filecontents"))
7e353a77 1040 (file-name (string-append name "-" version "-checkout"))
3e485ed2
RW
1041 (sha256
1042 (base32
1043 "0swkbxv8vg0yizadfnvrwjb4cj0pn34v9wm6v7wqq903fdav7k7q"))))
1044 (build-system texlive-build-system)
1045 (arguments '(#:tex-directory "latex/filecontents"))
b8d8806b 1046 (home-page "https://www.ctan.org/pkg/filecontents")
3e485ed2
RW
1047 (synopsis "Extended filecontents and filecontents* environments")
1048 (description
1049 "LaTeX2e's @code{filecontents} and @code{filecontents*} environments
1050enable a LaTeX source file to generate external files as it runs through
1051LaTeX. However, there are two limitations of these environments: they refuse
1052to overwrite existing files, and they can only be used in the preamble of a
1053document. The filecontents package removes these limitations, letting you
1054overwrite existing files and letting you use @code{filecontents} /
1055@code{filecontents*} anywhere.")
1056 (license license:lppl1.3c+)))
1057
1193aa89
RW
1058(define-public texlive-generic-ifxetex
1059 (package
1060 (name "texlive-generic-ifxetex")
fea8eef3 1061 (version (number->string %texlive-revision))
1193aa89
RW
1062 (source (origin
1063 (method svn-fetch)
1064 (uri (texlive-ref "generic" "ifxetex"))
24dbc602 1065 (file-name (string-append name "-" version "-checkout"))
1193aa89
RW
1066 (sha256
1067 (base32
1068 "0w2xj7n0szavj329kds09q626szkc378p3w0sk022q0ln4ksz86d"))))
1069 (build-system texlive-build-system)
1070 (arguments
1071 '(#:tex-directory "generic/ifxetex"
1072 #:tex-format "xelatex"))
1073 (inputs
1074 `(("texlive-latex-filecontents" ,texlive-latex-filecontents)))
b8d8806b 1075 (home-page "https://www.ctan.org/pkg/ifxetex")
1193aa89
RW
1076 (synopsis "Am I running under XeTeX?")
1077 (description
1078 "This is a simple package which provides an @code{\\ifxetex} conditional,
1079so that other code can determine that it is running under XeTeX. The package
beb476ed 1080requires the e-TeX extensions to the TeX primitive set.")
1193aa89
RW
1081 (license license:lppl1.3c+)))
1082
9186c156
RW
1083(define-public texlive-generic-epsf
1084 (package
1085 (name "texlive-generic-epsf")
1086 (version (number->string %texlive-revision))
1087 (source (origin
1088 (method svn-fetch)
1089 (uri (svn-reference
1090 (url (string-append "svn://www.tug.org/texlive/tags/"
1091 %texlive-tag "/Master/texmf-dist/"
1092 "/tex/generic/epsf"))
1093 (revision %texlive-revision)))
ca61c6b3 1094 (file-name (string-append name "-" version "-checkout"))
9186c156
RW
1095 (sha256
1096 (base32
1097 "14w3j81ympyvg8hkk9i1xgr8a0gfnfsb2ki8qqsk5pa051za1xcy"))))
1098 (build-system trivial-build-system)
1099 (arguments
1100 `(#:modules ((guix build utils))
1101 #:builder
1102 (begin
1103 (use-modules (guix build utils))
1104 (let ((target (string-append (assoc-ref %outputs "out")
1105 "/share/texmf-dist/tex/generic/epfs")))
1106 (mkdir-p target)
1107 (copy-recursively (assoc-ref %build-inputs "source") target)
1108 #t))))
b8d8806b 1109 (home-page "https://www.ctan.org/pkg/epsf")
9186c156
RW
1110 (synopsis "Simple macros for EPS inclusion")
1111 (description
1112 "This package provides the original (and now obsolescent) graphics
1113inclusion macros for use with dvips, still widely used by Plain TeX users (in
1114particular). For LaTeX users, the package is nowadays (rather strongly)
1115deprecated in favour of the more sophisticated standard LaTeX latex-graphics
1116bundle of packages. (The latex-graphics bundle is also available to Plain TeX
1117users, via its Plain TeX version.)")
1118 (license license:public-domain)))
1119
437822a1
RW
1120(define-public texlive-latex-fancyvrb
1121 (package
1122 (name "texlive-latex-fancyvrb")
1123 (version (number->string %texlive-revision))
1124 (source (origin
1125 (method svn-fetch)
1126 (uri (texlive-ref "latex" "fancyvrb"))
88e11022 1127 (file-name (string-append name "-" version "-checkout"))
437822a1
RW
1128 (sha256
1129 (base32
1130 "03l7140y031rr14h02i4z9zqsfvrbn7wzwxbjsrjcgrk6sdr71wv"))))
1131 (build-system texlive-build-system)
1132 (arguments
1133 '(#:tex-directory "latex/fancyvrb"
1134 ;; We exclude "fvrb-ex" to avoid a dependency on texlive-luaotfload and
1135 ;; thus texlive-luatex-lualibs.
1136 #:build-targets '("fancyvrb.ins")))
b8d8806b 1137 (home-page "https://www.ctan.org/pkg/fancyvrb")
437822a1
RW
1138 (synopsis "Sophisticated verbatim text")
1139 (description
1140 "This package provides tools for the flexible handling of verbatim text
1141including: verbatim commands in footnotes; a variety of verbatim environments
1142with many parameters; ability to define new customized verbatim environments;
1143save and restore verbatim text and environments; write and read files in
1144verbatim mode; build \"example\" environments (showing both result and
1145verbatim source).")
1146 (license license:lppl1.0+)))
1147
4eebd2cd
RW
1148(define-public texlive-latex-graphics
1149 (package
1150 (name "texlive-latex-graphics")
1151 (version (number->string %texlive-revision))
1152 (source (origin
1153 (method svn-fetch)
1154 (uri (texlive-ref "latex" "graphics"))
f7302073 1155 (file-name (string-append name "-" version "-checkout"))
4eebd2cd
RW
1156 (sha256
1157 (base32
e3c970fc 1158 "07azyn0b1s49vbdlr6dmygrminxp72ndl24j1091hiiccvrjq3xc"))))
4eebd2cd
RW
1159 (build-system texlive-build-system)
1160 (arguments
1161 '(#:tex-directory "latex/graphics"
1162 #:phases
1163 (modify-phases %standard-phases
1164 (add-after 'install 'install-config
1165 (lambda* (#:key inputs outputs #:allow-other-keys)
1166 (let ((cfg (assoc-ref inputs "graphics-cfg"))
1167 (target (string-append (assoc-ref outputs "out")
1168 "/share/texmf-dist/tex/latex/graphics-cfg")))
1169 (mkdir-p target)
1170 (install-file (string-append cfg "/graphics.cfg") target)
1171 (install-file (string-append cfg "/color.cfg") target)
1172 #t)))
1173 (add-after 'install 'install-defs
1174 (lambda* (#:key inputs outputs #:allow-other-keys)
1175 (let ((def (assoc-ref inputs "graphics-def"))
1176 (target (string-append (assoc-ref outputs "out")
1177 "/share/texmf-dist/tex/latex/graphics-def")))
1178 (mkdir-p target)
1179 (copy-recursively def target)
1180 #t))))))
1181 (native-inputs
1182 `(("graphics-cfg"
1183 ,(origin
1184 (method git-fetch)
1185 (uri (git-reference
1186 (url "https://github.com/latex3/graphics-cfg.git")
1187 (commit "19d1238af17df376cd46333b229579b0f7f3a41f")))
f7302073
EF
1188 (file-name (string-append "graphics-cfg-"
1189 (number->string %texlive-revision)
1190 "-checkout"))
4eebd2cd
RW
1191 (sha256
1192 (base32
1193 "12kbgbm52gmmgn8zajb74s8n5rvnxcfdvs3iyj8vcw5vrsw5i6mh"))))
1194 ("graphics-def"
1195 ,(origin
1196 (method svn-fetch)
1197 (uri (svn-reference
1198 (url (string-append "svn://www.tug.org/texlive/tags/"
1199 %texlive-tag "/Master/texmf-dist/"
1200 "/tex/latex/graphics-def"))
1201 (revision %texlive-revision)))
f7302073
EF
1202 (file-name (string-append "graphics-def-"
1203 (number->string %texlive-revision)
1204 "-checkout"))
4eebd2cd
RW
1205 (sha256
1206 (base32
51c15375 1207 "0gi4qv6378nl84s8n1yx3hjqvv7r4lza7hpbymbl5rzwgw8qrnyb"))))))
b8d8806b 1208 (home-page "https://www.ctan.org/pkg/latex-graphics")
4eebd2cd
RW
1209 (synopsis "LaTeX standard graphics bundle")
1210 (description
1211 "This is a collection of LaTeX packages for producing color, including
1212graphics (e.g. PostScript) files, and rotation and scaling of text in LaTeX
1213documents. It comprises the packages color, graphics, graphicx, trig, epsfig,
1214keyval, and lscape.")
1215 ;; The configuration files are released under CC0.
1216 (license (list license:lppl1.3c+
1217 license:cc0))))
1218
f5a6af42
RW
1219(define-public texlive-latex-xcolor
1220 (package
1221 (name "texlive-latex-xcolor")
1222 (version (number->string %texlive-revision))
1223 (source (origin
1224 (method svn-fetch)
1225 (uri (texlive-ref "latex" "xcolor"))
19389bcd 1226 (file-name (string-append name "-" version "-checkout"))
f5a6af42
RW
1227 (sha256
1228 (base32
1229 "01n613s7bcrd2n4jfawm0k4nn2ny3aaifp2jjfif3lz4sbv31494"))))
1230 (build-system texlive-build-system)
1231 (arguments '(#:tex-directory "latex/xcolor"))
b8d8806b 1232 (home-page "https://www.ctan.org/pkg/xcolor")
f5a6af42
RW
1233 (synopsis "Driver-independent color extensions for LaTeX and pdfLaTeX")
1234 (description
1235 "The package starts from the basic facilities of the colorcolor package,
1236and provides easy driver-independent access to several kinds of color tints,
1237shades, tones, and mixes of arbitrary colors. It allows a user to select a
1238document-wide target color model and offers complete tools for conversion
1239between eight color models. Additionally, there is a command for alternating
1240row colors plus repeated non-aligned material (like horizontal lines) in
1241tables.")
1242 (license license:lppl1.2+)))
1243
4d660fdf
RW
1244(define-public texlive-latex-hyperref
1245 (package
1246 (name "texlive-latex-hyperref")
1247 (version "6.84a2")
1248 ;; The sources in the TeX Live SVN repository do not contain hluatex.dtx,
1249 ;; so we fetch the release from GitHub.
1250 (source (origin
1251 (method url-fetch)
1252 (uri (string-append "https://github.com/ho-tex/hyperref/"
1253 "archive/release-" version ".tar.gz"))
1254 (file-name (string-append name "-" version ".tar.gz"))
1255 (sha256
1256 (base32
1257 "1d3rmjgzh0025a1dza55zb6nzzlgd1y9snwx45wq1c1vf42m79h2"))))
1258 (build-system texlive-build-system)
1259 (arguments '(#:tex-directory "latex/hyperref"))
b8d8806b 1260 (home-page "https://www.ctan.org/pkg/hyperref")
4d660fdf
RW
1261 (synopsis "Extensive support for hypertext in LaTeX")
1262 (description
c5a8ecb6
RW
1263 "The @code{hyperref} package is used to handle cross-referencing commands
1264in LaTeX to produce hypertext links in the document. The package provides
1265backends for the @code{\\special} set defined for HyperTeX DVI processors; for
1266embedded @code{pdfmark} commands for processing by Acrobat
1267Distiller (@code{dvips} and Y&Y's @code{dvipsone}); for Y&Y's @code{dviwindo};
1268for PDF control within pdfTeX and @code{dvipdfm}; for TeX4ht; and for VTeX's
1269pdf and HTML backends. The package is distributed with the @code{backref} and
1270@code{nameref} packages, which make use of the facilities of @code{hyperref}.")
4d660fdf
RW
1271 (license license:lppl1.3+)))
1272
c3455b7d
RW
1273(define-public texlive-latex-oberdiek
1274 (package
1275 (name "texlive-latex-oberdiek")
1276 (version (number->string %texlive-revision))
1277 (source (origin
1278 (method svn-fetch)
1279 (uri (texlive-ref "latex" "oberdiek"))
7dea3119 1280 (file-name (string-append name "-" version "-checkout"))
c3455b7d
RW
1281 (sha256
1282 (base32
1283 "0aswvsxgsn709xmvpcg50d2xl7vcy1ckdxb9c1cligqqfjjvviqf"))))
1284 (build-system texlive-build-system)
1285 (arguments
1286 '(#:tex-directory "latex/oberdiek"
05d28068 1287 #:build-targets '("oberdiek.ins")
c3455b7d
RW
1288 #:phases
1289 (modify-phases %standard-phases
05d28068 1290 ;; "ifpdf.ins" is not generated, so we need to process the dtx file.
c3455b7d
RW
1291 (add-after 'unpack 'do-not-process-ifpdf.ins
1292 (lambda _
1293 (substitute* "oberdiek.ins"
05d28068 1294 (("ifpdf.ins") "ifpdf.dtx"))
c3455b7d 1295 #t)))))
b8d8806b 1296 (home-page "https://www.ctan.org/pkg/oberdiek")
c3455b7d
RW
1297 (synopsis "Bundle of packages submitted by Heiko Oberdiek")
1298 (description
1299 "The bundle comprises various LaTeX packages, providing among others:
1300better accessibility support for PDF files; extensible chemists reaction
1301arrows; record information about document class(es) used; and many more.")
1302 (license license:lppl1.3+)))
1303
f2536af2
RW
1304(define-public texlive-latex-tools
1305 (package
1306 (name "texlive-latex-tools")
1307 (version (number->string %texlive-revision))
1308 (source (origin
1309 (method svn-fetch)
1310 (uri (texlive-ref "latex" "tools"))
f8340ab1 1311 (file-name (string-append name "-" version "-checkout"))
f2536af2
RW
1312 (sha256
1313 (base32
1314 "052a0pch2k5zls5jlay9xxcf93rw3i60a2x28y3ip3rhbsv3xgiz"))))
1315 (build-system texlive-build-system)
1316 (arguments
1317 '(#:tex-directory "latex/tools"
1318 #:build-targets '("tools.ins")))
b8d8806b 1319 (home-page "https://www.ctan.org/pkg/latex-tools")
f2536af2
RW
1320 (synopsis "LaTeX standard tools bundle")
1321 (description
1322 "This package is a collection of (variously) simple tools provided as
1323part of the LaTeX required tools distribution, comprising the following
1324packages: afterpage, array, bm, calc, dcolumn, delarray, enumerate, fileerr,
1325fontsmpl, ftnright, hhline, indentfirst, layout, longtable, multicol,
1326rawfonts, showkeys, somedefs, tabularx, theorem, trace, varioref, verbatim,
1327xr, and xspace.")
1328 (license license:lppl1.3+)))
1329
35adcc3a
RW
1330(define-public texlive-latex-url
1331 (package
1332 (name "texlive-latex-url")
1333 (version (number->string %texlive-revision))
1334 (source (origin
1335 (method svn-fetch)
1336 (uri (svn-reference
1337 (url (string-append "svn://www.tug.org/texlive/tags/"
1338 %texlive-tag "/Master/texmf-dist/"
1339 "/tex/latex/url"))
1340 (revision %texlive-revision)))
a26207f8 1341 (file-name (string-append name "-" version "-checkout"))
35adcc3a
RW
1342 (sha256
1343 (base32
1344 "184s2543cwia5l7iibhlkl1ffbncfhjpv5p56zq0c15by5sghlac"))))
1345 (build-system trivial-build-system)
1346 (arguments
1347 `(#:modules ((guix build utils))
1348 #:builder
1349 (begin
1350 (use-modules (guix build utils))
1351 (let ((target (string-append (assoc-ref %outputs "out")
1352 "/share/texmf-dist/tex/latex/url")))
1353 (mkdir-p target)
1354 (copy-recursively (assoc-ref %build-inputs "source") target)
1355 #t))))
1356 (home-page "https://www.ctan.org/pkg/url")
1357 (synopsis "Verbatim with URL-sensitive line breaks")
1358 (description "The command @code{\\url} is a form of verbatim command that
1359allows linebreaks at certain characters or combinations of characters, accepts
1360reconfiguration, and can usually be used in the argument to another command.
1361The command is intended for email addresses, hypertext links,
1362directories/paths, etc., which normally have no spaces, so by default the
1363package ignores spaces in its argument. However, a package option allows
1364spaces, which is useful for operating systems where spaces are a common part
1365of file names.")
1366 ;; The license header states that it is under LPPL version 2 or later, but
1367 ;; the latest version is 1.3c.
1368 (license license:lppl1.3c+)))
1369
a5b1ef84
RW
1370(define-public texlive-latex-l3kernel
1371 (package
1372 (name "texlive-latex-l3kernel")
1373 (version (number->string %texlive-revision))
1374 (source (origin
1375 (method svn-fetch)
1376 (uri (texlive-ref "latex" "l3kernel"))
f4a39a5b 1377 (file-name (string-append name "-" version "-checkout"))
a5b1ef84
RW
1378 (sha256
1379 (base32
1f7d1010 1380 "0r0wfk594j8wkdqhh21haimwsfq8x5jch4ldm21hkzk5dnmvpbg6"))))
a5b1ef84
RW
1381 (build-system texlive-build-system)
1382 (arguments
1383 '(#:tex-directory "latex/l3kernel"))
b8d8806b 1384 (home-page "https://www.ctan.org/pkg/l3kernel")
a5b1ef84
RW
1385 (synopsis "LaTeX3 programmers’ interface")
1386 (description
1387 "The l3kernel bundle provides an implementation of the LaTeX3
1388programmers’ interface, as a set of packages that run under LaTeX 2e. The
1389interface provides the foundation on which the LaTeX3 kernel and other future
1390code are built: it is an API for TeX programmers. The packages are set up so
1391that the LaTeX3 conventions can be used with regular LaTeX 2e packages.")
1392 (license license:lppl1.3c+)))
1393
cc09d48b
RW
1394(define-public texlive-latex-l3packages
1395 (package
1396 (name "texlive-latex-l3packages")
1397 (version (number->string %texlive-revision))
1398 (source (origin
1399 (method svn-fetch)
1400 (uri (texlive-ref "latex" "l3packages"))
b749aa98 1401 (file-name (string-append name "-" version "-checkout"))
cc09d48b
RW
1402 (sha256
1403 (base32
83474718 1404 "16jplkvzdysfssijq9l051nsks65c2nrarsl17k8gjhc28yznj8y"))))
cc09d48b
RW
1405 (build-system texlive-build-system)
1406 (arguments
1407 '(#:tex-directory "latex/l3packages"
1408 #:phases
1409 (modify-phases %standard-phases
1410 ;; All package sources are in sub-directories, so we need to add them
1411 ;; to TEXINPUTS.
1412 (add-after 'unpack 'set-TEXINPUTS
1413 (lambda _
1414 (let ((cwd (getcwd)))
1415 (setenv "TEXINPUTS"
1416 (string-append cwd "/l3keys2e:"
1417 cwd "/xparse:"
1418 cwd "/xfrac:"
1419 cwd "/xfp:"
1420 cwd "/xtemplate")))
1421 #t)))))
1422 (inputs
1423 `(("texlive-latex-l3kernel" ,texlive-latex-l3kernel)))
b8d8806b 1424 (home-page "https://www.ctan.org/pkg/l3packages")
cc09d48b
RW
1425 (synopsis "High-level LaTeX3 concepts")
1426 (description
1427 "This bundle holds prototype implementations of concepts for a LaTeX
1428designer interface, to be used with the experimental LaTeX kernel as
1429programming tools and kernel sup­port. Packages provided in this release are:
1430
1431@enumerate
1432@item l3keys2e, which makes the facilities of the kernel module l3keys
1433 available for use by LaTeX 2e packages;
1434@item xfrac, which provides flexible splitlevel fractions;
1435@item xparse, which provides a high-level interface for declaring document
1436 commands; and
1437@item xtemplate, which provides a means of defining generic functions using a
1438 key-value syntax.
1439@end enumerate\n")
1440 (license license:lppl1.3c+)))
1441
58308491
RW
1442(define-public texlive-latex-fontspec
1443 (package
1444 (name "texlive-latex-fontspec")
1445 (version (number->string %texlive-revision))
1446 (source (origin
1447 (method svn-fetch)
1448 (uri (texlive-ref "latex" "fontspec"))
634a4a7f 1449 (file-name (string-append name "-" version "-checkout"))
58308491
RW
1450 (sha256
1451 (base32
1452 "1rx43y5xmjqvc27pjdnmqwp4pcw3czcfd6nfpmzc1gnqfl1hlc0q"))))
1453 (build-system texlive-build-system)
1454 (arguments
1455 '(#:tex-directory "latex/fontspec"
1456 #:build-targets '("fontspec.dtx")))
1457 (inputs
1458 `(("texlive-latex-l3kernel" ,texlive-latex-l3kernel)))
b8d8806b 1459 (home-page "https://www.ctan.org/pkg/fontspec")
58308491
RW
1460 (synopsis "Advanced font selection in XeLaTeX and LuaLaTeX")
1461 (description
1462 "Fontspec is a package for XeLaTeX and LuaLaTeX. It provides an
1463automatic and unified interface to feature-rich AAT and OpenType fonts through
1464the NFSS in LaTeX running on XeTeX or LuaTeX engines. The package requires
1465the l3kernel and xparse bundles from the LaTeX 3 development team.")
1466 (license license:lppl1.3+)))
1467
e93f472d
RW
1468;; The SVN directory contains little more than a dtx file that generates three
1469;; of the many lua files that should be installed as part of this package.
1470;; This is why we take the release from GitHub instead.
1471(define-public texlive-luatex-lualibs
1472 (package
1473 (name "texlive-luatex-lualibs")
1474 (version "2.5")
1475 (source (origin
1476 (method url-fetch)
1477 (uri (string-append "https://github.com/lualatex/lualibs/"
1478 "releases/download/v"
1479 version "/lualibs.zip"))
01d79c30 1480 (file-name (string-append name "-" version ".zip"))
e93f472d
RW
1481 (sha256
1482 (base32
1483 "1xx9blvrmx9hyhrl345lpai9m6xxnw997261a1ahn1bm5r2j5fqy"))))
1484 (build-system gnu-build-system)
1485 (arguments
1486 `(#:make-flags
1487 (list (string-append "DESTDIR="
1488 (assoc-ref %outputs "out")
1489 "/share/texmf-dist"))
1490 #:phases
1491 (modify-phases %standard-phases
1492 (delete 'configure))))
1493 (native-inputs
1494 `(("texlive-bin" ,texlive-bin)
1495 ("unzip" ,unzip)
1496 ("zip" ,zip)))
1497 (home-page "https://github.com/lualatex/lualibs")
1498 (synopsis "Lua modules for general programming (in the (La)TeX world)")
1499 (description
1500 "Lualibs is a collection of Lua modules useful for general programming.
1501The bundle is based on Lua modules shipped with ConTeXt, and made available in
1502this bundle for use independent of ConTeXt.")
1503 ;; GPL version 2 only
1504 (license license:gpl2)))
1505
2573163a
RW
1506(define-public texlive-latex-amsmath
1507 (package
1508 (name "texlive-latex-amsmath")
1509 (version (number->string %texlive-revision))
1510 (source (origin
1511 (method svn-fetch)
1512 (uri (texlive-ref "latex" "amsmath"))
320c771a 1513 (file-name (string-append name "-" version "-checkout"))
2573163a
RW
1514 (sha256
1515 (base32
1516 "178ywjpdlv78qmfzqdyn6gy14620zjsn2q9wap76fbr9s4hw6dba"))))
1517 (build-system texlive-build-system)
1518 (arguments '(#:tex-directory "latex/amsmath"))
b8d8806b 1519 (home-page "https://www.ctan.org/pkg/amsmath")
2573163a
RW
1520 (synopsis "AMS mathematical facilities for LaTeX")
1521 (description
1522 "This is the principal package in the AMS-LaTeX distribution. It adapts
1523for use in LaTeX most of the mathematical features found in AMS-TeX; it is
1524highly recommended as an adjunct to serious mathematical typesetting in LaTeX.
1525When amsmath is loaded, AMS-LaTeX packages @code{amsbsyamsbsy} (for bold
1526symbols), @code{amsopnamsopn} (for operator names) and
1527@code{amstextamstext} (for text embedded in mathematics) are also loaded.
1528This package is part of the LaTeX required distribution; however, several
1529contributed packages add still further to its appeal; examples are
1530@code{empheqempheq}, which provides functions for decorating and highlighting
1531mathematics, and @code{ntheoremntheorem}, for specifying theorem (and similar)
1532definitions.")
1533 (license license:lppl1.3c+)))
1534
18e366e8
RW
1535(define-public texlive-latex-amscls
1536 (package
1537 (name "texlive-latex-amscls")
1538 (version (number->string %texlive-revision))
1539 (source (origin
1540 (method svn-fetch)
1541 (uri (texlive-ref "latex" "amscls"))
43059ed0 1542 (file-name (string-append name "-" version "-checkout"))
18e366e8
RW
1543 (sha256
1544 (base32
1545 "0jmcr37mcdi7drczppvr6lmz5d5yd9m67ii79gp2nglg1xpw934j"))))
1546 (build-system texlive-build-system)
1547 (arguments
1548 `(#:tex-directory "latex/amscls"))
b8d8806b 1549 (home-page "https://www.ctan.org/pkg/amscls")
18e366e8
RW
1550 (synopsis "AMS document classes for LaTeX")
1551 (description
1552 "This bundle contains three AMS classes: @code{amsartamsart} (for writing
1553articles for the AMS), @code{amsbookamsbook} (for books) and
1554@code{amsprocamsproc} (for proceedings), together with some supporting
1555material. The material is made available as part of the AMS-LaTeX
1556distribution.")
1557 (license license:lppl1.3c+)))
1558
f84d5a09
RW
1559(define-public texlive-latex-babel
1560 (package
1561 (name "texlive-latex-babel")
1562 (version (number->string %texlive-revision))
1563 (source (origin
1564 (method svn-fetch)
1565 (uri (texlive-ref "latex" "babel"))
8732493e 1566 (file-name (string-append name "-" version "-checkout"))
f84d5a09
RW
1567 (sha256
1568 (base32
1569 "1n3i5adsyy7jw0imnzrm2i8wkf73i3mjk9h3ic8cb9cd19i4r9r3"))))
1570 (build-system texlive-build-system)
1571 (arguments
dcc8af4a 1572 '(#:tex-directory "generic/babel"
f84d5a09
RW
1573 #:phases
1574 (modify-phases %standard-phases
1575 ;; This package tries to produce babel.aux twice but refuses to
1576 ;; overwrite the first one.
1577 (add-before 'build 'fix-ins
1578 (lambda _
1579 (substitute* "babel.ins"
1580 (("askonceonly") "askforoverwritefalse"))
1581 #t)))))
b8d8806b 1582 (home-page "https://www.ctan.org/pkg/babel")
f84d5a09
RW
1583 (synopsis "Multilingual support for Plain TeX or LaTeX")
1584 (description
1585 "The package manages culturally-determined typographical (and other)
1586rules, and hyphenation patterns for a wide range of languages. A document may
1587select a single language to be supported, or it may select several, in which
1588case the document may switch from one language to another in a variety of
1589ways. Babel uses contributed configuration files that provide the detail of
1590what has to be done for each language. Users of XeTeX are advised to use the
1591polyglossia package rather than Babel.")
1592 (license license:lppl1.3+)))
1593
876a1980
RW
1594(define-public texlive-generic-babel-english
1595 (package
1596 (name "texlive-generic-babel-english")
1597 (version (number->string %texlive-revision))
1598 (source (origin
1599 (method svn-fetch)
1600 (uri (texlive-ref "generic" "babel-english"))
1601 (file-name (string-append name "-" version "-checkout"))
1602 (sha256
1603 (base32
1604 "1s404wbx91z5w65hm024kyl4h56zsa096irx18vsx8jvlmwsr5wc"))))
1605 (build-system texlive-build-system)
1606 (arguments '(#:tex-directory "generic/babel-english"))
b8d8806b 1607 (home-page "https://www.ctan.org/pkg/babel-english")
876a1980
RW
1608 (synopsis "Babel support for English")
1609 (description
1610 "This package provides the language definition file for support of
1611English in @code{babel}. Care is taken to select British hyphenation patterns
1612for British English and Australian text, and default (\"american\") patterns
1613for Canadian and USA text.")
1614 (license license:lppl1.3+)))
1615
93286d38
RW
1616(define-public texlive-latex-cyrillic
1617 (package
1618 (name "texlive-latex-cyrillic")
1619 (version (number->string %texlive-revision))
1620 (source (origin
1621 (method svn-fetch)
1622 (uri (texlive-ref "latex" "cyrillic"))
51bffe79 1623 (file-name (string-append name "-" version "-checkout"))
93286d38
RW
1624 (sha256
1625 (base32
1626 "1mdhl35hwas68ki56qqngzar37dwv4mm64l2canihr255bz34lbv"))))
1627 (build-system texlive-build-system)
1628 (arguments
1629 '(#:tex-directory "latex/cyrillic"))
b8d8806b 1630 (home-page "https://www.ctan.org/pkg/latex-cyrillic")
93286d38
RW
1631 (synopsis "Support for Cyrillic fonts in LaTeX")
1632 (description
1633 "This bundle of macros files provides macro support (including font
1634encoding macros) for the use of Cyrillic characters in fonts encoded under the
1635T2* and X2 encodings. These encodings cover (between them) pretty much every
1636language that is written in a Cyrillic alphabet.")
1637 (license license:lppl1.3c+)))
1638
83fe6231
RW
1639(define-public texlive-latex-psnfss
1640 (package
1641 (name "texlive-latex-psnfss")
1642 (version (number->string %texlive-revision))
1643 (source (origin
1644 (method svn-fetch)
1645 (uri (texlive-ref "latex" "psnfss"))
b5b10f3b 1646 (file-name (string-append name "-" version "-checkout"))
83fe6231
RW
1647 (sha256
1648 (base32
1649 "1920dcq8613yzprasbg80fh4fcjcidvvl54wkx438nimyxcri7qz"))))
1650 (build-system texlive-build-system)
1651 (arguments '(#:tex-directory "latex/psnfss"))
b8d8806b 1652 (home-page "https://www.ctan.org/pkg/psnfss")
83fe6231
RW
1653 (synopsis "Font support for common PostScript fonts")
1654 (description
1655 "The PSNFSS collection includes a set of files that provide a complete
1656working setup of the LaTeX font selection scheme (NFSS2) for use with common
1657PostScript fonts. It covers the so-called \"Base\" fonts (which are built
1658into any Level 2 PostScript printing device and the Ghostscript interpreter)
1659and a number of free fonts. It provides font definition files, macros and
1660font metrics. The bundle as a whole is part of the LaTeX required set of
1661packages.")
1662 (license license:lppl1.2+)))
1663
cb7bc20a
RW
1664(define-public texlive-union
1665 (lambda* (#:optional (packages '()))
1666 "Return 'texlive-union' package which is a union of PACKAGES and the
1667standard LaTeX packages."
1668 (let ((default-packages
1669 (list texlive-bin
1670 texlive-dvips
263d0c82 1671 texlive-fontname
cb7bc20a
RW
1672 texlive-fonts-cm
1673 texlive-fonts-latex
1674 texlive-metafont-base
1675 texlive-latex-base
1676 ;; LaTeX packages from the "required" set.
1677 texlive-latex-amsmath
1678 texlive-latex-amscls
1679 texlive-latex-babel
d9d44e84 1680 texlive-generic-babel-english
cb7bc20a
RW
1681 texlive-latex-cyrillic
1682 texlive-latex-graphics
1683 texlive-latex-psnfss
1684 texlive-latex-tools)))
1685 (package
1686 (name "texlive-union")
1687 (version (number->string %texlive-revision))
1688 (source #f)
1689 (build-system trivial-build-system)
1690 (arguments
1691 '(#:modules ((guix build union)
1692 (guix build utils)
1693 (guix build texlive-build-system)
1694 (guix build gnu-build-system)
1695 (guix build gremlin)
1696 (guix elf))
1697 #:builder
1698 (begin
1699 (use-modules (ice-9 match)
1700 (srfi srfi-26)
1701 (guix build union)
1702 (guix build utils)
1703 (guix build texlive-build-system))
1704 (let* ((out (assoc-ref %outputs "out"))
1705 (texmf.cnf (string-append out "/share/texmf-dist/web2c/texmf.cnf")))
1706 ;; Build a modifiable union of all inputs (but exclude bash)
1707 (match (filter (match-lambda
1708 ((name . _)
1709 (not (string=? "bash" name))))
1710 %build-inputs)
1711 (((names . directories) ...)
1712 (union-build (assoc-ref %outputs "out")
1713 directories
c58d1b5f
RW
1714 #:create-all-directories? #t
1715 #:log-port (%make-void-port "w"))))
cb7bc20a
RW
1716
1717 ;; The configuration file "texmf.cnf" is provided by the
1718 ;; "texlive-bin" package. We take it and override only the
1719 ;; setting for TEXMFROOT and TEXMF. This file won't be consulted
1720 ;; by default, though, so we still need to set TEXMFCNF.
1721 (substitute* texmf.cnf
1722 (("^TEXMFROOT = .*")
1723 (string-append "TEXMFROOT = " out "/share\n"))
1724 (("^TEXMF = .*")
1725 "TEXMF = $TEXMFROOT/share/texmf-dist\n"))
1726 (setenv "PATH" (string-append (assoc-ref %build-inputs "bash")
1727 "/bin"))
1728 (for-each
1729 (cut wrap-program <>
1730 `("TEXMFCNF" ":" = (,(dirname texmf.cnf)))
1731 `("TEXMF" ":" = (,(string-append out "/share/texmf-dist"))))
1732 (find-files (string-append out "/bin") ".*"))
1733 #t))))
1734 (inputs
1735 `(("bash" ,bash)
1736 ,@(map (lambda (package)
1737 (list (package-name package) package))
1738 (append default-packages packages))))
1739 (home-page (package-home-page texlive-bin))
1740 (synopsis "Union of TeX Live packages")
1741 (description "This package provides a subset of the TeX Live
1742distribution.")
1743 (license (fold (lambda (package result)
1744 (match (package-license package)
1745 ((lst ...)
1746 (append lst result))
1747 ((? license:license? license)
1748 (cons license result))))
1749 '()
1750 (append default-packages packages)))))))
1751
9d4f8dc2
RW
1752(define-public texlive-tiny
1753 (package
1754 (inherit (texlive-union))
1755 (name "texlive-tiny")
1756 (description "This is a very limited subset of the TeX Live distribution.
1757It includes little more than the required set of LaTeX packages.")))
1758
60b5e228
RW
1759(define-public texlive-latex-amsrefs
1760 (package
1761 (name "texlive-latex-amsrefs")
1762 (version (number->string %texlive-revision))
1763 (source (origin
1764 (method svn-fetch)
1765 (uri (texlive-ref "latex" "amsrefs"))
1766 (file-name (string-append name "-" version "-checkout"))
1767 (sha256
1768 (base32
1769 "15i4k479dwrpr0kspmm70g1yn4p3dkh0whyzmr93hph9bggnh1i1"))))
1770 (build-system texlive-build-system)
1771 (arguments '(#:tex-directory "latex/amsrefs"))
b8d8806b 1772 (home-page "https://www.ctan.org/pkg/amsrefs")
60b5e228
RW
1773 (synopsis "LaTeX-based replacement for BibTeX")
1774 (description
1775 "Amsrefs is a LaTeX package for bibliographies that provides an archival
1776data format similar to the format of BibTeX database files, but adapted to
1777make direct processing by LaTeX easier. The package can be used either in
1778conjunction with BibTeX or as a replacement for BibTeX.")
1779 (license license:lppl1.3+)))
1780
3236599f
RW
1781(define-public texlive-latex-bigfoot
1782 (package
1783 (name "texlive-latex-bigfoot")
1784 (version (number->string %texlive-revision))
1785 (source (origin
1786 (method svn-fetch)
1787 (uri (texlive-ref "latex" "bigfoot"))
1788 (file-name (string-append name "-" version "-checkout"))
1789 (sha256
1790 (base32
1791 "092g8alnsdwlgl1isdnqrr32l161994295kadr1n05d81xgj5wnv"))))
1792 (build-system texlive-build-system)
1793 (arguments
1794 '(#:tex-directory "latex/bigfoot"
1795 #:phases
1796 (modify-phases %standard-phases
1797 (add-after 'unpack 'remove-generated-file
1798 (lambda _
1799 (for-each delete-file (find-files "." "\\.drv$"))
1800 #t)))))
b8d8806b 1801 (home-page "https://www.ctan.org/pkg/bigfoot")
3236599f
RW
1802 (synopsis "Footnotes for critical editions")
1803 (description
1804 "This package aims to provide a one-stop solution to requirements for
1805footnotes. It offers: Multiple footnote apparatus superior to that of
1806@code{manyfoot}. Footnotes can be formatted in separate paragraphs, or be run
1807into a single paragraph (this choice may be selected per footnote series);
1808Things you might have expected (such as @code{\\verb}-like material in
1809footnotes, and color selections over page breaks) now work. Note that the
1810majority of the bigfoot package's interface is identical to that of
1811@code{manyfoot}; users should seek information from that package's
1812documentation. The bigfoot bundle also provides the @code{perpage} and
1813@code{suffix} packages.")
1814 (license license:gpl2+)))
1815
8e732b49
RW
1816(define-public texlive-latex-blindtext
1817 (package
1818 (name "texlive-latex-blindtext")
1819 (version (number->string %texlive-revision))
1820 (source (origin
1821 (method svn-fetch)
1822 (uri (texlive-ref "latex" "blindtext"))
1823 (file-name (string-append name "-" version "-checkout"))
1824 (sha256
1825 (base32
1826 "1jrja9b1pzdh9zgv1jh807w4xijqja58n2mqny6dkwicv8qfgbfg"))))
1827 (build-system texlive-build-system)
1828 (arguments '(#:tex-directory "latex/blindtext"))
b8d8806b 1829 (home-page "https://www.ctan.org/pkg/blindtext")
8e732b49
RW
1830 (synopsis "Producing 'blind' text for testing")
1831 (description
1832 "The package provides the commands @code{\\blindtext} and
1833@code{\\Blindtext} for creating \"blind\" text useful in testing new classes
1834and packages, and @code{\\blinddocument}, @code{\\Blinddocument} for creating
1835an entire random document with sections, lists, mathematics, etc. The package
1836supports three languages, @code{english}, @code{(n)german} and @code{latin};
1837the @code{latin} option provides a short \"lorem ipsum\" (for a fuller \"lorem
1838ipsum\" text, see the @code{lipsum} package).")
1839 (license license:lppl)))
1840
7cda03bd
RW
1841(define-public texlive-latex-dinbrief
1842 (package
1843 (name "texlive-latex-dinbrief")
1844 (version (number->string %texlive-revision))
1845 (source (origin
1846 (method svn-fetch)
1847 (uri (texlive-ref "latex" "dinbrief"))
1848 (file-name (string-append name "-" version "-checkout"))
1849 (sha256
1850 (base32
1851 "0lb0kiy8fxzl6cnhcw1sggy6jrjvcd6kj1kkw3k9lkimm388yjz6"))))
1852 (build-system texlive-build-system)
1853 (arguments
1854 '(#:tex-directory "latex/dinbrief"
1855 #:phases
1856 (modify-phases %standard-phases
1857 (add-after 'unpack 'remove-generated-file
1858 (lambda _
1859 (delete-file "dinbrief.drv")
1860 #t)))))
b8d8806b 1861 (home-page "https://www.ctan.org/pkg/dinbrief")
7cda03bd
RW
1862 (synopsis "German letter DIN style")
1863 (description
1864 "This package implements a document layout for writing letters according
1865to the rules of DIN (Deutsches Institut für Normung, German standardisation
1866institute). A style file for LaTeX 2.09 (with limited support of the
1867features) is part of the package. Since the letter layout is based on a
1868German standard, the user guide is written in German, but most macros have
1869English names from which the user can recognize what they are used for. In
1870addition there are example files showing how letters may be created with the
1871package.")
1872 (license license:lppl)))
1873
de224adb
RW
1874(define-public texlive-latex-draftwatermark
1875 (package
1876 (name "texlive-latex-draftwatermark")
1877 (version (number->string %texlive-revision))
1878 (source (origin
1879 (method svn-fetch)
1880 (uri (texlive-ref "latex" "draftwatermark"))
1881 (file-name (string-append name "-" version "-checkout"))
1882 (sha256
1883 (base32
1884 "1zyl2pcz2x529gzj5m93a1s4ipymdabf7qdjl3l1673pizd4hfyv"))))
1885 (build-system texlive-build-system)
1886 (arguments '(#:tex-directory "latex/draftwatermark"))
b8d8806b 1887 (home-page "https://www.ctan.org/pkg/draftwatermark")
de224adb
RW
1888 (synopsis "Put a grey textual watermark on document pages")
1889 (description
1890 "This package provides a means to add a textual, light grey watermark on
1891every page or on the first page of a document. Typical usage may consist in
1892writing words such as DRAFT or CONFIDENTIAL across document pages. The
1893package performs a similar function to that of @code{draftcopy}, but its
1894implementation is output device independent, and made very simple by relying
1895on everypage.")
1896 (license license:lppl1.3+)))
1897
74e9c9a4
RW
1898(define-public texlive-latex-environ
1899 (package
1900 (name "texlive-latex-environ")
1901 (version (number->string %texlive-revision))
1902 (source (origin
1903 (method svn-fetch)
1904 (uri (texlive-ref "latex" "environ"))
1905 (file-name (string-append name "-" version "-checkout"))
1906 (sha256
1907 (base32
1908 "06h28b26dyjkj9shksphgqfv4130jfkwhbw737hxn7d3yvdfffyd"))))
1909 (build-system texlive-build-system)
1910 (arguments '(#:tex-directory "latex/environ"))
b8d8806b 1911 (home-page "https://www.ctan.org/pkg/environ")
74e9c9a4
RW
1912 (synopsis "New interface for environments in LaTeX")
1913 (description
09acbb02
RW
1914 "This package provides the @code{\\collect@@body} command (as in
1915@code{amsmath}), as well as a @code{\\long} version @code{\\Collect@@Body},
1916for collecting the body text of an environment. These commands are used to
1917define a new author interface to creating new environments.")
74e9c9a4
RW
1918 (license license:lppl)))
1919
adfa7a2a
RW
1920(define-public texlive-latex-eqparbox
1921 (package
1922 (name "texlive-latex-eqparbox")
1923 (version (number->string %texlive-revision))
1924 (source (origin
1925 (method svn-fetch)
1926 (uri (texlive-ref "latex" "eqparbox"))
1927 (file-name (string-append name "-" version "-checkout"))
1928 (sha256
1929 (base32
1930 "0pvmhsd4xmpil0m3c7qcgwilbk266mlkzv03g0jr8r3zd8jxlyzq"))))
1931 (build-system texlive-build-system)
1932 (arguments '(#:tex-directory "latex/eqparbox"))
b8d8806b 1933 (home-page "https://www.ctan.org/pkg/eqparbox")
adfa7a2a
RW
1934 (synopsis "Create equal-widthed parboxes")
1935 (description
1936 "LaTeX users sometimes need to ensure that two or more blocks of text
1937occupy the same amount of horizontal space on the page. To that end, the
1938@code{eqparbox} package defines a new command, @code{\\eqparbox}, which works
1939just like @code{\\parbox}, except that instead of specifying a width, one
1940specifies a tag. All @code{eqparbox}es with the same tag---regardless of
1941where they are in the document---will stretch to fit the widest
1942@code{eqparbox} with that tag. This simple, equal-width mechanism can be used
1943for a variety of alignment purposes, as is evidenced by the examples in
1944@code{eqparbox}'s documentation. Various derivatives of @code{\\eqparbox} are
1945also provided.")
1946 (license license:lppl1.3+)))
1947
32e623d0
RW
1948(define-public texlive-latex-expdlist
1949 (package
1950 (name "texlive-latex-expdlist")
1951 (version (number->string %texlive-revision))
1952 (source (origin
1953 (method svn-fetch)
1954 (uri (texlive-ref "latex" "expdlist"))
1955 (file-name (string-append name "-" version "-checkout"))
1956 (sha256
1957 (base32
1958 "1x7byk6x10njir3y9rm56glhdzrxwqag7gsnw2sqn1czlq525w7r"))))
1959 (build-system texlive-build-system)
1960 (arguments
1961 '(#:tex-directory "latex/expdlist"
1962 #:phases
1963 (modify-phases %standard-phases
1964 (add-after 'unpack 'remove-generated-file
1965 (lambda _
1966 (for-each delete-file
1967 (find-files "." "\\.drv$"))
1968 #t)))))
b8d8806b 1969 (home-page "https://www.ctan.org/pkg/expdlist")
32e623d0
RW
1970 (synopsis "Expanded description environments")
1971 (description
1972 "The package provides additional features for the LaTeX
1973@code{description} environment, including adjustable left margin. The package
1974also allows the user to \"break\" a list (for example, to interpose a comment)
1975without affecting the structure of the list (this works for @code{itemize} and
1976@code{enumerate} lists, and numbered lists remain in sequence).")
1977 (license license:lppl)))
1978
893e3fc1
RW
1979(define-public texlive-latex-filemod
1980 (package
1981 (name "texlive-latex-filemod")
1982 (version (number->string %texlive-revision))
1983 (source (origin
1984 (method svn-fetch)
1985 (uri (svn-reference
1986 (url (string-append "svn://www.tug.org/texlive/tags/"
1987 %texlive-tag "/Master/texmf-dist/"
1988 "/tex/latex/filemod"))
1989 (revision %texlive-revision)))
681b579d 1990 (file-name (string-append name "-" version "-checkout"))
893e3fc1
RW
1991 (sha256
1992 (base32
1993 "0vpxilfw69xv78f03g0j0zw0bw4qcn36whqp8phcq48qk1ax2kr2"))))
1994 (build-system trivial-build-system)
1995 (arguments
1996 `(#:modules ((guix build utils))
1997 #:builder
1998 (begin
1999 (use-modules (guix build utils))
2000 (let ((target (string-append (assoc-ref %outputs "out")
2001 "/share/texmf-dist/tex/latex/filemod")))
2002 (mkdir-p target)
2003 (copy-recursively (assoc-ref %build-inputs "source") target)
2004 #t))))
b8d8806b 2005 (home-page "https://www.ctan.org/pkg/filemod")
893e3fc1
RW
2006 (synopsis "Provide file modification times, and compare them")
2007 (description
2008 "This package provides macros to read and compare the modification dates
2009of files. The files may be @code{.tex} files, images or other files (as long
2010as they can be found by LaTeX). It uses the @code{\\pdffilemoddate} primitive
2011of pdfLaTeX to find the file modification date as PDF date string, parses the
2012string and returns the value to the user. The package will also work for DVI
2013output with recent versions of the LaTeX compiler which uses pdfLaTeX in DVI
2014mode. The functionality is provided by purely expandable macros or by faster
2015but non-expandable ones.")
2016 (license license:lppl1.3+)))
2017
8c23f238
RW
2018(define-public texlive-latex-ifplatform
2019 (package
2020 (name "texlive-latex-ifplatform")
2021 (version (number->string %texlive-revision))
2022 (source (origin
2023 (method svn-fetch)
2024 (uri (texlive-ref "latex" "ifplatform"))
2025 (file-name (string-append name "-" version "-checkout"))
2026 (sha256
2027 (base32
2028 "11gvvjvmdfs9b7mm19yf80zwkx49jqcbq6g8qb9y5ns1r1qvnixp"))))
2029 (build-system texlive-build-system)
2030 (arguments '(#:tex-directory "latex/ifplatform"))
b8d8806b 2031 (home-page "https://www.ctan.org/pkg/ifplatform")
8c23f238
RW
2032 (synopsis "Conditionals to test which platform is being used")
2033 (description
2034 "This package uses the (La)TeX extension @code{-shell-escape} to
2035establish whether the document is being processed on a Windows or on a
2036Unix-like system, or on Cygwin (Unix environment over a Windows system).
2037Booleans provided are: @code{\\ifwindows}, @code{\\iflinux}, @code{\\ifmacosx}
2038and @code{\\ifcygwin}. The package also preserves the output of @code{uname}
2039on a Unix-like system, which may be used to distinguish between various
2040classes of systems.")
2041 (license license:lppl)))
2042
9b416042
RW
2043(define-public texlive-latex-natbib
2044 (package
2045 (name "texlive-latex-natbib")
2046 (version (number->string %texlive-revision))
2047 (source (origin
2048 (method svn-fetch)
2049 (uri (texlive-ref "latex" "natbib"))
23ae6e65 2050 (file-name (string-append name "-" version "-checkout"))
9b416042
RW
2051 (sha256
2052 (base32
2053 "0aqliq0nwblxyrzhwhv77pnmk7qh2y3prgq7z7qhwcbgz5kisld7"))))
2054 (build-system texlive-build-system)
2055 (arguments '(#:tex-directory "latex/natbib"))
b8d8806b 2056 (home-page "https://www.ctan.org/pkg/natbib")
9b416042
RW
2057 (synopsis "Flexible bibliography support")
2058 (description
2059 "This bundle provides a package that implements both author-year and
2060numbered references, as well as much detailed of support for other
2061bibliography use. Also provided are versions of the standard BibTeX styles
2062that are compatible with @code{natbib}: @code{plainnat}, @code{unsrtnat},
2063@code{abbrnat}. The bibliography styles produced by @code{custom-bib} are
2064designed from the start to be compatible with @code{natbib}.")
2065 (license license:lppl)))
2066
d770d07f
RW
2067(define-public texlive-latex-psfrag
2068 (package
2069 (name "texlive-latex-psfrag")
2070 (version (number->string %texlive-revision))
2071 (source (origin
2072 (method svn-fetch)
2073 (uri (texlive-ref "latex" "psfrag"))
2074 (file-name (string-append name "-" version "-checkout"))
2075 (sha256
2076 (base32
2077 "1dxbl5il7wbbsp0v45vk884xi1192wxw03849pb1g5q4x808n352"))))
2078 (build-system texlive-build-system)
2079 (arguments '(#:tex-directory "latex/psfrag"))
b8d8806b 2080 (home-page "https://www.ctan.org/pkg/psfrag")
d770d07f
RW
2081 (synopsis "Replace strings in encapsulated PostScript figures")
2082 (description
2083 "This package allows LaTeX constructions (equations, picture
2084environments, etc.) to be precisely superimposed over Encapsulated PostScript
2085figures, using your own favorite drawing tool to create an EPS figure and
2086placing simple text \"tags\" where each replacement is to be placed, with
2087PSfrag automatically removing these tags from the figure and replacing them
2088with a user specified LaTeX construction, properly aligned, scaled, and/or
2089rotated.")
2090 (license (license:fsf-free "file://psfrag.dtx"))))
2091
5a1ee7d8
RW
2092(define-public texlive-latex-pstool
2093 (package
2094 (name "texlive-latex-pstool")
2095 (version (number->string %texlive-revision))
2096 (source (origin
2097 (method svn-fetch)
2098 (uri (texlive-ref "latex" "pstool"))
2099 (file-name (string-append name "-" version "-checkout"))
2100 (sha256
2101 (base32
2102 "1kwlk1x67lad4xb7gpkxqgdlxwpi6nvq1r9wika7m92abmyf18h3"))))
2103 (build-system texlive-build-system)
2104 (arguments
2105 '(#:tex-directory "latex/pstool"
2106 #:tex-format "latex"))
2107 (inputs
2108 `(("texlive-fonts-cm" ,texlive-fonts-cm)
2109 ("texlive-latex-filecontents" ,texlive-latex-filecontents)))
2110 (propagated-inputs
2111 `(("texlive-latex-bigfoot" ,texlive-latex-bigfoot)
2112 ("texlive-latex-filemod" ,texlive-latex-filemod)
2113 ("texlive-latex-graphics" ,texlive-latex-graphics)
2114 ("texlive-latex-ifplatform" ,texlive-latex-ifplatform)
2115 ("texlive-latex-oberdiek" ,texlive-latex-oberdiek)
2116 ("texlive-latex-psfrag" ,texlive-latex-psfrag)
2117 ("texlive-latex-trimspaces" ,texlive-latex-trimspaces)))
b8d8806b 2118 (home-page "https://www.ctan.org/pkg/pstool")
5a1ee7d8
RW
2119 (synopsis "Process PostScript graphisc within pdfLaTeX documents")
2120 (description
2121 "This is a package for processing PostScript graphics with @code{psfrag}
2122labels within pdfLaTeX documents. Every graphic is compiled individually,
2123drastically speeding up compilation time when only a single figure needs
2124re-processing.")
2125 (license license:lppl)))
2126
171160d5
RW
2127(define-public texlive-latex-seminar
2128 (package
2129 (name "texlive-latex-seminar")
2130 (version (number->string %texlive-revision))
2131 (source (origin
2132 (method svn-fetch)
2133 (uri (svn-reference
2134 (url (string-append "svn://www.tug.org/texlive/tags/"
2135 %texlive-tag "/Master/texmf-dist/"
2136 "/tex/latex/seminar"))
2137 (revision %texlive-revision)))
a74ac06b 2138 (file-name (string-append name "-" version "-checkout"))
171160d5
RW
2139 (sha256
2140 (base32
2141 "0y4i651b75y6006n03x8n86bsqvjsailvvz9bhzy51dzsznqidq0"))))
2142 (build-system texlive-build-system)
2143 (arguments '(#:tex-directory "latex/seminar"))
b8d8806b 2144 (home-page "https://www.ctan.org/pkg/seminar")
171160d5
RW
2145 (synopsis "Make overhead slides")
2146 ;; TODO: This package may need fancybox and xcomment at runtime.
2147 (description
2148 "This package provides a class that produces overhead
2149slides (transparencies), with many facilities. Seminar is not nowadays
2150reckoned a good basis for a presentation — users are advised to use more
2151recent classes such as powerdot or beamer, both of which are tuned to
215221st-century presentation styles.")
2153 (license license:lppl1.2+)))
2154
f3540dbd
RW
2155(define-public texlive-latex-trimspaces
2156 (package
2157 (name "texlive-latex-trimspaces")
2158 (version (number->string %texlive-revision))
2159 (source (origin
2160 (method svn-fetch)
2161 (uri (texlive-ref "latex" "trimspaces"))
70a71d19 2162 (file-name (string-append name "-" version "-checkout"))
f3540dbd
RW
2163 (sha256
2164 (base32
2165 "0da00lb32am4g63mn96625wg48p3pj3spx79lajrk17d549apwqa"))))
2166 (build-system texlive-build-system)
2167 (arguments
2168 '(#:tex-directory "latex/trimspaces"
2169 #:tex-format "latex"
2170 #:phases
2171 (modify-phases %standard-phases
2172 (add-after 'unpack 'fix-bug
2173 (lambda _
2174 ;; The "ins" file refers to the wrong source file.
2175 (substitute* "trimspaces.ins"
2176 (("pstool.tex") "trimspaces.tex"))
2177 #t)))))
2178 (inputs
2179 `(("texlive-latex-filecontents" ,texlive-latex-filecontents)))
b8d8806b 2180 (home-page "https://www.ctan.org/pkg/trimspaces")
f3540dbd
RW
2181 (synopsis "Trim spaces around an argument or within a macro")
2182 (description
2183 "This very short package allows you to expandably remove spaces around a
2184token list (commands are provided to remove spaces before, spaces after, or
2185both); or to remove surrounding spaces within a macro definition, or to define
2186space-stripped macros.")
2187 (license license:lppl)))
2188
7709d4d8
RW
2189(define-public texlive-latex-capt-of
2190 (package
2191 (name "texlive-latex-capt-of")
2192 (version (number->string %texlive-revision))
2193 (source (origin
2194 (method svn-fetch)
2195 (uri (svn-reference
2196 (url (string-append "svn://www.tug.org/texlive/tags/"
2197 %texlive-tag "/Master/texmf-dist/"
2198 "/tex/latex/capt-of"))
2199 (revision %texlive-revision)))
2200 (file-name (string-append name "-" version "-checkout"))
2201 (sha256
2202 (base32
2203 "1y2s50f6lz0jx2748lj3iy56hrpcczgnbzmvphxv7aqndyyamd4x"))))
2204 (build-system trivial-build-system)
2205 (arguments
2206 `(#:modules ((guix build utils))
2207 #:builder
2208 (begin
2209 (use-modules (guix build utils))
2210 (let ((target (string-append (assoc-ref %outputs "out")
2211 "/share/texmf-dist/tex/latex/capt-of")))
2212 (mkdir-p target)
2213 (copy-recursively (assoc-ref %build-inputs "source") target)
2214 #t))))
b8d8806b 2215 (home-page "https://www.ctan.org/pkg/capt-of")
7709d4d8
RW
2216 (synopsis "Captions on more than floats")
2217 (description
2218 "This package defines a command @code{\\captionof} for putting a caption
2219to something that's not a float.")
2220 (license license:lppl)))
2221
a8ac7c0b
RW
2222(define-public texlive-latex-etoolbox
2223 (package
2224 (name "texlive-latex-etoolbox")
2225 (version (number->string %texlive-revision))
2226 (source (origin
2227 (method svn-fetch)
2228 (uri (svn-reference
2229 (url (string-append "svn://www.tug.org/texlive/tags/"
2230 %texlive-tag "/Master/texmf-dist/"
2231 "/tex/latex/etoolbox"))
2232 (revision %texlive-revision)))
2233 (file-name (string-append name "-" version "-checkout"))
2234 (sha256
2235 (base32
2236 "0016bscnpima9krrg2569mva78xzwnygzlvg87dznsm6gf8g589v"))))
2237 (build-system trivial-build-system)
2238 (arguments
2239 `(#:modules ((guix build utils))
2240 #:builder
2241 (begin
2242 (use-modules (guix build utils))
2243 (let ((target (string-append (assoc-ref %outputs "out")
2244 "/share/texmf-dist/tex/latex/etoolbox")))
2245 (mkdir-p target)
2246 (copy-recursively (assoc-ref %build-inputs "source") target)
2247 #t))))
b8d8806b 2248 (home-page "https://www.ctan.org/pkg/etoolbox")
a8ac7c0b
RW
2249 (synopsis "e-TeX tools for LaTeX")
2250 (description
2251 "This package is a toolbox of programming facilities geared primarily
2252towards LaTeX class and package authors. It provides LaTeX frontends to some
2253of the new primitives provided by e-TeX as well as some generic tools which
2254are not strictly related to e-TeX but match the profile of this package. The
2255package provides functions that seem to offer alternative ways of implementing
2256some LaTeX kernel commands; nevertheless, the package will not modify any part
2257of the LaTeX kernel.")
2258 (license license:lppl1.3+)))
2259
17dce7e5
RW
2260(define-public texlive-latex-fncychap
2261 (package
2262 (name "texlive-latex-fncychap")
2263 (version (number->string %texlive-revision))
2264 (source (origin
2265 (method svn-fetch)
2266 (uri (svn-reference
2267 (url (string-append "svn://www.tug.org/texlive/tags/"
2268 %texlive-tag "/Master/texmf-dist/"
2269 "/tex/latex/fncychap"))
2270 (revision %texlive-revision)))
2271 (file-name (string-append name "-" version "-checkout"))
2272 (sha256
2273 (base32
2274 "0fdk84dbicfjfprkz6vk15x36mvlhaw9isjmgkc56jp2khwjswwq"))))
2275 (build-system trivial-build-system)
2276 (arguments
2277 `(#:modules ((guix build utils))
2278 #:builder
2279 (begin
2280 (use-modules (guix build utils))
2281 (let ((target (string-append (assoc-ref %outputs "out")
2282 "/share/texmf-dist/tex/latex/fncychap")))
2283 (mkdir-p target)
2284 (copy-recursively (assoc-ref %build-inputs "source") target)
2285 #t))))
b8d8806b 2286 (home-page "https://www.ctan.org/pkg/fncychap")
17dce7e5
RW
2287 (synopsis "Seven predefined chapter heading styles")
2288 (description
2289 "This package provides seven predefined chapter heading styles. Each
2290style can be modified using a set of simple commands. Optionally one can
2291modify the formatting routines in order to create additional chapter
2292headings.")
2293 (license license:lppl1.3+)))
2294
ef1e2ef0
RW
2295(define-public texlive-latex-framed
2296 (package
2297 (name "texlive-latex-framed")
2298 (version (number->string %texlive-revision))
2299 (source (origin
2300 (method svn-fetch)
2301 (uri (svn-reference
2302 (url (string-append "svn://www.tug.org/texlive/tags/"
2303 %texlive-tag "/Master/texmf-dist/"
2304 "/tex/latex/framed"))
2305 (revision %texlive-revision)))
2306 (file-name (string-append name "-" version "-checkout"))
2307 (sha256
2308 (base32
2309 "14a4ydqsvp3vcfavl21jrv0ybiqypaaqzg2q2cs3rzkandg7w98x"))))
2310 (build-system trivial-build-system)
2311 (arguments
2312 `(#:modules ((guix build utils))
2313 #:builder
2314 (begin
2315 (use-modules (guix build utils))
2316 (let ((target (string-append (assoc-ref %outputs "out")
2317 "/share/texmf-dist/tex/latex/framed")))
2318 (mkdir-p target)
2319 (copy-recursively (assoc-ref %build-inputs "source") target)
2320 #t))))
b8d8806b 2321 (home-page "https://www.ctan.org/pkg/framed")
ef1e2ef0
RW
2322 (synopsis "Framed or shaded regions that can break across pages")
2323 (description
2324 "The package creates three environments: @code{framed}, which puts an
2325ordinary frame box around the region, @code{shaded}, which shades the region,
2326and @code{leftbar}, which places a line at the left side. The environments
2327allow a break at their start (the @code{\\FrameCommand} enables creation of a
2328title that is “attached” to the environment); breaks are also allowed in the
2329course of the framed/shaded matter. There is also a command
2330@code{\\MakeFramed} to make your own framed-style environments.")
2331 ;; The header states: "These macros may be freely transmitted, reproduced,
2332 ;; or modified for any purpose provided that this notice is left intact."
2333 (license (license:fsf-free "file://framed.sty"))))
2334
588b5e96
RW
2335(define-public texlive-latex-g-brief
2336 (package
2337 (name "texlive-latex-g-brief")
2338 (version (number->string %texlive-revision))
2339 (source (origin
2340 (method svn-fetch)
2341 (uri (texlive-ref "latex" "g-brief"))
2342 (file-name (string-append name "-" version "-checkout"))
2343 (sha256
2344 (base32
2345 "0sikazkg0dpkcpzlbqw8qzxr81paf2f443vsrh14jnw7s4gswvc5"))))
2346 (build-system texlive-build-system)
2347 (arguments
2348 '(#:tex-directory "latex/g-brief"
2349 #:phases
2350 (modify-phases %standard-phases
2351 (add-after 'unpack 'remove-generated-file
2352 (lambda _
2353 (delete-file "g-brief.drv")
2354 #t)))))
b8d8806b 2355 (home-page "https://www.ctan.org/pkg/g-brief")
588b5e96
RW
2356 (synopsis "Letter document class")
2357 (description
2358 "This package is designed for formatting formless letters in German; it
2359can also be used for English (by those who can read the documentation). There
2360are LaTeX 2.09 @code{documentstyle} and LaTeX 2e class files for both an
2361\"old\" and a \"new\" version of g-brief.")
2362 (license license:lppl)))
2363
9b4d5c09
RW
2364(define-public texlive-latex-galois
2365 (package
2366 (name "texlive-latex-galois")
2367 (version (number->string %texlive-revision))
2368 (source (origin
2369 (method svn-fetch)
2370 (uri (texlive-ref "latex" "galois"))
2371 (file-name (string-append name "-" version "-checkout"))
2372 (sha256
2373 (base32
2374 "0d4l0msk8j5pi95xnmm9wygv1vbpkwkv5amx9l0km86cs79jpp1h"))))
2375 (build-system texlive-build-system)
2376 (arguments '(#:tex-directory "latex/galois"))
b8d8806b 2377 (home-page "https://www.ctan.org/pkg/galois")
9b4d5c09
RW
2378 (synopsis "Typeset Galois connections")
2379 (description
2380 "The package deals with connections in two-dimensional style, optionally
2381in colour.")
2382 (license license:lppl)))
2383
5f691e2e
RW
2384(define-public texlive-latex-gcite
2385 (package
2386 (name "texlive-latex-gcite")
2387 (version (number->string %texlive-revision))
2388 (source (origin
2389 (method svn-fetch)
2390 (uri (texlive-ref "latex" "gcite"))
2391 (file-name (string-append name "-" version "-checkout"))
2392 (sha256
2393 (base32
2394 "03g9by54yrypn599y98r1xh7qw0bbbmpzq0bfwpj6j5q5rkl1mfa"))))
2395 (build-system texlive-build-system)
2396 (arguments '(#:tex-directory "latex/gcite"))
b8d8806b 2397 (home-page "https://www.ctan.org/pkg/gcite")
5f691e2e
RW
2398 (synopsis "Citations in a reader-friendly style")
2399 (description
2400 "The package allows citations in the German style, which is considered by
2401many to be particularly reader-friendly. The citation provides a small amount
2402of bibliographic information in a footnote on the page where each citation is
2403made. It combines a desire to eliminate unnecessary page-turning with the
2404look-up efficiency afforded by numeric citations. The package makes use of
2405BibLaTeX, and is considered experimental.")
2406 (license license:lppl1.3+)))
2407
f47d1a52
RW
2408(define-public texlive-latex-geometry
2409 (package
2410 (name "texlive-latex-geometry")
2411 (version (number->string %texlive-revision))
2412 (source (origin
2413 (method svn-fetch)
2414 (uri (texlive-ref "latex" "geometry"))
2415 (file-name (string-append name "-" version "-checkout"))
2416 (sha256
2417 (base32
2418 "1r2kfcwclg33yk5z8mvlagwxj7nr1mc3w4bdpmhrwv6dn8mrbvw8"))))
2419 (build-system texlive-build-system)
2420 (arguments '(#:tex-directory "latex/geometry"))
b8d8806b 2421 (home-page "https://www.ctan.org/pkg/geometry")
f47d1a52
RW
2422 (synopsis "Flexible and complete interface to document dimensions")
2423 (description
2424 "This package provides an easy and flexible user interface to customize
2425page layout, implementing auto-centering and auto-balancing mechanisms so that
2426the users have only to give the least description for the page layout. The
2427package knows about all the standard paper sizes, so that the user need not
2428know what the nominal \"real\" dimensions of the paper are, just its standard
2429name (such as a4, letter, etc.). An important feature is the package's
2430ability to communicate the paper size it's set up to the output.")
2431 (license license:lppl)))
2432
d48091be
RW
2433(define-public texlive-latex-mdwtools
2434 (package
2435 (name "texlive-latex-mdwtools")
2436 (version (number->string %texlive-revision))
2437 (source (origin
2438 (method svn-fetch)
2439 (uri (texlive-ref "latex" "mdwtools"))
2440 (file-name (string-append name "-" version "-checkout"))
2441 (sha256
2442 (base32
2443 "0caxs74hla28hc67csf5i5ahadx97w8vxh3mdmsprxbpd1mr7ssg"))))
2444 (build-system texlive-build-system)
2445 (arguments '(#:tex-directory "latex/mdwtools"))
b8d8806b 2446 (home-page "https://www.ctan.org/pkg/mdwtools")
d48091be
RW
2447 (synopsis "Miscellaneous tools by Mark Wooding")
2448 (description
2449 "This collection of tools includes: @code{atsupport} for short commands
fb5dfa86
RW
2450starting with @code{@@}, macros to sanitize the OT1 encoding of the
2451@code{cmtt} fonts; a @code{doafter} command; improved @code{footnote} support;
d48091be
RW
2452@code{mathenv} for various alignment in maths; list handling; @code{mdwmath}
2453which adds some minor changes to LaTeX maths; a rewrite of LaTeX's tabular and
2454array environments; verbatim handling; and syntax diagrams.")
2455 (license license:gpl3+)))
2456
80bf1f21
RW
2457(define-public texlive-latex-polyglossia
2458 (package
2459 (name "texlive-latex-polyglossia")
2460 (version (number->string %texlive-revision))
2461 (source (origin
2462 (method svn-fetch)
2463 (uri (texlive-ref "latex" "polyglossia"))
2464 (file-name (string-append name "-" version "-checkout"))
2465 (sha256
2466 (base32
2467 "09mvszd5qgqg4cfglpj5qxyzjz190ppb9p8gnsnjydwp1akvhayf"))))
2468 (build-system texlive-build-system)
2469 (arguments '(#:tex-directory "latex/polyglossia"))
b8d8806b 2470 (home-page "https://www.ctan.org/pkg/polyglossia")
80bf1f21
RW
2471 (synopsis "Alternative to babel for XeLaTeX and LuaLaTeX")
2472 (description
2473 "This package provides a complete Babel replacement for users of LuaLaTeX
2474and XeLaTeX; it relies on the @code{fontspec} package, version 2.0 at least.")
2475 (license license:lppl1.3+)))
2476
84f8035a
RW
2477(define-public texlive-latex-supertabular
2478 (package
2479 (name "texlive-latex-supertabular")
2480 (version (number->string %texlive-revision))
2481 (source (origin
2482 (method svn-fetch)
2483 (uri (texlive-ref "latex" "supertabular"))
2484 (file-name (string-append name "-" version "-checkout"))
2485 (sha256
2486 (base32
2487 "14b2bc7cqz4ckxxycim9sw6jkrr1pahivm1rdbpz5k6hl967w1s3"))))
2488 (build-system texlive-build-system)
2489 (arguments '(#:tex-directory "latex/supertabular"))
b8d8806b 2490 (home-page "https://www.ctan.org/pkg/supertabular")
84f8035a
RW
2491 (synopsis "Multi-page tables package")
2492 (description
2493 "This package was a predecessor of @code{longtable}; the newer
2494package (designed on quite different principles) is easier to use and more
2495flexible, in many cases, but supertabular retains its usefulness in a few
2496situations where longtable has problems.")
2497 (license license:lppl1.3+)))
2498
a0aa6b59
RW
2499(define-public texlive-tex-texinfo
2500 (package
2501 (name "texlive-tex-texinfo")
2502 (version (number->string %texlive-revision))
2503 (source (origin
2504 (method svn-fetch)
2505 (uri (svn-reference
2506 (url (string-append "svn://www.tug.org/texlive/tags/"
2507 %texlive-tag "/Master/texmf-dist/"
2508 "/tex/texinfo"))
2509 (revision %texlive-revision)))
88ae1921 2510 (file-name (string-append name "-" version "-checkout"))
a0aa6b59
RW
2511 (sha256
2512 (base32
2513 "09zj2w3lx0y6i2syfjjgizahf86z301dw8p37ln6syfhqhzqdz46"))))
2514 (build-system trivial-build-system)
2515 (arguments
2516 `(#:modules ((guix build utils))
2517 #:builder
2518 (begin
2519 (use-modules (guix build utils))
2520 (let ((target (string-append (assoc-ref %outputs "out")
2521 "/share/texmf-dist/tex/texinfo")))
2522 (mkdir-p target)
2523 (copy-recursively (assoc-ref %build-inputs "source") target)
2524 #t))))
b8d8806b 2525 (home-page "https://www.ctan.org/pkg/texinfo")
a0aa6b59
RW
2526 (synopsis "TeX macros to handle Texinfo files")
2527 (description
2528 "Texinfo is the preferred format for documentation in the GNU project;
2529the format may be used to produce online or printed output from a single
2530source. The Texinfo macros may be used to produce printable output using TeX;
2531other programs in the distribution offer online interactive use (with
2532hypertext linkages in some cases).")
2533 (license license:gpl3+)))
2534
0de81b09
RW
2535(define-public texlive-latex-upquote
2536 (package
2537 (name "texlive-latex-upquote")
2538 (version (number->string %texlive-revision))
2539 (source (origin
2540 (method svn-fetch)
2541 (uri (texlive-ref "latex" "upquote"))
2542 (file-name (string-append name "-" version "-checkout"))
2543 (sha256
2544 (base32
2545 "0d1050i973wnxigy0xpky5l7vn4ff7ldhkjpdqsw5s653gagwixp"))))
2546 (build-system texlive-build-system)
2547 (arguments '(#:tex-directory "latex/upquote"))
b8d8806b 2548 (home-page "https://www.ctan.org/pkg/upquote")
0de81b09
RW
2549 (synopsis "Show \"realistic\" quotes in verbatim")
2550 (description
2551 "Typewriter-style fonts are best for program listings, but Computer
2552Modern Typewriter prints @code{`} and @code{'} as bent opening and closing
2553single quotes. Other fonts, and most programming languages, print @code{`} as
2554a grave accent and @code{'} upright; @code{'} is used both to open and to
2555close quoted strings. The package switches the typewriter font to Computer
2556Modern Typewriter in OT1 encoding, and modifies the behaviour of
2557@code{verbatim}, @code{verbatim*}, @code{\\verb}, and @code{\\verb*} to print
2558in the expected way. It does this regardless of other fonts or encodings in
2559use, so long as the package is loaded after the other fonts were. The package
2560does not affect @code{\\tt}, @code{\\texttt}, etc.")
2561 (license license:lppl1.2+)))
2562
bda61541
RW
2563(define-public texlive-latex-anysize
2564 (package
2565 (name "texlive-latex-anysize")
2566 (version (number->string %texlive-revision))
2567 (source (origin
2568 (method svn-fetch)
2569 (uri (svn-reference
2570 (url (string-append "svn://www.tug.org/texlive/tags/"
2571 %texlive-tag "/Master/texmf-dist/"
2572 "/tex/latex/anysize"))
2573 (revision %texlive-revision)))
2574 (sha256
2575 (base32
2576 "19khwqjlvznc955sijhww3c4zbb0053rvzwv9nz738qknq7y18vb"))))
2577 (build-system trivial-build-system)
2578 (arguments
2579 `(#:modules ((guix build utils))
2580 #:builder
2581 (begin
2582 (use-modules (guix build utils))
2583 (let ((target (string-append (assoc-ref %outputs "out")
2584 "/share/texmf-dist/tex/latex/anysize")))
2585 (mkdir-p target)
2586 (copy-recursively (assoc-ref %build-inputs "source") target)
2587 #t))))
b8d8806b 2588 (home-page "https://www.ctan.org/pkg/anysize")
bda61541
RW
2589 (synopsis "Simple package to set up document margins")
2590 (description
2591 "This is a simple package to set up document margins. This package is
2592considered obsolete; alternatives are the @code{typearea} package from the
2593@code{koma-script} bundle, or the @code{geometry} package.")
2594 (license license:public-domain)))
2595
1d3be84e
RW
2596(define-public texlive-latex-appendix
2597 (package
2598 (name "texlive-latex-appendix")
2599 (version (number->string %texlive-revision))
2600 (source (origin
2601 (method svn-fetch)
2602 (uri (texlive-ref "latex" "appendix"))
2603 (sha256
2604 (base32
2605 "0rxfpr8vq3brwx5rc7qn91ixlp9zva4zrms8a579fqa1g5yva7vg"))))
2606 (build-system texlive-build-system)
2607 (arguments '(#:tex-directory "latex/appendix"))
b8d8806b 2608 (home-page "https://www.ctan.org/pkg/appendix")
1d3be84e
RW
2609 (synopsis "Extra control of appendices")
2610 (description
2611 "The appendix package provides various ways of formatting the titles of
2612appendices. Also (sub)appendices environments are provided that can be used,
2613for example, for per chapter/section appendices. An @code{appendices}
2614environment is provided which can be used instead of the @code{\\appendix}
2615command.")
2616 (license license:lppl)))
2617
b92ac281
RW
2618(define-public texlive-latex-changebar
2619 (package
2620 (name "texlive-latex-changebar")
2621 (version (number->string %texlive-revision))
2622 (source (origin
2623 (method svn-fetch)
2624 (uri (texlive-ref "latex" "changebar"))
2625 (sha256
2626 (base32
2627 "1ik4m8pzfsn1grlda6fniqqfwmgj7rfxwg63jdw0p0qv002vc7ik"))))
2628 (build-system texlive-build-system)
2629 (arguments '(#:tex-directory "latex/changebar"))
b8d8806b 2630 (home-page "https://www.ctan.org/pkg/changebar")
b92ac281
RW
2631 (synopsis "Generate changebars in LaTeX documents")
2632 (description
2633 "Identify areas of text to be marked with changebars with the
2634@code{\\cbstart} and @code{\\cbend} commands; the bars may be coloured. The
2635package uses 'drivers' to place the bars; the available drivers can work with
2636@code{dvitoln03}, @code{dvitops}, @code{dvips}, the emTeX and TeXtures DVI
2637drivers, and VTeX and pdfTeX.")
2638 (license license:lppl)))
2639
fedd77c1
RW
2640(define-public texlive-latex-cmap
2641 (package
2642 (name "texlive-latex-cmap")
2643 (version (number->string %texlive-revision))
2644 (source (origin
2645 (method svn-fetch)
2646 (uri (svn-reference
2647 (url (string-append "svn://www.tug.org/texlive/tags/"
2648 %texlive-tag "/Master/texmf-dist/"
2649 "/tex/latex/cmap"))
2650 (revision %texlive-revision)))
2651 (file-name (string-append name "-" version "-checkout"))
2652 (sha256
2653 (base32
2654 "1s1rv6zgw105w2j6ffhnk914qrix87y1ndzri1q72g2kbr91zlbg"))))
2655 (build-system trivial-build-system)
2656 (arguments
2657 `(#:modules ((guix build utils))
2658 #:builder
2659 (begin
2660 (use-modules (guix build utils))
2661 (let ((target (string-append (assoc-ref %outputs "out")
2662 "/share/texmf-dist/tex/latex/cmap")))
2663 (mkdir-p target)
2664 (copy-recursively (assoc-ref %build-inputs "source") target)
2665 #t))))
2666 (home-page "https://www.tug.org/svn/texlive/tags/texlive-2017.1/\
2667Master/texmf-dist/tex/latex/cmap/")
2668 (synopsis "CMap support for PDF files")
2669 (description
2670 "This package embeds CMap tables into PDF files to make search and
2671copy-and-paste functions work properly.")
2672 (license license:lppl)))
2673
e003a5f0
RW
2674(define-public texlive-latex-colortbl
2675 (package
2676 (name "texlive-latex-colortbl")
2677 (version (number->string %texlive-revision))
2678 (source (origin
2679 (method svn-fetch)
2680 (uri (texlive-ref "latex" "colortbl"))
2681 (sha256
2682 (base32
2683 "190pmq8la2rq07xry8bn8z8yywzxv6fqyqaj7yjfj5rgw6x0mas8"))))
2684 (build-system texlive-build-system)
2685 (arguments '(#:tex-directory "latex/colortbl"))
b8d8806b 2686 (home-page "https://www.ctan.org/pkg/colortbl")
e003a5f0
RW
2687 (synopsis "Add colour to LaTeX tables")
2688 (description
2689 "This package allows rows, columns, and even individual cells in LaTeX
2690tables to be coloured.")
2691 (license license:lppl)))
2692
36ce05ff
RW
2693(define-public texlive-latex-fancybox
2694 (package
2695 (name "texlive-latex-fancybox")
2696 (version (number->string %texlive-revision))
2697 (source (origin
2698 (method svn-fetch)
2699 (uri (svn-reference
2700 (url (string-append "svn://www.tug.org/texlive/tags/"
2701 %texlive-tag "/Master/texmf-dist/"
2702 "/tex/latex/fancybox"))
2703 (revision %texlive-revision)))
2704 (sha256
2705 (base32
2706 "0smmnaad2q8qwicay1frri990lv65l0k8cwzsvdsyp3jk8kp042w"))))
2707 (build-system trivial-build-system)
2708 (arguments
2709 `(#:modules ((guix build utils))
2710 #:builder
2711 (begin
2712 (use-modules (guix build utils))
2713 (let ((target (string-append (assoc-ref %outputs "out")
2714 "/share/texmf-dist/tex/latex/fancybox")))
2715 (mkdir-p target)
2716 (copy-recursively (assoc-ref %build-inputs "source") target)
2717 #t))))
b8d8806b 2718 (home-page "https://www.ctan.org/pkg/fancybox")
36ce05ff
RW
2719 (synopsis "Variants of \\fbox and other games with boxes")
2720 (description
2721 "This package provides variants of @code{\\fbox}: @code{\\shadowbox},
2722@code{\\doublebox}, @code{\\ovalbox}, @code{\\Ovalbox}, with helpful tools for
2723using box macros and flexible verbatim macros. You can box mathematics,
2724floats, center, flushleft, and flushright, lists, and pages.")
2725 (license license:lppl1.2+)))
2726
20282111
RW
2727(define-public texlive-latex-fancyhdr
2728 (package
2729 (name "texlive-latex-fancyhdr")
2730 (version (number->string %texlive-revision))
2731 (source (origin
2732 (method svn-fetch)
2733 (uri (svn-reference
2734 (url (string-append "svn://www.tug.org/texlive/tags/"
2735 %texlive-tag "/Master/texmf-dist/"
2736 "/tex/latex/fancyhdr"))
2737 (revision %texlive-revision)))
2738 (sha256
2739 (base32
2740 "04h430agf8aj7ziwyb46xpk95c605rjk1wzhr63m6ylipihidlgw"))))
2741 (build-system trivial-build-system)
2742 (arguments
2743 `(#:modules ((guix build utils))
2744 #:builder
2745 (begin
2746 (use-modules (guix build utils))
2747 (let ((target (string-append (assoc-ref %outputs "out")
2748 "/share/texmf-dist/tex/latex/fancyhdr")))
2749 (mkdir-p target)
2750 (copy-recursively (assoc-ref %build-inputs "source") target)
2751 #t))))
b8d8806b 2752 (home-page "https://www.ctan.org/pkg/fancyhdr")
20282111
RW
2753 (synopsis "Extensive control of page headers and footers in LaTeX2e")
2754 (description
2755 "The package provides extensive facilities, both for constructing headers
2756and footers, and for controlling their use (for example, at times when LaTeX
2757would automatically change the heading style in use).")
2758 (license license:lppl)))
2759
df2b9bb4
RW
2760(define-public texlive-latex-float
2761 (package
2762 (name "texlive-latex-float")
2763 (version (number->string %texlive-revision))
2764 (source (origin
2765 (method svn-fetch)
2766 (uri (texlive-ref "latex" "float"))
2767 (sha256
2768 (base32
2769 "0nbl7wylkv22fcdv4p8byhhj575fli6jnqjpkhrkbv8dzwah84nq"))))
2770 (build-system texlive-build-system)
2771 (arguments '(#:tex-directory "latex/float"))
b8d8806b 2772 (home-page "https://www.ctan.org/pkg/float")
df2b9bb4
RW
2773 (synopsis "Improved interface for floating objects")
2774 (description
2775 "This package improves the interface for defining floating objects such
2776as figures and tables. It introduces the boxed float, the ruled float and the
2777plaintop float. You can define your own floats and improve the behaviour of
2778the old ones. The package also provides the @code{H} float modifier option of
2779the obsolete @code{here} package. You can select this as automatic default
2780with @code{\\floatplacement{figure}{H}}.")
2781 (license license:lppl)))
2782
3921bc7c
RW
2783(define-public texlive-latex-footmisc
2784 (package
2785 (name "texlive-latex-footmisc")
2786 (version (number->string %texlive-revision))
2787 (source (origin
2788 (method svn-fetch)
2789 (uri (texlive-ref "latex" "footmisc"))
2790 (sha256
2791 (base32
2792 "03x61wwql8nh6zrqiiiq3rb0x7m3pn48c606zapy19y21fybwdxs"))))
2793 (build-system texlive-build-system)
2794 (arguments '(#:tex-directory "latex/footmisc"))
b8d8806b 2795 (home-page "https://www.ctan.org/pkg/footmisc")
3921bc7c
RW
2796 (synopsis "Range of footnote options")
2797 (description
2798 "This is a collection of ways to change the typesetting of footnotes.
2799The package provides means of changing the layout of the footnotes themselves,
2800a way to number footnotes per page, to make footnotes disappear in a
2801\"moving\" argument, and to deal with multiple references to footnotes from
2802the same place. The package also has a range of techniques for labelling
2803footnotes with symbols rather than numbers.")
2804 (license license:lppl1.3+)))
2805
b2bc1daf
RW
2806(define-public texlive-latex-listings
2807 (package
2808 (name "texlive-latex-listings")
2809 (version (number->string %texlive-revision))
2810 (source (origin
2811 (method svn-fetch)
2812 (uri (texlive-ref "latex" "listings"))
2813 (sha256
2814 (base32
2815 "1nsn9wp3wl12b36c0sqrim33lf33cr5wky0h4ncnw8lvqgm7h8wf"))))
2816 (build-system texlive-build-system)
2817 (arguments
2818 '(#:tex-directory "latex/listings"
2819 #:build-targets '("listings.ins")))
b8d8806b 2820 (home-page "https://www.ctan.org/pkg/listings")
b2bc1daf
RW
2821 (synopsis "Typeset source code listings using LaTeX")
2822 (description
2823 "The package enables the user to typeset programs (programming code)
2824within LaTeX; the source code is read directly by TeX---no front-end processor
2825is needed. Keywords, comments and strings can be typeset using different
2826styles. Support for @code{hyperref} is provided.")
2827 (license license:lppl1.3+)))
2828
02fd07b3
RW
2829(define-public texlive-latex-jknapltx
2830 (package
2831 (name "texlive-latex-jknapltx")
2832 (version (number->string %texlive-revision))
2833 (source (origin
2834 (method svn-fetch)
2835 (uri (svn-reference
2836 (url (string-append "svn://www.tug.org/texlive/tags/"
2837 %texlive-tag "/Master/texmf-dist/"
2838 "/tex/latex/jknapltx"))
2839 (revision %texlive-revision)))
2840 (sha256
2841 (base32
2842 "0m034x72f2g07icr50gacyxfb9g1lz2rmqh4kqr1qjb421x2kds9"))))
2843 (build-system trivial-build-system)
2844 (arguments
2845 `(#:modules ((guix build utils))
2846 #:builder
2847 (begin
2848 (use-modules (guix build utils))
2849 (let ((target (string-append (assoc-ref %outputs "out")
2850 "/share/texmf-dist/tex/latex/jknapltx")))
2851 (mkdir-p target)
2852 (copy-recursively (assoc-ref %build-inputs "source") target)
2853 #t))))
b8d8806b 2854 (home-page "https://www.ctan.org/pkg/jknappen")
02fd07b3
RW
2855 (synopsis "Miscellaneous packages by Joerg Knappen")
2856 (description
2857 "This package provides miscellaneous macros by Joerg Knappen, including:
2858represent counters in greek; Maxwell's non-commutative division;
2859@code{latin1jk}, @code{latin2jk} and @code{latin3jk}, which are
2860@code{inputenc} definition files that allow verbatim input in the respective
2861ISO Latin codes; blackboard bold fonts in maths; use of RSFS fonts in maths;
2862extra alignments for @code{\\parboxes}; swap Roman and Sans fonts;
2863transliterate semitic languages; patches to make (La)TeX formulae embeddable
2864in SGML; use maths minus in text as appropriate; simple Young tableaux.")
2865 (license license:gpl2)))
2866
83c830d1
RW
2867(define-public texlive-fonts-ec
2868 (package
2869 (name "texlive-fonts-ec")
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 "/fonts/source/jknappen/ec/"))
2877 (revision %texlive-revision)))
2878 (sha256
2879 (base32
2880 "12av65fbz9xiashm09c9m1fj1mijxls5xspd7652ry1n5s0nixy4"))))
2881 (build-system gnu-build-system)
2882 (arguments
2883 `(#:modules ((guix build gnu-build-system)
2884 (guix build utils)
2885 (srfi srfi-1)
2886 (srfi srfi-26))
2887 #:tests? #f ; no tests
2888 #:phases
2889 (modify-phases %standard-phases
2890 (delete 'configure)
2891 (replace 'build
2892 (lambda* (#:key inputs #:allow-other-keys)
2893 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
2894 ;; Tell mf where to find mf.base
2895 (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
2896 ;; Tell mf where to look for source files
2897 (setenv "MFINPUTS"
2898 (string-append (getcwd) ":"
2899 mf "/share/texmf-dist/metafont/base:"
2900 (assoc-ref inputs "texlive-fonts-cm")
2901 "/share/texmf-dist/fonts/source/public/cm")))
2902 (mkdir "build")
2903 (every (lambda (font)
2904 (format #t "building font ~a\n" font)
2905 (zero? (system* "mf" "-progname=mf"
2906 "-output-directory=build"
2907 (string-append "\\"
2908 "mode:=ljfour; "
2909 "mag:=1; "
2910 "batchmode; "
2911 "input " (basename font ".mf")))))
2912 (find-files "." "[0-9]+\\.mf$"))))
2913 (replace 'install
2914 (lambda* (#:key outputs #:allow-other-keys)
2915 (let* ((out (assoc-ref outputs "out"))
2916 (tfm (string-append
2917 out "/share/texmf-dist/fonts/tfm/jknappen/ec"))
2918 (mf (string-append
2919 out "/share/texmf-dist/fonts/source/jknappen/ec")))
2920 (for-each (cut install-file <> tfm)
2921 (find-files "build" "\\.*"))
2922 (for-each (cut install-file <> mf)
2923 (find-files "." "\\.mf"))
2924 #t))))))
2925 (native-inputs
2926 `(("texlive-bin" ,texlive-bin)
2927 ("texlive-metafont-base" ,texlive-metafont-base)
2928 ("texlive-fonts-cm" ,texlive-fonts-cm)))
b8d8806b 2929 (home-page "https://www.ctan.org/pkg/ec")
83c830d1
RW
2930 (synopsis "Computer modern fonts in T1 and TS1 encodings")
2931 (description
2932 "The EC fonts are European Computer Modern Fonts, supporting the complete
2933LaTeX T1 encoding defined at the 1990 TUG conference hold at Cork/Ireland.
2934These fonts are intended to be stable with no changes being made to the tfm
2935files. The set also contains a Text Companion Symbol font, called @code{tc},
2936featuring many useful characters needed in text typesetting, for example
2937oldstyle digits, currency symbols (including the newly created Euro symbol),
2938the permille sign, copyright, trade mark and servicemark as well as a copyleft
2939sign, and many others. Recent releases of LaTeX2e support the EC fonts. The
2940EC fonts supersede the preliminary version released as the DC fonts. The
2941fonts are available in (traced) Adobe Type 1 format, as part of the
2942@code{cm-super} bundle. The other Computer Modern-style T1-encoded Type 1
2943set, Latin Modern, is not actually a direct development of the EC set, and
2944differs from the EC in a number of particulars.")
2945 (license (license:fsf-free "https://www.tug.org/svn/texlive/tags/\
2946texlive-2017.1/Master/texmf-dist/doc/fonts/ec/copyrite.txt"))))
2947
f45a5520
RW
2948(define-public texlive-fonts-rsfs
2949 (package
2950 (name "texlive-fonts-rsfs")
2951 (version (number->string %texlive-revision))
2952 (source (origin
2953 (method svn-fetch)
2954 (uri (svn-reference
2955 (url (string-append "svn://www.tug.org/texlive/tags/"
2956 %texlive-tag "/Master/texmf-dist/"
2957 "/fonts/source/public/rsfs/"))
2958 (revision %texlive-revision)))
2959 (sha256
2960 (base32
2961 "0r12pn02r4a955prcvq0048nifh86ihlcgvw3pppqqvfngv34l5h"))))
2962 (build-system gnu-build-system)
2963 (arguments
2964 `(#:modules ((guix build gnu-build-system)
2965 (guix build utils)
2966 (srfi srfi-1)
2967 (srfi srfi-26))
2968 #:tests? #f ; no tests
2969 #:phases
2970 (modify-phases %standard-phases
2971 (delete 'configure)
2972 (replace 'build
2973 (lambda* (#:key inputs #:allow-other-keys)
2974 (let ((mf (assoc-ref inputs "texlive-metafont-base")))
2975 ;; Tell mf where to find mf.base
2976 (setenv "MFBASES" (string-append mf "/share/texmf-dist/web2c"))
2977 ;; Tell mf where to look for source files
2978 (setenv "MFINPUTS"
2979 (string-append (getcwd) ":"
2980 mf "/share/texmf-dist/metafont/base:"
2981 (assoc-ref inputs "texlive-fonts-cm")
2982 "/share/texmf-dist/fonts/source/public/cm")))
2983 (mkdir "build")
2984 (every (lambda (font)
2985 (format #t "building font ~a\n" font)
2986 (zero? (system* "mf" "-progname=mf"
2987 "-output-directory=build"
2988 (string-append "\\"
2989 "mode:=ljfour; "
2990 "mag:=1; "
2991 "batchmode; "
2992 "input " (basename font ".mf")))))
2993 (find-files "." "[0-9]+\\.mf$"))))
2994 (replace 'install
2995 (lambda* (#:key outputs #:allow-other-keys)
2996 (let* ((out (assoc-ref outputs "out"))
2997 (tfm (string-append
2998 out "/share/texmf-dist/fonts/tfm/public/rsfs"))
2999 (mf (string-append
3000 out "/share/texmf-dist/fonts/source/public/rsfs")))
3001 (for-each (cut install-file <> tfm)
3002 (find-files "build" "\\.*"))
3003 (for-each (cut install-file <> mf)
3004 (find-files "." "\\.mf"))
3005 #t))))))
3006 (native-inputs
3007 `(("texlive-bin" ,texlive-bin)
3008 ("texlive-metafont-base" ,texlive-metafont-base)
3009 ("texlive-fonts-cm" ,texlive-fonts-cm)))
b8d8806b 3010 (home-page "https://www.ctan.org/pkg/rsfs")
f45a5520
RW
3011 (synopsis "Ralph Smith's Formal Script font")
3012 (description
3013 "The fonts provide uppercase formal script letters for use as symbols in
3014scientific and mathematical typesetting (in contrast to the informal script
3015fonts such as that used for the calligraphic symbols in the TeX maths symbol
3016font). The fonts are provided as Metafont source, and as derived Adobe Type 1
3017format. LaTeX support, for using these fonts in mathematics, is available via
3018one of the packages @code{calrsfs} and @code{mathrsfs}.")
3019 (license (license:fsf-free "http://mirrors.ctan.org/fonts/rsfs/README"))))
3020
1562763c
RW
3021(define-public texlive-latex-eso-pic
3022 (package
3023 (name "texlive-latex-eso-pic")
3024 (version (number->string %texlive-revision))
3025 (source (origin
3026 (method svn-fetch)
3027 (uri (texlive-ref "latex" "eso-pic"))
3028 (sha256
3029 (base32
3030 "1xvmms28mvvfpks9x7lfya2xhh5k8jy3qnlih1mzcnf156xnb89z"))))
3031 (build-system texlive-build-system)
3032 (arguments '(#:tex-directory "latex/eso-pic"))
b8d8806b 3033 (home-page "https://www.ctan.org/pkg/eso-pic")
1562763c
RW
3034 (synopsis "Add picture commands (or backgrounds) to every page")
3035 (description
3036 "The package adds one or more user commands to LaTeX's @code{shipout}
3037routine, which may be used to place the output at fixed positions. The
3038@code{grid} option may be used to find the correct places.")
3039 (license license:lppl1.3+)))
3040
ae3779d5
RW
3041(define-public texlive-latex-eepic
3042 (package
3043 (name "texlive-latex-eepic")
3044 (version (number->string %texlive-revision))
3045 (source (origin
3046 (method svn-fetch)
3047 (uri (svn-reference
3048 (url (string-append "svn://www.tug.org/texlive/tags/"
3049 %texlive-tag "/Master/texmf-dist/"
3050 "/tex/latex/eepic"))
3051 (revision %texlive-revision)))
3052 (sha256
3053 (base32
3054 "1c68gvh021pvybg07apsd2xhq2ljbg80kq94wh71drdga3c2zqjw"))))
3055 (build-system trivial-build-system)
3056 (arguments
3057 `(#:modules ((guix build utils))
3058 #:builder
3059 (begin
3060 (use-modules (guix build utils))
3061 (let ((target (string-append (assoc-ref %outputs "out")
3062 "/share/texmf-dist/tex/latex/eepic")))
3063 (mkdir-p target)
3064 (copy-recursively (assoc-ref %build-inputs "source") target)
3065 #t))))
b8d8806b 3066 (home-page "https://www.ctan.org/pkg/eepic")
ae3779d5
RW
3067 (synopsis "Extensions to epic and the LaTeX drawing tools")
3068 (description
3069 "Extensions to @code{epic} and the LaTeX picture drawing environment,
3070include the drawing of lines at any slope, the drawing of circles in any
3071radii, and the drawing of dotted and dashed lines much faster with much less
3072TeX memory, and providing several new commands for drawing ellipses, arcs,
3073splines, and filled circles and ellipses. The package uses @code{tpic}
3074@code{\\special} commands.")
3075 (license license:public-domain)))
3076
245f1f31
RW
3077(define-public texlive-latex-enumitem
3078 (package
3079 (name "texlive-latex-enumitem")
3080 (version (number->string %texlive-revision))
3081 (source (origin
3082 (method svn-fetch)
3083 (uri (svn-reference
3084 (url (string-append "svn://www.tug.org/texlive/tags/"
3085 %texlive-tag "/Master/texmf-dist/"
3086 "/tex/latex/enumitem"))
3087 (revision %texlive-revision)))
3088 (file-name (string-append name "-" version "-checkout"))
3089 (sha256
3090 (base32
3091 "0q24b1bkdi9l6bw787bpggww83jh2vj8955aw2m5yccqbx4vgr5r"))))
3092 (build-system trivial-build-system)
3093 (arguments
3094 `(#:modules ((guix build utils))
3095 #:builder
3096 (begin
3097 (use-modules (guix build utils))
3098 (let ((target (string-append (assoc-ref %outputs "out")
3099 "/share/texmf-dist/tex/latex/enumitem")))
3100 (mkdir-p target)
3101 (copy-recursively (assoc-ref %build-inputs "source") target)
3102 #t))))
b8d8806b 3103 (home-page "https://www.ctan.org/pkg/enumitem")
245f1f31
RW
3104 (synopsis "Customize basic list environments")
3105 (description
3106 "This package is intended to ease customizing the three basic list
3107environments: @code{enumerate}, @code{itemize} and @code{description}. It
3108extends their syntax to allow an optional argument where a set of parameters
3109in the form @code{key=value} are available, for example:
3110@code{\\begin{itemize}[itemsep=1ex,leftmargin=1cm]}.")
3111 (license license:lppl1.3+)))
3112
ecffeeb5
RW
3113(define-public texlive-latex-multirow
3114 (package
3115 (name "texlive-latex-multirow")
3116 (version (number->string %texlive-revision))
3117 (source (origin
3118 (method svn-fetch)
3119 (uri (texlive-ref "latex" "multirow"))
3120 (sha256
3121 (base32
3122 "0qlxy47f1f8plgch3jqfsnrdgpyz20sz46yp33i2jwvf9hvfczf0"))))
3123 (build-system texlive-build-system)
3124 (arguments '(#:tex-directory "latex/multirow"))
b8d8806b 3125 (home-page "https://www.ctan.org/pkg/multirow")
ecffeeb5
RW
3126 (synopsis "Create tabular cells spanning multiple rows")
3127 (description
3128 "The package provides tools for creating tabular cells spanning multiple
3129rows. It has a lot of flexibility, including an option for specifying an
3130entry at the \"natural\" width of its text.")
3131 (license license:lppl1.3+)))
3132
da38b235
RW
3133(define-public texlive-latex-overpic
3134 (package
3135 (name "texlive-latex-overpic")
3136 (version (number->string %texlive-revision))
3137 (source (origin
3138 (method svn-fetch)
3139 (uri (svn-reference
3140 (url (string-append "svn://www.tug.org/texlive/tags/"
3141 %texlive-tag "/Master/texmf-dist/"
3142 "/tex/latex/overpic"))
3143 (revision %texlive-revision)))
3144 (sha256
3145 (base32
3146 "0m29q9qdb00558b7g2i7iw6w62n5s46yx81j8m99qkv77magk4fm"))))
3147 (build-system trivial-build-system)
3148 (arguments
3149 `(#:modules ((guix build utils))
3150 #:builder
3151 (begin
3152 (use-modules (guix build utils))
3153 (let ((target (string-append (assoc-ref %outputs "out")
3154 "/share/texmf-dist/tex/latex/overpic")))
3155 (mkdir-p target)
3156 (copy-recursively (assoc-ref %build-inputs "source") target)
3157 #t))))
b8d8806b 3158 (home-page "https://www.ctan.org/pkg/overpic")
da38b235
RW
3159 (synopsis "Combine LaTeX commands over included graphics")
3160 (description
3161 "The @code{overpic} environment is a cross between the LaTeX
3162@code{picture} environment and the @code{\\includegraphics} command of
3163@code{graphicx}. The resulting picture environment has the same dimensions as
3164the included graphic. LaTeX commands can be placed on the graphic at defined
3165positions; a grid for orientation is available.")
3166 (license license:lppl1.0+)))
3167
e0d307d1
RW
3168(define-public texlive-latex-parskip
3169 (package
3170 (name "texlive-latex-parskip")
3171 (version (number->string %texlive-revision))
3172 (source (origin
3173 (method svn-fetch)
3174 (uri (svn-reference
3175 (url (string-append "svn://www.tug.org/texlive/tags/"
3176 %texlive-tag "/Master/texmf-dist/"
3177 "/tex/latex/parskip"))
3178 (revision %texlive-revision)))
3179 (file-name (string-append name "-" version "-checkout"))
3180 (sha256
3181 (base32
3182 "14r6h9hqb0qgccxj5l1208694fx8sb8avmgzps36lsbbpszl7i7m"))))
3183 (build-system trivial-build-system)
3184 (arguments
3185 `(#:modules ((guix build utils))
3186 #:builder
3187 (begin
3188 (use-modules (guix build utils))
3189 (let ((target (string-append (assoc-ref %outputs "out")
3190 "/share/texmf-dist/tex/latex/parskip")))
3191 (mkdir-p target)
3192 (copy-recursively (assoc-ref %build-inputs "source") target)
3193 #t))))
b8d8806b 3194 (home-page "https://www.ctan.org/pkg/parskip")
e0d307d1
RW
3195 (synopsis "Layout with zero \\parindent, non-zero \\parskip")
3196 (description
3197 "Simply changing @code{\\parskip} and @code{\\parindent} leaves a layout
3198that is untidy; this package (though it is no substitute for a properly
3199designed class) helps alleviate this untidiness.")
3200 (license license:lppl)))
3201
adc02c70
RW
3202(define-public texlive-latex-pdfpages
3203 (package
3204 (name "texlive-latex-pdfpages")
3205 (version (number->string %texlive-revision))
3206 (source (origin
3207 (method svn-fetch)
3208 (uri (texlive-ref "latex" "pdfpages"))
3209 (sha256
3210 (base32
3211 "06p5smfq66559ppdnmkl3hp8534x84ywbscimsiir4gllpya3i9h"))))
3212 (build-system texlive-build-system)
3213 (arguments '(#:tex-directory "latex/pdfpages"))
b8d8806b 3214 (home-page "https://www.ctan.org/pkg/pdfpages")
adc02c70
RW
3215 (synopsis "Include PDF documents in LaTeX")
3216 (description
3217 "This package simplifies the inclusion of external multi-page PDF
3218documents in LaTeX documents. Pages may be freely selected and it is possible
3219to put several logical pages onto each sheet of paper. Furthermore a lot of
3220hypertext features like hyperlinks and article threads are provided. The
3221package supports pdfTeX (pdfLaTeX) and VTeX. With VTeX it is even possible to
3222use this package to insert PostScript files, in addition to PDF files.")
3223 (license license:lppl1.3+)))
3224
d8fef6ea
RW
3225(define-public texlive-fonts-stmaryrd
3226 (package
3227 (name "texlive-fonts-stmaryrd")
3228 (version (number->string %texlive-revision))
3229 (source (origin
3230 (method svn-fetch)
3231 (uri (texlive-ref "fonts" "stmaryrd"))
3232 (sha256
3233 (base32
3234 "08pn4ca3vl6qm9l3wm5h5iyjsrg411kkm1yana329xwg2j14s9n6"))))
3235 (build-system texlive-build-system)
3236 (arguments
3237 '(#:tex-directory "latex/stmaryrd"
3238 #:phases
3239 (modify-phases %standard-phases
3240 (add-after 'configure 'patch-ins
3241 (lambda _
3242 (substitute* "stmaryrd.ins"
3243 (("^%% LaTeX2e.*") "\\input docstrip\n")
3244 (("fontdef\\}\\}" line)
3245 (string-append line "\n\\endbatchfile")))
3246 #t)))))
b8d8806b 3247 (home-page "https://www.ctan.org/pkg/stmaryrd")
d8fef6ea
RW
3248 (synopsis "St Mary Road symbols for theoretical computer science")
3249 (description
3250 "The fonts were originally distributed as Metafont sources only, but
3251Adobe Type 1 versions are also now available. Macro support is provided for
3252use under LaTeX; the package supports the @code{only} option (provided by the
3253@code{somedefs} package) to restrict what is loaded, for those who don't need
3254the whole font.")
3255 (license license:lppl)))
3256
2db3a034
RW
3257(define-public texlive-latex-subfigure
3258 (package
3259 (name "texlive-latex-subfigure")
3260 (version (number->string %texlive-revision))
3261 (source (origin
3262 (method svn-fetch)
3263 (uri (texlive-ref "latex" "subfigure"))
3264 (sha256
3265 (base32
3266 "15spcl5wb7w269qd6y596vp4yi8sa5ppcx8w4z2i9kyp02r3a0yb"))))
3267 (build-system texlive-build-system)
3268 (arguments '(#:tex-directory "latex/subfigure"))
b8d8806b 3269 (home-page "https://www.ctan.org/pkg/subfigure")
2db3a034
RW
3270 (synopsis "Figures divided into subfigures")
3271 (description
3272 "This (deprecated) package provides support for the manipulation and
3273reference of small or \"sub\" figures and tables within a single figure or
3274table environment. It is convenient to use this package when your subfigures
3275are to be separately captioned, referenced, or are to be included in the
3276List-of-Figures. A new @code{\\subfigure} command is introduced which can be
3277used inside a figure environment for each subfigure. An optional first
3278argument is used as the caption for that subfigure. The package is now
3279considered obsolete: it was superseded by @code{subfig}, but users may find
3280the more recent @code{subcaption} package more satisfactory.")
3281 (license license:lppl)))
3282
c73d0e9d
RW
3283(define-public texlive-latex-tabulary
3284 (package
3285 (name "texlive-latex-tabulary")
3286 (version (number->string %texlive-revision))
3287 (source (origin
3288 (method svn-fetch)
3289 (uri (texlive-ref "latex" "tabulary"))
3290 (file-name (string-append name "-" version "-checkout"))
3291 (sha256
3292 (base32
3293 "1adkdx2zkk42g82nqf57lv1nc1z7kwl13jmy8vpcsizsa0xdnx9n"))))
3294 (build-system texlive-build-system)
3295 (arguments '(#:tex-directory "latex/tabulary"))
b8d8806b 3296 (home-page "https://www.ctan.org/pkg/tabulary")
c73d0e9d
RW
3297 (synopsis "Tabular with variable width columns balanced")
3298 (description
3299 "The package defines a @code{tabular*}-like environment, @code{tabulary},
3300taking a \"total width\" argument as well as the column specifications. The
3301environment uses column types @code{L}, @code{C}, @code{R} and @code{J} for
3302variable width columns (@code{\\raggedright}, @code{\\centering},
3303@code{\\raggedleft}, and normally justified). In contrast to
3304@code{tabularx}'s @code{X} columns, the width of each column is weighted
3305according to the natural width of the widest cell in the column.")
3306 (license license:lppl)))
3307
e3088297
RW
3308(define-public texlive-latex-threeparttable
3309 (package
3310 (name "texlive-latex-threeparttable")
3311 (version (number->string %texlive-revision))
3312 (source (origin
3313 (method svn-fetch)
3314 (uri (svn-reference
3315 (url (string-append "svn://www.tug.org/texlive/tags/"
3316 %texlive-tag "/Master/texmf-dist/"
3317 "/tex/latex/threeparttable"))
3318 (revision %texlive-revision)))
3319 (sha256
3320 (base32
3321 "10vy9k150w2lviw8h22s2mcykff38xci653m5823s2vv44pwbmzq"))))
3322 (build-system trivial-build-system)
3323 (arguments
3324 `(#:modules ((guix build utils))
3325 #:builder
3326 (begin
3327 (use-modules (guix build utils))
3328 (let ((target (string-append (assoc-ref %outputs "out")
3329 "/share/texmf-dist/tex/latex/threeparttable")))
3330 (mkdir-p target)
3331 (copy-recursively (assoc-ref %build-inputs "source") target)
3332 #t))))
b8d8806b 3333 (home-page "https://www.ctan.org/pkg/threeparttable")
e3088297
RW
3334 (synopsis "Tables with captions and notes all the same width")
3335 (description
3336 "This package facilitates tables with titles (captions) and notes. The
3337title and notes are given a width equal to the body of the table (a
3338@code{tabular} environment). By itself, a @code{threeparttable} does not
3339float, but you can put it in a @code{table} or a @code{table*} or some other
3340environment.")
3341 (license (license:fsf-free "file://threeparttable.sty"))))
3342
1b10d494
RW
3343(define-public texlive-fonts-txfonts
3344 (package
3345 (name "texlive-fonts-txfonts")
3346 (version (number->string %texlive-revision))
3347 (source (origin
3348 (method svn-fetch)
3349 (uri (svn-reference
3350 (url (string-append "svn://www.tug.org/texlive/tags/"
3351 %texlive-tag "/Master/texmf-dist/"
3352 "/tex/latex/txfonts"))
3353 (revision %texlive-revision)))
3354 (file-name (string-append name "-" version "-checkout"))
3355 (sha256
3356 (base32
3357 "0jl921qdphg8i7bkfprackn3xd4gmvxckc526nmzqsmahqkavgg2"))))
3358 (build-system trivial-build-system)
3359 (arguments
3360 `(#:modules ((guix build utils)
3361 (ice-9 match))
3362 #:builder
3363 (begin
3364 (use-modules (guix build utils)
3365 (ice-9 match))
3366 (let ((root (string-append (assoc-ref %outputs "out")
3367 "/share/texmf-dist/"))
3368 (pkgs '(("source" . "tex/latex/txfonts")
3369 ("txfonts-vf" . "fonts/tfm/public/txfonts")
3370 ("txfonts-afm" . "fonts/afm/public/txfonts")
3371 ("txfonts-tfm" . "fonts/tfm/public/txfonts")
3372 ("txfonts-type1" . "fonts/type1/public/txfonts")
3373 ("txfonts-enc" . "fonts/enc/dvips/txfonts")
3374 ("txfonts-map" . "fonts/map/dvips/txfonts"))))
3375 (for-each (match-lambda
3376 ((pkg . dir)
3377 (let ((target (string-append root dir)))
3378 (mkdir-p target)
3379 (copy-recursively (assoc-ref %build-inputs pkg)
3380 target))))
3381 pkgs)
3382 #t))))
3383 (native-inputs
3384 `(("txfonts-tfm"
3385 ,(origin
3386 (method svn-fetch)
3387 (uri (svn-reference
3388 (url (string-append "svn://www.tug.org/texlive/tags/"
3389 %texlive-tag "/Master/texmf-dist/"
3390 "/fonts/tfm/public/txfonts"))
3391 (revision %texlive-revision)))
3392 (file-name (string-append name "-tfm-" version "-checkout"))
3393 (sha256
3394 (base32
3395 "12ffmbrp48ap35qa3b4mi6ckif9q2vf7972jxh5dc1yzykhla2xv"))))
3396 ("txfonts-vf"
3397 ,(origin
3398 (method svn-fetch)
3399 (uri (svn-reference
3400 (url (string-append "svn://www.tug.org/texlive/tags/"
3401 %texlive-tag "/Master/texmf-dist/"
3402 "/fonts/vf/public/txfonts"))
3403 (revision %texlive-revision)))
3404 (file-name (string-append name "-vf-" version "-checkout"))
3405 (sha256
3406 (base32
3407 "04acyfdwvxpfx4l2xh2bpzdmpvwdf2pzbs7a236b0xckz2jvc1ci"))))
3408 ("txfonts-afm"
3409 ,(origin
3410 (method svn-fetch)
3411 (uri (svn-reference
3412 (url (string-append "svn://www.tug.org/texlive/tags/"
3413 %texlive-tag "/Master/texmf-dist/"
3414 "/fonts/afm/public/txfonts"))
3415 (revision %texlive-revision)))
3416 (file-name (string-append name "-afm-" version "-checkout"))
3417 (sha256
3418 (base32
3419 "1705klz51pnqzcs89s3521b84b6c89wlczflsh0vci66nl155yis"))))
3420 ("txfonts-type1"
3421 ,(origin
3422 (method svn-fetch)
3423 (uri (svn-reference
3424 (url (string-append "svn://www.tug.org/texlive/tags/"
3425 %texlive-tag "/Master/texmf-dist/"
3426 "/fonts/type1/public/txfonts"))
3427 (revision %texlive-revision)))
3428 (file-name (string-append name "-type1-" version "-checkout"))
3429 (sha256
3430 (base32
3431 "0ajwr7zb6ch3gxd0g8p2i4llhy2wr9a9saz6jq6hm6fxf4pgl5h3"))))
3432 ("txfonts-map"
3433 ,(origin
3434 (method svn-fetch)
3435 (uri (svn-reference
3436 (url (string-append "svn://www.tug.org/texlive/tags/"
3437 %texlive-tag "/Master/texmf-dist/"
3438 "/fonts/map/dvips/txfonts"))
3439 (revision %texlive-revision)))
3440 (file-name (string-append name "-map-" version "-checkout"))
3441 (sha256
3442 (base32
3443 "0kamr8a9x24jakas3v09dgv7kkpybj3i7qv4vz1iyypqr6kk1raj"))))
3444 ("txfonts-enc"
3445 ,(origin
3446 (method svn-fetch)
3447 (uri (svn-reference
3448 (url (string-append "svn://www.tug.org/texlive/tags/"
3449 %texlive-tag "/Master/texmf-dist/"
3450 "/fonts/enc/dvips/txfonts"))
3451 (revision %texlive-revision)))
3452 (file-name (string-append name "-enc-" version "-checkout"))
3453 (sha256
3454 (base32
3455 "1bal5fhw0xlhl37ayv8vlnqnsn1y82kadzfjhbgr223blspp4zsj"))))))
b8d8806b 3456 (home-page "https://www.ctan.org/pkg/threeparttable")
1b10d494
RW
3457 (synopsis "Times-like fonts in support of mathematics")
3458 (description
3459 "Txfonts supplies virtual text roman fonts using Adobe Times (or URW
3460NimbusRomNo9L) with some modified and additional text symbols in the OT1, T1,
3461and TS1 encodings; maths alphabets using Times/URW Nimbus; maths fonts
3462providing all the symbols of the Computer Modern and AMS fonts, including all
3463the Greek capital letters from CMR; and additional maths fonts of various
3464other symbols.
3465
3466The set is complemented by a sans-serif set of text fonts, based on
3467Helvetica/NimbusSanL, and a monospace set.
3468
3469All the fonts are in Type 1 format (AFM and PFB files), and are supported by
3470TeX metrics (VF and TFM files) and macros for use with LaTeX.")
3471 ;; Any version of the GPL with font exception.
3472 (license license:gpl3+)))
3473
f9e0fcb2
RW
3474(define-public texlive-fonts-iwona
3475 (package
3476 (name "texlive-fonts-iwona")
3477 (version "0.995b")
3478 (source (origin
3479 (method url-fetch)
3480 (uri (string-append "http://jmn.pl/pliki/Iwona-tex-"
3481 (string-map (lambda (c)
3482 (if (char=? c #\.)
3483 #\_ c))
3484 version)
3485 ".zip"))
3486 (sha256
3487 (base32
3488 "13684iqx5granpc5rfvqnmyvdpgpbr1x9y7i7y7bcaq0qxv7ph1x"))))
3489 (build-system trivial-build-system)
3490 (arguments
3491 `(#:modules ((guix build utils))
3492 #:builder
3493 (begin
3494 (use-modules (guix build utils))
3495 (let ((target (string-append (assoc-ref %outputs "out")
3496 "/share/texmf-dist/"))
3497 (unzip (string-append (assoc-ref %build-inputs "unzip")
3498 "/bin/unzip")))
3499 (system* unzip (assoc-ref %build-inputs "source"))
3500 (mkdir-p target)
3501 (copy-recursively "iwona" target)))))
3502 (native-inputs
3503 `(("unzip" ,unzip)))
3504 (home-page "http://jmn.pl/en/kurier-i-iwona/")
3505 (synopsis "Sans-serif typeface for TeX")
3506 (description "Iwona is a two-element sans-serif typeface. It was created
3507as an alternative version of the Kurier typeface, which was designed in 1975
3508for a diploma in typeface design at the Warsaw Academy of Fine Arts under the
3509supervision of Roman Tomaszewski. Kurier was designed for linotype
3510typesetting of newspapers and similar periodicals. The Iwona fonts are an
3511alternative version of the Kurier fonts. The difference lies in the absence
3512of ink traps which typify the Kurier font.")
3513 (license license:gfl1.0)))
3514
acc620d6
RW
3515(define-public texlive-latex-titlesec
3516 (package
3517 (name "texlive-latex-titlesec")
3518 (version (number->string %texlive-revision))
3519 (source (origin
3520 (method svn-fetch)
3521 (uri (svn-reference
3522 (url (string-append "svn://www.tug.org/texlive/tags/"
3523 %texlive-tag "/Master/texmf-dist/"
3524 "/tex/latex/titlesec"))
3525 (revision %texlive-revision)))
3526 (sha256
3527 (base32
3528 "04nmkhqx6jxcxx9a30zbcd5smxi5fd0cbp132bki7fnvhspnhg21"))))
3529 (build-system trivial-build-system)
3530 (arguments
3531 `(#:modules ((guix build utils))
3532 #:builder
3533 (begin
3534 (use-modules (guix build utils))
3535 (let ((target (string-append (assoc-ref %outputs "out")
3536 "/share/texmf-dist/tex/latex/titlesec")))
3537 (mkdir-p target)
3538 (copy-recursively (assoc-ref %build-inputs "source") target)
3539 #t))))
b8d8806b 3540 (home-page "https://www.ctan.org/pkg/titlesec")
acc620d6
RW
3541 (synopsis "Select alternative section titles")
3542 (description
3543 "This package provides an interface to sectioning commands for selection
3544from various title styles, e.g. for marginal titles and to change the font of
3545all headings with a single command, also providing simple one-step page
3546styles. It also includes a package to change the page styles when there are
3547floats in a page. You may assign headers/footers to individual floats, too.")
3548 (license license:lppl)))
3549
274e3d4f
RW
3550(define-public texlive-latex-type1cm
3551 (package
3552 (name "texlive-latex-type1cm")
3553 (version (number->string %texlive-revision))
3554 (source (origin
3555 (method svn-fetch)
3556 (uri (texlive-ref "latex" "type1cm"))
3557 (file-name (string-append name "-" version "-checkout"))
3558 (sha256
3559 (base32
3560 "1lvxrqfwcwa4p31zyfm80gr05v8c28xybv5ri79zi2ngz6834z12"))))
3561 (build-system texlive-build-system)
3562 (arguments '(#:tex-directory "latex/type1cm"))
b8d8806b 3563 (home-page "https://www.ctan.org/pkg/type1cm")
274e3d4f
RW
3564 (synopsis "Arbitrary size font selection in LaTeX")
3565 (description
3566 "LaTeX, by default, restricts the sizes at which you can use its default
3567computer modern fonts, to a fixed set of discrete sizes (effectively, a set
3568specified by Knuth). The @code{type1cm} package removes this restriction;
3569this is particularly useful when using scalable versions of the CM
3570fonts (Bakoma, or the versions from BSR/Y&Y, or True Type versions from Kinch,
3571PCTeX, etc.). In fact, since modern distributions will automatically generate
3572any bitmap font you might need, @code{type1cm} has wider application than just
3573those using scaleable versions of the fonts. Note that the LaTeX distribution
3574now contains a package @code{fix-cm},f which performs the task of
3575@code{type1cm}, as well as doing the same job for T1- and TS1-encoded
3576@code{ec} fonts.")
3577 (license license:lppl)))
3578
406af0d6
RW
3579(define-public texlive-latex-lh
3580 (package
3581 (name "texlive-latex-lh")
3582 (version (number->string %texlive-revision))
3583 (source (origin
3584 (method svn-fetch)
3585 (uri (texlive-ref "latex" "lh"))
3586 (sha256
3587 (base32
3588 "00gdiwh3sfhh1iimjhpja7lm7k4vzqzql2irgwnpz94qvh25zwi5"))))
3589 (build-system texlive-build-system)
3590 (arguments '(#:tex-directory "latex/lh"))
b8d8806b 3591 (home-page "https://www.ctan.org/pkg/lh")
406af0d6
RW
3592 (synopsis "Cyrillic fonts that support LaTeX standard encodings")
3593 (description
3594 "The LH fonts address the problem of the wide variety of alphabets that
3595are written with Cyrillic-style characters. The fonts are the original basis
3596of the set of T2* and X2 encodings that are now used when LaTeX users need to
3597write in Cyrillic languages. Macro support in standard LaTeX encodings is
3598offered through the latex-cyrillic and t2 bundles, and the package itself
3599offers support for other (more traditional) encodings. The fonts, in the
3600standard T2* and X2 encodings are available in Adobe Type 1 format, in the
3601CM-Super family of fonts. The package also offers its own LaTeX support for
3602OT2 encoded fonts, CM bright shaped fonts and Concrete shaped fonts.")
3603 (license license:lppl)))
3604
44436def
RW
3605(define-public texlive-metapost
3606 (package
3607 (name "texlive-metapost")
3608 (version (number->string %texlive-revision))
3609 (source (origin
3610 (method svn-fetch)
3611 (uri (svn-reference
3612 (url (string-append "svn://www.tug.org/texlive/tags/"
3613 %texlive-tag "/Master/texmf-dist/"
3614 "/metapost"))
3615 (revision %texlive-revision)))
3616 (sha256
3617 (base32
3618 "03nvjddffiz796wll6axzmgfvynyciy2mqamv20qx252w71vwkwd"))))
3619 (build-system trivial-build-system)
3620 (arguments
3621 `(#:modules ((guix build utils))
3622 #:builder
3623 (begin
3624 (use-modules (guix build utils))
3625 (let ((target (string-append (assoc-ref %outputs "out")
3626 "/share/texmf-dist/metapost")))
3627 (mkdir-p target)
3628 (copy-recursively (assoc-ref %build-inputs "source") target)
3629 #t))))
b8d8806b 3630 (home-page "https://www.ctan.org/pkg/metapost")
44436def
RW
3631 (synopsis "Create scalable illustrations")
3632 (description
3633 "MetaPost uses a language based on that of Metafont to produce precise
3634technical illustrations. Its output is scalable PostScript or SVG, rather
3635than the bitmaps Metafont creates.")
3636 (license license:lppl)))
3637
9ff7161a
LC
3638(define-public texlive-latex-acmart
3639 (package
3640 (name "texlive-latex-acmart")
3641 (version "1.45")
3642 (source (origin
3643 (method svn-fetch)
3644 (uri (texlive-ref "latex" "acmart"))
3645 (sha256
3646 (base32
3647 "10zs8ga88ksypv1v4p6mynmfa7749q2hgxlr4shnwfjd9wrb421q"))
3648 (file-name (string-append name "-" version "-checkout"))))
3649 (build-system texlive-build-system)
3650 (arguments '(#:tex-directory "latex/acmart"))
b8d8806b 3651 (home-page "https://www.ctan.org/pkg/acmart")
9ff7161a
LC
3652 (synopsis "Class for typesetting publications of ACM")
3653 (description
3654 "This package provides a class for typesetting publications of the
3655Association for Computing Machinery (ACM).")
3656 (license license:lppl1.3+)))
3657
3966ebbb
RW
3658(define-public texlive-latex-varwidth
3659 (package
3660 (name "texlive-latex-varwidth")
3661 (version (number->string %texlive-revision))
3662 (source (origin
3663 (method svn-fetch)
3664 (uri (svn-reference
3665 (url (string-append "svn://www.tug.org/texlive/tags/"
3666 %texlive-tag "/Master/texmf-dist/"
3667 "/tex/latex/varwidth"))
3668 (revision %texlive-revision)))
3669 (file-name (string-append name "-" version "-checkout"))
3670 (sha256
3671 (base32
3672 "1bmz9ap0ffyg7qry2xi7lki06qx4809w028xvk88cl66h7p46g52"))))
3673 (build-system trivial-build-system)
3674 (arguments
3675 `(#:modules ((guix build utils))
3676 #:builder
3677 (begin
3678 (use-modules (guix build utils))
3679 (let ((target (string-append (assoc-ref %outputs "out")
3680 "/share/texmf-dist/tex/latex/varwidth")))
3681 (mkdir-p target)
3682 (copy-recursively (assoc-ref %build-inputs "source") target)
3683 #t))))
b8d8806b 3684 (home-page "https://www.ctan.org/pkg/varwidth")
3966ebbb
RW
3685 (synopsis "Variable-width minipage")
3686 (description
3687 "The @code{varwidth} environment is superficially similar to
3688@code{minipage}, but the specified width is just a maximum value — the box may
3689get a narrower “natural” width.")
3690 (license license:lppl)))
3691
cd2c77f4
RW
3692(define-public texlive-latex-wasysym
3693 (package
3694 (name "texlive-latex-wasysym")
3695 (version (number->string %texlive-revision))
3696 (source (origin
3697 (method svn-fetch)
3698 (uri (texlive-ref "latex" "wasysym"))
3699 (sha256
3700 (base32
3701 "1sgwbfwjjf70g54hh93gsd9jp9nm67w6n74x9d72a56n07jbk5hv"))))
3702 (build-system texlive-build-system)
3703 (arguments '(#:tex-directory "latex/wasysym"))
b8d8806b 3704 (home-page "https://www.ctan.org/pkg/wasysym")
cd2c77f4
RW
3705 (synopsis "LaTeX support file to use the WASY2 fonts")
3706 (description
3707 "The wasy2WASY2 (Waldi Symbol) font by Roland Waldi provides many glyphs
3708like male and female symbols and astronomical symbols, as well as the complete
3709lasy font set and other odds and ends. The wasysym package implements an easy
3710to use interface for these symbols.")
3711 (license license:lppl)))
3712
63ed869b
RW
3713(define-public texlive-latex-wrapfig
3714 (package
3715 (name "texlive-latex-wrapfig")
3716 (version (number->string %texlive-revision))
3717 (source (origin
3718 (method svn-fetch)
3719 (uri (svn-reference
3720 (url (string-append "svn://www.tug.org/texlive/tags/"
3721 %texlive-tag "/Master/texmf-dist/"
3722 "/tex/latex/wrapfig"))
3723 (revision %texlive-revision)))
3724 (file-name (string-append name "-" version "-checkout"))
3725 (sha256
3726 (base32
3727 "16xpyl0csmmwndz1xhzqfg9l0zcsnqxslsixsqkwd4zsvfj30sv4"))))
3728 (build-system trivial-build-system)
3729 (arguments
3730 `(#:modules ((guix build utils))
3731 #:builder
3732 (begin
3733 (use-modules (guix build utils))
3734 (let ((target (string-append (assoc-ref %outputs "out")
3735 "/share/texmf-dist/tex/latex/wrapfig")))
3736 (mkdir-p target)
3737 (copy-recursively (assoc-ref %build-inputs "source") target)
3738 #t))))
b8d8806b 3739 (home-page "https://www.ctan.org/pkg/wrapfig")
63ed869b
RW
3740 (synopsis "Produces figures which text can flow around")
3741 (description
3742 "This package allows figures or tables to have text wrapped around them.
3743It does not work in combination with list environments, but can be used in a
3744@code{parbox} or @code{minipage}, and in two-column format.")
3745 (license license:lppl)))
3746
c178ffca
RW
3747(define-public texlive-latex-ucs
3748 (package
3749 (name "texlive-latex-ucs")
3750 (version (number->string %texlive-revision))
3751 (source (origin
3752 (method svn-fetch)
3753 (uri (svn-reference
3754 (url (string-append "svn://www.tug.org/texlive/tags/"
3755 %texlive-tag "/Master/texmf-dist/"
3756 "/tex/latex/ucs"))
3757 (revision %texlive-revision)))
3758 (file-name (string-append name "-" version "-checkout"))
3759 (sha256
3760 (base32
3761 "0rrxwi60wmz5dfjifl4fwk66plf7wix85qnhfv4ylvmj6qi6hw37"))))
3762 (build-system trivial-build-system)
3763 (arguments
3764 `(#:modules ((guix build utils))
3765 #:builder
3766 (begin
3767 (use-modules (guix build utils))
3768 (let ((target (string-append (assoc-ref %outputs "out")
3769 "/share/texmf-dist/tex/latex/ucs")))
3770 (mkdir-p target)
3771 (copy-recursively (assoc-ref %build-inputs "source") target)
3772 #t))))
b8d8806b 3773 (home-page "https://www.ctan.org/pkg/ucs")
c178ffca
RW
3774 (synopsis "Extended UTF-8 input encoding support for LaTeX")
3775 (description
3776 "The bundle provides the @code{ucs} package, and @code{utf8x.def},
3777together with a large number of support files. The @code{utf8x.def}
3778definition file for use with @code{inputenc} covers a wider range of Unicode
3779characters than does @code{utf8.def} in the LaTeX distribution. The package
3780provides facilities for efficient use of its large sets of Unicode characters.
3781Glyph production may be controlled by various options, which permits use of
3782non-ASCII characters when coding mathematical formulae. Note that the bundle
3783previously had an alias “unicode”; that alias has now been withdrawn, and no
3784package of that name now exists.")
3785 (license license:lppl1.3+)))
3786
86af0f2a
RW
3787(define-public texlive-latex-preview
3788 (package
3789 (name "texlive-latex-preview")
3790 (version (number->string %texlive-revision))
3791 (source (origin
3792 (method svn-fetch)
3793 (uri (texlive-ref "latex" "preview"))
3794 (file-name (string-append name "-" version "-checkout"))
3795 (sha256
3796 (base32
3797 "0j6fff6q0ca96nwfdgay2jm55792z4q9aa0rczmiw2qccyg5n2dv"))))
3798 (build-system texlive-build-system)
3799 (arguments
3800 '(#:tex-directory "latex/preview"
3801 #:phases
3802 (modify-phases %standard-phases
3803 (add-after 'unpack 'remove-generated-file
3804 (lambda _
3805 (delete-file "preview.drv")
3806 #t)))))
b8d8806b 3807 (home-page "https://www.ctan.org/pkg/preview")
86af0f2a
RW
3808 (synopsis "Extract bits of a LaTeX source for output")
3809 (description
3810 "The main purpose of the preview package is the extraction of selected
3811elements from a LaTeX source, like formulas or graphics, into separate
3812pages of a DVI file. A flexible and convenient interface allows it to
3813specify what commands and constructs should be extracted. This works
3814with DVI files postprocessed by either Dvips and Ghostscript or
3815dvipng, but it also works when you are using PDFTeX for generating PDF
3816files.")
3817 (license license:gpl3+)))
3818
87b4360e
RW
3819(define-public texlive-latex-acronym
3820 (package
3821 (name "texlive-latex-acronym")
3822 (version (number->string %texlive-revision))
3823 (source (origin
3824 (method svn-fetch)
3825 (uri (texlive-ref "latex" "acronym"))
3826 (file-name (string-append name "-" version "-checkout"))
3827 (sha256
3828 (base32
3829 "0jmasg40bk53zdd2jc8nc18jvdai3p2wmamy7hwli8gls4nf25qp"))))
3830 (build-system texlive-build-system)
3831 (arguments '(#:tex-directory "latex/acronym"))
b8d8806b 3832 (home-page "https://www.ctan.org/pkg/acronym")
87b4360e
RW
3833 (synopsis "Expand acronyms at least once")
3834 (description
3835 "This package ensures that all acronyms used in the text are spelled out
3836in full at least once. It also provides an environment to build a list of
3837acronyms used. The package is compatible with PDF bookmarks. The package
3838requires the suffix package, which in turn requires that it runs under
3839e-TeX.")
3840 (license license:lppl1.3+)))
3841
fedb80ee
RW
3842(define-public texlive-generic-pdftex
3843 (package
3844 (name "texlive-generic-pdftex")
3845 (version (number->string %texlive-revision))
3846 (source (origin
3847 (method svn-fetch)
3848 (uri (svn-reference
3849 (url (string-append "svn://www.tug.org/texlive/tags/"
3850 %texlive-tag "/Master/texmf-dist/"
3851 "/tex/generic/pdftex"))
3852 (revision %texlive-revision)))
3853 (sha256
3854 (base32
3855 "0k68zmqzs4qvrqxdwsrawbjb14hxqjfamq649azvai0jjxdpkljd"))))
3856 (build-system trivial-build-system)
3857 (arguments
3858 `(#:modules ((guix build utils))
3859 #:builder
3860 (begin
3861 (use-modules (guix build utils))
3862 (let ((target (string-append (assoc-ref %outputs "out")
3863 "/share/texmf-dist/tex/generic/pdftex")))
3864 (mkdir-p target)
3865 (copy-recursively (assoc-ref %build-inputs "source") target)
3866 #t))))
b8d8806b 3867 (home-page "https://www.ctan.org/pkg/pdftex")
fedb80ee
RW
3868 (synopsis "TeX extension for direct creation of PDF")
3869 (description
3870 "This package provides an extension of TeX which can be configured to
3871directly generate PDF documents instead of DVI.")
3872 (license license:gpl2+)))
3873
8bcdc23f 3874(define texlive-texmf
0aa34e82
AE
3875 (package
3876 (name "texlive-texmf")
149f6688 3877 (version "2017")
0aa34e82
AE
3878 (source texlive-texmf-src)
3879 (build-system gnu-build-system)
3880 (inputs
3881 `(("texlive-bin" ,texlive-bin)
3882 ("lua" ,lua)
3883 ("perl" ,perl)
3884 ("python" ,python-2) ; incompatible with Python 3 (print syntax)
3885 ("ruby" ,ruby)
3886 ("tcsh" ,tcsh)))
3887 (arguments
3888 `(#:modules ((guix build gnu-build-system)
3889 (guix build utils)
3890 (srfi srfi-26))
a348af40
LC
3891
3892 ;; This package takes 4 GiB, which we can't afford to distribute from
3893 ;; our servers.
3894 #:substitutable? #f
3895
0aa34e82 3896 #:phases
4a6635f3
AE
3897 (modify-phases (map (cut assq <> %standard-phases)
3898 '(set-paths unpack patch-source-shebangs))
3899 (add-after 'patch-source-shebangs 'install
3900 (lambda* (#:key outputs #:allow-other-keys)
3901 (let ((share (string-append (assoc-ref outputs "out") "/share")))
3902 (mkdir-p share)
3903 (system* "mv" "texmf-dist" share))))
3904 (add-after 'install 'texmf-config
3905 (lambda* (#:key inputs outputs #:allow-other-keys)
3906 (let* ((out (assoc-ref outputs "out"))
3907 (share (string-append out "/share"))
3908 (texmfroot (string-append share "/texmf-dist/web2c"))
3909 (texmfcnf (string-append texmfroot "/texmf.cnf"))
3910 (texlive-bin (assoc-ref inputs "texlive-bin"))
3911 (texbin (string-append texlive-bin "/bin"))
3912 (tlpkg (string-append texlive-bin "/share/tlpkg")))
3913 ;; Register SHARE as TEXMFROOT in texmf.cnf.
3914 (substitute* texmfcnf
3915 (("TEXMFROOT = \\$SELFAUTOPARENT")
2d634d9b
FB
3916 (string-append "TEXMFROOT = " share))
3917 (("TEXMFLOCAL = \\$SELFAUTOGRANDPARENT/texmf-local")
3918 "TEXMFLOCAL = $SELFAUTODIR/share/texmf-local")
3919 (("!!\\$TEXMFLOCAL") "$TEXMFLOCAL"))
4a6635f3
AE
3920 ;; Register paths in texmfcnf.lua, needed for context.
3921 (substitute* (string-append texmfroot "/texmfcnf.lua")
3922 (("selfautodir:") out)
3923 (("selfautoparent:") (string-append share "/")))
3924 ;; Set path to TeXLive Perl modules
3925 (setenv "PERL5LIB"
3926 (string-append (getenv "PERL5LIB") ":" tlpkg))
3927 ;; Configure the texmf-dist tree; inspired from
3928 ;; http://slackbuilds.org/repository/13.37/office/texlive/
3929 (setenv "PATH" (string-append (getenv "PATH") ":" texbin))
3930 (setenv "TEXMFCNF" texmfroot)
3931 (system* "updmap-sys" "--nohash" "--syncwithtrees")
3932 (system* "mktexlsr")
3933 (system* "fmtutil-sys" "--all")))))))
7a15a68f 3934 (properties `((max-silent-time . 9600))) ; don't time out while grafting
0aa34e82 3935 (synopsis "TeX Live, a package of the TeX typesetting system")
eb0119ef
AE
3936 (description
3937 "TeX Live provides a comprehensive TeX document production system.
3938It includes all the major TeX-related programs, macro packages, and fonts
3939that are free software, including support for many languages around the
0aa34e82
AE
3940world.
3941
3942This package contains the complete tree of texmf-dist data.")
132e14b4
EF
3943 (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
3944 (home-page "https://www.tug.org/texlive/")))
0aa34e82
AE
3945
3946(define-public texlive
3947 (package
3948 (name "texlive")
149f6688 3949 (version "2017")
0aa34e82
AE
3950 (source #f)
3951 (build-system trivial-build-system)
3952 (inputs `(("bash" ,bash) ; for wrap-program
3953 ("texlive-bin" ,texlive-bin)
3954 ("texlive-texmf" ,texlive-texmf)))
2d634d9b
FB
3955 (native-search-paths
3956 (list (search-path-specification
3957 (variable "TEXMFLOCAL")
3958 (files '("share/texmf-local")))))
0aa34e82
AE
3959 (arguments
3960 `(#:modules ((guix build utils))
3961 #:builder
3962 ;; Build the union of texlive-bin and texlive-texmf, but take the
3963 ;; conflicting subdirectory share/texmf-dist from texlive-texmf.
3964 (begin
3965 (use-modules (guix build utils))
3966 (let ((out (assoc-ref %outputs "out"))
3967 (bin (assoc-ref %build-inputs "texlive-bin"))
3968 (texmf (assoc-ref %build-inputs "texlive-texmf"))
3969 (bash (assoc-ref %build-inputs "bash")))
3970 (mkdir out)
3971 (with-directory-excursion out
3972 (for-each
3973 (lambda (name)
3974 (symlink (string-append bin "/" name) name))
3975 '("include" "lib"))
3976 (mkdir "bin")
3977 (with-directory-excursion "bin"
3978 (setenv "PATH" (string-append bash "/bin"))
3979 (for-each
3980 (lambda (name)
3981 (symlink name (basename name))
3982 (wrap-program
3983 (basename name)
3984 `("TEXMFCNF" =
3985 (,(string-append texmf "/share/texmf-dist/web2c")))))
3986 (find-files (string-append bin "/bin/") "")))
3987 (mkdir "share")
3988 (with-directory-excursion "share"
3989 (for-each
3990 (lambda (name)
3991 (symlink (string-append bin "/share/" name) name))
3992 '("info" "man" "tlpkg"))
3993 (for-each
3994 (lambda (name)
3995 (symlink (string-append texmf "/share/" name) name))
3996 '("texmf-dist" "texmf-var"))))))))
3997 (synopsis "TeX Live, a package of the TeX typesetting system")
3998 (description
3999 "TeX Live provides a comprehensive TeX document production system.
4000It includes all the major TeX-related programs, macro packages, and fonts
4001that are free software, including support for many languages around the
4002world.
4003
4004This package contains the complete TeX Live distribution.")
132e14b4
EF
4005 (license (license:fsf-free "https://www.tug.org/texlive/copying.html"))
4006 (home-page "https://www.tug.org/texlive/")))
231eae53 4007
ebcf74da
RW
4008(define-public perl-text-bibtex
4009 (package
4010 (name "perl-text-bibtex")
a2460e0f 4011 (version "0.85")
ebcf74da
RW
4012 (source
4013 (origin
4014 (method url-fetch)
4015 (uri (string-append "mirror://cpan/authors/id/A/AM/AMBS/Text-BibTeX-"
4016 version ".tar.gz"))
4017 (sha256
4018 (base32
a2460e0f 4019 "036kxgbn1jf70pfm2lmjlzjwnhbkd888fp5lyvmkjpdd15gla18h"))))
ebcf74da
RW
4020 (build-system perl-build-system)
4021 (arguments
4022 `(#:phases
4023 (modify-phases %standard-phases
4024 (add-after 'unpack 'add-output-directory-to-rpath
4025 (lambda* (#:key outputs #:allow-other-keys)
4026 (substitute* "inc/MyBuilder.pm"
4027 (("-Lbtparse" line)
4028 (string-append "-Wl,-rpath="
4029 (assoc-ref outputs "out") "/lib " line)))
4030 #t))
4031 (add-after 'unpack 'install-libraries-to-/lib
4032 (lambda* (#:key outputs #:allow-other-keys)
4033 (substitute* "Build.PL"
4034 (("lib64") "lib"))
4035 #t)))))
4036 (native-inputs
4037 `(("perl-capture-tiny" ,perl-capture-tiny)
4038 ("perl-config-autoconf" ,perl-config-autoconf)
4039 ("perl-extutils-libbuilder" ,perl-extutils-libbuilder)
4040 ("perl-module-build" ,perl-module-build)))
4041 (home-page "http://search.cpan.org/dist/Text-BibTeX")
4042 (synopsis "Interface to read and parse BibTeX files")
4043 (description "@code{Text::BibTeX} is a Perl library for reading, parsing,
4044and processing BibTeX files. @code{Text::BibTeX} gives you access to the data
4045at many different levels: you may work with BibTeX entries as simple field to
4046string mappings, or get at the original form of the data as a list of simple
4047values (strings, macros, or numbers) pasted together.")
2f3108ad 4048 (license license:perl-license)))
ebcf74da 4049
d4000680
RW
4050(define-public biber
4051 (package
1335167a 4052 (name "biber")
6484e82d 4053 (version "2.7")
d4000680
RW
4054 (source (origin
4055 (method url-fetch)
4056 (uri (string-append "https://github.com/plk/biber/archive/v"
4057 version ".tar.gz"))
4058 (file-name (string-append name "-" version ".tar.gz"))
4059 (sha256
4060 (base32
6484e82d 4061 "17wd80jg98qyddhvz4cin8779ycvppaf2va77r1lyvymjz6w9bx0"))))
d4000680
RW
4062 (build-system perl-build-system)
4063 (arguments
4064 `(#:phases
4065 (modify-phases %standard-phases
4066 (add-after 'install 'wrap-programs
4067 (lambda* (#:key outputs #:allow-other-keys)
4068 (let* ((out (assoc-ref outputs "out"))
4069 (perl5lib (getenv "PERL5LIB")))
4070 (wrap-program (string-append out "/bin/biber")
4071 `("PERL5LIB" ":" prefix
4072 (,(string-append perl5lib ":" out
4073 "/lib/perl5/site_perl")))))
4074 #t)))))
4075 (inputs
4076 `(("perl-autovivification" ,perl-autovivification)
4077 ("perl-class-accessor" ,perl-class-accessor)
4078 ("perl-data-dump" ,perl-data-dump)
4079 ("perl-data-compare" ,perl-data-compare)
4080 ("perl-data-uniqid" ,perl-data-uniqid)
4081 ("perl-datetime-format-builder" ,perl-datetime-format-builder)
4082 ("perl-datetime-calendar-julian" ,perl-datetime-calendar-julian)
4083 ("perl-file-slurp" ,perl-file-slurp)
4084 ("perl-ipc-cmd" ,perl-ipc-cmd)
4085 ("perl-ipc-run3" ,perl-ipc-run3)
4086 ("perl-list-allutils" ,perl-list-allutils)
4087 ("perl-list-moreutils" ,perl-list-moreutils)
4088 ("perl-mozilla-ca" ,perl-mozilla-ca)
4089 ("perl-regexp-common" ,perl-regexp-common)
4090 ("perl-log-log4perl" ,perl-log-log4perl)
4091 ;; We cannot use perl-unicode-collate here, because otherwise the
4092 ;; hardcoded hashes in the tests would differ. See
4093 ;; https://mail-archive.com/debian-bugs-dist@lists.debian.org/msg1469249.html
4094 ;;("perl-unicode-collate" ,perl-unicode-collate)
4095 ("perl-unicode-normalize" ,perl-unicode-normalize)
4096 ("perl-unicode-linebreak" ,perl-unicode-linebreak)
4097 ("perl-encode-eucjpascii" ,perl-encode-eucjpascii)
4098 ("perl-encode-jis2k" ,perl-encode-jis2k)
4099 ("perl-encode-hanextra" ,perl-encode-hanextra)
4100 ("perl-xml-libxml" ,perl-xml-libxml)
4101 ("perl-xml-libxml-simple" ,perl-xml-libxml-simple)
4102 ("perl-xml-libxslt" ,perl-xml-libxslt)
4103 ("perl-xml-writer" ,perl-xml-writer)
4104 ("perl-sort-key" ,perl-sort-key)
4105 ("perl-text-csv" ,perl-text-csv)
4106 ("perl-text-csv-xs" ,perl-text-csv-xs)
4107 ("perl-text-roman" ,perl-text-roman)
4108 ("perl-uri" ,perl-uri)
4109 ("perl-text-bibtex" ,perl-text-bibtex)
4110 ("perl-libwww" ,perl-libwww)
4111 ("perl-lwp-protocol-https" ,perl-lwp-protocol-https)
4112 ("perl-business-isbn" ,perl-business-isbn)
4113 ("perl-business-issn" ,perl-business-issn)
4114 ("perl-business-ismn" ,perl-business-ismn)
4115 ("perl-lingua-translit" ,perl-lingua-translit)))
4116 (native-inputs
4117 `(("perl-config-autoconf" ,perl-config-autoconf)
4118 ("perl-extutils-libbuilder" ,perl-extutils-libbuilder)
4119 ("perl-module-build" ,perl-module-build)
4120 ;; for tests
4121 ("perl-file-which" ,perl-file-which)
4122 ("perl-test-more" ,perl-test-most) ; FIXME: "more" would be sufficient
4123 ("perl-test-differences" ,perl-test-differences)))
4124 (home-page "http://biblatex-biber.sourceforge.net/")
4125 (synopsis "Backend for the BibLaTeX citation management tool")
4126 (description "Biber is a BibTeX replacement for users of biblatex. Among
4127other things it comes with full Unicode support.")
4128 (license license:artistic2.0)))
4129
231eae53
LC
4130(define-public rubber
4131 (package
4132 (name "rubber")
4133 (version "1.1")
4134 (source (origin
4135 (method url-fetch)
4136 (uri (list (string-append "https://launchpad.net/rubber/trunk/"
4137 version "/+download/rubber-"
4138 version ".tar.gz")
4139 (string-append "http://ebeffara.free.fr/pub/rubber-"
4140 version ".tar.gz")))
4141 (sha256
4142 (base32
4143 "1xbkv8ll889933gyi2a5hj7hhh216k04gn8fwz5lfv5iz8s34gbq"))))
4144 (build-system gnu-build-system)
4145 (arguments '(#:tests? #f)) ; no `check' target
4146 (inputs `(("texinfo" ,texinfo)
9bee5d6c 4147 ("python" ,python-2) ; incompatible with Python 3 (print syntax)
231eae53
LC
4148 ("which" ,which)))
4149 (home-page "https://launchpad.net/rubber")
35b9e423 4150 (synopsis "Wrapper for LaTeX and friends")
231eae53
LC
4151 (description
4152 "Rubber is a program whose purpose is to handle all tasks related to the
4153compilation of LaTeX documents. This includes compiling the document itself,
4154of course, enough times so that all references are defined, and running BibTeX
4155to manage bibliographic references. Automatic execution of dvips to produce
4156PostScript documents is also included, as well as usage of pdfLaTeX to produce
4157PDF documents.")
4158 (license license:gpl2+)))
4791876c
RJ
4159
4160(define-public texmaker
4161 (package
4162 (name "texmaker")
4163 (version "4.5")
4164 (source (origin
4165 (method url-fetch)
4166 (uri (string-append "http://www.xm1math.net/texmaker/texmaker-"
4167 version ".tar.bz2"))
4168 (sha256
4169 (base32
4170 "056njk6j8wma23mlp7xa3rgfaxx0q8ynwx8wkmj7iy0b85p9ds9c"))))
4171 (build-system gnu-build-system)
4172 (arguments
4173 `(#:phases
4174 (modify-phases %standard-phases
4175 ;; Qt has its own configuration utility.
4176 (replace 'configure
4177 (lambda* (#:key outputs #:allow-other-keys)
4178 (let ((out (assoc-ref outputs "out")))
4179 (zero? (system* "qmake"
4180 (string-append "PREFIX=" out)
4181 (string-append "DESKTOPDIR=" out
4182 "/share/applications")
4183 (string-append "ICONDIR=" out "/share/pixmaps")
4184 "texmaker.pro"))))))))
4185 (inputs
4186 `(("poppler-qt5" ,poppler-qt5)
bd917486
TD
4187 ("qtbase" ,qtbase)
4188 ("qtscript" ,qtscript)
4189 ("qtwebkit" ,qtwebkit)
4791876c
RJ
4190 ("zlib" ,zlib)))
4191 (native-inputs
4192 `(("pkg-config" ,pkg-config)))
4193 (home-page "http://www.xm1math.net/texmaker/")
4194 (synopsis "LaTeX editor")
4195 (description "Texmaker is a program that integrates many tools needed to
4196develop documents with LaTeX, in a single application.")
4197 (license license:gpl2+)))
83457fe0
JD
4198
4199
4200(define-public teximpatient
4201 (package
4202 (name "teximpatient")
4203 (version "2.4")
4204 (source (origin
4205 (method url-fetch)
4206 (uri (string-append "mirror://gnu/" name "/" name "-"
4207 version ".tar.gz"))
4208 (sha256
4209 (base32
4210 "0h56w22d99dh4fgld4ssik8ggnmhmrrbnrn1lnxi1zr0miphn1sd"))))
4211 (build-system gnu-build-system)
4212 (arguments
4213 `(#:phases
4214 (modify-phases %standard-phases
4215 (delete 'check)
4216 ;; Unfortunately some mistakes have been made in packaging.
4217 ;; Work around them here ...
4218 (replace 'unpack
4219 (lambda* (#:key inputs outputs #:allow-other-keys)
4220 (let ((srcdir "teximpatient-2.4"))
4221 (system* "tar" "-xzf" (assoc-ref inputs "source")
4222 (string-append "--one-top-level=" srcdir))
4223 (delete-file (string-append srcdir "/book.pdf"))
4224 (install-file (car
4225 (find-files
4226 (assoc-ref inputs "automake")
4227 "^install-sh$"))
4228 srcdir)
4229 (chdir srcdir)))))))
4230 (native-inputs
4231 `(("texlive" ,texlive)
4232 ("automake" ,automake)))
6fd52309 4233 (home-page "https://www.gnu.org/software/teximpatient/")
83457fe0
JD
4234 (synopsis "Book on TeX, plain TeX and Eplain")
4235 (description "@i{TeX for the Impatient} is a ~350 page book on TeX,
4236plain TeX, and Eplain, originally written by Paul Abrahams, Kathryn Hargreaves,
4237and Karl Berry.")
4238 (license license:fdl1.3+)))