Text FormattingBold faced Text in Math Environment

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
august_month
Posts: 12
Joined: Sat May 07, 2011 3:03 pm

Bold faced Text in Math Environment

Post by august_month »

Hello Everyone,

I cannot get the following to work:

Code: Select all

$E[{\bf \theta}|X]$
My theta shows up as regular not bold. I attached the file.

I searched Google, but nothing so far. Any suggestions?

Regards,
Alex
Attachments
Stats Q&A Cyrillic(Windows).tex
(1.57 KiB) Downloaded 221 times
Last edited by august_month on Fri Sep 30, 2011 6:55 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.

torbjorn t.
Posts: 162
Joined: Wed Jun 17, 2009 10:18 pm

Bold faced Text in Math Environment

Post by torbjorn t. »

One option:

Code: Select all

\documentclass{article}
\usepackage{bm}

\begin{document}
$E[{\bm{\theta}}|X]$
\end{document}
See also http://tex.stackexchange.com/questions/ ... th-symbols
august_month
Posts: 12
Joined: Sat May 07, 2011 3:03 pm

Re: Bold faced Text in Math Environment

Post by august_month »

Thank you, it worked!

P.S.

Last time I posted a question on this board, I had to check some box, when issue was resolved. I do not see this box now?
User avatar
Stefan Kottwitz
Site Admin
Posts: 10345
Joined: Mon Mar 10, 2008 9:44 pm

Re: Bold faced Text in Math Environment

Post by Stefan Kottwitz »

Hi,

you can do it by editing the first post (the question) and choosing the checkmark as topic icon.

Stefan
LaTeX.org admin
Post Reply