I want to use Charter (http://www.tug.dk/FontCatalogue/charter/) as my font for all the text, but I want to use the normal math-font for my math. Can this be achieved?
- charter has no math so you'll have it by default ...user2478– user24782011-01-20 12:40:34 +00:00Commented Jan 20, 2011 at 12:40
- My math changes when I use \usepackage[bitstream-charter]{mathdesign} which is mentioned in the link I posted.utdiscant– utdiscant2011-01-20 12:41:48 +00:00Commented Jan 20, 2011 at 12:41
- but I see now that \usepackage{charter} solves my problem.utdiscant– utdiscant2011-01-20 12:43:30 +00:00Commented Jan 20, 2011 at 12:43
Add a comment |
1 Answer
https://tug.org/FontCatalogue/charterbt/ proposes
\usepackage[bitstream-charter]{mathdesign} but to use Charter with no implications on the math, using
\usepackage{charter} is the right thing to do.
- 1Tried it (2020), this has to be loaded after
amssymbandamsmath. Also I had to installly1, as mentionned in tex.stackexchange.com/a/196214/95423PlasmaBinturong– PlasmaBinturong2020-05-22 17:56:05 +00:00Commented May 22, 2020 at 17:56 -