1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

連除法・すだれ算の書き方【TeX】

Last updated at Posted at 2019-01-26

すだれ算TeX

何かに書いてあったのものを書き残します。

\cline{-} 特定の列から列までの横線(下側)が引けます。\kernは微調整用のスペースです。

\begin{tabular}{rlrr}
2 & \kern-5pt \Big) & 54 & 90
\\
\cline{2-4}
3 & \kern-5pt \Big)& 27 & 45 
\\
\cline{2-4}
3 & \kern-5pt \Big)& 9 & 15
\\
\cline{2-4}
& & 3 & 5
\end{tabular}
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?