Fonts & Character Setsmathdesign | Using Bitstream Charter

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
ElWray
Posts: 3
Joined: Sun Mar 04, 2012 5:23 pm

mathdesign | Using Bitstream Charter

Post by ElWray »

Hi.

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}
I'm working under Windows and MiKTeX 2.8 version. To compile that i use PDFLaTeX but there is a problem while compiling. There is an information that bchr8y font can not be found (see attached log file). To install mathdesign package I used MiKTeX Package Manager so I guess that package is complete and I don't understand that some files are missing.
Attachments
charter_mathdesign.log
log file
(13.19 KiB) Downloaded 439 times

Recommended reading 2024:

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

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

User avatar
justdeath
Posts: 69
Joined: Mon Sep 05, 2011 10:27 am

Re: mathdesign | Using Bitstream Charter

Post by justdeath »

Try updating your distribution to MiKTeX 2.9.

Because with TeXLive 2011 it compiles without problems.

See attached files.
Attachments
t43.log
(13.79 KiB) Downloaded 434 times
t43.pdf
(18.08 KiB) Downloaded 452 times
User avatar
Stefan Kottwitz
Site Admin
Posts: 10397
Joined: Mon Mar 10, 2008 9:44 pm

mathdesign | Using Bitstream Charter

Post by Stefan Kottwitz »

Perhaps updating the font map files helps. For this, you could run

Code: Select all

initexmf --mkmaps
at the command prompt. It's described in Chapter 5. Advanced Topics, Managing Font Map Files in the MiKTeX Manual.

However, updating to 2.9 would also be a very good option, as Nikolay said. Sooner or later it would be necessary anyway.

Stefan
LaTeX.org admin
Post Reply