Skip to content
Permalink
01fe334477
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
57 lines (41 sloc) 1.3 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}
\vfill
\includegraphics[height=0.3\paperheight]{Coverimage.jpg}
\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
First published $PUB_DATE by Edition Open Access, Max Planck Institute for the History of Science$LICENCE}
\vspace{1em}
{\small
Printed and distributed by:\par
$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}