Skip to content

Instantly share code, notes, and snippets.

@hamaluik
Created August 16, 2012 18:10
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 hamaluik/3372235 to your computer and use it in GitHub Desktop.
Save hamaluik/3372235 to your computer and use it in GitHub Desktop.
Adding Slanted Fractions in LaTeX
\usepackage{xfrac}
...
\begin{itemize}
\item 1$\sfrac{1}{4}$ cups of sugar
\item $\sfrac{1}{2}$ cup of butter
\end{itemize}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment