2
votes
1answer
55 views

Automate replacement of `\not` when in `\bm` mode

Hendrik Vogt has provided a \longnot macro to alleviate the issues related to Interaction of \boldmath and \not. This seems to work fine, but I run into a snag when I try to automatically use ...
10
votes
1answer
183 views

Interaction of \boldmath and \not

It seems that using \boldmath (or \bm) along with the \not does not quite work so well. Here is an example using \not\subseteq and \not\le where the line representing negation does not stretch ...
4
votes
2answers
176 views

colored table with some bold colored lines

How can I have a table with the following specifications: The top and bottom lines are bold and all other horizontal and vertical lines are normal. The whole table lines (including top and bottom ...
6
votes
1answer
249 views

How to change text to bold when font does not support bold

I have a 100 page document, I used colored text many places to highlight with below command in my preamble \newcommand\bluetext[1]{\textcolor{blue}{#1}} its working great however did not realize at ...