From f48a99f410f4066053d3eb728af77739f1937b7e Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 24 May 2024 13:06:55 +0300 Subject: [PATCH] hello.tex: lipsum looks fun --- LaTeX/hello.tex | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/LaTeX/hello.tex b/LaTeX/hello.tex index 02ba502..b38ec21 100644 --- a/LaTeX/hello.tex +++ b/LaTeX/hello.tex @@ -20,6 +20,8 @@ \usepackage{cmap} % This package is great and I want to be reminded of it whenever I use \LaTeX \usepackage{censor} +% This is fun +\usepackage{lipsum} % Uncomment to uncensor in output %\StopCensoring @@ -77,5 +79,11 @@ If you were to censor things using \textbackslash xblackout containing unicode, \xblackout{T{ä}h{ä}n tapaan!} Kiva suomenkielinen sana on \xblackout{h{ää}y{ö}aie}! +\selectlanguage{latin} + +\section*{Lorem Ipsum} + +\lipsum{1} + % And ends here \end{document}