gnu: stex-bootstrap: Fix typo in synopsis.
* gnu/packages/chez.scm (stex-bootstrap)[synopsis]: Fix ‘embeded’ typo.
This commit is contained in:
parent
2baff98ce8
commit
499b57e7eb
1 changed files with 1 additions and 1 deletions
|
@ -712,7 +712,7 @@ Chez Scheme.")))
|
||||||
(else
|
(else
|
||||||
(format #t "not making docs~%"))))))))
|
(format #t "not making docs~%"))))))))
|
||||||
(home-page "https://github.com/dybvig/stex")
|
(home-page "https://github.com/dybvig/stex")
|
||||||
(synopsis "LaTeX with embeded Scheme code and HTML generation")
|
(synopsis "LaTeX with embedded Scheme code and HTML generation")
|
||||||
(description "The @code{stex} package extends LaTeX with a handful of
|
(description "The @code{stex} package extends LaTeX with a handful of
|
||||||
commands for including Scheme code (or pretty much any other kind of code, as
|
commands for including Scheme code (or pretty much any other kind of code, as
|
||||||
long as you don't plan to use the Scheme-specific transcript support) in a
|
long as you don't plan to use the Scheme-specific transcript support) in a
|
||||||
|
|
Reference in a new issue