Search found 3 matches

by koffer
Thu Feb 09, 2012 1:37 pm
Forum: Math & Science
Topic: amsmath | Unnecessary vertical Space with '\overset'
Replies: 4
Views: 9159

Re: amsmath | Unnecessary vertical Space with '\overset'

Great! Thank you very much, Thorsten! That works and looks really good. Though, I don't quite understand the tex code...
by koffer
Wed Feb 08, 2012 2:37 pm
Forum: Math & Science
Topic: amsmath | Unnecessary vertical Space with '\overset'
Replies: 4
Views: 9159

amsmath | Unnecessary vertical Space with '\overset'

I tried it, but it unfortunately doesn't work.

Here's the code for this:

Code: Select all

\documentclass{article}
\usepackage{amsmath}

\begin{document}
	\[
		\left[ \vspace{-1in}\overset{*}{A} \right]_{i,j}
	\]
\end{document}
It still shows the same space below the A.
by koffer
Thu Jan 12, 2012 8:19 pm
Forum: Math & Science
Topic: amsmath | Unnecessary vertical Space with '\overset'
Replies: 4
Views: 9159

amsmath | Unnecessary vertical Space with '\overset'

Hi everyone,

I have a weird problem when I use \overset from the amsmath package within squared brackets. For some reason it produces some extra space below the symbol as if it would expect that there is also something below the symbol.

Here is a minimal example:
\documentclass{article ...