|
5 | 5 | % - Alternatively, compile with XeLaTeX or LuaLaTeX. |
6 | 6 | % - https://GitHub.com/sphinx-doc/sphinx/issues/3511 |
7 | 7 | % |
8 | | -%%\usepackage{fontspec} |
9 | | -% |
10 | | -%% Set Main fonts |
11 | | -%\usepackage{libertinus-otf} |
12 | | -%%\usepackage{noto-emoji} |
13 | | -% |
14 | | -%% Set Math font |
15 | | -%\usepackage{unicode-math} |
16 | | -%\setmathfont{LibertinusMath} |
17 | | -% |
18 | | -%% Set Symbol font |
19 | | -%\usepackage{newunicodechar} |
20 | | -%\newfontfamily{\emojifont}[Renderer=OpenType]{NotoColorEmoji.ttf} |
21 | | -\newunicodechar{≤}{\ensuremath{\le}} |
22 | | -\newunicodechar{—}{---} |
23 | | -\newunicodechar{…}{\dots} |
24 | | -\newunicodechar{␣}{xxyyzz} % open box = visible space U+2423 |
25 | | -\newunicodechar{⟲}{\nvcirclearrowleft} % circular arrow counterclockwise U+27F2 |
26 | | - |
27 | | -\newunicodechar{🍎}{{\emojifont 🍎}} % red apple |
28 | | -\newunicodechar{🍏}{{\emojifont 🍏}} % green apple |
29 | | -\newunicodechar{🐧}{{\emojifont 🐧}} % penguin |
30 | | -\newunicodechar{⛄}{{\emojifont ⛄}} % snowman |
31 | | -\newunicodechar{🪟}{{\emojifont 🪟}} % window |
32 | | -\newunicodechar{🏢}{{\emojifont 🏢}} % glas building |
33 | | -\newunicodechar{🐍}{{\emojifont 🐍}} % green snake |
34 | | -\newunicodechar{🔴}{{\emojifont 🔴}} % red circle |
35 | | -\newunicodechar{🟠}{{\emojifont 🟠}} % orange circle |
36 | | -\newunicodechar{🟡}{{\emojifont 🟡}} % yellow circle |
37 | | -\newunicodechar{🟢}{{\emojifont 🟢}} % green circle |
38 | | -\newunicodechar{🟣}{{\emojifont 🟣}} % purple circle |
39 | | -\newunicodechar{⚫}{{\emojifont ⚫}} % black circle U+26AB |
40 | | -\newunicodechar{🟧}{{\emojifont 🟧}} % red square U+1F7E7 |
41 | | -\newunicodechar{🟨}{{\emojifont 🟨}} % yellow square U+1F7E8 |
42 | | -\newunicodechar{🟫}{{\emojifont 🟫}} % braun square U+1F7EB |
43 | | -\newunicodechar{🟦}{{\emojifont 🟦}} % blue square U+1F7E6 |
44 | | -\newunicodechar{🟪}{{\emojifont 🟪}} % purple square U+1F7EA |
45 | | -\newunicodechar{⬛}{{\emojifont ⬛}} % black square U+2B1B |
46 | | -\newunicodechar{📦}{{\emojifont 📦}} |
47 | | -\newunicodechar{📂}{{\emojifont 📂}} |
48 | | -\newunicodechar{🗑}{{\emojifont 🗑}} % Wastebasket 🗑️ U+1F5D1 |
49 | | -\newunicodechar{⚙}{{\emojifont ⚙}} % Gear ⚙️ U+2699 |
50 | | -\newunicodechar{❌}{{\emojifont ❌}} % Red X U+274C |
51 | | -\newunicodechar{🚫}{{\emojifont 🚫}} % Prohibited 🚫 U+ |
52 | | -\newunicodechar{⚠}{{\emojifont ⚠}} % Warning ⚠️ U+26A0 |
53 | | -\newunicodechar{✅}{{\emojifont ✅}} % Green checkbox U+2705 |
54 | 8 |
|
55 | 9 | % ================================================================================ |
0 commit comments