Fonts & Character Setsfont style in the Sciposter

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
neumannturing
Posts: 32
Joined: Sun Mar 01, 2009 8:29 am

font style in the Sciposter

Post by neumannturing »

Hello,
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}
Last edited by neumannturing on Thu Nov 18, 2010 1:02 am, edited 2 times in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
localghost
Site Moderator
Posts: 9201
Joined: Fri Feb 02, 2007 12:06 pm

font style in the Sciposter

Post by localghost »

You can switch to normal font by using one of the common declarations for font styles.

Code: Select all

\author{\textmd{\textit{Peter}}, Sam}

Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes[/size]

¹ System: openSUSE 42.2 (Linux 4.4.52), TeX Live 2016 (vanilla), TeXworks 0.6.1
neumannturing
Posts: 32
Joined: Sun Mar 01, 2009 8:29 am

Re: font style in the Sciposter

Post by neumannturing »

problem is solved by localghost post .
Last edited by neumannturing on Thu Nov 18, 2010 1:00 am, edited 1 time in total.
Post Reply