Pedro Andres Aranda Gutierrez <paag...@gmail.com> writes:

>   (add-to-list 'org-latex-classes
>                '("scrartcl"
>                  "\\documentclass[oneside]{scrartcl}"
>                  ("\\section{%s}" . "\\section*{%s}")
>                  ("\\subsection{%s}" . "\\subsection*{%s}")
>                  ("\\subsubsection{%s}" . "\\subsubsection*{%s}")
>                  ("\\paragraph{%s}" . "\\paragraph*{%s}")
>                  ("\\subparagraph{%s}" . "\\subparagraph*{%s}")))

Question: is "scrartcl" a derivative of "article" in this?  I mean,
you're creating a new class which superficially looks like the "article"
class, but what tells LaTeX where to get the rest of the definition of
the class beyond just the section (etc.) settings?

LaTeX newbie

-- 
David Masterson

Reply via email to