Fonts & Character Setsmathabx | Standard Math Symbols overwritten

Information and discussion about fonts and character sets (e.g. how to use language specific characters)
Post Reply
david_a_clarke
Posts: 2
Joined: Wed Feb 15, 2012 4:43 pm

mathabx | Standard Math Symbols overwritten

Post by david_a_clarke »

Hello;

For my first post, other than my intro...

I would like to install a character set for astronomical symbols (e.g., \Sun = a circle with a dot in the middle, \Jupiter = the fancy 24 ligature, etc.). Now, I have found and installed mathabx and while they're OK (they're bit-maps, a bit blurry, and not terribly imaginative), the package also overwrites many of the standard LaTeX math symbols (e.g., integral signs, rightarrow, infinity, etc.) with, in my opinion, inferior-looking symbols (again, bitmaps and not as crisp).

Does anyone know:
  1. How to include only the new symbols from a package and ignore all those previously defined by something else? Simply putting mathabx first in the list of \usepackage triggers a whole host of other errors. It seems amssymb, amsmath, etc., must come before mathabx, which then clobbers some of the AMS characters.
  2. Better yet, is there a set of nicely crafted astronomical symbols created for LaTeX that won't clobber anything else already defined?


Thanks.
cheers, David

Recommended reading 2024:

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

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

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

mathabx | Standard Math Symbols overwritten

Post by localghost »

Section 5 of the mathabx manual suggests to use options for turning certain font families on or off.

Code: Select all

\usepackage[
  matha,
%  mathb,
  mathx,
]{mathabx}
I'm sure the package manual has some more details about that.

As an alternative for only the astronomical symbols you could take a look at the marvosym package. Other possible packages specifically for astronomical symbols might be found in »The Comprehensive LaTeX Symbol List«.


Thorsten
Post Reply