From 29c5b5b7c8dd7860e928ef000cd58aa5f4090354 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 3 Mar 2021 22:46:05 +0000 Subject: luavlna (3mar21) git-svn-id: svn://tug.org/texlive/trunk@58087 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/luatex/luavlna/README.md | 2 +- .../texmf-dist/doc/luatex/luavlna/luavlna-doc.pdf | Bin 91253 -> 92289 bytes .../texmf-dist/doc/luatex/luavlna/luavlna-doc.tex | 19 +++++++++++++++++-- 3 files changed, 18 insertions(+), 3 deletions(-) (limited to 'Master/texmf-dist/doc/luatex') diff --git a/Master/texmf-dist/doc/luatex/luavlna/README.md b/Master/texmf-dist/doc/luatex/luavlna/README.md index de38ed0c671..eb5fb3d0d0e 100644 --- a/Master/texmf-dist/doc/luatex/luavlna/README.md +++ b/Master/texmf-dist/doc/luatex/luavlna/README.md @@ -1,4 +1,4 @@ -# Luavlna, version 0.1h, 2021-01-08 +# Luavlna, version 0.1i, 2021-03-02 # Introduction diff --git a/Master/texmf-dist/doc/luatex/luavlna/luavlna-doc.pdf b/Master/texmf-dist/doc/luatex/luavlna/luavlna-doc.pdf index 40cca345466..b37ab16b773 100644 Binary files a/Master/texmf-dist/doc/luatex/luavlna/luavlna-doc.pdf and b/Master/texmf-dist/doc/luatex/luavlna/luavlna-doc.pdf differ diff --git a/Master/texmf-dist/doc/luatex/luavlna/luavlna-doc.tex b/Master/texmf-dist/doc/luatex/luavlna/luavlna-doc.tex index 20a83ae127d..470822d4acb 100644 --- a/Master/texmf-dist/doc/luatex/luavlna/luavlna-doc.tex +++ b/Master/texmf-dist/doc/luatex/luavlna/luavlna-doc.tex @@ -36,7 +36,7 @@ \section{Introduction} -This is a small package for plain Lua\TeX and Lua\LaTeX. In some languages, like +This is a small package for Plain Lua\TeX and Lua\LaTeX. In some languages, like Czech or Polish, there should be no single letter words at the line end, according to the typographical norms. There exists some external commands (like \verb!vlna!) or packages (\verb!encxvlna! @@ -144,6 +144,20 @@ The \verb|luavlna| package recognizes the following options \item[\texttt{defaults}] -- load default settings. Enabled by default. \end{description} + +\section{Default values} + +Luavlna defines default settings for Czech and Slovak. If you want to disable them, +you can use the \texttt{defaults=false} option for Luavlna package. In Plain Lua\TeX{}, +use: + +\begin{mycode} +\begin{verbatim} +\let\nosingledefaults\relax +\input luavlna +\end{verbatim} +\end{mycode} + \section{Commands} \begin{mycode} @@ -165,6 +179,7 @@ Default values: \end{verbatim} \end{mycode} + %By default, all %single letters are processed, this command can be used to pass a %string of characters, which should be processed only. @@ -224,7 +239,7 @@ settings for one language for a whole document, you can use following command: \subsection{Turning off processing} -If you want to stop processing of the spaces in the document you can use command +If you want to stop the processing of spaces in the document you can use the following command: \begin{mycode} \cmd{\preventsingleoff} -- cgit v1.2.3