[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
11/13: gnu: Add texlive-standalone.
From: |
guix-commits |
Subject: |
11/13: gnu: Add texlive-standalone. |
Date: |
Thu, 5 Sep 2019 16:46:31 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 11ecf9f48f53b3263240e714cf1de859a9db6149
Author: Ricardo Wurmus <address@hidden>
Date: Thu Sep 5 22:24:33 2019 +0200
gnu: Add texlive-standalone.
* gnu/packages/tex.scm (texlive-standalone): New variable.
---
gnu/packages/tex.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index a6d6539..c5e36af 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7270,3 +7270,32 @@ macros it defines for keys, and to define families of
key definitions; these
all help use in documents where several packages define their own sets of
keys.")
(license license:lppl1.3+)))
+
+(define-public texlive-standalone
+ (package
+ (name "texlive-standalone")
+ (version (number->string %texlive-revision))
+ (source
+ (origin
+ (method svn-fetch)
+ (uri (texlive-ref "latex" "standalone"))
+ (sha256
+ (base32
+ "192ydxcn8ir96q8qwvnppksmqf5i0p50i0wz6iqazbwmh3dqxpx4"))))
+ (build-system texlive-build-system)
+ (arguments '(#:tex-directory "latex/standalone"))
+ (propagated-inputs
+ `(("texlive-latex-xkeyval" ,texlive-latex-xkeyval)))
+ (native-inputs
+ `(("texlive-ydoc" ,texlive-ydoc)))
+ (home-page "http://www.ctan.org/pkg/standalone")
+ (synopsis "Compile TeX pictures stand-alone or as part of a document")
+ (description "A class and package is provided which allows TeX pictures or
+other TeX code to be compiled standalone or as part of a main document.
+Special support for pictures with beamer overlays is also provided. The
+package is used in the main document and skips extra preambles in sub-files.
+The class may be used to simplify the preamble in sub-files. By default the
+@code{preview} package is used to display the typeset code without margins.
+The behaviour in standalone mode may adjusted using a configuration file
+@code{standalone.cfg} to redefine the standalone environment.")
+ (license license:lppl1.3+)))
- branch master updated (067ea29 -> 66d2133), guix-commits, 2019/09/05
- 03/13: gnu: texlive-fonts-iwona: Use double spacing in description., guix-commits, 2019/09/05
- 01/13: gnu: libbigwig: Update to 0.4.4., guix-commits, 2019/09/05
- 04/13: gnu: Add texlive-xcolor., guix-commits, 2019/09/05
- 06/13: gnu: Add texlive-pstricks., guix-commits, 2019/09/05
- 09/13: gnu: Add texlive-tools., guix-commits, 2019/09/05
- 11/13: gnu: Add texlive-standalone.,
guix-commits <=
- 07/13: gnu: Add texlive-pst-text., guix-commits, 2019/09/05
- 02/13: gnu: vigra-c: Update to 0.0.0-1.66ff4fa., guix-commits, 2019/09/05
- 05/13: gnu: Add texlive-ydoc., guix-commits, 2019/09/05
- 13/13: gnu: Add texlive-booktabs., guix-commits, 2019/09/05
- 08/13: gnu: Add texlive-iftex., guix-commits, 2019/09/05
- 10/13: gnu: texlive-latex-xkeyval: Fix build., guix-commits, 2019/09/05
- 12/13: gnu: Add texlive-siunitx., guix-commits, 2019/09/05