[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/452: gnu: Add texlive-newverbs.
From: |
guix-commits |
Subject: |
127/452: gnu: Add texlive-newverbs. |
Date: |
Fri, 9 Jun 2023 13:43:08 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 423d18aec8ebc6be5b3b94a51c0638a52ddce1e6
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun May 14 22:24:58 2023 +0200
gnu: Add texlive-newverbs.
* gnu/packages/tex.scm (texlive-newverbs): New variable.
---
gnu/packages/tex.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 786213ebee..1cb2a7592d 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5610,6 +5610,33 @@ Unicode option of @code{inputenc} or @code{inputenx}, or
by XeLaTeX/LuaLaTeX.")
(define-deprecated-package texlive-latex-newunicodechar texlive-newunicodechar)
+(define-public texlive-newverbs
+ (package
+ (name "texlive-newverbs")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/newverbs/" "source/latex/newverbs/"
+ "tex/latex/newverbs/")
+ (base32
+ "1m3afrpyc75g5gdxfknad565r5jgmwks98skkqycm66i92ky9dqr")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (native-inputs
+ (list texlive-ydoc))
+ (home-page "https://ctan.org/pkg/newverbs")
+ (synopsis "Define new versions of @code{\\verb}")
+ (description
+ "The package allows the definition of @code{\\verb} variants which add
+TeX code before and after the verbatim text (e.g., quotes or surrounding
+@code{\\fbox@{@}}). When used together with the @code{shortvrb} package it
+allows the definition of short verbatim characters which use this package's
+variant instead of the normal @code{\\verb}. In addition, it is possible to
+collect an argument verbatim to either typeset or write it into a file. The
+@code{\\Verbdef} command defines verbatim text to a macro which can later be
+used to write the verbatim text to a file.")
+ (license license:lppl1.3+)))
+
(define-public texlive-pdftexcmds
(let ((template (simple-texlive-package
"texlive-pdftexcmds"
- 415/452: gnu: Add texlive-mfware., (continued)
- 415/452: gnu: Add texlive-mfware., guix-commits, 2023/06/09
- 420/452: guix: Let texlive importer suggest format creation., guix-commits, 2023/06/09
- 432/452: gnu: texlive-xetex: Create formats., guix-commits, 2023/06/09
- 434/452: gnu: Clear or deprecate hyphen-related texlive packages or functions., guix-commits, 2023/06/09
- 451/452: gnu: Add texlive-scheme-basic., guix-commits, 2023/06/09
- 449/452: gnu: Add texlive-pspicture., guix-commits, 2023/06/09
- 452/452: gnu: Add texlive-scheme-minimal., guix-commits, 2023/06/09
- 115/452: gnu: texlive-latex-tabto-ltx -> texlive-tabto-ltx., guix-commits, 2023/06/09
- 117/452: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/09
- 116/452: gnu: Add texlive-regexpatch., guix-commits, 2023/06/09
- 127/452: gnu: Add texlive-newverbs.,
guix-commits <=
- 120/452: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/09
- 128/452: gnu: Add texlive-svn-prov., guix-commits, 2023/06/09
- 118/452: gnu: texlive-generic-babel-german -> texlive-babel-german., guix-commits, 2023/06/09
- 133/452: gnu: texlive-collectbox: Refresh package definition., guix-commits, 2023/06/09
- 123/452: gnu: texlive-tex-plain -> texlive-plain., guix-commits, 2023/06/09
- 131/452: gnu: texlive-fontaxes: Refresh package definition., guix-commits, 2023/06/09
- 129/452: gnu: Add texlive-gincltex., guix-commits, 2023/06/09
- 138/452: gnu: Add texlive-modes., guix-commits, 2023/06/09
- 137/452: gnu: texlive-standalone: Refresh package definition., guix-commits, 2023/06/09
- 140/452: gnu: texlive-docstrip: Refresh package definition., guix-commits, 2023/06/09