Fonts & Character SetsBeamer class and ECFAugie

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
jspr
Posts: 1
Joined: Sun Feb 28, 2010 7:05 pm

Beamer class and ECFAugie

Post by jspr »

Hi, I'm experimenting with making my own beamer theme and so far I've made some nice progress using the beamer manual and Google, but one of the things I haven't figured out yet is how to change the main font of my text. I'm going for a handwritten/blackboard look (check out the attachment) and would like to use ECFAugie. I can set the font by putting '\ECFAugie' after '\begin{document}' in the actual slides, but I would like to set it in the .sty file.

First, I load the package (by the way, I use TeXMaker and MiKTeX):

Code: Select all

\usepackage[T1]{fontenc}
\usepackage{emerald}
Changing the font for the title, the author etc. works:

Code: Select all

\setbeamerfont{title}{size=\huge, series=\ECFAugie}
\setbeamerfont{author}{series=\ECFAugie}
\setbeamerfont{date}{series=\ECFAugie}
\setbeamerfont{institute}{series=\ECFAugie}
But I don't know how to change the main font and the math font. I'm still looking for a suitable handwritten math font actually.

I expect to problem to be similar to this one. Can somebody help me out?
Attachments
test.pdf
Example
(178.69 KiB) Downloaded 726 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply