Document ClassesError \end{frame} ?

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
elisamars
Posts: 3
Joined: Mon Oct 31, 2011 12:21 pm

Error \end{frame} ?

Post by elisamars »

I'm writing a presentation with LaTeX using the beamer package..This is the wrong slide:

Code: Select all

\begin{frame} \frametitle{The Term Structural Equation}
\begin{alertblock}{SDE for the Bond Price}From (1) and (2) follows that the Bond price satisfies a stochastic differential equation of the kind:
\begin{equation}dP=P \mi (t,s)dt- P \sigma(t,s)dz \end{equation} where $\mi (t,s,r(t))$ and $\sigma^2(t,s,r(t))$ are the mean and variance of r(t) on a bond with maturity date s.
\end{alertblock}
\end{frame}
It turns out an error message of this kind:

1.145 \end{frame}
?

What's wrong?

Thanks a lot.

Elisa
Last edited by Stefan Kottwitz on Mon Oct 31, 2011 3:21 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10330
Joined: Mon Mar 10, 2008 9:44 pm

Re: Error \end{frame} ?

Post by Stefan Kottwitz »

Hi Elisa,

welcome to the board!

Just the command \mi is unknown. If \mi is removed (or defined) this frame works.

Stefan
LaTeX.org admin
Post Reply