mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
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 @@ (define doc-dir
|
|||
(else
|
||||
(format #t "not making docs~%"))))))))
|
||||
(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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue