[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/47: gnu: Add texlive-latex-gcite.
From: |
Ricardo Wurmus |
Subject: |
07/47: gnu: Add texlive-latex-gcite. |
Date: |
Mon, 17 Jul 2017 08:04:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 5f691e2e8f763540a9fcfa1b7a2ee7db0abaa55f
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 9 22:06:57 2017 +0200
gnu: Add texlive-latex-gcite.
* gnu/packages/tex.scm (texlive-latex-gcite): New variable.
---
gnu/packages/tex.scm | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 53c815c..b80590f 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1723,6 +1723,30 @@ are LaTeX 2.09 @code{documentstyle} and LaTeX 2e class
files for both an
in colour.")
(license license:lppl)))
+(define-public texlive-latex-gcite
+ (package
+ (name "texlive-latex-gcite")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "gcite"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "03g9by54yrypn599y98r1xh7qw0bbbmpzq0bfwpj6j5q5rkl1mfa"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/gcite"))
+ (home-page "http://www.ctan.org/pkg/gcite")
+ (synopsis "Citations in a reader-friendly style")
+ (description
+ "The package allows citations in the German style, which is considered by
+many to be particularly reader-friendly. The citation provides a small amount
+of bibliographic information in a footnote on the page where each citation is
+made. It combines a desire to eliminate unnecessary page-turning with the
+look-up efficiency afforded by numeric citations. The package makes use of
+BibLaTeX, and is considered experimental.")
+ (license license:lppl1.3+)))
+
(define-public texlive-latex-hyperref
(package
(name "texlive-latex-hyperref")
- 09/47: gnu: Add texlive-latex-supertabular., (continued)
- 09/47: gnu: Add texlive-latex-supertabular., Ricardo Wurmus, 2017/07/17
- 05/47: gnu: Add texlive-latex-g-brief., Ricardo Wurmus, 2017/07/17
- 08/47: gnu: Add texlive-latex-geometry., Ricardo Wurmus, 2017/07/17
- 06/47: gnu: Add texlive-latex-galois., Ricardo Wurmus, 2017/07/17
- 11/47: gnu: Add texlive-latex-blindtext., Ricardo Wurmus, 2017/07/17
- 14/47: gnu: Add texlive-latex-eqparbox., Ricardo Wurmus, 2017/07/17
- 16/47: gnu: Add texlive-latex-fncychap., Ricardo Wurmus, 2017/07/17
- 03/47: gnu: Add texlive-latex-acronym., Ricardo Wurmus, 2017/07/17
- 18/47: gnu: Add texlive-generic-babel-english., Ricardo Wurmus, 2017/07/17
- 10/47: gnu: Add texlive-latex-polyglossia., Ricardo Wurmus, 2017/07/17
- 07/47: gnu: Add texlive-latex-gcite.,
Ricardo Wurmus <=
- 12/47: gnu: Add texlive-latex-dinbrief., Ricardo Wurmus, 2017/07/17
- 15/47: gnu: Add texlive-latex-expdlist., Ricardo Wurmus, 2017/07/17
- 19/47: gnu: texlive-union: Add texlive-generic-babel-english to defaults., Ricardo Wurmus, 2017/07/17
- 20/47: gnu: texlive-latex-babel: Install to generic/babel., Ricardo Wurmus, 2017/07/17
- 25/47: gnu: Add texlive-latex-upquote., Ricardo Wurmus, 2017/07/17
- 26/47: gnu: Add texlive-latex-parskip., Ricardo Wurmus, 2017/07/17
- 31/47: gnu: Add texlive-generic-pdftex., Ricardo Wurmus, 2017/07/17
- 13/47: gnu: Add texlive-latex-draftwatermark., Ricardo Wurmus, 2017/07/17
- 32/47: gnu: Add texlive-latex-bigfoot., Ricardo Wurmus, 2017/07/17
- 43/47: gnu: Add texlive-latex-enumitem., Ricardo Wurmus, 2017/07/17