3
0
Fork 0
mirror of https://github.com/fsr/nopanic synced 2025-04-27 01:58:27 +02:00

A5. geometry-Package. Ordentliches Layout.

Und *das* ist auch eine Tatsache!
Ich zitiere schlechte Filme, ich sollte schlafen gehen.
This commit is contained in:
Sebastian J. Mielke 2014-08-23 00:35:09 +02:00
parent 634f0bc84a
commit fa068fff0f
12 changed files with 73 additions and 60 deletions

View file

@ -1,6 +1,13 @@
\documentclass[a4paper,12pt,twoside
%,draft
]{scrreprt}
\documentclass[10pt]{scrreprt}
\usepackage[a5paper,twoside
,top=1.5cm
,bottom=2cm
,footskip=1cm
,textwidth=12cm
]{geometry}
%\usepackage{showframe}
\renewcommand*{\chapterheadstartvskip}{}
\usepackage[parfill]{parskip}
\usepackage{graphicx}
@ -14,8 +21,6 @@
\usepackage[geometry]{ifsym}
\usepackage{eurosym}
%\usepackage{showframe}
\usepackage{fontspec}
\usepackage{polyglossia}
\setmainlanguage{german}
@ -28,12 +33,12 @@
\newcommand{\link}[1]{%
\edef\tmptoken{\detokenize{#1}}%
\@ifundefined{nopanic@link@\tmptoken}{%
\protected@edef\@tmpkey{{\fontsize{13pt}{0}\selectfont\keys{\arabic{linkcounter}}}}%
\protected@edef\@tmpkey{{\fontsize{9pt}{0}\selectfont\keys{\arabic{linkcounter}}}}%
\expandafter\global\expandafter\edef\csname nopanic@link@\tmptoken\endcsname{\arabic{linkcounter}}%
\expandafter\g@addto@macro\expandafter\linklist\expandafter{\@tmpkey & \url{#1}\\}%
\stepcounter{linkcounter}%
}{%
\protected@edef\@tmpkey{{\fontsize{13pt}{0}\selectfont\keys{\csname nopanic@link@\tmptoken\endcsname}}}%
\protected@edef\@tmpkey{{\fontsize{9pt}{0}\selectfont\keys{\csname nopanic@link@\tmptoken\endcsname}}}%
}%
\href{#1}{\@tmpkey}%
}