Hi,

C-c C-e figure 
...

centering = yes inserts:

,----
|   \begin{figure}[H]
|     \centering
|     
|     \caption{test}
|   \end{figure}
`----


but it should be


,----
|   \begin{figure}[H]
|     \begin{center}
|     
|     \caption{test}
|     \end{center}
|   \end{figure}
`----

if you reply, please CC to me. Thank you.


-- 
Jonas Stein <[email protected]>



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

Reply via email to