[latex3-commits] [git/LaTeX3-latex3-babel] docs: Try with entities instead. (169cb37)
Javier
email at dante.de
Wed Jun 9 16:48:33 CEST 2021
Repository : https://github.com/latex3/babel
On branch : docs
Link : https://github.com/latex3/babel/commit/169cb37b113e533c817890409021d53d71d41e86
>---------------------------------------------------------------
commit 169cb37b113e533c817890409021d53d71d41e86
Author: Javier <email at localhost>
Date: Wed Jun 9 16:48:33 2021 +0200
Try with entities instead.
>---------------------------------------------------------------
169cb37b113e533c817890409021d53d71d41e86
docs/guides/non-standard-hyphenation-with-luatex.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/docs/guides/non-standard-hyphenation-with-luatex.md b/docs/guides/non-standard-hyphenation-with-luatex.md
index a8b6451..420d6ff 100644
--- a/docs/guides/non-standard-hyphenation-with-luatex.md
+++ b/docs/guides/non-standard-hyphenation-with-luatex.md
@@ -164,15 +164,13 @@ In cases like this, you may want to use maps as described above.
}
```
* To duplicate explicit hyphens:
-{% raw %}
```tex
-\babelposthyphenation{polish}{{a}={a}}{
+\babelposthyphenation{polish}{{a}={a}}{
{},
{ no = -, pre = -, post = -, data = 1 },
{}
}
```
-{% endraw %}
* To prevent a line break if there is a single letter followed by a
hyphen and a word (eg, “e-mail”):
More information about the latex3-commits
mailing list.