generated from balacij/McMaster-Thesis-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunicode_chars.tex
More file actions
18 lines (14 loc) · 752 Bytes
/
unicode_chars.tex
File metadata and controls
18 lines (14 loc) · 752 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
% At times, if you use raw unicode characters, you'll come across the following error:
% Missing character: There is no • (U+2022) in font ec-lmtt12!
% More, generally,
% Missing character: There is no `X` (U+`Y`) in font `Z`!
% To solve this issue, we may manually replace instances of them with re-built
% copies of them. They may look a bit out of place because they don't follow the
% same font, but you can make them look decent if you replace them with simpler
% variants within the font. Try your best!
% For example, to resolve the above issue, we may use:
% \newunicodechar{•}{\(\cdot{}\)}
\newunicodechar{•}{\(\cdot{}\)}
\newunicodechar{‘}{\textquoteleft{}}
\newunicodechar{’}{\textquoteright{}}
\newunicodechar{≠}{\(\neq\)}