Simplified plta.Fonts page
This commit is contained in:
parent
e74965be3d
commit
e819aee20a
1 changed files with 10 additions and 41 deletions
|
@ -10,8 +10,6 @@ module plta.Fonts where
|
|||
|
||||
Test page for fonts. All vertical bars should line up.
|
||||
|
||||
Agda:
|
||||
|
||||
\begin{code}
|
||||
{-
|
||||
abcdefghijklmnopqrstuvwxyz|
|
||||
|
@ -19,15 +17,19 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZ|
|
|||
ᵃᵇᶜᵈᵉᶠᵍʰⁱʲᵏˡᵐⁿᵒᵖ ʳˢᵗᵘᵛʷˣʸᶻ|
|
||||
ᴬᴮ ᴰᴱ ᴳᴴᴵᴶᴷᴸᴹᴺᴼᴾ ᴿ ᵀᵁⱽᵂ |
|
||||
ₐ ₑ ᵢⱼ ₒ ᵣ ᵤ ₓ |
|
||||
|
||||
αβγδεφικλμνωπψρστυχξζ|
|
||||
ΑΒΓΔΕΦΙΚΛΜΝΩΠΨΡΣΤΥΧΞΖ|
|
||||
|
||||
0123456789|
|
||||
⁰¹²³⁴⁵⁶⁷⁸⁹|
|
||||
₀₁₂₃₄₅₆₇₈₉|
|
||||
|
||||
⟨⟨⟨⟩⟩⟩|
|
||||
→→→⇒⇒⇒|
|
||||
←←←⇐⇐⇐|
|
||||
------|
|
||||
|
||||
⌊⌋⌈⌉|
|
||||
→→→→|
|
||||
↦↦↦↦|
|
||||
|
@ -37,44 +39,11 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZ|
|
|||
∈∈∈∈|
|
||||
∋∋∋∋|
|
||||
----|
|
||||
------------
|
||||
⟶⟶⟶⟶
|
||||
⟹⟹⟹⟹
|
||||
------------
|
||||
𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛
|
||||
𝑎𝑏𝑐𝑑𝑒𝑓𝑔𝑖𝑗𝑘
|
||||
|
||||
⟶⟶⟶⟶|
|
||||
⟹⟹⟹⟹|
|
||||
|
||||
𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛|
|
||||
𝑎𝑏𝑐𝑑𝑒𝑓𝑔𝑖𝑗𝑘|
|
||||
-}
|
||||
\end{code}
|
||||
|
||||
Indented code:
|
||||
|
||||
abcdefghijklmnopqrstuvwxyz|
|
||||
ABCDEFGHIJKLMNOPQRSTUVWXYZ|
|
||||
ᵃᵇᶜᵈᵉᶠᵍʰⁱʲᵏˡᵐⁿᵒᵖ ʳˢᵗᵘᵛʷˣʸᶻ|
|
||||
ᴬᴮ ᴰᴱ ᴳᴴᴵᴶᴷᴸᴹᴺᴼᴾ ᴿ ᵀᵁⱽᵂ |
|
||||
ₐ ₑ ᵢⱼ ₒ ᵣ ᵤ ₓ |
|
||||
αβγδεφικλμνωπψρστυχξζ|
|
||||
ΑΒΓΔΕΦΙΚΛΜΝΩΠΨΡΣΤΥΧΞΖ|
|
||||
0123456789|
|
||||
⁰¹²³⁴⁵⁶⁷⁸⁹|
|
||||
₀₁₂₃₄₅₆₇₈₉|
|
||||
⟨⟨⟨⟩⟩⟩|
|
||||
→→→⇒⇒⇒|
|
||||
←←←⇐⇐⇐|
|
||||
------|
|
||||
⌊⌋⌈⌉|
|
||||
→→→→|
|
||||
↦↦↦↦|
|
||||
↠↠↠↠|
|
||||
⊢⊢⊢⊢|
|
||||
⊣⊣⊣⊣|
|
||||
∈∈∈∈|
|
||||
∋∋∋∋|
|
||||
----|
|
||||
------------
|
||||
⟶⟶⟶⟶
|
||||
⟹⟹⟹⟹
|
||||
------------
|
||||
𝕒𝕓𝕔𝕕𝕖𝕗𝕘𝕙𝕚𝕛
|
||||
𝑎𝑏𝑐𝑑𝑒𝑓𝑔𝑖𝑗𝑘
|
||||
|
||||
|
|
Loading…
Reference in a new issue