Dear all,
I am planning to write an article using org - most of my notes are =
already in org so this seems logical. The journal that I plan to submit =
to provides latex class so it just a matter of customizing =
org-export-latex-classes, which I have done=20
(add-to-list 'org-export-latex-classes=20
'("pmb"
"\\documentclass[t]{iopart}
\\usepackage{graphicx}
\\usepackage{graphics}
\\usepackage{amssymb,amsmath}
\\usepackage{calc}
\\usepackage{harvard}
\\usepackage{apacite}
\\bibliographystyle{apacite}
[NO-DEFAULT-PACKAGES]
\\renewcommand{\\baselinestretch}{1.5}"
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
Although this work almost perfect, I can figure out how get the exporter =
to to produce (i.e., I want the title, author, address, and \maketilte =
after the begin{document} rather than before
\HEADERS
\begin{document}
\title{BLAH BLAH BLAY}
\author{ME}
\address{WWW}
\begin{abstract}
Testing one to
\end{abstract}
\maketitle
\section{Introduction}
\section{Materials and methods}
\section{Results}
\section{Discussion}
\end{document}
My short term fix is to simple cut and paste, but it would be nice to =
know if there is more elegant solution
Best Wishes,
M