diff options
Diffstat (limited to 'Master/texmf-dist/doc/lualatex')
-rw-r--r-- | Master/texmf-dist/doc/lualatex/linebreaker/README.md | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/linebreaker/linebreaker-doc.pdf | bin | 51966 -> 49887 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/lualatex/linebreaker/linebreaker-doc.tex | 11 |
3 files changed, 14 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/lualatex/linebreaker/README.md b/Master/texmf-dist/doc/lualatex/linebreaker/README.md index 26b4cd59e55..a418e231b06 100644 --- a/Master/texmf-dist/doc/lualatex/linebreaker/README.md +++ b/Master/texmf-dist/doc/lualatex/linebreaker/README.md @@ -1,4 +1,4 @@ -#The Linebreaker package, version v0.1a (2022-03-12) +#The Linebreaker package, version v0.1b (2023-03-06) This package tries to prevent overflow lines in paragraphs or boxes. It changes the LuaTeX's `linebreak` callback, and it re-typesets the paragraph @@ -15,6 +15,8 @@ with the lowest badness. ## License +Author: Michal Hoftich <michal.h21@gmail.com> + Permission is granted to copy, distribute and/or modify this software under the terms of the LaTeX Project Public License, version 1.3. diff --git a/Master/texmf-dist/doc/lualatex/linebreaker/linebreaker-doc.pdf b/Master/texmf-dist/doc/lualatex/linebreaker/linebreaker-doc.pdf Binary files differindex ac6659002fb..b47fc0e3e3c 100644 --- a/Master/texmf-dist/doc/lualatex/linebreaker/linebreaker-doc.pdf +++ b/Master/texmf-dist/doc/lualatex/linebreaker/linebreaker-doc.pdf diff --git a/Master/texmf-dist/doc/lualatex/linebreaker/linebreaker-doc.tex b/Master/texmf-dist/doc/lualatex/linebreaker/linebreaker-doc.tex index 8da047ceea4..f94aa33ef02 100644 --- a/Master/texmf-dist/doc/lualatex/linebreaker/linebreaker-doc.tex +++ b/Master/texmf-dist/doc/lualatex/linebreaker/linebreaker-doc.tex @@ -140,6 +140,11 @@ Maximal allowed value of \verb|\emergencystretch|. Maximal allowed value of \verb|tolerance|. \end{function} +\begin{function}{cubic} +Use cubic method for the \verb|tolerance| calculation. By default, \verb|tolerance| is calculated +using a linear method, with constant steps. With the cubic method, each step is larger than the previous. +\end{function} + \begin{function}{debug} Print debugging info to the terminal output. \end{function} @@ -186,6 +191,12 @@ under the terms of the LaTeX Project Public License, version 1.3. \section{Changes} \begin{description} + \item[v0.1b, 2023-03-06]\hfill + \begin{itemize} + \item Set maximal value of tolerance to 8189, bigger value doesn't have any effect. + \item Added \verb|cubic| method for calculating tolerance. + \item Explicitly set the \verb|tex.linebreak| parameters, to support paragraph direction and other paragraph variables. + \end{itemize} \item[v0.1a, 2022-03-12]\hfill \begin{itemize} |