Tagged Questions
1
vote
0answers
39 views
Bold \varnothing
I'm using the symbol \varnothing and it turns out I could do with a bold version of it.
Any ideas?
Also, I'm using \phi as a 'lowercase' version of it, any improvements to this strategy would also ...
8
votes
2answers
84 views
Dollar sign with txfonts and fontenc
I have a strange problem with the dollar sign ($) and \textbf{} when using the txfonts and fontenc packages. The dollar sign has a space after it. Both packages are required to reproduce the problem.
...
2
votes
1answer
94 views
False bold integral symbol
Why do I get a false integral symbol when I do \bm{\int(2x}? I've just loaded the package bm in a usual way, and I'm not using any other different font in the preamble.
6
votes
1answer
74 views
stmaryrd and boldsymbol: avoid warnings
Here are two examples:
1
\documentclass[a4paper,10pt]{article}
\usepackage{amsmath}
\begin{document}
$\boldsymbol x$
\end{document}
2
\documentclass[a4paper,10pt]{article}
...
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 ...
5
votes
4answers
379 views
A bold plus symbol in math mode
I'd like to use a different + symbol in addition to + in math mode, preferably one which is just bolder than the standard one.
I'm currently using \pmb{+} from the amsbsy package, but it's a bit too ...
2
votes
1answer
715 views
Capital Sigma in bold mathrm
I want to write capital \Sigma in bold mathrm. I tried \boldsymbol{\mathrm{\Sigma}} but seems like this does not work. Any help in this regard will be highly appreciated. Thanks
5
votes
1answer
1k views
Bold square brackets
How do I typeset a bold square bracket? I need to typeset it about 3 times thicker than it is (to denote a specific mathematical operator). {\bf[} does not do this. Things like [\![ do not seem to ...
15
votes
3answers
7k views
Bold math: Automatic choice between \mathbf and \boldsymbol for Latin and Greek symbols?
This is a follow-up to this question.
Suppose you want to denote vectors by upright bold letters; then \mathbf{u} works fine, except that if it's a Greek letter you have to use \boldsymbol{\omega} ...
16
votes
2answers
8k views
\bm package versus \boldsymbol
I'm typing a bold vector small x with a tilde sign above it. Now when I want to write its derivative, I'm putting a dot on top of everything. This is giving me problems and I found one solution:
...
40
votes
6answers
31k views
How can I get bold math symbols?
To make Latin-letter variables bold I can use e.g. \mathbf{a}, but while putting Greek letters or symbols such as \nabla inside \mathbf doesn't cause any errors or warnings, it also doesn't do ...