Closed ruzito closed 3 years ago
So i found out that both cases are valid for 'a' being in the list and for 'a' not being in the list. But still the \singlechars
command has no effect which keeps me from closing this issue.
Hi, Luavlna sets the default values for single chars after end of the preamble. If you want to pass your own values, you have two options:
\usepackage[defaults=false]{luavlna}
. It will prevent setting of the default values, so your settings won't be overridden. \singlechars{czech}{AaIiVvOoUuSsZzKk}
after \begin{document}
. It will overwrite the default Luavlna settings.Oh OK thank you :-)
Hi, I'm trying to write a thesis in LuaLaTeX from TeXLive 2020 in Overleaf and I'm having problems with stranded 'a' at the ends of lines. I was surprised not to see it as an issue here as it's a very common character. I believe it is a forgotten 'a' in the defaults
\singlechars{czech}{AIiVvOoUuSsZzKk}
. But another problem is, that i cannot change it with that command myself it just doesn't do anything.This code:
Produces this output:
According to Zalomení řádků a nevhodné výrazy na jejich konci the 'a' letter should behave the same as 'i' letter in the example.