diff options
author | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-09-04 22:23:49 +0100 |
---|---|---|
committer | Paul Garlick <pgarlick@tourbillion-technology.com> | 2020-09-04 22:30:11 +0100 |
commit | 49bf16b6b1d3834b98f07e3dc0a2ba3b974feb20 (patch) | |
tree | d52d12de762fe482f2856dd35a59f5e4fa29582b | |
parent | 468069260ce20183ba0f8414ccf99a33f7b0b6bc (diff) | |
download | guix-49bf16b6b1d3834b98f07e3dc0a2ba3b974feb20.tar guix-49bf16b6b1d3834b98f07e3dc0a2ba3b974feb20.tar.gz |
gnu: texlive-logreq: Correct synopsis.
* gnu/packages/tex.scm (texlive-logreq)[synopsis]: Correct.
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 5823b5b923..540b99d141 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7323,7 +7323,7 @@ styles as well as the optional active quotes are freely configurable.") (propagated-inputs `(("texlive-etoolbox" ,texlive-etoolbox))) (home-page "https://www.ctan.org/pkg/logreq") - (synopsis "Context sensitive quotation facilities") + (synopsis "Support for automation of the LaTeX workflow") (description "The package helps to automate a typical LaTeX workflow that involves running LaTeX several times and running tools such as BibTeX or makeindex. It will log requests like \"please rerun |