summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/schule/doc/etc.tex
blob: b49ff832b2ff1471f82894a80b53f8be7ec259a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
\usepackage[ngerman]{babel}
%\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\definecolor{blau}{rgb}{0,0,0.75}         
\definecolor{orange}{rgb}{0.8,0.3,0}      
\usepackage{hyperref}
\hypersetup{
 pdftitle = {\LaTeX-Klassen und Pakete für den Einsatz im Bereich der Schule},
 pdfsubject = {},
 pdfauthor = {Johannes Pieper, Johannes Kuhaupt, Ludger Humbert, Andr\'e Hilbig},
 colorlinks = true,
 hypertexnames = true,
 linkcolor=blau, %
 filecolor=orange, %
 citecolor=blau,
 menucolor=orange, %
 urlcolor=orange,
 breaklinks=true
}
\usepackage{caption,xparse,xargs}
\usepackage[german=guillemets]{csquotes}
\usepackage{schule,syntaxdi,schulinf,schulphy}
\usepackage{placeins,float,prettyref}
\usepackage{newfloat}

\lstset{  %
	language=[LaTeX]TeX,                 % the language of the code
	basicstyle=\small,            % the size of the fonts that are used for the code
	numbers=left,                    % where to put the line-numbers
	numberstyle=\footnotesize,           % the size of the fonts that are used for the line-numbers
	stepnumber=2,                    % the step between two line-numbers. If it's 1, each line will be numbered
	numbersep=5pt,                   % how far the line-numbers are from the code
	backgroundcolor=\color{white},       % choose the background color. You must add \usepackage{color}
	showspaces=false,                % show spaces adding particular underscores
	showstringspaces=false,          % underline spaces within strings
	showtabs=false,                  % show tabs within strings adding particular underscores
	frame=false,                    % adds a frame around the code
	tabsize=2,                       % sets default tabsize to 2 spaces
	resetmargins=true,
	captionpos=b,                    % sets the caption-position to bottom
	title=,                    % show the filename of files included with \lstinputlisting;
	breaklines=true,
	breakautoindent=true,
	prebreak=\mbox{ $\curvearrowright$},
	postbreak=\mbox{$\rightsquigarrow$ },
	linewidth=\columnwidth,
	breakatwhitespace=true,         % sets if automatic breaks should only happen at whitespace 
	numberstyle=\tiny\color{gray},         % line number style
	keywordstyle=\color{blue},           % keyword style
	commentstyle=\color{OliveGreen},        % comment style
	stringstyle=\color{mauve},          % string literal style
	morekeywords={
	zeitpunkt, punkteitem, scaleSequenzdiagramm, newthread, newthreadtwo, 
	newinst, node, chainin, draw, to, dokName, jahrgang, minisec, subsection, 
	glqq, grqq, euro
}                % if you want to add more keywords to the set
}
\newcommand{\materialsammlung}{\url{http://ddi.uni-wuppertal.de/material/materialsammlung/index.html}}