From b183de75310a07266df5c6fac00f6ef1a80d9602 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Thu, 20 Oct 2022 13:29:37 +0300 Subject: [PATCH] LaTeX/hello.tex: censoring unicode needs curly brackets --- LaTeX/hello.tex | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/LaTeX/hello.tex b/LaTeX/hello.tex index 45c88e8..0c08228 100644 --- a/LaTeX/hello.tex +++ b/LaTeX/hello.tex @@ -66,5 +66,10 @@ Salasana on \Password. Älä unohda salasanan olevan \Password. Tämä tieto on To have a non-breaking space use \textasciitilde\ (a tilde). A backslash would be \textbackslash. A forced linechange is \textbackslash\textbackslash. +If you were to censor things using \textbackslash xblackout containing unicode, the unicode chars would need to be within curly brackets. + +\selectlanguage{finnish} +\xblackout{T{ä}h{ä}n tapaan!} Kiva suomenkielinen sana on \xblackout{h{ää}y{ö}aie}! + % And ends here \end{document}