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
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
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
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
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