Math & Sciencebeamerposter | Bold Math Typeface

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
rms502
Posts: 6
Joined: Thu Aug 26, 2010 7:51 pm

beamerposter | Bold Math Typeface

Post by rms502 »

Hi all,

I wondered whether you can help me. I decided to try beamerposter for the first time and have come across the following problem: I am unable to get the \mathbf command to work without the error that it only works in math mode. My starting code is:

Code: Select all

\documentclass[final]{beamer}
\usetheme{RMS}
\usepackage[orientation=portrait,size=a1,scale=0.5,debug]{beamerposter}
\usepackage[absolute,overlay]{textpos}
\setlength{\TPHorizModule}{1cm}
\setlength{\TPVertModule}{1cm}
\usepackage{amssymb}
\usepackage{amsmath}
\begin{document}
I realize that I'm probably just being stupid but any help would be appreciated :-)
Thanks in advance.
Last edited by localghost on Mon Feb 20, 2012 7:45 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.

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

beamerposter | Bold Math Typeface

Post by localghost »

A minimal example will surely help to find a solution. In your code snippet there is not a bit of a \mathbf command (or similar). Outside math mode the usual procedure is to use the \textbf command.


Thorsten
Post Reply