[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/06: gnu: Add texlive-latex-ms.
From: |
Pierre Neidhardt |
Subject: |
01/06: gnu: Add texlive-latex-ms. |
Date: |
Fri, 19 Oct 2018 09:18:40 -0400 (EDT) |
ambrevar pushed a commit to branch master
in repository guix.
commit b718793e2a3e09f458d93f1a000846308a7eb878
Author: Pierre Neidhardt <address@hidden>
Date: Fri Oct 19 15:08:45 2018 +0200
gnu: Add texlive-latex-ms.
* gnu/packages/tex.scm (texlive-latex-ms): New variable.
---
gnu/packages/tex.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index be75bda..9026c25 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4492,3 +4492,33 @@ including:
It also ensures compatibility with the @code{media9} and @code{animate}
packages.")
(license license:lppl)))
+
+(define-public texlive-latex-ms
+ (package
+ (name "texlive-latex-ms")
+ (version (number->string %texlive-revision))
+ (source (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "ms"))
+ (file-name (string-append name "-" version "-checkout"))
+ (sha256
+ (base32
+ "0m4wx3yjb5al1qsv995z8fii8xxy96mcfihbnlx43lpgayiwz35s"))))
+ (build-system texlive-build-system)
+ (arguments
+ '(#:tex-directory "latex/ms"
+ #:tex-format "latex"))
+ (home-page "https://ctan.org/pkg/ms")
+ (synopsis "Various LATEX packages by Martin Schröder")
+ (description
+ "A bundle of LATEX packages by Martin Schröder; the collection comprises:
+
address@hidden
address@hidden @command{count1to}, make use of fixed TEX counters;
address@hidden @command{everysel}, set commands to execute every time a font is
selected;
address@hidden @command{everyshi}, set commands to execute whenever a page is
shipped out;
address@hidden @command{multitoc}, typeset the table of contents in multiple
columns;
address@hidden @command{prelim2e}, mark typeset pages as preliminary; and
address@hidden @command{ragged2e}, typeset ragged text and allow hyphenation.
address@hidden itemize\n")
+ (license license:lppl1.3c+)))
- branch master updated (0fd874e -> e7b2937), Pierre Neidhardt, 2018/10/19
- 02/06: gnu: Add texlive-latex-needspace., Pierre Neidhardt, 2018/10/19
- 01/06: gnu: Add texlive-latex-ms.,
Pierre Neidhardt <=
- 03/06: gnu: Add texlive-latex-eukdate., Pierre Neidhardt, 2018/10/19
- 04/06: gnu: Add texlive-generic-ulem., Pierre Neidhardt, 2018/10/19
- 05/06: gnu: Add texlive-latex-pgf., Pierre Neidhardt, 2018/10/19
- 06/06: gnu: Add texlive-latex-koma-script., Pierre Neidhardt, 2018/10/19