Search found 2 matches

by bdmckay
Sat Nov 05, 2011 2:34 pm
Forum: Math & Science
Topic: Spacing before '\left'
Replies: 3
Views: 3968

Spacing before '\left'

Thanks, the big revelation from that page is that the problem comes all the way from plain TeX (which I just checked). No wonder I couldn't find it in the latex sources. The suggested redefinitions seem to work just fine; thanks again!

To Stefan: Your solution is essentially the same, but the group ...
by bdmckay
Sat Nov 05, 2011 1:36 pm
Forum: Math & Science
Topic: Spacing before '\left'
Replies: 3
Views: 3968

Spacing before '\left'

This is something that bothered me for a while.
\documentclass[12pt]{article}
\usepackage{amsmath}

\begin{document}
\[ x + F \left( \frac{k}{q} \right) \]
\[ x + F \biggl( \frac{k}{q} \biggr) \]
\end{document}
Looking very closely, everything is the same except that the first display has more (in ...