[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
28/452: gnu: Add texlive-refstyle.
From: |
guix-commits |
Subject: |
28/452: gnu: Add texlive-refstyle. |
Date: |
Fri, 9 Jun 2023 13:42:50 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7795265140c23b1f1808e0306bda132d045a2b0f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue May 9 22:43:03 2023 +0200
gnu: Add texlive-refstyle.
* gnu/packages/tex.scm (texlive-refstyle): New variable.
---
gnu/packages/tex.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 77fffca938..0bf54fa3ec 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -12167,6 +12167,34 @@ allow hyphenation (the corresponding commands in
LaTeX, all of whose names are
lower-case, prevent hyphenation altogether).")
(license license:lppl1.3c)))
+(define-public texlive-refstyle
+ (package
+ (name "texlive-refstyle")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/refstyle/" "source/latex/refstyle/"
+ "tex/latex/refstyle/")
+ (base32
+ "0ckfm04kfi67babpn3m99nqj4b9r1fs0ivq5m7yz90mz4lqykhbs")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-graphics))
+ (home-page "https://ctan.org/pkg/refstyle")
+ (synopsis "Advanced formatting of cross references")
+ (description
+ "The package provides a consistent way of producing references throughout
+a project. Enough flexibility is provided to make local changes to a single
+reference. The user can configure their own setup. The package offers
+a direct interface to varioref (for use, for example, in large projects such
+as a series of books, or a multivolume thesis written as a series of
+documents), and name references from the nameref package may be incorporated
+with ease. For large projects such as a series of books or a multi volume
+thesis, written as freestanding documents, a facility is provided to interface
+to the @code{xr} package for external document references.")
+ (license license:lppl)))
+
(define-public texlive-relsize
(package
(inherit (simple-texlive-package
- 12/452: gnu: texlive-latex-trimspaces -> texlive-trimspaces., (continued)
- 12/452: gnu: texlive-latex-trimspaces -> texlive-trimspaces., guix-commits, 2023/06/09
- 10/452: gnu: Add texlive-everypage., guix-commits, 2023/06/09
- 11/452: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/06/09
- 07/452: gnu: texlive-latex-l3kernel -> texlive-l3kernel., guix-commits, 2023/06/09
- 03/452: guix: import: Update texlive importer according to new build system., guix-commits, 2023/06/09
- 14/452: gnu: texlive-latex-eqparbox -> texlive-eqparbox., guix-commits, 2023/06/09
- 23/452: gnu: Add texlive-lualatex-math., guix-commits, 2023/06/09
- 17/452: gnu: Add texlive-minitoc., guix-commits, 2023/06/09
- 20/452: gnu: Add texlive-mfirstuc., guix-commits, 2023/06/09
- 15/452: gnu: texlive-latex-etoc -> texlive-etoc., guix-commits, 2023/06/09
- 28/452: gnu: Add texlive-refstyle.,
guix-commits <=
- 30/452: gnu: Add texlive-breakurl., guix-commits, 2023/06/09
- 31/452: gnu: Add texlive-chngcntr., guix-commits, 2023/06/09
- 32/452: gnu: Add texlive-multido., guix-commits, 2023/06/09
- 34/452: gnu: Add texlive-showexpl., guix-commits, 2023/06/09
- 36/452: gnu: texlive-latex-backend -> texlive-backend., guix-commits, 2023/06/09
- 44/452: gnu: texlive-latex-newfloat -> texlive-newfloat., guix-commits, 2023/06/09
- 54/452: gnu: texlive-latex-galois -> texlive-galois., guix-commits, 2023/06/09
- 60/452: gnu: texlive-latex-mdwtools -> texlive-mdwtools., guix-commits, 2023/06/09
- 81/452: gnu: texlive-latex-translations -> texlive-translations., guix-commits, 2023/06/09
- 79/452: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/09