* Jonas Stein (2009-05-02) writes:

> Hi,
>
> C-c C-e figure 
> ...
>
> centering = yes inserts:
>
> ,----
> |   \begin{figure}[H]
> |     \centering
> |     
> |     \caption{test}
> |   \end{figure}
> `----

I'd prefer this:

\begin{figure}
  \centering
     
  \caption{test}
\end{figure}

It always makes me sad when people try to squeeze the little guy into a
specific place instead of letting him float freely.

> but it should be
>
>
> ,----
> |   \begin{figure}[H]
> |     \begin{center}
> |     
> |     \caption{test}
> |     \end{center}
> |   \end{figure}
> `----

Who gave you _that_ idea?!

-- 
Ralf


_______________________________________________
bug-auctex mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-auctex

Reply via email to