Tagged Questions
6
votes
2answers
148 views
Problem of different spaces between subscripts and letters in math mode
In math mode, the spaces between subscripts and letters are not always the same, but depending on the preceding letters!
See e.g. (different colours indicate different spaces)
Is it the feature of ...
7
votes
1answer
105 views
Wrong positioning of subscripts on bold math letters
I just noticed that for kpfonts and times (and probably other fonts since it does not seem to be font-related), the subscripts on boldface letters like V are (I would say) wrong. Is there an ...
4
votes
2answers
638 views
Problem formatting a subscript in math mode
$\nu_{\rm FWHM}$
prints FWHM too large. But when I try:
$\nu_{\mbox{\tiny FWHM}}$
the size is okay but the kerning looks wrong.
What is the best way to make a compact little FWHM subscript tag ...
4
votes
2answers
430 views
Italic/slanted math font and kerning
I'd like to write a macro for typesetting slanted letters in bold for highlighting vectors. I've used this implemenation:
\newcommand\vect[1]{\text{\bfseries\sffamily\slshape#1\/}}
But I've run ...
