Skip to content

Commit

Permalink
docs(languages): Add non-breaking space (U+00A0) handling in the manual
Browse files Browse the repository at this point in the history
  • Loading branch information
Omikhleia authored and Didier Willis committed Dec 13, 2023
1 parent 3860bf6 commit 22b1bdb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions documentation/c07-settings.sil
Expand Up @@ -185,6 +185,10 @@ true value) and also \em{unset} the setting \autodoc:setting{document.spaceskip}
unset it, just call \autodoc:command{\set} with no \autodoc:parameter{value} parameter:
\autodoc:command{\set[parameter=document.spaceskip]}.

Note that non-breaking spaces (U+00A0), following the guidelines of Unicode Annex 14 (UAX 14), are treated by default as stretchable or shrinkable akin to regular inter-word spaces, contributing to text justification and alignment for consistent layout.

If you want to disable this behavior, the \autodoc:setting{languages.fixedNbsp} setting may be set to \code{true} to enforce fixed-width non-breaking spaces.

\subsection{Letter spacing settings}

You can also put spaces in between \em{letters} with the \autodoc:setting{document.letterspaceglue} setting.
Expand Down

0 comments on commit 22b1bdb

Please sign in to comment.