chaosknoten

This commit is contained in:
Benjamin Kellermann 2013-07-20 00:27:27 +02:00
parent da194305d2
commit 0be83f265a
1 changed files with 10 additions and 6 deletions

View File

@ -19,16 +19,16 @@
2013/07/19 v0.1 Datenschleuder
]
\LoadClass[%
10pt,
pdftex,
a5paper,
BCOR=1cm,
BCOR=15mm,
twoside,
twocolumn,
DIV=15,
%headheight=36px
DIV=14,
]{scrartcl}
\RequirePackage[paper=a5paper,top=20mm,bottom=30mm]{geometry}
\RequirePackage{xkeyval}
\newcommand{\@volume}{}
\DeclareOptionX{volume}{\renewcommand{\@volume}{#1}}%
@ -44,12 +44,16 @@
\RequirePackage{fontspec}
\setmainfont[Mapping=tex-text,Numbers={OldStyle}]{Linux Libertine O}
\setsansfont[Mapping=tex-text,Numbers={OldStyle}]{Linux Biolinum O}
\setmonofont[Mapping=tex-text]{Courier Prime}
% \setmonofont[Mapping=tex-text]{Courier Prime}
\fi
\RequirePackage{scrpage2}
\RequirePackage{graphicx}
\RequirePackage{tikz}
\pagestyle{scrheadings}
\rehead[]{\tikz[overlay]{\node[xshift=0.3mm,yshift=0.9mm]{\includegraphics[width=1cm]{Logo_CCC}};}}
\rohead[]{\tikz[overlay]{\node[xshift=0.3mm,yshift=0.9mm]{\includegraphics[width=1cm]{Logo_CCC}};}}
\setheadsepline{0.5pt}
\ifoot[]{Datenschleuder. \@volume / \@year}
@ -82,7 +86,7 @@
\normalsize
}
\define@key{DSarticleKeys}{title}{\renewcommand{\@title}{#1}}%
\define@key{DSarticleKeys}{title}{\title{#1}}%
\define@key{DSarticleKeys}{author}{\author{#1}}
\define@key{DSarticleKeys}{DSabstract}{\renewcommand{\@DSabstract}{#1}}