summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/schule/doc/schule-ub.tex
blob: 420f38f887e82479543903114a03a9ad9c8a7176 (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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
\documentclass[
		a4paper,11pt,
		oneside,neuePO]
	{schuleub}
\usepackage[utf8]{inputenc}
\usepackage[ngerman]{babel}
\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{green},        % 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}}

\thema{Mein Besuchsthema}
\reihe{Reihe zum Test}
\seminarinfo{Seminar für das Lehramt an Gymnasien und Gesamtschulen}
\seminaradresse{Teststr.~24, 58\,035 Wursthausen}
\ort{Wursthausen}
\besuchtitel{Lustiger Besuch}
\lerngruppe[EF]{
		Einführungsphase}
\datum{20.04.2024}
\zeit{08:00}{10:00}
\stunde{1}
\schule{Traumgymnasium}
\raum{B 224}

\weiblich{20}
\maennlich{10}
\foerderbedarf{2}

\referendar{Willi Wuster}

\ausbildungsl{Müller}
\foerderbedarfl{Sarbina}{
		Simons}{Sehen}
\ako{Meier}[in]
\schulleiter{Humboldt}
\hauptseminar{Lagrange}

\fachEins{Informatik}{
		Torvalds}
\fachZwei{Chinesisch}{
		Xianxu}

\vorsitz{Newton}[r]
\schulvertreter{Einstein}
\fremderseminar{Knuth}[in]
\bekannterseminar{Turing}

\begin{document}
	\begin{teila}
		\subsection{Erster Punkt}
			\begin{stundenverlauf}
			 \zeitpunkt{10:30 Uhr} 
			 Einstieg & Vortrag & LV & Tafel \\ \hline
			 \zeitpunkt{10:38 Uhr} 
			 \ldots{} & weiter im Verlauf der Stunde & EA & \\ \hline
			\end{stundenverlauf}
	\end{teila}
	
	\begin{teilb}
		\subsection{Erster Punkt}
	\end{teilb}
		
	\addsec{
		Literaturverzeichnis}
		
	\begin{anhang}
	 %\externesDokumentMehrseitig
	 %	{ab.pdf}
	\end{anhang}
 \end{document}