[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/47: gnu: Add texlive-latex-galois.
From: |
Ricardo Wurmus |
Subject: |
06/47: gnu: Add texlive-latex-galois. |
Date: |
Mon, 17 Jul 2017 08:04:07 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 9b4d5c09ab42a75416e81d6ef34eafbdd6180ed7
Author: Ricardo Wurmus <address@hidden>
Date: Sun Jul 9 22:06:34 2017 +0200
gnu: Add texlive-latex-galois.
* gnu/packages/tex.scm (texlive-latex-galois): New variable.
---
gnu/packages/tex.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 94c75c0..53c815c 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1703,6 +1703,26 @@ are LaTeX 2.09 @code{documentstyle} and LaTeX 2e class
files for both an
\"old\" and a \"new\" version of g-brief.")
(license license:lppl)))
+(define-public texlive-latex-galois
+ (package
+ (name "texlive-latex-galois")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "galois"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "0d4l0msk8j5pi95xnmm9wygv1vbpkwkv5amx9l0km86cs79jpp1h"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/galois"))
+ (home-page "http://www.ctan.org/pkg/galois")
+ (synopsis "Typeset Galois connections")
+ (description
+ "The package deals with connections in two-dimensional style, optionally
+in colour.")
+ (license license:lppl)))
+
(define-public texlive-latex-hyperref
(package
(name "texlive-latex-hyperref")
- 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, 2017/07/17
- 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 <=
- 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, 2017/07/17
- 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