add for org latex article export german header for list of listings
This commit is contained in:
@@ -382,16 +382,23 @@ Template for an article
|
||||
:CLEARPAGE: t
|
||||
:END:
|
||||
#+LATEX: \begin{spacing}{1.25}\begingroup\renewcommand*{\addvspace}[1]{}
|
||||
|
||||
#+LATEX: \clearpage
|
||||
# #+LATEX: \tableofcontents
|
||||
#+TOC: headlines
|
||||
|
||||
#+LATEX: \clearpage
|
||||
#+LATEX: \listoffigures
|
||||
# #+LATEX: \phantomsection\addcontentsline{toc}{section}{Abbildungsverzeichnis}\listoffigures
|
||||
# #+TOC: figures is not implemented yet in the HTML backend. And not working with LaTeX, see listing
|
||||
# #+TOC: figures
|
||||
|
||||
# #+LATEX: \listoftables
|
||||
# #+LATEX: \phantomsection\addcontentsline{toc}{section}{Tabellenverzeichnis}
|
||||
#+TOC: tables
|
||||
|
||||
# for latex listing is figures
|
||||
# #+LATEX: \phantomsection\addcontentsline{toc}{section}{Programmausdrucke}
|
||||
#+TOC: listings
|
||||
#+LATEX: \endgroup\end{spacing}
|
||||
|
||||
|
||||
@@ -127,16 +127,23 @@ a bunch of online resources.
|
||||
:CLEARPAGE: t
|
||||
:END:
|
||||
,#+LATEX: \begin{spacing}{1.25}\begingroup\renewcommand*{\addvspace}[1]{}
|
||||
|
||||
,#+LATEX: \clearpage
|
||||
# #+LATEX: \tableofcontents
|
||||
,#+TOC: headlines
|
||||
|
||||
,#+LATEX: \clearpage
|
||||
,#+LATEX: \listoffigures
|
||||
# #+LATEX: \phantomsection\addcontentsline{toc}{section}{Abbildungsverzeichnis}\listoffigures
|
||||
# #+TOC: figures is not implemented yet in the HTML backend. And not working with LaTeX, see listing
|
||||
# #+TOC: figures
|
||||
|
||||
# #+LATEX: \listoftables
|
||||
# #+LATEX: \phantomsection\addcontentsline{toc}{section}{Tabellenverzeichnis}
|
||||
,#+TOC: tables
|
||||
|
||||
# for latex listing is figures
|
||||
# #+LATEX: \phantomsection\addcontentsline{toc}{section}{Programmausdrucke}
|
||||
,#+TOC: listings
|
||||
,#+LATEX: \endgroup\end{spacing}
|
||||
|
||||
|
||||
@@ -554,9 +554,9 @@ points to references.bib")
|
||||
;; APPENDIX
|
||||
:mtcselectlanguage-en ""
|
||||
:mtcselectlanguage-de "\\mtcselectlanguage{german}"
|
||||
;; LISTINGS
|
||||
;; LISTINGS lstlistingname for the caption of listings and lstlistlistingname for the table of listings
|
||||
:lstlistingname-en ""
|
||||
:lstlistingname-de "\\renewcommand{\\lstlistingname}{Programmausdruck}"
|
||||
:lstlistingname-de "\\renewcommand{\\lstlistingname}{Programmausdruck}\\renewcommand{\\lstlistlistingname}{Programmausdrucke}"
|
||||
)
|
||||
"
|
||||
:documentclass-xx used in `my-org-article-latex-default-class-options'
|
||||
|
||||
Reference in New Issue
Block a user