October 2015
Intermediate to advanced
378 pages
7h 44m
English
There are a lot of packages providing symbols. Often, you get the new commands for additional symbols by simply loading the package by using the \usepackage command. However, there can be name conflicts in case the other packages already use the same command name. It can result in an error or in silently overwriting the command.
In this recipe, we will see how to choose one or more specific symbols from a package and access them without loading the whole package.
We will choose a binary relation symbol from the mathabx package. This will be the sign for less or equal. Later, we will import its negation.
In this recipe, we need to take a look at the source code of the symbol package to ...
Read now
Unlock full access