I have a problem using mathdesign package. I want my equations to be printed with charter font. To achieve that I'm using mathdesign package with proper option chapter just like in the example below:
Code: Select all
\documentclass[polish,11pt]{article}
\usepackage[bitstream-charter]{mathdesign}
\usepackage[cp1250]{inputenc}
\usepackage[T1]{fontenc}
\begin{document}
Some example text
$$E=mc^2$$
\end{document}