It seems weird o me the sentence just follows on from teh previous one which deisplays correctly? Why is this last line different?
Also if I want the equation to appear in the center of the page how can I do this?
Code: Select all
\documentclass{article} % Your input file must contain these two lines
\usepackage{natbib}
\begin{document} % plus the \end{document} command at the end.
\section{LMM} % This command makes a section title.
Following the presentation in Rebonato et al 2009.
A discrete set of default-free discount bonds are assumed to trade in the economy P_t^i. Spanning forward rates are denoted by.
\begin{align*}
Var(X_t) =\sigma{(\sigma^2 + \theta^2 \kappa) t} \\
\end{align*}
\emph{this is emphasized}.
Bold text is typed like this: \textbf{this is bold}.
\subsection{A Warning or Two} % This command makes a subsection title.
If you get too much space after a mid-sentence period---abbreviations
like etc.\ are the common culprits)---then type a backslash followed by
a space after the period, as in this sentence.
Remember, don't type the 10 special characters (such as dollar sign and
backslash) except as directed! The following seven are printed by
typing a backslash in front of them: \$ \& \# \% \_ \{ and \}.
The manual tells how to make other symbols.
\bibliographystyle{plainnat}
\bibliography{volsmile2}
\end{document}