[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/435: gnu: Add texlive-newverbs.
From: |
guix-commits |
Subject: |
127/435: gnu: Add texlive-newverbs. |
Date: |
Tue, 6 Jun 2023 11:39:30 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 2ee1e16083854d9b0a8b5d074f06ec3c74344b48
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 7b4815801e..c2b4ff6d6a 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -5618,6 +5618,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"
- 151/435: gnu: texlive-everysel: Refresh package definition., (continued)
- 151/435: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/06
- 155/435: gnu: texlive-tracklang: Refresh package definition., guix-commits, 2023/06/06
- 156/435: gnu: texlive-datetime2: Refresh package definition., guix-commits, 2023/06/06
- 160/435: gnu: Add texlive-lipsum., guix-commits, 2023/06/06
- 152/435: gnu: texlive-relsize: Refresh package definition., guix-commits, 2023/06/06
- 162/435: gnu: Add texlive-selinput., guix-commits, 2023/06/06
- 189/435: gnu: texlive-fourier: Refresh package definition., guix-commits, 2023/06/06
- 93/435: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/06
- 111/435: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/06
- 117/435: gnu: texlive-latex-koma-script -> texlive-koma-script., guix-commits, 2023/06/06
- 127/435: gnu: Add texlive-newverbs.,
guix-commits <=
- 120/435: gnu: texlive-fonts-rsfs -> texlive-rsfs., guix-commits, 2023/06/06
- 136/435: gnu: texlive-adjustbox: Refresh package definition., guix-commits, 2023/06/06
- 74/435: gnu: texlive-latex-cmap -> texlive-cmap., guix-commits, 2023/06/06
- 79/435: gnu: texlive-latex-jknapltx -> texlive-jknapltx., guix-commits, 2023/06/06
- 176/435: gnu: texlive-xifthen: Refresh package definition., guix-commits, 2023/06/06
- 178/435: gnu: texlive-eurosym: Refresh package definition., guix-commits, 2023/06/06
- 180/435: gnu: Add texlive-listngsutf8., guix-commits, 2023/06/06
- 202/435: gnu: texlive-biblatex-apa: Refresh package definition., guix-commits, 2023/06/06
- 214/435: gnu: texlive-ulem: Refresh package definition., guix-commits, 2023/06/06
- 209/435: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/06/06