[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
26/409: gnu: Add texlive-passivetex.
From: |
guix-commits |
Subject: |
26/409: gnu: Add texlive-passivetex. |
Date: |
Sat, 20 May 2023 04:02:15 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 164c5b64d24b50675261b29f9637d80460e870c5
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 6 12:02:22 2023 +0200
gnu: Add texlive-passivetex.
* gnu/packages/tex.scm (texlive-passivetex): New variable.
---
gnu/packages/tex.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index bc19b6d1cf..d565cc794e 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -4534,6 +4534,35 @@ T2* and X2 encodings. These encodings cover (between
them) pretty much every
language that is written in a Cyrillic alphabet.")
(license license:lppl1.3c+)))
+(define-public texlive-passivetex
+ (package
+ (name "texlive-passivetex")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "tex/xmltex/passivetex/")
+ (base32
+ "1h49v6sqbm27isfwwcql9dzxn4vmcn2algkqh7f1pzj860xw3ygn")))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-amsfonts
+ texlive-graphics
+ texlive-hyperref
+ texlive-marvosym
+ texlive-psnfss
+ texlive-tipa
+ texlive-times
+ texlive-tools
+ texlive-ulem
+ texlive-url))
+ (home-page "https://ctan.org/pkg/passivetex")
+ (synopsis "Support package for XML/SGML typesetting")
+ (description
+ "This is a set of packages providing XML parsing, UTF-8 parsing,
+Unicode entities, and common formatting object definitions for JadeTeX.")
+ ;; License given in "tex/xmltex/passivetex/mlnames.sty".
+ (license license:lppl1.0+)))
+
(define-public texlive-pict2e
(let ((template (simple-texlive-package
"texlive-pict2e"
- 16/409: gnu: texlive-latex-expdlist -> texlive-expdlist., (continued)
- 16/409: gnu: texlive-latex-expdlist -> texlive-expdlist., guix-commits, 2023/05/20
- 18/409: gnu: Add texlive-lwarp., guix-commits, 2023/05/20
- 01/409: guix: texlive-build-system: Improvements on non-trivial packages., guix-commits, 2023/05/20
- 05/409: guix: import: texlive use full file names for generic directories., guix-commits, 2023/05/20
- 11/409: gnu: texlive-latex-draftwatermark -> texlive-draftwatermark., guix-commits, 2023/05/20
- 17/409: gnu: Add texlive-minitoc., guix-commits, 2023/05/20
- 20/409: gnu: Add texlive-mfirstuc., guix-commits, 2023/05/20
- 19/409: gnu: Add texlive-xfor., guix-commits, 2023/05/20
- 02/409: gnu: Simplify simple-texlive-package for non-trivial packages., guix-commits, 2023/05/20
- 23/409: gnu: Add texlive-lualatex-math., guix-commits, 2023/05/20
- 26/409: gnu: Add texlive-passivetex.,
guix-commits <=
- 29/409: gnu: Add texlive-euenc., guix-commits, 2023/05/20
- 38/409: gnu: texlive-latex-l3packages -> texlive-l3packages., guix-commits, 2023/05/20
- 35/409: gnu: Add texlive-subfig., guix-commits, 2023/05/20
- 42/409: gnu: texlive-latex-ifplatform -> texlive-ifplatform., guix-commits, 2023/05/20
- 30/409: gnu: Add texlive-breakurl., guix-commits, 2023/05/20
- 33/409: gnu: Add texlive-attachfile., guix-commits, 2023/05/20
- 39/409: gnu: texlive-latex-cyrillic -> texlive-cyrillic., guix-commits, 2023/05/20
- 41/409: gnu: texlive-latex-hanging -> texlive-hanging., guix-commits, 2023/05/20
- 43/409: gnu: texlive-latex-natbib -> texlive-natbib., guix-commits, 2023/05/20
- 47/409: gnu: texlive-latex-seqsplit -> texlive-seqsplit., guix-commits, 2023/05/20