From 0719c4c4b5e29b2db9f8469209e1240b30d37b50 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 26 Jun 2023 14:44:12 +0200 Subject: gnu: Add texlive-lua-typo. * gnu/packages/tex.scm (texlive-lua-typo): New variable. --- gnu/packages/tex.scm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index b2db9942c1..8570cfab3e 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -16162,6 +16162,29 @@ (define-public texlive-lt3luabridge exposes the shell.") (license license:lppl1.3c))) +(define-public texlive-lua-typo + (package + (name "texlive-lua-typo") + (version (number->string %texlive-revision)) + (source (texlive-origin + name version + (list "doc/lualatex/lua-typo/" + "source/lualatex/lua-typo/" + "tex/lualatex/lua-typo/") + (base32 + "0lhjgs7jxdwk2cn9zb99mk2c56awi249zk839waqxnzfr18ky63k"))) + (outputs '("out" "doc")) + (build-system texlive-build-system) + (home-page "https://ctan.org/pkg/lua-typo") + (synopsis "Highlighting typographical flaws with LuaLaTeX") + (description + "This package tracks common typographic flaws in LuaLaTeX documents, +especially widows, orphans, hyphenated words split over two pages, consecutive +lines ending with hyphens, paragraphs ending on too short lines, etc. +Customisable colours are used to highlight these flaws, and the list of pages +on which typographical flaws were found is printed.") + (license license:lppl1.3c))) + (define-public texlive-babel-czech (package (name "texlive-babel-czech") -- cgit v1.2.3