Search found 2 matches

by Karlo
Sun Jul 22, 2012 2:20 pm
Forum: Math & Science
Topic: amsmath | Font Size of Fractions in the »cases« Environment
Replies: 2
Views: 10065

Re: amsmath | Font Size of Fractions in the »cases« Environm

Yeah,

that's it.

Thanks again for your help,

K.
by Karlo
Sun Jul 22, 2012 3:09 am
Forum: Math & Science
Topic: amsmath | Font Size of Fractions in the »cases« Environment
Replies: 2
Views: 10065

amsmath | Font Size of Fractions in the »cases« Environment

Hello,

I am trying to write Bayes theorem, using cases environment in amsmath package.

My code is:

\begin{equation}
\pi(\boldsymbol{\theta}\!\mid\!\boldsymbol{x}) =
\begin{cases}
\frac{q(\boldsymbol{\theta}) r(\boldsymbol{x}\mid\boldsymbol{\theta})}{\int_{\Theta} q(\boldsymbol{\theta}) r ...