org article latex export remove auto clearpage for level one header
This commit is contained in:
@@ -693,8 +693,8 @@ Replaces <<...>> with values defined in
|
||||
(add-to-list 'org-latex-classes
|
||||
;; (numbered-section . unnumbered-section)
|
||||
'("koma-article" "\\documentclass{scrartcl}"
|
||||
("\\cleardoublepage\\section{%s}\\thispagestyle{plain}" .
|
||||
"\\def\\mysectionname{%s}\\cleardoublepage\\phantomsection\\addcontentsline{toc}{section}{\\mysectionname}\\section*{\\mysectionname}\\thispagestyle{plain}")
|
||||
("\\section{%s}\\thispagestyle{plain}" .
|
||||
"\\def\\mysectionname{%s}\\phantomsection\\addcontentsline{toc}{section}{\\mysectionname}\\section*{\\mysectionname}\\thispagestyle{plain}")
|
||||
("\\subsection{%s}" .
|
||||
"\\def\\mysubsectionname{%s}\\phantomsection\\addcontentsline{toc}{subsection}{\\mysubsectionname}\\subsection*{\\mysubsectionname}")
|
||||
("\\subsubsection{%s}" .
|
||||
|
||||
Reference in New Issue
Block a user