me
/
guix
Archived
1
0
Fork 0

gnu: Add texlive-typehtml.

* gnu/packages/tex.scm (texlive-typehtml): New variable.
Nicolas Goaziou 2023-06-18 16:18:21 +02:00
parent 0fb4f2c801
commit 3ae611e95f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 20 additions and 0 deletions

View File

@ -7377,6 +7377,26 @@ TeX metrics (VF and TFM files) and macros for use with LaTeX.")
(define-deprecated-package texlive-fonts-txfonts texlive-txfonts)
(define-public texlive-typehtml
(package
(name "texlive-typehtml")
(version (number->string %texlive-revision))
(source (texlive-origin
name version
(list "doc/latex/typehtml/"
"source/latex/typehtml/"
"tex/latex/typehtml/")
(base32
"1nmdh2mhkzdqs5y4k95g9il6vz4rgndzhkikiilknkwg1a04rrzi")))
(outputs '("out" "doc"))
(build-system texlive-build-system)
(home-page "https://ctan.org/pkg/typehtml")
(synopsis "Typeset HTML directly from LaTeX")
(description
"This package typesets HTML directly from LaTeX. It can handle almost
all of HTML2, and most of the math fragment of the draft HTML3.")
(license license:lppl)))
(define-public texlive-iwona
(package
(name "texlive-iwona")