Tagged Questions
4
votes
5answers
98 views
Right superscript dot
I would like to achieve the following: a dot right of an expression
with this minimal example
\documentclass{article}
\usepackage{amsmath}
\usepackage{accents}
\newcommand{\dotr}[1]{%
...
1
vote
1answer
95 views
Problem with text mode in \substack
I have defined a differential command in this way
\let\underdot\d
\renewcommand{\d}{\ifmmode\mathop{}\!\mathrm{d}\else\expandafter\underdot\fi}
so that I don't loose the text accent (I don't know ...
10
votes
4answers
470 views
'Nudging' overset characters downwards
I am trying to make a vector-like symbol to use in a paper I'm writing. I am actually able to make almost exactly what I want in Mathematica, in which it looks like this:
In TeX I am using ...
3
votes
1answer
148 views
undertilde package provides inconsistent vertical spacing between nucleus and accent
My own answer is provided below, but feel free to add your own improvement as well.
The \utilde command from the undertilde.sty package places different amounts of vertical space between the accent ...
2
votes
1answer
268 views
Is there an equivalent to \ddot for MnSymbol?
In my bibtex file (in Jabref) I have several authors that require an umlaut. I was using \ddot which was doing the trick. Unfortunately I've needed to load some other symbols from MnSymbol that ...
8
votes
1answer
195 views
\vec{p_{\bar p}} renders strangely
When I do:
\vec{p_{\bar p}}
I get:
instead of
with the \vec shifted over a bit. Why does this happen?
(Also, \vec{\mbox{p_{\bar p}}} renders identically, even though \mbox{p_{\bar p}} looks ...
6
votes
1answer
469 views
Strange behavior of XITS Math in XeLaTeX for \underset and \underaccent commands
Prompted in part by the question Is there an "underscript" command?, I started wondering if the \underset (from amsmath) and \underaccent (from accents) commands work equally when using XeLaTeX ...
22
votes
4answers
688 views
Why do arguments to nested \tilde or \breve commands reappear when amsmath is used?
On LaTeX-Community.org I've noticed a strange problem with nested \tilde and \breve commands, when amsmath is used.
In this code the X appears also in the output of the second and the third formula:
...