all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57085] [PATCH] gnu: Add texlive-biblatex-apa.
@ 2022-08-09 17:07 Tor Egil Hoftun Kvæstad
  2022-08-31 21:26 ` bug#57085: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Tor Egil Hoftun Kvæstad @ 2022-08-09 17:07 UTC (permalink / raw)
  To: 57085

* gnu/packages/tex.scm (texlive-biblatex-apa): New variable.
---
 gnu/packages/tex.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 6d3572cf25..1b3c086d54 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -9682,6 +9682,28 @@ (define-public texlive-biblatex
 @end enumerate\n")
       (license license:lppl1.3c))))

+(define-public texlive-biblatex-apa
+  (package
+    ;; Version 9.16 2022-06-22
+    (inherit (simple-texlive-package
+              "texlive-biblatex-apa"
+              (list "doc/latex/biblatex-apa/"
+                    "tex/latex/biblatex-apa/")
+              (base32
+               "0ivf7xbzj4xd57sqfbi87hbr73rraqifkzvx06yxgq0gmzz0x6wl")
+              #:trivial? #t))
+    (propagated-inputs
+     (list texlive-biblatex biber texlive-csquotes))
+    (home-page
+     "https://www.ctan.org/pkg/biblatex-apa")
+    (synopsis "BibLaTeX citation and reference style for APA")
+    (description
+     "This is a fairly complete BibLaTeX style (citations and
references) for
+@acronym{APA, American Psychological Association} publications.  It
implements
+and automates most of the guidelines in the APA 7th edition style guide for
+citations and references.")
+    (license license:lppl1.3c)))
+
 (define-public texlive-todonotes
   (let ((template (simple-texlive-package
                    "texlive-todonotes"

base-commit: f194df2bb44d61ed17222d4ac1b4bc739fdc3f97
-- 
2.37.1




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57085: [PATCH] gnu: Add texlive-biblatex-apa.
  2022-08-09 17:07 [bug#57085] [PATCH] gnu: Add texlive-biblatex-apa Tor Egil Hoftun Kvæstad
@ 2022-08-31 21:26 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2022-08-31 21:26 UTC (permalink / raw)
  To: Tor Egil Hoftun Kvæstad; +Cc: 57085-done

Hi,

Tor Egil Hoftun Kvæstad <me@toregilhk.org> skribis:

> * gnu/packages/tex.scm (texlive-biblatex-apa): New variable.

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-31 21:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-09 17:07 [bug#57085] [PATCH] gnu: Add texlive-biblatex-apa Tor Egil Hoftun Kvæstad
2022-08-31 21:26 ` bug#57085: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.