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[% \LoadClass[%
pdftex, pdftex,
a5paper, a5paper,
BCOR=15mm,
twoside, twoside,
twocolumn, twocolumn,
DIV=14, DIV=15,
]{scrartcl} ]{scrartcl}
\RequirePackage[paper=a5paper,top=20mm,bottom=30mm]{geometry} \RequirePackage[paper=a5paper,inner=20mm, outer=12mm,top=20mm,bottom=30mm]{geometry}
\RequirePackage{xkeyval} \RequirePackage{xkeyval}
\newcommand{\@volume}{} \newcommand{\@volume}{}
@ -53,6 +52,12 @@
\RequirePackage{graphicx} \RequirePackage{graphicx}
\RequirePackage{tikz} \RequirePackage{tikz}
\pagestyle{scrheadings} \pagestyle{scrheadings}
\clearscrheadfoot
\setkomafont{pageheadfoot}{%
\normalfont\normalcolor\small
}
\rehead[]{\tikz[overlay]{\node[xshift=0.3mm,yshift=0.9mm]{\includegraphics[width=1cm]{Logo_CCC}};}} \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}};}} \rohead[]{\tikz[overlay]{\node[xshift=0.3mm,yshift=0.9mm]{\includegraphics[width=1cm]{Logo_CCC}};}}
\setheadsepline{0.5pt} \setheadsepline{0.5pt}

View File

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

View File

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