Tagged Questions
6
votes
1answer
77 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}
...
7
votes
3answers
179 views
How do I make the \min and max bold?
Refering to this question
How to make the table fit into the column?
How should I make the \min and \max bold?
6
votes
1answer
468 views
Why does \dot over \vec over {\bf E} gives a tilde?
When using AMSmath and trying to put a \dot over a \vec of a bold symbol it works, but subsequent instances have a tilde instead of a vector over the bold symbol, and strangely my partial wrt become ...
4
votes
1answer
380 views
Specification in `theorem` environment also bold
I'm using the following packages/options in my article:
\documentclass[b4paper,12pt]{article}
\usepackage[english]{babel}
\usepackage{amssymb}
\usepackage{amsmath}
...
5
votes
1answer
288 views
too many math alphabets used in version bold (can't find a solution)
I know this is a common problem, but I searched for a solution and can't find one.
I tried to play with bmmax/hmmax but it does not help.
Below is the minimum part of the code to reproduce the ...