diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-17 19:44:16 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-08-19 20:33:17 +0200 |
commit | e28fc956396e060643f0365f0aa0d7cfea8538fb (patch) | |
tree | 71b174a200739a2c7638144e044d1a15374c35b3 /gnu/packages | |
parent | f275ea30b580cc14bb175cf81a87ef1e2e661b11 (diff) | |
download | guix-e28fc956396e060643f0365f0aa0d7cfea8538fb.tar.gz |
gnu: Add texlive-biblatex-ajc2020unofficial.
* gnu/packages/tex.scm (texlive-biblatex-ajc2020unofficial): New variable.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/tex.scm | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 2fe0474695..582e4de5eb 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -3399,6 +3399,26 @@ package provides three different style files derived from each of the standard Association of Technical Norms) rules.") (license license:lppl1.3c))) +(define-public texlive-biblatex-ajc2020unofficial + (package + (name "texlive-biblatex-ajc2020unofficial") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/latex/biblatex-ajc2020unofficial/" + "tex/latex/biblatex-ajc2020unofficial/") + (base32 + "1ngh68a7ihhvpdfz09c087pfqnnpj3mnm8c4jmw8krq52b79fr87"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/biblatex-ajc2020unofficial") + (synopsis "BibLaTeX style for the Australasian Journal of Combinatorics") + (description + "This is an unofficial BibLaTeX style for the Australasian Journal of +Combinatorics. Note that the journal (as for 01 March 2020) does not accept +BibLaTeX, so you probably want to use @code{biblatex2bibitem}.") + (license license:lppl1.3c))) + (define-public texlive-bibleref (package (name "texlive-bibleref") |