From a6fc564bcc32ba599fc701f340c2d59c47bb225b Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Sun, 24 Mar 2024 18:34:56 -0700 Subject: gnu: Fix spelling of "This package" in various package descriptions. * gnu/packages/cran.scm (r-formula-tools): Fix spelling of "This package" in description. * gnu/packages/emacs-xyz.scm (emacs-ibuffer-projectile): Likewise. * gnu/packages/golang-xyz.scm (go-github-com-whyrusleeping-go-sysinfo): Likewise. * gnu/packages/tex.scm (texlive-breakcites, texlive-psgo, texlive-footnpag, texlive-pdfpc, texlive-phfcc): Likewise. --- gnu/packages/tex.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu/packages/tex.scm') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 1732d842c8..4e46c1a898 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -7421,7 +7421,7 @@ of Arts and Sciences.") (home-page "https://ctan.org/pkg/breakcites") (synopsis "Ensure that multiple citations may break at line end") (description - "This packages makes a very minor change to the operation of the + "This package makes a very minor change to the operation of the @code{\\cite} command so that multiple citations may break at line end. Note that the change is not necessary in unmodified LaTeX; however, there remain packages that restore the undesirable behaviour of the command as provided in @@ -25931,7 +25931,7 @@ algorithms in a natural manner.") (home-page "https://ctan.org/pkg/psgo") (synopsis "Typeset go diagrams with PSTricks") (description - "This packages can be used to typeset go diagrams with PSTricks.") + "This package can be used to typeset go diagrams with PSTricks.") (license license:lppl))) (define-public texlive-psizzl @@ -84378,7 +84378,7 @@ then the references are hyperlinked. (References to footnotes in (home-page "https://ctan.org/pkg/footnpag") (synopsis "Per-page numbering of footnotes") (description - "This packages allows footnotes on individual pages to be numbered from @samp{1}, + "This package allows footnotes on individual pages to be numbered from @samp{1}, rather than being numbered sequentially through the document.") (license license:gpl3+))) @@ -93364,7 +93364,7 @@ page.") (home-page "https://ctan.org/pkg/pdfpc") (synopsis "Define data for the @command{pdfpc} presentation viewer") (description - "This packages allows to define additional meta data within the PDF file which + "This package allows to define additional meta data within the PDF file which can be interpreted by the PDF presenter console (@command{pdfpc}) program.") (license license:gpl3+))) @@ -93657,7 +93657,7 @@ context, though there is some overhead to this approach.") (home-page "https://ctan.org/pkg/phfcc") (synopsis "Convenient inline commenting in collaborative documents") (description - "This packages allows one to easily define helper macros to insert comments in + "This package allows one to easily define helper macros to insert comments in a LaTeX document. A convenient syntax enables you to mark text additions (e.g., @samp{\\phf@{I'm adding this text@}}), an in-line comment (e.g., @samp{We're the best \\phf[I'm not sure about this.]}), and -- cgit v1.2.3