diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-03-27 08:54:34 +0100 |
|---|---|---|
| committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2026-04-09 19:59:21 +0200 |
| commit | 56319a7ade79b550e4210142074894051f5b0920 (patch) | |
| tree | 187c75282a1c0d1814cb7eb25bc9bc2b3aad8090 /gnu/packages/documentation.scm | |
| parent | b90597b98d46767207a0e92a84fb39c344472b69 (diff) | |
gnu: latex2html: Make it work with latex.
* gnu/packages/documentation.scm (latex2html)[propagated-inputs]: Add
texlive-preview texlive-xcolor texlive-dvips.
[description]: Modify.
Change-Id: Ibd06495549a109845aece5ed420c167a83a14a2d
Diffstat (limited to 'gnu/packages/documentation.scm')
| -rw-r--r-- | gnu/packages/documentation.scm | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gnu/packages/documentation.scm b/gnu/packages/documentation.scm index abf05b03ad7..06164ce34e3 100644 --- a/gnu/packages/documentation.scm +++ b/gnu/packages/documentation.scm | |||
| @@ -70,6 +70,7 @@ | |||
| 70 | #:use-module (gnu packages qt) | 70 | #:use-module (gnu packages qt) |
| 71 | #:use-module (gnu packages sqlite) | 71 | #:use-module (gnu packages sqlite) |
| 72 | #:use-module (gnu packages sphinx) | 72 | #:use-module (gnu packages sphinx) |
| 73 | #:use-module (gnu packages tex) | ||
| 73 | #:use-module (gnu packages uglifyjs) | 74 | #:use-module (gnu packages uglifyjs) |
| 74 | #:use-module (gnu packages xml) | 75 | #:use-module (gnu packages xml) |
| 75 | #:use-module (gnu packages xorg)) | 76 | #:use-module (gnu packages xorg)) |
| @@ -108,10 +109,13 @@ | |||
| 108 | #$output) | 109 | #$output) |
| 109 | (("\\$cfg\\{'TMPSPACE'\\} = q'[^']*'") | 110 | (("\\$cfg\\{'TMPSPACE'\\} = q'[^']*'") |
| 110 | "$cfg{'TMPSPACE'} = q'/tmp'"))))))) | 111 | "$cfg{'TMPSPACE'} = q'/tmp'"))))))) |
| 112 | (propagated-inputs (list texlive-preview texlive-xcolor texlive-dvips)) | ||
| 111 | (inputs (list perl netpbm ghostscript)) | 113 | (inputs (list perl netpbm ghostscript)) |
| 112 | (synopsis "LaTeX documents to HTML") | 114 | (synopsis "LaTeX documents to HTML") |
| 113 | (description "LaTeX2HTML is a utility that converts LaTeX documents to web | 115 | (description "LaTeX2HTML is a utility that converts LaTeX documents to web |
| 114 | pages in HTML.") | 116 | pages in HTML. Since there are many different latex packages, it is expected |
| 117 | that the user has their latex installation set up correctly when invoking | ||
| 118 | @code{latex2html}.") | ||
| 115 | (home-page "https://www.latex2html.org/") | 119 | (home-page "https://www.latex2html.org/") |
| 116 | (license license:gpl2+))) | 120 | (license license:gpl2+))) |
| 117 | 121 | ||
