diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-22 16:27:44 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-24 11:10:56 +0200 |
commit | 43deb2bef20516057d2a35d3dfa73e2e7ebb632c (patch) | |
tree | e20655b6ad655ab2507c8a378fadd9e60220ed82 /gnu | |
parent | a9c4be8adfe9e19f28aebf97a4d215d389617238 (diff) | |
download | guix-43deb2bef20516057d2a35d3dfa73e2e7ebb632c.tar.gz guix-43deb2bef20516057d2a35d3dfa73e2e7ebb632c.zip |
gnu: Add texlive-philosophersimprint.
* gnu/packages/tex.scm (texlive-philosophersimprint): New variable.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index edd5d38a42..d1489928b4 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -24542,6 +24542,28 @@ The font is available in Adobe Type 1 and OpenType formats (the latter using the Unicode positions for the symbols).") (license license:lppl))) +(define-public texlive-philosophersimprint + (package + (name "texlive-philosophersimprint") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/philosophersimprint/" + "source/latex/philosophersimprint/" + "tex/latex/philosophersimprint/") + (base32 + "12rflr3w8lxk9yg1fx3kpyz52002571lh4g3m6hcp73mb393fq1w"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/philosophersimprint") + (synopsis "Typesetting articles for @emph{Philosophers' Imprint}") + (description + "The @emph{Philosophers' Imprint} is a series of original papers in +philosophy, edited by philosophy faculty at the University of Michigan, and +published on the World Wide Web by the University of Michigan Digital Library. +The class helps authors to typeset their own articles in Web-ready format.") + (license license:lppl1.3+))) + (define-public texlive-phonetic (package (name "texlive-phonetic") |