Math & Sciencemathdesign's Bitstream Charter and amsmath

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

mathdesign's Bitstream Charter and amsmath

Post by Montag »

Hello,

when using any version (in terms of order) of the following commands

Code: Select all

\usepackage{amsmath,amssymb}
\usepackage[bitstream-charter]{mathdesign}
%\usepackage[defaultsans]{lato}
I get:
Warning: Package 'amssymb' shouldn't be used in conjunction with package mdbch, on input line 20.
This warning appears two times for the same line, which is where \befin{document} is written. Yet the document seems fine, especially the embedded fonts in the pdf-file (viewable via CTRL+D in AR).

I looked for it online, and I couldn't find any good answer, except some hints.
Is it ok to ignore the warning, or should I do something about it?
Last edited by Montag on Mon Jan 24, 2011 10:26 am, edited 1 time in total.
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

frabjous
Posts: 2064
Joined: Fri Mar 06, 2009 12:20 am

Re: mathdesign's Bitstream Charter and amsmath

Post by frabjous »

Are you sure you need to load amssymb if you're using mathdesign? Mathdesign claims to provide support already for all the AMS symbols, so perhaps it would already define everything you need? So I'd keep amsmath (first), drop amssymb, and leave the rest as is.

But that said, I doubt there will be a problem to use them both together, or else you would have noticed it already in the output.
Montag
Posts: 340
Joined: Wed Jul 15, 2009 9:25 am

Re: mathdesign's Bitstream Charter and amsmath

Post by Montag »

... sure, that was a stupid error on my account, thank you.
OS: Win 7 64-bit LaTeX: MikTeX 2.9 64-bit Editor: TXC 1 RC1
Post Reply