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