Fonts & Character SetsMonotype Garamond

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
mgrubisic
Posts: 1
Joined: Thu Dec 19, 2013 2:02 am

Monotype Garamond

Post by mgrubisic »

Hello everyone,

I'm relatively new LaTeX user, and for now I wrote two papers for my Ph.D. using LaTeX. But one thing annoys me for a long time. I want to use Monotype Garamond, at any cost. I know this is not the original version of Garamond, that the author is Jean Jannon from 1615 year, etc. For a long time I used Monotype Garamond in MS Word, and my faculty requires exclusively this font for my Ph.D. thesis, so please help??? I use TeX Live 2013 with WinEdt 8.0 on 64-bit machine.

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

kaiserkarl13
Posts: 707
Joined: Tue Mar 25, 2008 5:02 pm

Monotype Garamond

Post by kaiserkarl13 »

Code: Select all

\usepackage[garamond]{mathdesign}
will change the default text typeface to Garamond. It may not, strictly speaking, be Garamond: it may be a typeface that looks pretty much identical to it (e.g., \usepackage{times} actually loads Nimbus Roman No 9, a Times clone, on my computer).
User avatar
cgnieder
Site Moderator
Posts: 2000
Joined: Sat Apr 16, 2011 7:27 pm

Monotype Garamond

Post by cgnieder »

This has also been asked on TeX.sx.
site moderator & package author
Post Reply