I use this:
Code: Select all
\newcommand{\cambiaFont}[2]{{\fontencoding{T1}\fontfamily{#1}%
\selectfont#2}}
Code: Select all
\cambiaFont{put}
Thank you!
Code: Select all
\newcommand{\cambiaFont}[2]{{\fontencoding{T1}\fontfamily{#1}%
\selectfont#2}}
Code: Select all
\cambiaFont{put}
NEW: TikZ book now 40% off at Amazon.com for a short time.
Code: Select all
\usepackage[T1]{fontenc}
\usepackage[urw-garamond]{mathdesign}
Ok good, thank you. I believe I need to download the package, because it doesn't do the pdf anymore. Where do I get it?Stefan_K wrote:This will affect the whole document. Specifically, all serif (roman) text will be changed, both in text and math, the latter by the mathdesign package.
Other font families, such as sans serif text and typewriter text will not be changed.
Stefan
CTAN is your friend.ffarr wrote:I believe I need to download the package, because it doesn't do the pdf anymore. Where do I get it?
NEW: TikZ book now 40% off at Amazon.com for a short time.