fonts
WARNING: Please update your bookmarks! The content of this site has been moved to http://dille.name where it will be updated as needed. This page will remain unchanged.
selecting fonts:font packages: avant, bookman, chancery, charter, courier, helvet, newcent, palatino, times, utopia
the packages only provide means to automagically set font families (i.e. the actual fonts are available whether or not you decide to use a package):% ... \usepackage{PACKAGE} % ... \begin{document}instead of including one of the packages you can still use the table and the commands below.
- fonts: this is list is by no means exhaustive.
type family name roman cmrComputer Modern Roman ccrConcrete Roman panrPandora Roman eurEuler Roman pbkBookman pzcZapf Chancery bchCharter pncNewCentury Schoolbook pplPalatino ptmTimes putUtopia sans serif cmssComputer Modern Sans Serif pssPandora Sans pagAvantGarde/BookmanNewCentury Schoolbook phvHelvetica/Palatino/Times typewriter cmttComputer Modern Typewriter pcrBookman/Courier/Palatino/Times/NewCentury Schoolbook gothic ygothGothic yfrakFraktur yswabSchwabacher pifonts pzdZapfDingbats psySymbol pzcZapfChancery unknown eusEuler Script eufEuler Fraktur cmdhComputer Modern Dunhill - selecting a font:
\renewcommand{\rmdefault}{FAMILY}% default cmr \renewcommand{\sfdefault}{FAMILY}% default cmss \renewcommand{\ttdefault}{FAMILY}% default cmtt - changing the default font family to sans serif:
\renewcommand{\familydefault}{\sfdefault} - the textbf inside texttt problem: with the default typewriter font the following truct will not work:
\texttt{foo\textbf{BLARG}bar}insert the following command into the preamble of your document:\renewcommand{\ttdefault}{pcr} - pi fonts:
% ... \usepackage{pifonts} % ... \begin{document}see the following for a list of commands:- selecting a pi font (see table above)
\Pifont{FONT} - inserting a single symbol:
\Pisymbol{FONT}{NUMBER} % or \ding{NUMBER} - filling the remainder of the line:
\Pifill{FONT}{NUMBER} % or \dingfille{NUMBER} - inserting a whole line:
\Piline{FONT}{NUMBER} % or \dingline{NUMBER} - create an list environment which starts item with a predefined symbol:
\begin{Pilist}{FONT}{NUMBER}\end{Pilist} % or \begin{dinglist}{NUMBER}\end{dinglist} - create a list environment which starts a numbered list beginning with the predefined symbol:
\begin{Piautolist}\end{Piautolist}{FONT}{NUMBER} % or \begin{dingautolist}{NUMBER}\end{dingautolist}this list was designed to be used with ZapfDingbats symbols 172, 182, 192 and 202 but should not exceed 10 items.
the
dingcommands have the ZapfDingbats font hardcoded into them. - selecting a pi font (see table above)



