I could not get
xfrac
to work at all.MWE:
Code: Select all
\documentclass[14pt,fleqn,reqno]{extarticle}
\usepackage{amsfonts,amsmath,amssymb,amsthm}
\usepackage{mathtools} % Better choice for bmatrix*, pmatrix*, etc. environments (I'm told)
\usepackage{bm,nicefrac,xfrac}
\begin{document}
\begin{align*}
\bm{\nicefrac{1}{4}}
.\end{align*}
\end{document}