emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] latex export of unnumbered sections


From: Nicolas Goaziou
Subject: Re: [O] latex export of unnumbered sections
Date: Mon, 04 Mar 2013 21:21:54 +0100

Hello,

Sebastian Hofer <address@hidden> writes:

> Is there a particular reason why unnumbered sections are exported to
> latex including the title in first (optional) argument if there is no
> * present? To clarify a bit: A sectioning structure like
>
> ("\\section{%s}" . "\\section*{%s}")
>
> gives rise to
>
> \section[title]{title}          % numbered section
> \section*{title}                % unnumbered section
>
> If, on the other hand you have something like
>
> ("\\numbered{%s}" . "\\unnumbered{%s}")
>
> you will get
>
> \numbered[title]{title}          % numbered section
> \unnumbered[title]{title}        % unnumbered section
>
> Of course one can easily work around that, but it seems a bit
> inconsistent. So I'm wondering if I am missing something...

Unnumbered headlines cannot have an optional title anymore in master.

Thank you for suggesting this.


Regards,

-- 
Nicolas Goaziou



reply via email to

[Prev in Thread] Current Thread [Next in Thread]