summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/schule/doc/schule-etc.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/schule/doc/schule-etc.tex')
-rw-r--r--Master/texmf-dist/doc/latex/schule/doc/schule-etc.tex57
1 files changed, 57 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/schule/doc/schule-etc.tex b/Master/texmf-dist/doc/latex/schule/doc/schule-etc.tex
new file mode 100644
index 00000000000..30631c08202
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/schule/doc/schule-etc.tex
@@ -0,0 +1,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}}