Code: Select all
\newcommand{\inv}[1]{\frac{1}{#1}}
Code: Select all
\newcommand{\inv}[1]{\frac{1}{#1}}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\documentclass{article}
\newcommand{\inv}[1]{\frac{1}{#1}}
\begin{document}
$\inv{5}$
\end{document}
Code: Select all
\documentclass{article}
\newcommand{\inv}[1]{\ensuremath{\frac{1}{#1}}}
\begin{document}
\inv{5}
\end{document}
NEW: TikZ book now 40% off at Amazon.com for a short time.