Search found 2 matches

by benbenny
Tue Nov 24, 2009 6:00 pm
Forum: Math & Science
Topic: Quick question about \left, \right, in {align}
Replies: 1
Views: 1435

Quick question about \left, \right, in {align}

why does this work:
\documentclass{report}
\usepackage{amsmath}
\usepackage{graphicx}

\begin{document}

\begin{align}
\left[ x
x \right]
\end{align}

\end{document}

While this does NOT work:
\documentclass{report}
\usepackage{amsmath}
\usepackage{graphicx}

\begin{document}

\begin{align ...
by benbenny
Tue Nov 24, 2009 3:20 pm
Forum: New Members
Topic: hello latex users
Replies: 2
Views: 1812

hello latex users

Hi Everyone,

Im a physics student and apparently latex is the way to go. So I just started and its been going well so far just by using the available user manuals, but now im stuck on some syntax and I cant figure out why it doesnt work. So aside from saying hi to everyone and introducing myself, I ...