Text FormattingText is italicized and runs off page.

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
aneesam
Posts: 1
Joined: Sat Jun 07, 2014 11:37 pm

Text is italicized and runs off page.

Post by aneesam »

Hey guys, I'm very new to using LaTex and can't figure out what I'm going wrong.
Attachments
Math error.PNG
Math error.PNG (6.97 KiB) Viewed 2778 times

Recommended reading 2024:

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

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Text is italicized and runs off page.

Post by kaiserkarl13 »

Next time, use the Code block; that's what it's there for.

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
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 \[...\] markup.
Post Reply