diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-05 21:23:40 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-01-14 09:48:54 -0500 |
commit | e45dcf4990654934d1efd4073e12add3256cb422 (patch) | |
tree | 0260ce3321362b25463e1154985369ef17071e47 | |
parent | 0602047ca9de4943a51f703ffc394c975e3d4b51 (diff) | |
download | guix-e45dcf4990654934d1efd4073e12add3256cb422.tar.gz guix-e45dcf4990654934d1efd4073e12add3256cb422.zip |
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.
-rw-r--r-- | gnu/packages/tex.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 4e13c62717..bdf881f643 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -5777,12 +5777,12 @@ the @code{wasysym} package.") (build-system texlive-build-system) (arguments '(#:tex-directory "latex/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 - "The wasy2WASY2 (Waldi Symbol) font by Roland Waldi provides many glyphs -like 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 -to use interface for these symbols.") + "The @code{wasy} (Waldi Symbol) font by Roland Waldi provides many glyphs like +male and female symbols and astronomical symbols, as well as the complete +@code{lasy} font set and other odds and ends. The @code{wasysym} package +implements an easy to use interface for these symbols.") (license license:lppl))) (define-public texlive-latex-wrapfig |