Skip to content

Commit

Permalink
Set up no-break space Unicode characters for use with LaTeX
Browse files Browse the repository at this point in the history
  • Loading branch information
Witiko committed May 2, 2024
1 parent 73d6e91 commit 1bca143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion template/istqb.cls
Original file line number Diff line number Diff line change
Expand Up @@ -731,9 +731,11 @@
\newunicodechar{≤}{\ensuremath{\leq}}
\newunicodechar{≥}{\ensuremath{\geq}}
\newunicodechar{≠}{\ensuremath{\neq}}
%% Spacing
\newunicodechar{ }{\,}
\newunicodechar{​}{}
%% Miscellaneous
\newunicodechar{®}{\textsuperscript{\textregistered}}
\newunicodechar{​}{}

% Miscellaneous
\RequirePackage{lipsum} % The `lipsum` package is used in a complex table from the example document.

0 comments on commit 1bca143

Please sign in to comment.