Skip to content
Aerick edited this page Jun 15, 2023 · 3 revisions

This is my dictionary I use for writing notes and doing homework (or...answering piazza posts) with LaTeX. I'm not very good at LaTeX and the stuff I do isn't very involved, but even then I find using steno much more enjoyable than a QWERTY keyboard.

Greek characters

These are written using a fingerspelling system:

Character LaTeX translation Outline(s)
α \alpha ARBGS
β \beta PW-RBGS
χ \chi KH-RBGS
Δ \Delta TK-FPLT
δ \delta TK-RBGS
ε \epsilon ERBGS
η \eta TERBGS or AOERBGS
Γ \Gamma TKPW-FPLT
γ \gamma TKPW-RBGS
ι \iota EURBGS
κ \kappa K-RBGS
Λ \Lambda HR-FPLT
λ \lambda HR-RBGS
μ \mu PH-RBGS
\nabla TPHARBGS
ν \nu TPH-RBGS
Ο \Omega OFPLT
ο \omega ORBGS
Φ \Phi TP-FPLT
φ \phi TP-RBGS
Π \Pi P-FPLT
π \pi P-RBGS
Ψ \Psi SP-FPLT
ψ \psi SP-RBGS
ρ \rho R-RBGS
Σ \Sigma S-FPLT
σ \sigma S-RBGS
τ \tau T-RBGS
ϴ \Theta TH-FPLT
θ \theta TH-RBGS
Υ \Upsilon UFPLT
υ \upsilon URBGS
ε \varepsilon SRERBGS
φ \varphi STPR-RBGS
ρ \varrho SR-RBGS
θ \vartheta STHR-RBGS
Χ \Xi KP-FPLT
χ \xi KP-RBGS
ζ \zeta STKPW-RBGS

Everything else

These are written using the number key.

LaTeX translation Outline(s) Description
\sqrt{}{#Left}{^} #SKWR-T Square root; move the cursor inside the curly braces.
\sqrt{}{#Left}{^} #SKW-RT Square root; move the cursor inside the curly braces.
\bigg\rvert_{}^{}{#Left}{#Left}{#Left}{#Left}{^} #SRALT Evaluate expression at; move the cursor inside the first curly braces.
\vec{}{#Left}{^} #SREBG Vector—displays a right arrow above the content inside the braces; move the cursor inside the curly braces.
\sin{}{#Left}{^} #SAOEUPB Sine; move the cursor inside the curly braces.
\section{}{#Left}{^} #S*EBGS Section; move the cursor inside the curly braces.
\ge #TKPWE Greater-than-or-equal-to.
\ddot{}{#Left}{^} #TKO*T Double dot above—displays two dots above the content inside the braces; move the cursor inside the curly braces.
\dot{}{#Left}{^} #TKOT Single dot above—displays a dot above the content inside the braces; move the cursor inside the curly braces.
^{\circ} #TKERG Degree symbol.
\det{}{#Left}{^} #TKET Determinant; move the cursor inside the curly braces.
\infty #TPEUPBT Infinity.
\times #TAOEUPLZ Times (also cross product).
\textbf{}{#Left}{^} #TEGT/PW*F Bold text; move the cursor inside the curly braces
\[\n\t\begin{split}\n\n\end{split}\n\] #KWAEUGS Equation...honestly I don't know what this is called. It's just what I use to put equations inside.
\cdot #KROT Dot operation.
\begin{cases}\end{cases} #KAEUSZ Cases...it's like when you want to specify a piecewise function.
\begin{bmatrix}\end{bmatrix} #PWRAEUBGS Matrix with square brackets.
\boxed{}{#Left}{^} #PWOBGS Boxes everything inside the braces; moves the cursor inside the curly braces.
\begin{pmatrix}\end{pmatrix} #PRAEUBGS Matrix with round parentheses.
\approx #PROBGS orA/PROBGS Approximately equal to.
{^ ^}\right) #PR*EPB Closing parentheses. Inserts a space before for readability
\left({^ ^} #PREPB Opening parentheses. Inserts a space after for readability.
\begin{figure}[H]\n\centering\n\includegraphics[width=90mm]{picture.jpg}\n\caption{Caption. \label{overflow}}\n\end{figure} #P*EUFP Inserts a picture.
\pm #P-PL Plus or minus.
\le #HRE Less-than-or-equal-to.
\ln{}{#Left}{^} #HR-PB Get off my lawn (natural logarithm).
{^ ^}\right> #A*EPBG Closing angled bracket. Inserts a space before for readability.
\left<{^ ^} #AEPBG Opening angled bracket. Inserts a space after for readability.
\to #TO Right-pointing arrow.

Using the asterisk key

For many of these translations, if you were to press the asterisk immediately after writing them, you would screw up a lot of previously written content. Instead, move the cursor to the end of the translation to backspace everything with the asterisk key.

Clone this wiki locally