Hello,
Myles English writes:
> Nick, I think you are right about this, the modified patch at the end of
> this email makes only the replacements that are necessary just to
> replace the center environment within table blocks.
>
> The other \begin{center}'s in the org-e-latex.el file may be chang
Sebastien Vauban writes:
> Hi Nick,
>
> Nick Dokos wrote:
>> Nick Dokos wrote:
>>>
>>> I think I read the whole thread but I'm still not clear on why
>>> the change is needed. What goes awry with the environment instead
>>> of the declaration?
>>
>> Never mind - I didn't read the whole thread.
Hi Nick,
Nick Dokos wrote:
> Nick Dokos wrote:
>>
>> I think I read the whole thread but I'm still not clear on why
>> the change is needed. What goes awry with the environment instead
>> of the declaration?
>
> Never mind - I didn't read the whole thread.
To summarize:
- \begin{center}...\end
Sebastien Vauban writes:
> Hi Myles and Nick,
>
> Nick Dokos wrote:
>> Myles English wrote:
>>> Sebastien Vauban writes:
>>> > Myles English wrote:
>>> >> This patch replaces every occurence of the \begin{center} environment
>>> >> with \centering in the file contrib/lisp/org-e-latex.el.
>>> >>
Nick Dokos wrote:
>
> I think I read the whole thread but I'm still not clear on why
> the change is needed. What goes awry with the environment instead
> of the declaration?
>
Never mind - I didn't read the whole thread.
Nick
Sebastien Vauban wrote:
> I think that's a safe replacement (_with_ the grouping), and with something I
> forgot about (well seen Nick!): the \par.
>
> See, for example,
> https://groups.google.com/forum/?fromgroups=#!topic/fr.comp.text.tex/0s4WfsIfmy8
> for the answer of Manuel Pégourié-Gonnard
Hi Myles and Nick,
Nick Dokos wrote:
> Myles English wrote:
>> Sebastien Vauban writes:
>> > 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}
Myles English wrote:
>
> Hi Seb,
>
> Sebastien Vauban writes:
>
> > 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\\en
Hi Seb,
Sebastien Vauban writes:
> 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 "\\center
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 rep
10 matches
Mail list logo