diff options
| author | Matthew Kraai <kraai@ftbfs.org> | 2020-04-25 03:51:34 -0700 |
|---|---|---|
| committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2020-04-25 22:23:20 +0200 |
| commit | ba11dddbfe93d49770cbe40c81a96ead86a69c15 (patch) | |
| tree | 87d2e61b654a1f48ccd005fa4081579921282458 /gnu | |
| parent | e54acdfe162feb98b0e0c0abb7413d3bbe2508f4 (diff) | |
gnu: texlive-latex-pdfx: Fix typo.
* gnu/packages/tex.scm (texlive-latex-pdfx)[description]: Fix typo.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Diffstat (limited to 'gnu')
| -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 91d3ee62950..d5bcff03717 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm | |||
| @@ -7068,7 +7068,7 @@ the file to which it applies.") | |||
| 7068 | (home-page "https://www.ctan.org/pkg/pdfx") | 7068 | (home-page "https://www.ctan.org/pkg/pdfx") |
| 7069 | (synopsis "PDF/X and PDF/A support for pdfTeX, LuaTeX and XeTeX") | 7069 | (synopsis "PDF/X and PDF/A support for pdfTeX, LuaTeX and XeTeX") |
| 7070 | (description | 7070 | (description |
| 7071 | "This package helps LaTeX users to create PDF/X, PFD/A and other | 7071 | "This package helps LaTeX users to create PDF/X, PDF/A and other |
| 7072 | standards-compliant PDF documents with pdfTeX, LuaTeX and XeTeX.") | 7072 | standards-compliant PDF documents with pdfTeX, LuaTeX and XeTeX.") |
| 7073 | (license license:lppl1.2+))) | 7073 | (license license:lppl1.2+))) |
| 7074 | 7074 | ||
