[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
179/409: gnu: Add texlive-incgraph.
From: |
guix-commits |
Subject: |
179/409: gnu: Add texlive-incgraph. |
Date: |
Sat, 20 May 2023 04:02:43 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 72b498c276e3807379187b64f560cf363607cd5f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon May 15 13:41:42 2023 +0200
gnu: Add texlive-incgraph.
* gnu/packages/tex.scm (texlive-incgraph): New variable.
---
gnu/packages/tex.scm | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index b1da3cd60b..32b909e737 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7323,6 +7323,32 @@ fonts. Note that direct substitutes for the bitmapped
EC fonts are available,
via the CM-super, Latin Modern and (in a restricted way) CM-LGC font sets.")
(license license:lppl1.3+)))
+(define-public texlive-incgraph
+ (package
+ (name "texlive-incgraph")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/incgraph/" "tex/latex/incgraph/")
+ (base32
+ "1j5pzhzfbgzd21bq3dh7932pv0052g5l8r0qyx68n3cbsg46lcdk")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-bookmark
+ texlive-graphics
+ texlive-pgf))
+ (home-page "https://ctan.org/pkg/incgraph")
+ (synopsis "Sophisticated graphics inclusion in a PDF document")
+ (description
+ "The package provides tools for including graphics at the full size of
+the output medium, or for creating pages whose size is that of the graphic
+they contain. A principal use case is documents that require inclusion
+of (potentially many) scans or photographs. Bookmarking is especially
+supported. The tool box has basic macros and a convenience user interface
+that wraps @code{\\includegraphics}.")
+ (license license:lppl1.3+)))
+
(define-public texlive-inconsolata
(package
(inherit (simple-texlive-package
- 148/409: gnu: texlive-physics: Refresh package definition., (continued)
- 148/409: gnu: texlive-physics: Refresh package definition., guix-commits, 2023/05/20
- 155/409: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/05/20
- 162/409: gnu: Add texlive-selinput., guix-commits, 2023/05/20
- 167/409: gnu: texlive-xpatch: Refresh package definition., guix-commits, 2023/05/20
- 137/409: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/05/20
- 196/409: gnu: texlive-symbol: Refresh package definition., guix-commits, 2023/05/20
- 84/409: gnu: texlive-latex-overpic -> texlive-overpic., guix-commits, 2023/05/20
- 87/409: gnu: texlive-latex-sidecap -> texlive-sidecap., guix-commits, 2023/05/20
- 92/409: gnu: texlive-ifmtarg: Fix build., guix-commits, 2023/05/20
- 176/409: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/05/20
- 179/409: gnu: Add texlive-incgraph.,
guix-commits <=
- 70/409: gnu: texlive-latex-xkeyval -> texlive-xkeyval., guix-commits, 2023/05/20
- 78/409: gnu: texlive-latex-frankenstein -> texlive-frankenstein., guix-commits, 2023/05/20
- 100/409: gnu: texlive-latex-ucs -> texlive-ucs., guix-commits, 2023/05/20
- 122/409: gnu: texlive-tex-texinfo -> texlive-texinfo., guix-commits, 2023/05/20
- 131/409: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/05/20
- 136/409: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/05/20
- 138/409: gnu: Add texlive-modes., guix-commits, 2023/05/20
- 144/409: gnu: texlive-xstring: Refresh package definition., guix-commits, 2023/05/20
- 145/409: gnu: texlive-sourcecodepro: Refresh package definition., guix-commits, 2023/05/20
- 152/409: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/05/20