0

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.

1 Answers1

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.

enter image description here

\documentclass[12pt]{report}
\usepackage{xlop}
\begin{document}
\opdiv[displayintermediary=all,voperation=top]
{1353}{435}
\end{document}
Sebastiano
  • 54,118