Tagged Questions
6
votes
2answers
301 views
How to use non-breaking space (~) with \usepackage[spanish]{babel}?
I just realized that when I \usepackage[spanish]{babel} I can no longer use ~ as a non-breaking space before n or N.
MWE:
\documentclass{article}
\usepackage[spanish,notilde]{babel}
...
2
votes
1answer
126 views
Lowering second accent in mathmode
I've come to a situation where I must put a tilde/hat over the vector sign in math mode:
\begin{document} % The start of the document
$\tilde{\vec{\beta}}$
\end{document}
I find the resulting ...
6
votes
1answer
565 views
Math mode accents and spacing
I'm using accents to produce a variant of the \in operator but when I place an accent on it, as in \tilde{\in}, I get spacing that is different from \in, see the example and the image below. My ...
9
votes
1answer
2k views
How do I robustly typeset a double-hat?
I'm trying to typeset a symbol with two hat accents (useful for denoting superoperators in quantum mechanics, for instance), but \hat{\hat{L}} produces too much space between the hats. I found one ...