I don't like the way polynom layout for long division. How would I change it so that there are no minus signs when dividing.
For example. If I do something like:
Code: Select all
\documentclass[12pt, a4paper, fleqn, leqno]{article}
\usepackage{polynom}
\begin{document}
\polylongdiv{x^2}{x-1}
\end{document}
How would I change that?
Thanks a lot!