mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-01-29 15:43:52 +00:00
Merged changes from https://github.com/jgm/pandoc/blob/master/data/templates/default.latex. Changed color of the green title page.
This commit is contained in:
parent
70b79bfa02
commit
c4b5397ad4
47
eisvogel.tex
47
eisvogel.tex
@ -204,16 +204,6 @@ $endif$
|
|||||||
$if(beamer)$
|
$if(beamer)$
|
||||||
\newif\ifbibliography
|
\newif\ifbibliography
|
||||||
$endif$
|
$endif$
|
||||||
$if(natbib)$
|
|
||||||
\usepackage[$natbiboptions$]{natbib}
|
|
||||||
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
|
|
||||||
$endif$
|
|
||||||
$if(biblatex)$
|
|
||||||
\usepackage[$if(biblio-style)$style=$biblio-style$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
|
|
||||||
$for(bibliography)$
|
|
||||||
\addbibresource{$bibliography$}
|
|
||||||
$endfor$
|
|
||||||
$endif$
|
|
||||||
$if(listings)$
|
$if(listings)$
|
||||||
\usepackage{listings}
|
\usepackage{listings}
|
||||||
\newcommand{\passthrough}[1]{#1}
|
\newcommand{\passthrough}[1]{#1}
|
||||||
@ -253,22 +243,34 @@ $if(beamer)$
|
|||||||
\widowpenalties 1 10000
|
\widowpenalties 1 10000
|
||||||
\raggedbottom
|
\raggedbottom
|
||||||
$if(section-titles)$
|
$if(section-titles)$
|
||||||
|
\setbeamertemplate{part page}{
|
||||||
|
\centering
|
||||||
|
\begin{beamercolorbox}[sep=16pt,center]{part title}
|
||||||
|
\usebeamerfont{part title}\insertpart\par
|
||||||
|
\end{beamercolorbox}
|
||||||
|
}
|
||||||
|
\setbeamertemplate{section page}{
|
||||||
|
\centering
|
||||||
|
\begin{beamercolorbox}[sep=12pt,center]{part title}
|
||||||
|
\usebeamerfont{section title}\insertsection\par
|
||||||
|
\end{beamercolorbox}
|
||||||
|
}
|
||||||
|
\setbeamertemplate{subsection page}{
|
||||||
|
\centering
|
||||||
|
\begin{beamercolorbox}[sep=8pt,center]{part title}
|
||||||
|
\usebeamerfont{subsection title}\insertsubsection\par
|
||||||
|
\end{beamercolorbox}
|
||||||
|
}
|
||||||
\AtBeginPart{
|
\AtBeginPart{
|
||||||
\let\insertpartnumber\relax
|
|
||||||
\let\partname\relax
|
|
||||||
\frame{\partpage}
|
\frame{\partpage}
|
||||||
}
|
}
|
||||||
\AtBeginSection{
|
\AtBeginSection{
|
||||||
\ifbibliography
|
\ifbibliography
|
||||||
\else
|
\else
|
||||||
\let\insertsectionnumber\relax
|
|
||||||
\let\sectionname\relax
|
|
||||||
\frame{\sectionpage}
|
\frame{\sectionpage}
|
||||||
\fi
|
\fi
|
||||||
}
|
}
|
||||||
\AtBeginSubsection{
|
\AtBeginSubsection{
|
||||||
\let\insertsubsectionnumber\relax
|
|
||||||
\let\subsectionname\relax
|
|
||||||
\frame{\subsectionpage}
|
\frame{\subsectionpage}
|
||||||
}
|
}
|
||||||
$endif$
|
$endif$
|
||||||
@ -305,6 +307,9 @@ $else$
|
|||||||
\fi
|
\fi
|
||||||
$endif$
|
$endif$
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(pagestyle)$
|
||||||
|
\pagestyle{$pagestyle$}
|
||||||
|
$endif$
|
||||||
|
|
||||||
% Make use of float-package and set default placement for figures to H
|
% Make use of float-package and set default placement for figures to H
|
||||||
\usepackage{float}
|
\usepackage{float}
|
||||||
@ -350,6 +355,16 @@ $if(dir)$
|
|||||||
\newenvironment{LTR}{\beginL}{\endL}
|
\newenvironment{LTR}{\beginL}{\endL}
|
||||||
\fi
|
\fi
|
||||||
$endif$
|
$endif$
|
||||||
|
$if(natbib)$
|
||||||
|
\usepackage[$natbiboptions$]{natbib}
|
||||||
|
\bibliographystyle{$if(biblio-style)$$biblio-style$$else$plainnat$endif$}
|
||||||
|
$endif$
|
||||||
|
$if(biblatex)$
|
||||||
|
\usepackage[$if(biblio-style)$style=$biblio-style$,$endif$$for(biblatexoptions)$$biblatexoptions$$sep$,$endfor$]{biblatex}
|
||||||
|
$for(bibliography)$
|
||||||
|
\addbibresource{$bibliography$}
|
||||||
|
$endfor$
|
||||||
|
$endif$
|
||||||
|
|
||||||
$if(title)$
|
$if(title)$
|
||||||
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
|
\title{$title$$if(thanks)$\thanks{$thanks$}$endif$}
|
||||||
|
@ -6,9 +6,9 @@ subject: "Markdown"
|
|||||||
tags: [Markdown, Example]
|
tags: [Markdown, Example]
|
||||||
subtitle: "Aesculeae domus vincemur et Veneris adsuetus lapsum"
|
subtitle: "Aesculeae domus vincemur et Veneris adsuetus lapsum"
|
||||||
titlepage: true
|
titlepage: true
|
||||||
titlepage-color: d8de2c
|
titlepage-color: 3C9F53
|
||||||
titlepage-text-color: "523c31"
|
titlepage-text-color: "FFFFFF"
|
||||||
titlepage-rule-color: "523c31"
|
titlepage-rule-color: "FFFFFF"
|
||||||
titlepage-rule-height: 2
|
titlepage-rule-height: 2
|
||||||
...
|
...
|
||||||
|
|
||||||
|
Binary file not shown.
Binary file not shown.
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 267 KiB |
Loading…
x
Reference in New Issue
Block a user