mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: texlive-wasysym: Update synopsis and description.
* gnu/packages/tex.scm (texlive-wasysym)[synopsis]: Refer to the font by 'wasy', not WASY2. [description]: Likewise. Use code ornaments for the LaTeX package names.
This commit is contained in:
parent
0bd59dcda2
commit
607a7f1bc0
1 changed files with 5 additions and 5 deletions
|
@ -5963,12 +5963,12 @@ (define-public texlive-wasysym
|
||||||
(build-system texlive-build-system)
|
(build-system texlive-build-system)
|
||||||
(arguments '(#:tex-directory "latex/wasysym"))
|
(arguments '(#:tex-directory "latex/wasysym"))
|
||||||
(home-page "https://www.ctan.org/pkg/wasysym")
|
(home-page "https://www.ctan.org/pkg/wasysym")
|
||||||
(synopsis "LaTeX support file to use the WASY2 fonts")
|
(synopsis "LaTeX support file to use the @code{wasy} fonts")
|
||||||
(description
|
(description
|
||||||
"The wasy2WASY2 (Waldi Symbol) font by Roland Waldi provides many glyphs
|
"The @code{wasy} (Waldi Symbol) font by Roland Waldi provides many glyphs like
|
||||||
like male and female symbols and astronomical symbols, as well as the complete
|
male and female symbols and astronomical symbols, as well as the complete
|
||||||
lasy font set and other odds and ends. The wasysym package implements an easy
|
@code{lasy} font set and other odds and ends. The @code{wasysym} package
|
||||||
to use interface for these symbols.")
|
implements an easy to use interface for these symbols.")
|
||||||
(license license:lppl)))
|
(license license:lppl)))
|
||||||
|
|
||||||
(define-public texlive-latex-wasysym
|
(define-public texlive-latex-wasysym
|
||||||
|
|
Loading…
Reference in a new issue