Math & Science ⇒ How can I partially use symbol of some package?
How can I partially use symbol of some package?
However, when I use both package \usepackage{amssymb} and \usepackage{MnSymbol}, all other AMS symbols will be replaced by the ones defined in MnSymbol.
My question is: can I partially use the symbol \Searrow from the package MnSymbol, while keeping other symbols defined in amssymb?
- Attachments
-
- Amssymbol_searrow.jpg (4.09 KiB) Viewed 3825 times
-
- MnSymbol_searrow.jpg (4.07 KiB) Viewed 3825 times
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
How can I partially use symbol of some package?
You could do some tricks like loading one of these first, and then load lmodern to switch everything not specially defined by these fonts back to something like Computer Modern (strictly speaking, Latin Modern, but close):
Code: Select all
\usepackage{kpfonts}
\usepackage{lmodern}
\usepackage{amssymb}
Code: Select all
\newcommand{\Searrow}{\rotatebox[origin=c]{-45}{$\Rightarrow$}}
Re: How can I partially use symbol of some package?
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
How can I partially use symbol of some package?
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10