Math & Science ⇒ amssymb, MnSymbol | Package Incompatibility
amssymb, MnSymbol | Package Incompatibility
I am using four symbols (namely \bigcurlywedgedot, \curlywedgedot, \bigcurlyveedot and \curlyveedot) from MnSymbol package, but given the compatibility issue between that package and amssymb, it messes up the other symbols in the whole document.
I was wondering if there is a way around this. I have tried all of the suggestions on the web but none seems to cut it.
Thanks
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
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Re: amssymb, MnSymbol | Package Incompatibility
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
amssymb, MnSymbol | Package Incompatibility
Code: Select all
\documentclass{article}
\usepackage{amssymb}
\usepackage{MnSymbol}
\begin{document}
$\bigcurlywedgedot\curlywedgedot\bigcurlyveedot\curlyveedot$
\end{document}
Stefan
Re: amssymb, MnSymbol | Package Incompatibility
Thanks Thorsten!
Thanks Stefan_K for the reply:
> If you load MnSymbol after amssymb, you could use those symbols
Yes, that's the way I am using it now (load MnSymbol after amssymb). There is no problem with loading these symbols, but when I use the MnSymbol package it apparently overwrites some properties (font size) of the predefined symbols (like \wedge or \top) from the amssymb package and makes them look smaller than usual.
- Stefan Kottwitz
- Site Admin
- Posts: 10359
- Joined: Mon Mar 10, 2008 9:44 pm
Re: amssymb, MnSymbol | Package Incompatibility
Stefan