GeneralBradley Hand font in LateX

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Telbar
Posts: 4
Joined: Tue Aug 14, 2007 11:30 am

Bradley Hand font in LateX

Post by Telbar »

I found this link http://www.phil.cam.ac.uk/teaching_staf ... hFonts.pdf on the internet, and I really like the "Fun Font" Bradley Hand in combination with mathpazo.

I would like to use it for making homework solutions, but I've got no idea how to integrate it in my LateX files. (I'm using MiKTeX 2.6 an TeXniccenter)

Can anybody help?

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Andy22
Posts: 16
Joined: Wed Jul 25, 2007 10:11 am

Bradley Hand font in LateX

Post by Andy22 »

At first a warning. I have not done this before so I can not say that the following will work.

According to the mentioned document the Bradhley font comes with windows (not with my W2k) so you will have to find this font (.ttf-file) on your computer.

You can install this font with the MiKTeX Font Installer http://mtfi.sourceforge.net/

and use

Code: Select all

\renewcommand{\rmdefault}{ibh}
the change the default roman font to the Bradhley font

Under http://www.radamir.com/tex/ you can find instructions how to do this by hand. But that seems to be rather tricky.

Let me know if you are successful.
User avatar
pumpkinegan
Posts: 91
Joined: Thu May 03, 2007 10:29 pm

Re: Bradley Hand font in LateX

Post by pumpkinegan »

Bradley Hand ttf can be downloaded at: http://www.fontstock.net/download/10100 ... d-ITC.html
Post Reply