{mathdesign} deals with questions around the mathdesign package, that provides mathematical fonts for Adobe Utopia, Adobe Utopia, Bitstream Charter, Adobe Garamond Pro, Adobe Utopia Std, and ITC Charter.

learn more… | top users | synonyms

2
votes
1answer
156 views

Adobe Garamond Pro (otf) with mathdesign

I would like to use the Adobe Garamond Pro (otf) font with mathdesign. The readme of the package says: The following commercial families are also supported: mdpga family corresponds to ...
3
votes
1answer
36 views

Type1 fonts and musixtex

Thanks to @cgnieder, I can now typeset the full range of a piano. Now, I'd like to use the utopia-mathdesign package. \documentclass{standalone} \usepackage[T1]{fontenc} ...
5
votes
1answer
72 views

Is there a proper way to use mathdesign fonts in amsart?

\documentclass{amsart} \usepackage[bitstream-charter]{mathdesign} gives Package mathdesign/mdbch Warning: Package 'amsfonts' shouldn't be used in conjonction with package mdbch Is there a ...
2
votes
1answer
137 views

microtype has issues with mathdesign \mathsf font [closed]

I am using \documentclass{amsart} \usepackage{microtype} \usepackage[bitstream-charter,cal=cmcal]{mathdesign} Sometimes \mathsf{...} produces pdfTeX error (font expansion): auto expansion is ...
3
votes
1answer
248 views

Sans font to go with Bitstream Charter

I've been using Bitstream Charter (\usepackage[charter]{mathdesign}) for a while now. For my German documents, I looked into KOMA today and found that the scrartcl document class would be a good ...
3
votes
1answer
248 views

How can I use fontspec to set a sans heading font with mathdesign

I like the mathdesign package, but would like to use Myriad Pro section headings in LuaLaTeX. Is this possible, or do I have to convert an OTF font to T1? (My ignorance of font issues in *TeX is ...
2
votes
0answers
343 views

How to Install mathdesign on TeXlive — mktexpk and updmap errors [closed]

I'm trying to install the mathdesign package on TeXlive, and running into a slew of issues involving maketexpk and updmap failures. Are there any step-by-step instructions to accomplish this? Here's ...
13
votes
2answers
218 views

How to prevent Beamer from loading amssymb and amsfonts?

I would like to use the mathdesign package and the charter font in my beamer presentation. But when using \usepackage[charter,cal=cmcal]{mathdesign} I get the following warnings (sic!): Package ...
7
votes
1answer
138 views

\overrightarrow with garamond: gap in the arrow

Typesetting $\overrightarrow{OQ}$ yields a very unpleasant gap in the arrow when used with garamond. Here's a minimal working example that shows the problem. It looks okay without the garamond line. ...
2
votes
1answer
422 views

mathpazo, mathdesign and kpfonts

is possible have the \usepackage{mathpazo} with \usepackage[nomath,fulloldstylenums,fulloldstyle]{kpfonts} but with the integrals symbols (\int \oint ecc) from the \usepackage[utopia]{mathdesign} and ...
7
votes
1answer
229 views

Why does mathdesign result in a huge 'cases' environment brace in Tufte documents?

I'm getting strange results when I use the cases environment in Tufte-LaTeX documents with the mathdesign package. Instead of I get Is there something I can do to get rid of that huge brace? ...
2
votes
1answer
180 views

submitting to arxiv with garamond

When I read this http://arxiv.org/help/faq/freefonts I assumed I could just use the mathdesign package with the urw-garamond option and it would work. Unfortunately this is not the case - silly me. ...
5
votes
1answer
234 views

Have some integrals been removed from the mathdesign package?

According to The Comprehensive LaTeX symbol list as well as the mathdesign package documentation, mathdesign contains \ointclockwise, \ointctrclockwise, \oiint, etc. But when I try to use them, I get ...
0
votes
0answers
125 views

How can I make footnote marks smaller using Tufte with mathdesign and BT Charter? [closed]

I'd like to make footnote marks in a modified Tufte-LaTeX document smaller using BT Charter with mathdesign. Ideally, I'd like to use special figures, as is possible in general (and in Tufte) using ...
3
votes
1answer
319 views

Do mathdesign sans serif and monospaced fonts “fake” small caps?

The manual for mathdesign explains how to ensure "true" small caps are used for the main type family selected as an option, but it says nothing about whether the small caps used in other fonts are ...
1
vote
1answer
431 views

LyX unable to access needed font resources

I'm getting an error in LyX when I attempt to use certain features that require access to font resources, even though these same features work fine in TexShop. For example, if I attempt to enable ...
0
votes
0answers
50 views

Itemize & italic with [utopia]{mathdesign} [duplicate]

Possible Duplicate: TeX Gyre Pagella and itemize enviroment gives font warnings I'm using \usepackage[utopia]{mathdesign}. When I include an itemize environment inside a {\itshape ...} ...
1
vote
2answers
217 views

URW-Garamond with mathdesign is typesetting vertical double-quote as vertical double-quote

I just started using URW-Garamond with mathdesign, and it's typesetting straight double-quote character as a straight double-quote rather than a right double-quote. How can I fix this? That is, when ...
11
votes
1answer
462 views

Import curly brackets from MathDesign (Utopia)

I am using Fourier maths fonts with Utopia text (\usepackage{fourier}) for a book project, but I'm not satisfied with the curly brackets \{ and \}. They are too slim, and barely distinguishable from ...
7
votes
1answer
512 views

Moving the bar on hbar

I've been using the mathdesign package (specifically with the garamond font), and whenever I try using \hbar, the bar is much too high and to the left. In order to fix this, I wanted to know how to ...
6
votes
1answer
496 views

Collision between mhchem and mathdesign

Maybe related to a package database update to last versions, I have a collision between the mchem package and other font-related packages such as mathdesign. Whenever I try to use the command \ce{} to ...
3
votes
2answers
426 views

ntheorem and mathdesign are incompatible

I want to use mathdesign fonts (namely bitstream-charter) and I also want to use the ntheorem package. However, it looks like ntheorem tries to load amssymb which is incompatible with mathdesign (it ...
1
vote
2answers
1k views

Help with MathDesign fonts, namely URW-Garamond

I really want to use urw-garamond with the mathdesign package, but for some reason pdflatex is throwing errors anytime I try and use it. I've installed the mathdesign package with the TeX Live Utility ...
-2
votes
1answer
646 views

Why is my text font lighter than my math font?

When I used packages like Mathdesign and give commands like \setrmdefault{cmr} or something like this, what used to happen is the Text Font used to get lighter whereas the Math font used to be darker. ...