Possible Duplicate:
How to present a vertical multiplication/addition
Like, for example:
9
+ 8
---
17
Is this possible? Is there a specific LaTeX thingy (like \frac), or is custom markup needed?
Possible Duplicate:
How to present a vertical multiplication/addition
Like, for example:
9
+ 8
---
17
Is this possible? Is there a specific LaTeX thingy (like \frac), or is custom markup needed?
Even though you might have found your answer in the comments, here how you could use the xlop package.
\documentclass{article}
\usepackage{xlop}
\begin{document}
\opadd{9}{8}
\end{document}
Which will result in:
