Reduce margins even further for title page.

git-svn-id: file:///home/ksmith/gitmigration/svn/xmpp/trunk@4099 4b5297f7-1745-476d-ba37-a9c6900126ab
This commit is contained in:
Tobias Markmann 2010-03-18 16:59:39 +00:00
parent e4a2106de6
commit 075fb86f17
1 changed files with 7 additions and 1 deletions

View File

@ -55,7 +55,7 @@
<TeXML escape="0">
%!TEX TS-program = xelatex
%!TEX encoding = UTF-8 Unicode
\documentclass[DIV=13]{scrartcl}
\documentclass[DIV=12]{scrartcl}
\KOMAoptions{paper=a4}
\usepackage[
@ -165,6 +165,7 @@
</cmd>
</TeXML>
<cmd name="KOMAoptions"><parm>DIV=24</parm></cmd>
<cmd name="pagestyle"><parm>empty</parm></cmd>
<cmd name="maketitle" />
<cmd name="thispagestyle"><parm>empty</parm></cmd>
@ -180,6 +181,11 @@
<xsl:value-of select="/xep/header/abstract"/>
</env>
<cmd name="newpage" nl2="1"/>
<TeXML escape="0">
\fancyhead[L,L]{\includegraphics[totalheight=10pt]{xmpp.pdf} \slshape \leftmark}
\fancyfoot[C,C]{\thepage}
</TeXML>
<cmd name="KOMAoptions"><parm>DIV=12</parm></cmd>
<cmd name="section*" nl2="1"><parm>Legal</parm></cmd>
<xsl:apply-templates select="/xep/header/legal" />
<cmd name="newpage" nl2="1"/>