sciposter make all author in boldface font. But I want to make only one author in boldface and others in plain font(not bold). How can I do that? Thanks.
Code: Select all
\documentclass[a0,landscape,boxedsections,final]{sciposter}
\usepackage{amsmath,amsfonts,amstext,amssymb,amsbsy,amsopn,amsthm,eucal}
\title{A $\boldsymbol{AA}$ A test poster}
\author{\textit{Peter}, \textbf{Sam}}
\institute{Univ. of XXX} \email{xxx@math.xxx.edu}
\norightlogo
\begin{document}
\maketitle
\section*{Abstract}
Bla bla .....
\end{document}