[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/47: gnu: Add texlive-latex-amsrefs.
From: |
Ricardo Wurmus |
Subject: |
04/47: gnu: Add texlive-latex-amsrefs. |
Date: |
Mon, 17 Jul 2017 08:04:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 60b5e228c4fc0ecb3ee1c663789c7ca91485ab7d
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 9 21:34:14 2017 +0200
gnu: Add texlive-latex-amsrefs.
* gnu/packages/tex.scm (texlive-latex-amsrefs): 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 ea36c3d..1d325c9 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1602,6 +1602,28 @@ distribution.")
(description "This is a very limited subset of the TeX Live distribution.
It includes little more than the required set of LaTeX packages.")))
+(define-public texlive-latex-amsrefs
+ (package
+ (name "texlive-latex-amsrefs")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "amsrefs"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "15i4k479dwrpr0kspmm70g1yn4p3dkh0whyzmr93hph9bggnh1i1"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/amsrefs"))
+ (home-page "http://www.ctan.org/pkg/amsrefs")
+ (synopsis "LaTeX-based replacement for BibTeX")
+ (description
+ "Amsrefs is a LaTeX package for bibliographies that provides an archival
+data format similar to the format of BibTeX database files, but adapted to
+make direct processing by LaTeX easier. The package can be used either in
+conjunction with BibTeX or as a replacement for BibTeX.")
+ (license license:lppl1.3+)))
+
(define-public texlive-latex-natbib
(package
(name "texlive-latex-natbib")
- branch master updated (b167937 -> 5beecc3), Ricardo Wurmus, 2017/07/17
- 01/47: gnu: Add texlive-latex-ucs., Ricardo Wurmus, 2017/07/17
- 02/47: gnu: Add texlive-latex-preview., Ricardo Wurmus, 2017/07/17
- 04/47: gnu: Add texlive-latex-amsrefs.,
Ricardo Wurmus <=
- 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