\documentclass[12pt]{article}
\pagestyle{empty}
\begin{document}
$$
\begin{array}{cccccccc}
& & & 1 & 0 & 9 & 8 & 9 \\
13 & ) & 1 & 4 & 2 & 8 & 5 & 9 \\
& & 1 & 3 \\ \\
& & & 1 & 2 \\
& & & & 0 \\ \\
& & & 1 & 2 & 8 \\
& & & 1 & 1 & 7 \\ \\
& & & & 1 & 1 & 5 \\
& & & & 1 & 0 & 4 \\ \\
& & & & & 1 & 1 & 9 \\
& & & & & 1 & 1 & 7 \\ \\
& & & & & & & 2
\end{array}
$$
\end{document}
我们在小学都学过如何做长除法。在标准用法中,人们从右括号顶部开始画一条水平线,并在商的数字下划线,但在那里结束,而不是穿过整个页面;然后,人们在被减去的每个数字的数字下划线,同样,下划线不会延伸到整个页面,甚至也不会延伸到显示的数学符号的整个宽度。
我不知道如何使下划线跨越对齐选项卡,而是只在数字上加下划线而不是延伸到整个宽度。
怎么能做到这一点呢?凡是排版算术书籍的人一定有办法做到这一点。
答案1
你想用困难的方式做这件事吗?使用xlop
\documentclass[12pt]{article}
\usepackage{xlop}
\begin{document}
\opdiv[displayintermediary=all,voperation=top]
{142859}{13}
\end{document}