Hi Myles,

Myles English wrote:
> This patch replaces every occurence of the \begin{center} environment
> with \centering in the file contrib/lisp/org-e-latex.el.
> ...
> -   (format "\\begin{center}\n%s\\end{center}" contents)))
> +   (format "\\centering\n%s" contents)))

Wouldn't you have to replace

  \begin{center}
    ...
  \end{center}

by

  {\centering
    ...
  }

?  That is, add a group around?

Best regards,
  Seb

-- 
Sebastien Vauban


Reply via email to