```
\documentclass{article}
\usepackage{nath}
\usepackage{graphicx}
\begin{document}
\[\frac{2}{3}\] Why nath cannot be used with graphicx.
\includegraphics[width=3cm]{example-image-a}
\end{document}
```
```
\documentclass{article}
\usepackage{nath}
\usepackage{graphicx}
\begin{document}
\[\frac{2}{3}\] Why nath cannot be used with graphicx.
\includegraphics[width=3cm]{example-image-a}
\end{document}
```