Is there a way to make the division symbol for long division? I am trying to write a long division problem and need the symbol that the divisor goes under. The symbol looks like a rectangle with only the left and top lines.
Asked
Active
Viewed 351 times
0
-
1What is this symbol, exactly? – Bernard Sep 15 '19 at 23:13
-
2Welcome to tex.sx. This question should help: Better way to display long division? – barbara beeton Sep 16 '19 at 01:04
-
Perhaps try the longdivision package, which computes out completely the long division steps and displays them, in formats associated with several different countries. – Benjamin McKay Sep 16 '19 at 19:43
1 Answers
1
Maybe my answer can satisfy your needs using the package xlop. See this MWE code for example, of a symbol with a long division.
\documentclass[12pt]{report}
\usepackage{xlop}
\begin{document}
\opdiv[displayintermediary=all,voperation=top]
{1353}{435}
\end{document}
Sebastiano
- 54,118
