Re: [O] Latex code before maketitle

2015-02-12 Thread Jacob Gerlach
On Wed Feb 11 2015 at 4:01:47 PM Rasmus wrote: > Maybe something like AfterPreamble, AfterEndPreamble, AtEndPreamble etc. > from etoolbox? Ah, a Latex solution to an Org problem. I was looking for a final filter and didn't realize it, but used your approach before I saw Chuck's reply. Since I

Re: [O] Latex code before maketitle

2015-02-12 Thread Eric S Fraga
On Wednesday, 11 Feb 2015 at 20:42, Jacob Gerlach wrote: > Hi List, > > I am using a custom Latex class that requires some code between > \begin{document} and \maketitle. > > It seems from looking at ox-latex.el that there is nothing between document > start and title command available for me to cu

Re: [O] Latex code before maketitle

2015-02-11 Thread Charles C. Berry
On Wed, 11 Feb 2015, Jacob Gerlach wrote: Hi List, I am using a custom Latex class that requires some code between \begin{document} and \maketitle. It seems from looking at ox-latex.el that there is nothing between document start and title command available for me to customize. I suppose I co

Re: [O] Latex code before maketitle

2015-02-11 Thread Rasmus
Jacob Gerlach writes: > Are there any convenient alternatives? Maybe something like AfterPreamble, AfterEndPreamble, AtEndPreamble etc. from etoolbox? Or AfterPackage from KOMA-Script. Hope it helps, Rasmus -- There are known knowns; there are things we know that we know

[O] Latex code before maketitle

2015-02-11 Thread Jacob Gerlach
Hi List, I am using a custom Latex class that requires some code between \begin{document} and \maketitle. It seems from looking at ox-latex.el that there is nothing between document start and title command available for me to customize. I suppose I could customize the title command to include th