Math & Sciencepolynom layout

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Mini
Posts: 73
Joined: Thu Aug 06, 2009 12:46 pm

polynom layout

Post by Mini »

Hello,

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} 
Then I want the -x^2+x to be x^2-x and the -x+1 to be a x-1. (in the division)

How would I change that?

Thanks a lot!

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply