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}

Thanks in advance.