Re: [Pharo-users] pillar remove numbering from some headings

2015-06-03 Thread Damien Cassou
Peter Uhnák writes: > Basically I'm looking for an equivalent of Latex' \subsection*{...}. that's not possible. -- Damien Cassou http://damiencassou.seasidehosting.st "Success is the ability to go from one failure to another without losing enthusiasm." --Winston Churchill

Re: [Pharo-users] pillar remove numbering from some headings

2015-06-03 Thread Cyril Ferlicot
Hi Peter, for now Pillar doesn't manage this. I'll take a look at it when I'll work on the Beamer exporter. On 3 June 2015 at 03:20, Peter Uhnák wrote: > Hi, > > is there a way to remove heading numbering for some headings? > > Basically I'm looking for an equivalent of Latex' \subsection*{...}.

[Pharo-users] pillar remove numbering from some headings

2015-06-02 Thread Peter Uhnák
Hi, is there a way to remove heading numbering for some headings? Basically I'm looking for an equivalent of Latex' \subsection*{...}. Thanks, Peter