You are not logged in.
Hi!
Who out there knows how to make a horizontal bar in the align environment? I have tried \rule and \hline but they look just awful. I need the pretty, math textbook style (without the full space before the bar):
1
- 1
-----
0
Please and thank you.
Coffeeandmeat
Offline
\documentclass{article}
\usepackage{amsmath}
\begin{document}
\begin{align}
1\\
-1\\[-7pt]
\cline{1-1}
0
\end{align}
\end{document}Offline
Copyright © 2012 CrunchBang Linux.
Proudly powered by Debian. Hosted by Linode.
Debian is a registered trademark of Software in the Public Interest, Inc.