summaryrefslogtreecommitdiff
path: root/gnu/packages/tex.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2025-02-18 11:05:22 -0800
committerVagrant Cascadian <vagrant@debian.org>2025-02-18 11:13:03 -0800
commit9eedd1f31d2ef67084dce7d54a2d5706d09d6e65 (patch)
treebcb3e50b29570edc803224da4aeddfd30c04ef34 /gnu/packages/tex.scm
parent28e08024ff75318dcba5e904ac54075f45905539 (diff)
gnu: Fix grammar of various package descriptions.
Adjust patterns where "allows to X" to use "allows Xing" or similar forms. * gnu/packages/build-tools.scm (potato-make): Use "Allows Xing" form. * gnu/packages/image.scm (pngcheck): Likewise. * gnu/packages/qt.scm (kddockwidgets): Likewise. * gnu/packages/tex.scm (texlive-biblatex-shortfields): Use "Allow Xing" form. (texlive-drawmatrix): Likewise. (texlive-mathsemantics): Use "allow Y Xing" form. (texlive-xlop): Use "allow Xing" form. (texlive-texlogfilter): Likewise.
Diffstat (limited to 'gnu/packages/tex.scm')
-rw-r--r--gnu/packages/tex.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm
index 8d38e458df2..1dc67e2d843 100644
--- a/gnu/packages/tex.scm
+++ b/gnu/packages/tex.scm
@@ -7742,7 +7742,7 @@ preparing papers for submission to the journal @emph{Science}.")
"The BibLaTeX package provides @code{shortseries} and @code{shortjournal}
field, but the default styles don't use them. It also provides a mechanism to
print the equivalence between short forms of fields and long
-fields (@code{\\printbiblist}), but this mechanism does not allow to mix
+fields (@code{\\printbiblist}), but this mechanism does not allow mixing
between different type of short fields, for example, between short forms of
journal title and short forms of series titles.
@@ -14316,7 +14316,7 @@ a ``dramatis personae'' list.")
(synopsis "Draw visual representations of matrices in LaTeX")
(description
"The package provides macros to visually represent matrices. Various
-options allow to change the visualizations, e.g., drawing rectangular,
+options allow changing the visualizations, e.g., drawing rectangular,
triangular, or banded matrices.")
(license license:expat)))
@@ -26238,7 +26238,7 @@ semicolons in mathematical expressions.")
typeset mathematics in LaTeX. The syntactic layer eases typesetting of
formulae in general, while the semantic layer provides commands like
@code{\\inner@{x@}@{y@}} to unify typesetting of inner products. These not
-only unify typesetting of math formulae but also allow to easily adapt
+only unify typesetting of math formulae but also allow easily adapting
notation if a user prefers to. The semantic layer is split into topics.")
(license license:expat)))
@@ -46868,7 +46868,7 @@ automatically created storing inputs and outputs.")
(description
"Xlop (eXtra Large OPeration) will typeset arithmetic problems either
in-line or as in school (using French school conventions). Many other
-features allow to deal with numbers (tests, display, some high level
+features allow dealing with numbers (tests, display, some high level
operations, etc.)")
(license license:lppl1.3+)))
@@ -54568,7 +54568,7 @@ the log file.")
"@command{texlogfilter} is a Perl script designed to filter LaTeX engines
output or log file (LaTeX, pdfLaTeX, LuaLaTeX or XeLaTeX). It reduces the
LaTeX output or log to keep only warnings and errors. The result is
-colorised. Options allow to mask specific warnings, such as box or
+colorised. Options allow masking specific warnings, such as box or
references/citations warnings. It's also possible to add custom filter
patterns.")
(license license:lppl1.3+)))