Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-28 Thread Nicolas Goaziou
Suvayu Ali writes: > Personally I think having the option to shoot myself in the foot is > preferable over not being able to configure. But then others may not > agree. Is it possible to disallow :overlay when :environment is > provided? If so you could generate a warning during export. > > Th

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-28 Thread Suvayu Ali
On Wed, Nov 28, 2012 at 01:58:09PM +0100, Nicolas Goaziou wrote: > Hello, > > Suvayu Ali writes: > > > >> Images accept `:float', `:placement' and `:options' as attributes. > >> `:float' accepts a symbol among `wrap', `multicolumn', and > >> `figure', which defines the float environme

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-28 Thread Nicolas Goaziou
Hello, Suvayu Ali writes: > On Wed, Nov 21, 2012 at 05:35:48PM +0100, Nicolas Goaziou wrote: >> >> Plain lists accept two optional attributes: `:environment' and >> `:options'. The first one allows to use a non-standard environment >> (i.e. "inparaenum"). The second one allows

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-25 Thread Suvayu Ali
Hi Nicolas, On Wed, Nov 21, 2012 at 05:35:48PM +0100, Nicolas Goaziou wrote: > > Plain lists accept two optional attributes: `:environment' and > `:options'. The first one allows to use a non-standard environment > (i.e. "inparaenum"). The second one allows to specify optional >

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-25 Thread Thomas S. Dye
Nicolas Goaziou writes: > Hello, > > t...@tsdye.com (Thomas S. Dye) writes: > >> Would it be possible to add a :font attribute for tables? I'd like to be >> able to say, e.g., :font "\\footnotesize" and have \footnotesize appear >> between the float and table environments, near \centering in the

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-25 Thread Rasmus
Nicolas Goaziou writes: > Rasmus writes: > >> Nicolas Goaziou writes: >> >>> I've changed the attribute syntax for tables, images and lists in >>> e-latex back-end (new exporter). New this back-end conforms to the >>> syntax used by Babel and every other back-end. >> >> Super cool! I eagerly l

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-25 Thread Nicolas Goaziou
Rasmus writes: > Nicolas Goaziou writes: > >> I've changed the attribute syntax for tables, images and lists in >> e-latex back-end (new exporter). New this back-end conforms to the >> syntax used by Babel and every other back-end. > > Super cool! I eagerly looking forward to using this for rea

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-25 Thread Nicolas Goaziou
Hello, t...@tsdye.com (Thomas S. Dye) writes: > Would it be possible to add a :font attribute for tables? I'd like to be > able to say, e.g., :font "\\footnotesize" and have \footnotesize appear > between the float and table environments, near \centering in the LaTeX > output. This is now possib

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-23 Thread Giovanni Ridolfi
Da: Alan Schmitt A: Nicolas Goaziou Inviato: Venerdì 23 Novembre 2012 13:37 > Nicolas Goaziou writes: >> This is a bug which I fixed some hours ago. Though, you need to escape > > the backslash. > OK, it's working now. > By the way, do I need to fully restart emacs after installing a new >

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-23 Thread Nicolas Goaziou
Alan Schmitt writes: > Nicolas Goaziou writes: > >> This is a bug which I fixed some hours ago. Though, you need to escape >> the backslash. > > OK, it's working now. > > By the way, do I need to fully restart emacs after installing a new > version of org-mode, or is there a simpler way to load

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-23 Thread Alan Schmitt
Nicolas Goaziou writes: > This is a bug which I fixed some hours ago. Though, you need to escape > the backslash. OK, it's working now. By the way, do I need to fully restart emacs after installing a new version of org-mode, or is there a simpler way to load it? Thanks, Alan

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-23 Thread Nicolas Goaziou
Alan Schmitt writes: > Nicolas Goaziou writes: > >> * Images (from manual) >> >> #+caption: The black-body emission of the disk around HR 4049 >> #+name: fig:SED-HR4049 >> #+attr_latex: :options "5cm,angle=90" >> [[./img/sed-hr4049.pdf]] >> >> #+attr_latex: :float wrap :placement "{r}{

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-23 Thread Alan Schmitt
Nicolas Goaziou writes: > * Images (from manual) > > #+caption: The black-body emission of the disk around HR 4049 > #+name: fig:SED-HR4049 > #+attr_latex: :options "5cm,angle=90" > [[./img/sed-hr4049.pdf]] > > #+attr_latex: :float wrap :placement "{r}{0.4\\textwidth}" :options > "widt

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-22 Thread Thomas S. Dye
Aloha Nicolas, Nicolas Goaziou writes: > Hello, > > I've changed the attribute syntax for tables, images and lists in > e-latex back-end (new exporter). New this back-end conforms to the > syntax used by Babel and every other back-end. > > I've also added support for matrix editing. > > Here's a

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou writes: > Alan Schmitt writes: > >> I think this has broken beamer export (new exporter). When I get back to >> commit 359b10b3070588e8b751935b3fbcc2c9d8885a6a everything works, but >> with this commit I have some error messages about the wrong number of >> arguments for (item co

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-22 Thread Nicolas Goaziou
Alan Schmitt writes: > I think this has broken beamer export (new exporter). When I get back to > commit 359b10b3070588e8b751935b3fbcc2c9d8885a6a everything works, but > with this commit I have some error messages about the wrong number of > arguments for (item contents info) or (headline content

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-22 Thread Alan Schmitt
Nicolas Goaziou writes: > Hello, > > I've changed the attribute syntax for tables, images and lists in > e-latex back-end (new exporter). New this back-end conforms to the > syntax used by Babel and every other back-end. Hello, I think this has broken beamer export (new exporter). When I get ba

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-21 Thread Nicolas Goaziou
Rasmus writes: > BTW: on the lists: very good idea. I have often been bothered by > only having one type of (LaTeX) lists. Can I set it per list type? > I.e. plain lists are inlined and enumerated are 'normal'? No. Attributes only apply on a single list not on a whole list type. Though, it's

Re: [O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-21 Thread Rasmus
Nicolas Goaziou writes: > I've changed the attribute syntax for tables, images and lists in > e-latex back-end (new exporter). New this back-end conforms to the > syntax used by Babel and every other back-end. Super cool! I eagerly looking forward to using this for real world tasks! Thank you

[O] [ANN] e-latex back-end: changes to attributes syntax

2012-11-21 Thread Nicolas Goaziou
Hello, I've changed the attribute syntax for tables, images and lists in e-latex back-end (new exporter). New this back-end conforms to the syntax used by Babel and every other back-end. I've also added support for matrix editing. Here's an excerpt from the documentation in org-e-latex.el: