Skip to content

Instantly share code, notes, and snippets.

@Wason1797
Forked from LKS90/cheatsheet.md
Last active March 22, 2022 18:05
Show Gist options
  • Save Wason1797/3d99b8f3a43babb3ff0f6a31140b7576 to your computer and use it in GitHub Desktop.
Save Wason1797/3d99b8f3a43babb3ff0f6a31140b7576 to your computer and use it in GitHub Desktop.
Cheatsheet for LaTex, using Markdown for markup. I use this with atom.io and markdown-preview-plus to write math stuff

Description

This is the original description of the project Cheatsheet for LaTex, using Markdown for markup. I use this with atom.io and 📦markdown-preview-plus to write math stuff. 📦keyboard-localization is necessary when using an international layout (like [swiss] german).

Further Reference and source:

Consider this: I took this example to fix some of its issues while rendering symbols on github, i have found out that the sintax i included works perfeclty for Git documents

Example expressions / functions

Input Rendered
y = a x<sub>1</sub><sup>2</sup> + b x<sub>2</sub> + c y = a x12 + b x2 + c
_y = - ( <sup>w<sub>b<sub>1</sub></sub></sup> &frasl;<sub>w<sub>1</sub></sub> ) - ( <sup>w<sub>0</sub></sup> &frasl;<sub>w<sub>1</sub></sub> )* x_ y = - ( wb1w1 ) - ( w0w1 )* x

Special characters / Symbols

Latin

No dot

&imath; → ı , &jmath; → ȷ

Greek Letters

Capital

Code Code
&Gamma; Γ &Delta;
&Lambda; Λ &Phi; Φ
&Pi; Π &Psi; Ψ
&Sigma; Σ &Theta; Θ
&Upsilon; Υ &Xi; Ξ
&Omega;

Lowercase

Code Code
&alpha; α &nu; ν
&beta; β &kappa; κ
&gamma; γ &lambda; λ
&delta; δ &mu; µ
&epsilon; ϵ &zeta; ζ
&eta; η &theta; θ
&iota; ι &xi; ξ
&pi; π &rho; ρ
&sigma; σ &tau; τ
&upsilon; υ &phi; φ
&chi; χ &psi; ψ
&omega; ω

Other

Code Code
&digamma; ϝ &varepsilon; ε
&varkappa; ϰ &varphi; ϕ
&varpi; ϖ &varrho; ϱ
&varsigma; ς &vartheta; ϑ
&eth; ð &hbar;

Other Symbols

Code Code
&partial; &infty;
&wedge; &vee;
&neg; &not; ¬
&bot; &top;
&nabla; &varnothing;
&angle; &measuredangle;
&surd; &forall;
&exists; &nexists;
&deg; ° &lg;
&Pr; &sup;
&ii;

Relational Symbols

Code Code
&hookrightarrow; &Rightarrow;
&rightarrow; &Leftrightarrow;
&nrightarrow; &mapsto;
&geq; &leq;
&equiv; &sim;
&gg; &ll;
&subset; &subseteq;
&in; &notin;
&mid; &propto;
&perp; &parallel;

Binary operators

Code Code
&wedge; &vee;
&neg; &not; ¬ &varvee;
&oplus;

Cumulative operators

Code Code
&int &int;&int; ∫∫
&iiint &oint
&prod &sum
&bigcup &bigcap
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment