[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
18/452: gnu: Add texlive-lwarp.
From: |
guix-commits |
Subject: |
18/452: gnu: Add texlive-lwarp. |
Date: |
Fri, 9 Jun 2023 13:42:49 -0400 (EDT) |
ngz pushed a commit to branch tex-team-next
in repository guix.
commit 7b29a823fe17c79c177c914b7c1517652a6fefb9
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri May 5 18:44:28 2023 +0200
gnu: Add texlive-lwarp.
* gnu/packages/tex.scm (texlive-lwarp): New variable.
---
gnu/packages/tex.scm | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index be3b0982d3..68cd1868e8 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -1337,6 +1337,38 @@ family of fonts, in OpenType format. For use with
LuaLaTeX or XeLaTeX,
support is available from the @code{unicode-math} package.")
(license license:gfl1.0)))
+(define-public texlive-lwarp
+ (package
+ (name "texlive-lwarp")
+ (version (number->string %texlive-revision))
+ (source (texlive-origin
+ name version
+ (list "doc/latex/lwarp/"
+ "scripts/lwarp/"
+ "source/latex/lwarp/"
+ "tex/latex/lwarp/")
+ (base32
+ "0pv3gvy01zkhk39ybjix5lh3x6q4r9pvabrx1wvqr96ma8gyzr5n")))
+ (outputs '("out" "doc"))
+ (build-system texlive-build-system)
+ (propagated-inputs
+ (list texlive-minitoc))
+ (home-page "https://ctan.org/pkg/lwarp")
+ (synopsis "Converts LaTeX to HTML")
+ (description
+ "This package converts LaTeX to HTML by using LaTeX to process the user's
+document and generate HTML tags. External utility programs are only used for
+the final conversion of text and images. Math may be represented by SVG files
+or MathJax. Hundreds of LaTeX packages are supported, and their load order is
+automatically verified. Documents may be produced by LaTeX, LuaLaTeX,
+XeLaTeX, and by several CJK engines, classes, and packages. A texlua script
+automates compilation, index, glossary, and batch image processing, and also
+supports latexmk. Configuration is semi-automatic at the first manual
+compile. Support files are self-generated. Print and HTML versions of each
+document may coexist. Assistance is provided for HTML import into EPUB
+conversion software and word processors.")
+ (license license:lppl1.3+)))
+
(define-public texlive-knuth-lib
(let ((template (simple-texlive-package
"texlive-knuth-lib"
- 30/452: gnu: Add texlive-breakurl., (continued)
- 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
- 18/452: gnu: Add texlive-lwarp.,
guix-commits <=
- 88/452: gnu: texlive-latex-tabulary -> texlive-tabulary., guix-commits, 2023/06/09
- 93/452: gnu: texlive-preprint: Fix build., guix-commits, 2023/06/09
- 90/452: gnu: texlive-latex-type1cm -> texlive-type1cm., guix-commits, 2023/06/09
- 111/452: gnu: texlive-latex-ebproof -> texlive-ebproof., guix-commits, 2023/06/09
- 109/452: gnu: texlive-latex-examplep -> texlive-examplep., guix-commits, 2023/06/09
- 110/452: gnu: texlive-latex-xmpincl -> texlive-xmpincl., guix-commits, 2023/06/09
- 126/452: gnu: texlive-bibtex: Refresh package definition., guix-commits, 2023/06/09
- 135/452: gnu: texlive-storebox: Refresh package definition., guix-commits, 2023/06/09
- 151/452: gnu: texlive-everysel: Refresh package definition., guix-commits, 2023/06/09
- 147/452: gnu: texlive-sourcesanspro: Refresh package definition., guix-commits, 2023/06/09