summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2023-02-04 21:14:15 +0000
committerKarl Berry <karl@freefriends.org>2023-02-04 21:14:15 +0000
commit18270d5b800b9c4f6e47613bef99e5a27812ea54 (patch)
tree077bf2ca98d93073edb3e183682594b9b4dbbf4f /Master/texmf-dist/doc/lualatex
parentec2a659e3c578cec9614366d3c839c4df6f3abc6 (diff)
lua-typo (4feb23)
git-svn-id: svn://tug.org/texlive/trunk@65734 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/README.md20
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-demo.pdfbin16794 -> 16859 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.ltx5
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/lua-typo-fr.pdfbin64171 -> 80360 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.ltx5
-rw-r--r--Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.pdfbin138442 -> 169623 bytes
6 files changed, 23 insertions, 7 deletions
diff --git a/Master/texmf-dist/doc/lualatex/lua-typo/README.md b/Master/texmf-dist/doc/lualatex/lua-typo/README.md
index 64373e69135..a9c6c7a2aa2 100644
--- a/Master/texmf-dist/doc/lualatex/lua-typo/README.md
+++ b/Master/texmf-dist/doc/lualatex/lua-typo/README.md
@@ -28,15 +28,15 @@ Installation
------------
This bundle is meant to be included in most TeX distributions,
-but if you need to install it by yourself
+but if you really need to install it by yourself
1. run "luatex lua-typo.dtx" to strip the comments and create
lua-typo.sty, lua-typo.cfg, lua-typo.ltx and lua-typo-fr.ltx;
2. run "lualatex lua-typo.ltx" to get the full documentation
(lua-typo.pdf) in English;
-2. run "lualatex lua-typo-fr.ltx" to get the French documentation
- (lua-typo-fr.pdf, code not included).
+3. run "lualatex lua-typo-fr.ltx" to get the French documentation
+ (lua-typo-fr.pdf, without documented code).
-Recommended loactions for installation:
+Recommended locations for installation:
- TDS:tex/lualatex/lua-typo/lua-typo.sty
- TDS:tex/lualatex/lua-typo/lua-typo.cfg
- TDS:doc/lualatex/lua-typo/lua-typo.pdf
@@ -45,6 +45,9 @@ Recommended loactions for installation:
- TDS:doc/lualatex/lua-typo/README.md
- TDS:source/lualatex/lua-typo/lua-typo.dtx
+On Debian based systems, the "TDS:" prefix can be replaced by "$HOME/texmf/"
+for a single user installation.
+
Changes
-------
@@ -69,6 +72,13 @@ Changes
- coloration of faulty lines improved;
- all flaws found are now recorded into file "`\jobname`.typo".
+* v.0.51 (not released): bug fix
+ - in some cases orphans were not detected.
+
+* v.0.60: new implementation, Feb. 2023
+ - this version should do a better job on two columns documents;
+ - debugging stuff added.
+
--
-Copyright 2020--2021 Daniel Flipo
+Copyright 2020--2023 Daniel Flipo
E-mail: daniel (dot) flipo (at) free (dot) fr
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 89951bdf862..9b4721716e8 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 e99c7b92124..3e580ef3147 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
@@ -6,10 +6,10 @@
\setmainfont{erewhon}
\setsansfont{Cabin}[Scale=MatchLowercase]
\setmonofont{VeraMono.ttf}[
+ Scale = MatchLowercase,
ItalicFont = VeraMoIt.ttf,
BoldFont = VeraMoBd.ttf,
BoldItalicFont = VeraMoBI.ttf,
- Scale = MatchLowercase,
HyphenChar=None, Color=Sepia,
]
\usepackage[expansion=true, protrusion=true]{microtype}
@@ -26,10 +26,13 @@
\hypersetup{colorlinks,urlcolor=blue,unicode}
\OnlyDescription
\let\FrenchDoc\begingroup\let\endFrenchDoc\endgroup
+\let\Debugging\comment\let\endDebugging\endcomment
+\newcommand*\texdir[1]{\textsc{#1}}
\newcommand*\file[1]{\texttt{#1}}
\newcommand*\pkg[1]{\texttt{#1}}
\newcommand*\opt[1]{\texttt{#1}}
\renewcommand\meta[1]{\texttt{\textsl{\color{Sepia}<#1>}}}
+\newcommand*\node[1]{\textsc{#1}}
\setlength{\parindent}{0pt}
\setlength{\parskip}{.3\baselineskip plus 0.3pt minus 0.3pt}
\begin{document}
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 315c8306e10..0b96add63d3 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 5e94a0075df..46244feb110 100644
--- a/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.ltx
+++ b/Master/texmf-dist/doc/lualatex/lua-typo/lua-typo.ltx
@@ -6,10 +6,10 @@
\setmainfont{erewhon}
\setsansfont{Cabin}[Scale=MatchLowercase]
\setmonofont{VeraMono.ttf}[
+ Scale = MatchLowercase,
ItalicFont = VeraMoIt.ttf,
BoldFont = VeraMoBd.ttf,
BoldItalicFont = VeraMoBI.ttf,
- Scale = MatchLowercase,
HyphenChar=None, Color=Sepia,
]
\usepackage[expansion=true, protrusion=true]{microtype}
@@ -23,6 +23,7 @@
\usepackage{array,url,verbatim}
\usepackage[numbered]{hypdoc}
\hypersetup{colorlinks,urlcolor=blue,unicode}
+\let\Debugging\comment\let\endDebugging\endcomment
\let\FrenchDoc\comment\let\endFrenchDoc\endcomment
\RecordChanges
\AtEndDocument{%
@@ -33,10 +34,12 @@
from version~0.30.
\PrintChanges
}
+\newcommand*\texdir[1]{\textsc{#1}}
\newcommand*\file[1]{\texttt{#1}}
\newcommand*\pkg[1]{\texttt{#1}}
\newcommand*\opt[1]{\texttt{#1}}
\renewcommand\meta[1]{\texttt{\textsl{\color{Sepia}<#1>}}}
+\newcommand*\node[1]{\textsc{#1}}
\setlength{\parindent}{0pt}
\setlength{\parskip}{.3\baselineskip plus 0.3pt minus 0.3pt}
\begin{document}
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 5b2b2dcbdf7..4f50db55294 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