summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/lua-typo
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-03-09 21:11:15 +0000
committerKarl Berry <karl@freefriends.org>2023-03-09 21:11:15 +0000
commit749499e349b826a6ad64e0ccd129eb88943df3d6 (patch)
tree3cf4ebe0fbf9c8981afda9f13f14ac4150e8c73d /Master/texmf-dist/doc/lualatex/lua-typo
parent9381aa71e9ff737ffdc887d13b2f428a6f8948d8 (diff)
lua-typo (9mar23)
git-svn-id: svn://tug.org/texlive/trunk@66495 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/lua-typo')
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/README.md7
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-demo.pdfbin16859 -> 16859 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.ltx21
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.pdfbin105225 -> 106404 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.ltx21
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.pdfbin173735 -> 179022 bytes
6 files changed, 26 insertions, 23 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lua-typo/README.md b/Master/texmf-dist/doc/lualatex/lua-typo/README.md
index 0930ac70cff..9577fee1cf0 100644
--- a/Master/texmf-dist/doc/lualatex/lua-typo/README.md
+++ b/Master/texmf-dist/doc/lualatex/lua-typo/README.md
@@ -81,7 +81,12 @@ Changes
* v.0.61:
- bug fixes and documentation enhanced.
- - colours `mygrey` and `myred` renamed `LTgrey` and `LTred`.
+ - colours `mygrey` and `myred` renamed as `LTgrey` and `LTred`.
+
+* v.0.65:
+ - new option `ShortFinalWord` to detect short end-of-sentence word
+ on top of next page.
+ - code cleaning.
--
Copyright 2020--2023 Daniel Flipo
diff --git a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-demo.pdf b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-demo.pdf
index f5ea36a35e5..35fe6bc9070 100644
--- a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-demo.pdf
+++ b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-demo.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.ltx b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.ltx
index 3e580ef3147..6a4abf1f8a9 100644
--- a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.ltx
+++ b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.ltx
@@ -1,24 +1,23 @@
-\RequirePackage{pdfmanagement-testphase}
-\DeclareDocumentMetadata{pdfstandard=A-2b, lang=fr-FR}
-\documentclass[a4paper]{ltxdoc}
-\usepackage[dvipsnames]{xcolor}
+\DocumentMetadata{pdfstandard=A-2b, lang=fr-FR}
+\documentclass[a4paper,french]{ltxdoc}
\usepackage{fontspec}
\setmainfont{erewhon}
\setsansfont{Cabin}[Scale=MatchLowercase]
\setmonofont{VeraMono.ttf}[
Scale = MatchLowercase,
- ItalicFont = VeraMoIt.ttf,
- BoldFont = VeraMoBd.ttf,
- BoldItalicFont = VeraMoBI.ttf,
- HyphenChar=None, Color=Sepia,
+ ItalicFont = VeraMoIt.ttf,
+ BoldFont = VeraMoBd.ttf,
+ BoldItalicFont = VeraMoBI.ttf,
+ HyphenChar=None,
+ Color=5D1D00,
]
\usepackage[expansion=true, protrusion=true]{microtype}
-\usepackage[french]{babel}
+\usepackage{babel,varioref}
\frenchsetup{og=«, fg=»}
+
\usepackage[ShortPages, OverfullLines, UnderfullLines,
Widows, Orphans, EOPHyphens, RepeatedHyphens
]{lua-typo}
-\luatypoLLminWD=3em
\renewcommand*\descriptionlabel[1]{%
\hspace{\labelsep}\texttt{#1}}
\usepackage{array,url,verbatim}
@@ -31,7 +30,7 @@
\newcommand*\file[1]{\texttt{#1}}
\newcommand*\pkg[1]{\texttt{#1}}
\newcommand*\opt[1]{\texttt{#1}}
-\renewcommand\meta[1]{\texttt{\textsl{\color{Sepia}<#1>}}}
+\renewcommand\meta[1]{\texttt{\textsl{<#1>}}}
\newcommand*\node[1]{\textsc{#1}}
\setlength{\parindent}{0pt}
\setlength{\parskip}{.3\baselineskip plus 0.3pt minus 0.3pt}
diff --git a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.pdf b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.pdf
index 287b2660b57..ed50a38d11e 100644
--- a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.pdf
+++ b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.ltx b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.ltx
index 46244feb110..94d5ad0b56e 100644
--- a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.ltx
+++ b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.ltx
@@ -1,23 +1,22 @@
-\RequirePackage{pdfmanagement-testphase}
-\DeclareDocumentMetadata{pdfstandard=A-2b, lang=en-GB}
-\documentclass[a4paper]{ltxdoc}
-\usepackage[dvipsnames]{xcolor}
+\DocumentMetadata{pdfstandard=A-2b, lang=en-GB}
+\documentclass[a4paper,british]{ltxdoc}
\usepackage{fontspec}
\setmainfont{erewhon}
\setsansfont{Cabin}[Scale=MatchLowercase]
\setmonofont{VeraMono.ttf}[
Scale = MatchLowercase,
- ItalicFont = VeraMoIt.ttf,
- BoldFont = VeraMoBd.ttf,
- BoldItalicFont = VeraMoBI.ttf,
- HyphenChar=None, Color=Sepia,
+ ItalicFont = VeraMoIt.ttf,
+ BoldFont = VeraMoBd.ttf,
+ BoldItalicFont = VeraMoBI.ttf,
+ HyphenChar=None,
+ Color=5D1D00,
]
\usepackage[expansion=true, protrusion=true]{microtype}
-\usepackage[british]{babel}
+\usepackage{babel,varioref}
+
\usepackage[ShortPages, OverfullLines, UnderfullLines,
Widows, Orphans, EOPHyphens, RepeatedHyphens
]{lua-typo}
-\luatypoLLminWD=3em
\renewcommand*\descriptionlabel[1]{%
\hspace{\labelsep}\texttt{#1}}
\usepackage{array,url,verbatim}
@@ -38,7 +37,7 @@
\newcommand*\file[1]{\texttt{#1}}
\newcommand*\pkg[1]{\texttt{#1}}
\newcommand*\opt[1]{\texttt{#1}}
-\renewcommand\meta[1]{\texttt{\textsl{\color{Sepia}<#1>}}}
+\renewcommand\meta[1]{\texttt{\textsl{<#1>}}}
\newcommand*\node[1]{\textsc{#1}}
\setlength{\parindent}{0pt}
\setlength{\parskip}{.3\baselineskip plus 0.3pt minus 0.3pt}
diff --git a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.pdf b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.pdf
index 55acdc97b8e..6990971202e 100644
--- a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.pdf
+++ b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.pdf
Binary files differ