[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
127/409: gnu: Add texlive-newverbs.
From: |
guix-commits |
Subject: |
127/409: gnu: Add texlive-newverbs. |
Date: |
Sat, 20 May 2023 04:02:34 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 0dab65c55d464e29ef19c02b511646d15ead5304
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 b2e4f1c906..98ec1226cb 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"
- 348/409: gnu: texlive-hyphen-base: Refresh package definition., (continued)
- 348/409: gnu: texlive-hyphen-base: Refresh package definition., guix-commits, 2023/05/20
- 351/409: gnu: texlive-dvipdfmx: Refresh package definition., guix-commits, 2023/05/20
- 352/409: gnu: Add texlive-manfnt., guix-commits, 2023/05/20
- 355/409: gnu: Add texlive-luatex., guix-commits, 2023/05/20
- 357/409: gnu: texlive-latex-base: Refresh package definition., guix-commits, 2023/05/20
- 363/409: gnu: texlive-amscls: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 367/409: gnu: texlive-sectsty: Remove SIMPLE-TEXLIVE-PACKAGE call., guix-commits, 2023/05/20
- 389/409: guix: texlive-build-system: Generate font metrics., guix-commits, 2023/05/20
- 408/409: gnu: Add texlive-semaphor., guix-commits, 2023/05/20
- 398/409: gnu: texlive-rsfs: Fix build., guix-commits, 2023/05/20
- 127/409: gnu: Add texlive-newverbs.,
guix-commits <=
- 174/409: gnu: texlive-fmtcount: Refresh package definition., guix-commits, 2023/05/20
- 175/409: gnu: texlive-nth: Refresh package definition., guix-commits, 2023/05/20
- 150/409: gnu: texlive-everyshi: Refresh package definition., guix-commits, 2023/05/20
- 171/409: gnu: texlive-apa6: Refresh package definition., guix-commits, 2023/05/20
- 203/409: gnu: texlive-biblatex: Refresh package definition., guix-commits, 2023/05/20
- 208/409: gnu: texlive-pstricks: Refresh package definition., guix-commits, 2023/05/20
- 209/409: gnu: texlive-beamer: Refresh package definition., guix-commits, 2023/05/20
- 211/409: gnu: texlive-xypic: Refresh package definition., guix-commits, 2023/05/20
- 222/409: gnu: texlive-jknappen: Deprecate package., guix-commits, 2023/05/20
- 229/409: gnu: texlive-babel-swedish: Refresh package definition., guix-commits, 2023/05/20