Math & Science ⇒ Typeset polynomial long Division
Typeset polynomial long Division
how can I typeset a polynom division like this?
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
Typeset polynomial long Division
Follow howtoTeX on twitter
Re: Typeset polynomial long Division
Thanks. Sure there is no simpler way to do this ? Polynom package dosent make it the way on the image.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Typeset polynomial long Division
The package already offers the simplest (because automated) method. You just need to learn how to read manuals.cbeberge wrote:[…] Sure there is no simpler way to do this ? Polynom package dosent make it the way on the image.
Code: Select all
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{polynom}
\polyset{%
style=C,
delims={\big(}{\big)},
div=:
}
\begin{document}
\[
\polylongdiv{x^3-2x^2+4x+7}{x+1}
\]
\end{document}
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10