Skip to content

Instantly share code, notes, and snippets.

@rodrigogiraoserrao
Created October 17, 2020 23:07
Show Gist options
  • Save rodrigogiraoserrao/90419570613987c0d42f914a90f1490d to your computer and use it in GitHub Desktop.
Save rodrigogiraoserrao/90419570613987c0d42f914a90f1490d to your computer and use it in GitHub Desktop.
\documentclass[11pt]{article}
\usepackage{fontspec}
\setmainfont{APL385 Unicode}
\setmonofont{APL385 Unicode}[Scale=MatchLowercase]
\begin{document}
I just want some ← +-×÷*⍟⌹○!? |⌈⌊⊥⊤⊣⊢ =≠≤<>≥≡≢ ∨∧⍲⍱ ↑↓⊂⊃⊆⌷⍋⍒ ⍳⍸∊⍷∪∩~ /\textbackslash⌿⍀ ,⍪⍴⌽⊖⍉ ¨⍨⍣.∘⍤⍥@ ⍞⎕⍠⌸⌺⌶⍎⍕ ⋄⍝→⍵⍺∇\& ¯⍬
\texttt{The ``setmonofont'' was needed because of this, otherwise ⍺⌊¯→⍬ wouldn't show properly}.
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment