[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] latex export of unnumbered sections
From: |
Sebastian Hofer |
Subject: |
Re: [O] latex export of unnumbered sections |
Date: |
Tue, 05 Mar 2013 10:09:49 +0100 |
User-agent: |
Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/24.1.50 (x86_64-unknown-linux-gnu) MULE/6.0 (HANACHIRUSATO) |
At Mon, 04 Mar 2013 21:21:54 +0100,
Nicolas Goaziou wrote:
>
> 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
Great, thx for the quick fix!
Sebastian