[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
179/452: gnu: Add texlive-incgraph.
From: |
guix-commits |
Subject: |
179/452: gnu: Add texlive-incgraph. |
Date: |
Fri, 9 Jun 2023 13:43:19 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7bd66405990a23f08c1cbb0ecdfaf421073f108a
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 27626fe439..058f422b45 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7315,6 +7315,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
- 85/452: gnu: texlive-latex-parskip -> texlive-parskip., (continued)
- 85/452: gnu: texlive-latex-parskip -> texlive-parskip., guix-commits, 2023/06/09
- 96/452: gnu: Add texlive-luacode., guix-commits, 2023/06/09
- 98/452: gnu: texlive-latex-acmart -> texlive-acmart., guix-commits, 2023/06/09
- 77/452: gnu: texlive-latex-float -> texlive-float., guix-commits, 2023/06/09
- 94/452: gnu: Add texlive-ctablestack., guix-commits, 2023/06/09
- 99/452: gnu: texlive-latex-varwidth -> texlive-varwidth., guix-commits, 2023/06/09
- 101/452: gnu: texlive-latex-preview -> texlive-preview., guix-commits, 2023/06/09
- 91/452: gnu: texlive-booktabs: Fix build., guix-commits, 2023/06/09
- 105/452: gnu: texlive-latex-changepage -> texlive-changepage., guix-commits, 2023/06/09
- 102/452: gnu: texlive-latex-needspace -> texlive-needspace., guix-commits, 2023/06/09
- 179/452: gnu: Add texlive-incgraph.,
guix-commits <=
- 194/452: gnu: texlive-fp: Refresh package definition., guix-commits, 2023/06/09
- 207/452: gnu: texlive-pst-text: Refresh package definition., guix-commits, 2023/06/09
- 206/452: gnu: texlive-iftex: Refresh package definition., guix-commits, 2023/06/09
- 210/452: gnu: texlive-charter: Refresh package definition., guix-commits, 2023/06/09
- 224/452: gnu: texlive-stmaryrd: Fix build., guix-commits, 2023/06/09
- 237/452: gnu: texlive-pdftexcmds: Refresh package definition., guix-commits, 2023/06/09
- 244/452: gnu: texlive-fancyhdr: Refresh package definition., guix-commits, 2023/06/09
- 248/452: gnu: texlive-kvoptions: Refresh package definition., guix-commits, 2023/06/09
- 251/452: gnu: texlive-subfigure: Refresh package definition., guix-commits, 2023/06/09
- 256/452: gnu: texlive-numprint: Refresh package definition., guix-commits, 2023/06/09