Text Formatting ⇒ Text is italicized and runs off page.
Text is italicized and runs off page.
Hey guys, I'm very new to using LaTex and can't figure out what I'm going wrong.
- Attachments
-
- Math error.PNG (6.97 KiB) Viewed 2780 times
NEW: TikZ book now 40% off at Amazon.com for a short time.

-
- Posts: 707
- Joined: Tue Mar 25, 2008 5:02 pm
Text is italicized and runs off page.
Next time, use the Code block; that's what it's there for.
Remember that TeX was designed to typeset things, including math: don't try to give it too much help!
If you want the equation numbered, use the equation environment instead of the
Code: Select all
The Capital Asset Pricing Model (CAPM) states that expected return of a security $i$ in excess of the risk-free rate is
\[
E[r_i] - r = \beta_i(E[r_m] - r)
\]
where $r_i$ is the return on the asset, $r$ is the risk-free rate, $r_M$ is the return on the market and
If you want the equation numbered, use the equation environment instead of the
\[...\]
markup.