Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Problem with split

0 views
Skip to first unread message

ziozioziosamurai

unread,
Feb 2, 2009, 9:41:44 AM2/2/09
to
Hi guys.

What's wrong with this code?

\documentclass[]{scrreprt} %Classe Koma-script
\usepackage{amsmath}
\begin{document}

\begin{equation}\label{eg:CRR_anyFC_liq}
\begin{split}

\mathit{SOR}_{\sigma=1,\alpha=0}&=\exp{\biggl[\frac{(T_\mathrm{1})_\mathrm{430ss}}{14.1}
+ \biggl(\frac{(T_\mathrm{1})_\mathrm{430ss}}{126}\biggr)^2\right.\\
&\left.\quad-
\biggl(\frac{(T_\mathrm{1})_\mathrm{430ss}}{23.6}\biggr)^3 +
\biggl(\frac{(T_\mathrm{1})_\mathrm{430ss}}{25.4}\biggr)^4 - 2.8\biggr]}
\end{split}
\end{equation}
\end{document}


Any advice is welcome.

ciao
--
ziozioziosamurai

Lars Madsen

unread,
Feb 2, 2009, 9:48:56 AM2/2/09
to

this works

\documentclass[]{scrreprt} %Classe Koma-script
\usepackage{amsmath}
\begin{document}

\begin{equation}\label{eg:CRR_anyFC_liq}
\begin{split}
\mathit{SOR}_{\sigma=1,\alpha=0}
&=\exp\biggl[\frac{(T_\mathrm{1})_\mathrm{430ss}}{14.1} +

\biggl(\frac{(T_\mathrm{1})_\mathrm{430ss}}{126}\biggr)2
\\
&\quad-
\biggl(\frac{(T_\mathrm{1})_\mathrm{430ss}}{23.6}\biggr)3 +
\biggl(\frac{(T_\mathrm{1})_\mathrm{430ss}}{25.4}\biggr)4 -


2.8\biggr]
\end{split}
\end{equation}
\end{document}


--

/daleif (remove RTFSIGNATURE from email address)

LaTeX FAQ: http://www.tex.ac.uk/faq
LaTeX book: http://www.imf.au.dk/system/latex/bog/ (in Danish)
Remember to post minimal examples, see URL below
http://www.tex.ac.uk/cgi-bin/texfaq2html?label=minxampl
http://www.minimalbeispiel.de/mini-en.html

ziozioziosamurai

unread,
Feb 2, 2009, 9:55:15 AM2/2/09
to

THX.

--
ziozioziosamurai

0 new messages