Skip to content
Permalink
ddb509dfdf
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
55 lines (39 sloc) 1.25 KB
\documentclass[$FONTSIZE]{scrartcl}
\usepackage[no-math]{fontspec}
\usepackage{fixltx2e}
\setmainfont[Mapping=tex-text]{TeX Gyre Termes}
\setlength{\parindent}{0pt}
% Activate Unicode-Support
\usepackage{xltxtra}
\usepackage{xunicode}
$GEOMETRY_SETTINGS
% Polyglossia is being used instead of babel.
\usepackage{polyglossia}
\setmainlanguage{english}
\setotherlanguage[variant=polytonic]{greek}
\setotherlanguage{german}
\usepackage[final]{pdfpages}
\usepackage{graphicx}
\usepackage{url}
\begin{document}
\thispagestyle{empty}
{\Large $PUBLISHER_STRING\par\vspace{0.5em}
$EOA_SERIES $SERIES_NUMBER}
\vspace{1em}
{\large $CHAPTER_AUTHORS_LINE\par\vspace{0.5em}
$FORMATTED_CHAPTER_TITLE}
\par $DOI_CHAPTER_STRING
\vfill
\includegraphics[height=0.3\paperheight]{$COVERIMAGE}
\vspace{1em}
In: $FORMAT_AUTHORS$PUB_SUFFIX: \emph{$FORMAT_TITLE$FORMAT_SUBTITLE}\par
Online version at \url{$PUBLICATION_URL}
\vspace{1em}
{\small ISBN $ISBN_CODE$DOI_STRING
First published $PUB_DATE by $MAINORG, $PUBLISHER_STRING_RAW$LICENCE}
$FORMATTED_SHOPLINK
\vspace{1em}
{\small The Deutsche Nationalbibliothek lists this publication in the Deutsche
Nationalbibliografie; detailed bibliographic data are available in the
Internet at \url{http://dnb.d-nb.de}}
\end{document}