I'm having trouble getting \left\{ \right\} braces in \begin{multline*} properly, and i keep getting errors saying the \right is missing (then saying there's an extra one... and then the cylce repeats)
Here's my preamble,
Code: Select all
\documentclass[a4paper,12pt]{amsart}
\usepackage{a4}
\usepackage{amssymb}
Code: Select all
\begin{multline*}
\int{\frac{\cos^{2m} x dx}{\sin(2n+1)x}}=
\frac{1}{2n+1}
\left\{
\ln\text{tg}\frac{x}{2}+\\
+
\right\}
\end{multline*}
Tim
