Skip to content

Instantly share code, notes, and snippets.

@ashwin
Created May 28, 2014 02:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashwin/9cc667f04a25064fd514 to your computer and use it in GitHub Desktop.
Save ashwin/9cc667f04a25064fd514 to your computer and use it in GitHub Desktop.
How to display fraction in LaTeX
% Fraction in LaTeX
% The default method
$\frac{1}{x}$
% Smaller fraction that occupies lesser vertical space
\usepackage{amsmath}
$\tfrac{1}{x}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment