fix italic pagenr

This commit is contained in:
john stone 2013-07-20 01:14:32 +02:00
parent e5884370c8
commit a97c5482df
3 changed files with 10 additions and 5 deletions

View File

@ -21,13 +21,12 @@
\LoadClass[%
pdftex,
a5paper,
BCOR=15mm,
twoside,
twocolumn,
DIV=14,
DIV=15,
]{scrartcl}
\RequirePackage[paper=a5paper,top=20mm,bottom=30mm]{geometry}
\RequirePackage[paper=a5paper,inner=20mm, outer=12mm,top=20mm,bottom=30mm]{geometry}
\RequirePackage{xkeyval}
\newcommand{\@volume}{}
@ -53,6 +52,12 @@
\RequirePackage{graphicx}
\RequirePackage{tikz}
\pagestyle{scrheadings}
\clearscrheadfoot
\setkomafont{pageheadfoot}{%
\normalfont\normalcolor\small
}
\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}

View File

@ -23,7 +23,7 @@
# the documents to be compiled by default
DOC=$(foreach i,$(shell grep -l documentclass *.tex), $(basename $i))
DOC=schleuderbeispiel
# if svgs should be compiled as pdf or png
SVG_TARGET_EXT=pdf

View File

@ -1,5 +1,5 @@
\documentclass[%
draft,
% draft,
volume=97,
year=2013
]{datenschleuder}