Hi,
I've been struggling for this question for several days and cannot find any info on the web.
I have a separate cls file that contains the style for LaTeX export.
I'd like to write thesis using this template in org, but the info I found is all about adding this:
(add-to-list 'org-latex-classes
'("custom-cls"
"\\documentclass{custom-cls}
[NO-DEFAULT-PACKAGES]
[EXTRA]"
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\\paragraph{%s}" . "\\paragraph*{%s}")
("\\subparagraph{%s}" . "\\subparagraph*{%s}")))
But there is a lot of things in my cls file...
Is there anyway I can link the cls file or define it somewhere so that org-mode will know its existance?
How can I define it?
--
PLEASE THINK BEFORE YOU PRINT, PLEASE.