Previous Up Next

Anhang A Meine weiteren Dateien

A.1 Meine Style-Dateien

A.1.1 Meine schule.sty Datei

 schule-sty.sty 
1 % 2 %%%%%%%%%%%%%%%%%%%%%% 3 % Style-Datei fuer die Schule 4 % Xenia Rendtel 5 % Letzte Aenderung: 19.01.2009 6 %%%%%%%%%%%%%%%%%%%%%% 7 8 9 \NeedsTeXFormat{LaTeX2e}[1996/06/01] 10 \ProvidesPackage{schule} 11 12 \usepackage{ntheorem} 13 \usepackage{amsmath,amssymb,amscd} 14 \usepackage{shadethm,ziffer,gauss,polynom,moreverb} 15 \usepackage[loose,nice]{units} % Einheiten 16 \usepackage{array,longtable,colortbl,multirow,hhline,tabularx,multicol,xcolor} 17 \usepackage[german]{rccol} 18 \usepackage{lscape,ulem,calc,rotating,eso-pic} 19 \usepackage[all]{xy} % xy-pic Umgebung fuer einfache Bilder 20 \usepackage{color,wasysym} 21 22 \usepackage[bookmarks=true,bookmarksnumbered=true,bookmarksopen=true, 23 colorlinks=true,filecolor=black,linkcolor=black,urlcolor=black, 24 citecolor=black,hypertexnames=false]{hyperref} 25 \graphicspath{{/home/xenia/Schule/}{/home/xenia/Schule/Bilder/}} 26 27 28 \newcommand{\schuleloesungbegin}{\comment} 29 \newcommand{\schuleloesungend}{\endcomment} 30 \newcommand{\bilderbegin}{\comment} 31 \newcommand{\bilderend}{\endcomment} 32 \newcommand{\schuleveroffenbegin}{\comment} 33 \newcommand{\schuleveroffenend}{\endcomment} 34 \newcommand{\druckbegin}{\comment} 35 \newcommand{\druckend}{\endcomment} 36 \newcommand{\duplexbegin}{\comment} 37 \newcommand{\duplexend}{\endcomment} 38 39 \renewcommand{\normalfont}{\sffamily} 40 41 %% neue Zaehler 42 \newcounter{klausur} 43 \newcounter{wievieleseiten} 44 \newcounter{notiz} 45 \newcounter{merkblatt} 46 \newcounter{arbeit} 47 \newcounter{folien} 48 \newcounter{savepagenum} 49 \newcounter{planung} 50 \newcounter{nr} 51 \newcounter{stunde} 52 \newcounter{ab} 53 \newcounter{mb} 54 \newcounter{fo} 55 \newcounter{ga} 56 \newcounter{st} 57 \newcounter{kl} 58 \newcounter{punkte} 59 \newcounter{nrmc} 60 \newcounter{heft} 61 \newcounter{blatt} 62 \newcounter{nummer} 63 \newcommand{\klasse}{} 64 \newcommand{\thema}{} 65 \newcommand{\fach}{} 66 \newcommand{\stunde}{} 67 68 \newif\ifnetzv 69 \netzvfalse 70 71 72 \newif\ifdruck 73 \druckfalse 74 \newif\ifduplex 75 \duplexfalse 76 77 \newif\ifplanung 78 \planungfalse 79 80 81 \newcounter{seite} 82 83 \newcommand{\eintrag}[2][section]{\addcontentsline{toc}{#1}{#2}} 84 \DeclareOption{loesungen}{ \renewcommand{\schuleloesungbegin}{} 85 \renewcommand{\schuleloesungend}{} } 86 87 \DeclareOption{bilder}{ \renewcommand{\bilderbegin}{} 88 \renewcommand{\bilderend}{} } 89 90 \DeclareOption{druck}{ \drucktrue \renewcommand{\druckbegin}{} 91 \renewcommand{\druckend}{} } 92 93 \DeclareOption{duplex}{ \duplextrue \renewcommand{\duplexbegin}{} 94 \renewcommand{\duplexend}{} } 95 96 \DeclareOption{nichtoffen} { \netzvtrue \renewcommand{\schuleveroffenbegin}{} 97 \renewcommand{\schuleveroffenend}{} } \ProcessOptions 98 99 \ifdruck\newcommand{\drucken}[1]{#1} \else\newcommand{\drucken}[1]{} \fi 100 \ifduplex\newcommand{\duplex}[1]{#1} \else\newcommand{\duplex}[1]{} \fi 101 \ifdruck\newcommand{\inhalt}[1]{} \else\newcommand{\inhalt}[1]{#1} \fi 102 103 \ifnetzv\newcommand{\offen}[1]{#1} \else\newcommand{\offen}[1]{} \fi 104 105 \newcommand{\bild}[2][]{ \offen{ \includegraphics[#1]{#2}} } 106 107 \newcommand{\nr}[1][]{ \thenr\stepcounter{nr} } 108 \newcommand{\no}[1][]{\textbf{\nr}} 109 110 \newcommand{\countersetzen}[1][]{ \setcounter{savepagenum}{\theseite} 111 \setcounter{seite}{1} \setcounter{equation}{0} \setcounter{figure}{0} 112 \setcounter{section}{0} \setcounter{auftragz}{0} \setcounter{uebungz}{0} 113 \setcounter{aufgabez}{0} 114 \setcounter{beispielz}{0} \setcounter{defiz}{0} \setcounter{lsgz}{0} 115 \setcounter{satzz}{0} \setcounter{nr}{1} \setcounter{equation}{0} 116 \setcounter{punkte}{0} \setcounter{versuchz}{0} \setcounter{aufgabenpkt}{1} 117 \setcounter{versuchz}{0} \setcounter{geraetez}{0} 118 \setcounter{durchfuehrungz}{0} \setcounter{auswertungz}{0} 119 \setcounter{table}{0} \setcounter{figure}{0} \setcounter{wievieleseiten}{1} 120 } 121 122 \newcommand{\nomc}[1][]{ \stepcounter{nrmc}\textbf{\thenrmc.} } 123 \newenvironment{nichtoffen}[1]{ \schuleveroffenbegin}{ \schuleveroffenend } 124 \newenvironment{loesung}[1]{ \schuleloesungbegin}{ \schuleloesungend } 125 126 %% Die Generalumgebung fuer meine Arbeitsblaetter 127 128 \newcommand{\arbeitsblattumgebung}[8][\today]{ 129 \countersetzen 130 131 \pagestyle{plain} #8 \ClearShipoutPicture \AddToShipoutPicture{ 132 \ifthenelse{\isodd{\value{seite}}}{ \thicklines 133 \put(55,52){\framebox(485,707){}} \put(55,760){{\framebox(345,22)[l]{ 134 \sffamily\bfseries #3 }}} \put(401,760){{\framebox(139,22)[l]{ 135 \sffamily\bfseries \Large #4 #6 \hfill \klasse \quad ~}}} 136 137 \put(46,52){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny Rendtel, 138 #1}}} 139 \put(545,540){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries 140 #2}}} 141 142 \put(545,104){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries #5 143 \quad S. \theseite}}} \addtocounter{seite}{1} 144 \put(545,76){\includegraphics[height=20pt]{Bilder/#7}} } { \thicklines 145 \put(55,52){\framebox(485,707){}} \put(55,760){{\framebox(345,22)[l]{ 146 \sffamily\bfseries #3 }}} \put(401,760){{\framebox(139,22)[l]{ 147 \sffamily\bfseries \Large #4 #6 \hfill \klasse \quad ~}}} 148 \put(542,152){\rotatebox{270}{\makebox(100,7)[r]{\sffamily \tiny 149 Rendtel, #1}}} 150 \put(30,729){\rotatebox{270}{\makebox(184,22)[l]{\sffamily\bfseries 151 #2}}} 152 \put(30,204){\rotatebox{270}{\makebox(100,22)[r]{\sffamily\bfseries #5 153 \quad S. \theseite}}} \addtocounter{seite}{1} 154 \put(30,76){\includegraphics[height=20pt]{Bilder/#7}} } 155 \inhalt{\put(55,29){{\makebox(485,22)[c]{ \normalsize \thepage }}}} } #8 } 156 157 % Fuer DIN-A5 158 \newcommand{\arbeitsblattumgebungklein}[8][\today]{ \newpage \countersetzen 159 \pagestyle{plain} \ClearShipoutPicture \AddToShipoutPicture{ 160 \renewcommand{\headrulewidth}{0.0pt} \renewcommand{\footrulewidth}{0.0pt} 161 \ifthenelse{\isodd{\value{seite}}}{ \thicklines 162 \put(55,52){\framebox(485,330){}} \put(55,360){{\framebox(345,22)[l]{ 163 \sffamily\bfseries \normalsize #3 }}} 164 \put(401,360){{\framebox(139,22)[l]{ \sffamily\bfseries \Large #4 #6 165 \hfill \klasse \quad ~}}} 166 \put(47,62){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny Rendtel, 167 #1}}} 168 \put(545,94){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries 169 \normalsize #5}}} 170 \put(545,162){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries 171 \small #2}}} 172 \put(545,72){\includegraphics[height=20pt]{Bilder/#7}} } { 173 \put(55,52){\framebox(485,330){}} \put(55,360){{\framebox(345,22)[l]{ 174 \sffamily\bfseries \normalsize #3 }}} 175 \put(401,360){{\framebox(139,22)[l]{ \sffamily\bfseries \Large #4 #6 176 \hfill \klasse \quad ~}}} 177 178 \put(47,62){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny 179 Rendtel, #1}}} 180 \put(545,94){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries 181 \normalsize 182 #5}}} 183 \put(545,162){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries 184 \small #2}}} 185 \put(545,72){\includegraphics[height=20pt]{Bilder/#7}} } 186 #8 187 } 188 } 189 190 \newcommand{\heftumgebung}[8][\today]{ 191 \countersetzen \pagestyle{plain} #8 \ClearShipoutPicture 192 \AddToShipoutPicture{ 193 194 \thicklines \put(55,52){\framebox(485,707){}} 195 \put(55,760){{\framebox(485,22)[#4]{ \sffamily\bfseries #3 }}} 196 \put(46,52){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny Rendtel, 197 #1}}} 198 \put(545,540){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries #2}}} 199 \put(545,104){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries #5 }}} 200 \addtocounter{seite}{1} 201 \put(545,76){\includegraphics[height=20pt]{Bilder/#7}} 202 \inhalt{\put(55,29){{\makebox(485,22)[c]{ \normalsize \thepage }}}} } #8 } 203 204 \newcommand{\heftumgebungkaro}[8][\today]{ \countersetzen \pagestyle{plain} #8 205 \ClearShipoutPicture \AddToShipoutPicture{ 206 \put(54,50){\includegraphics[height=25cm]{Bilder/karo.png}} \thicklines 207 \put(55,52){\framebox(485,707){}} \put(55,760){{\framebox(485,22)[#4]{ 208 \sffamily\bfseries #3 }}} 209 \put(46,52){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny Rendtel, 210 #1}}} 211 \put(545,540){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries #2}}} 212 \put(545,104){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries #5 }}} 213 \addtocounter{seite}{1} 214 \put(545,76){\includegraphics[height=20pt]{Bilder/#7}} 215 \inhalt{\put(55,29){{\makebox(485,22)[c]{ \normalsize \thepage }}}} } #8 } 216 217 218 \newcommand{\heftumgebungweiss}[8][\today]{ 219 \countersetzen \pagestyle{plain} #8 \ClearShipoutPicture 220 \AddToShipoutPicture{ 221 \thicklines 222 \put(55,760){{\makebox(485,22)[#4]{ \sffamily\bfseries #3 }}} 223 \put(46,52){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny }}} 224 \put(545,540){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries #2}}} 225 \put(545,104){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries #5 }}} 226 \addtocounter{seite}{1} 227 \put(545,76){\includegraphics[height=20pt]{Bilder/#7}} 228 \inhalt{\put(55,29){{\makebox(485,22)[c]{ \normalsize \thepage }}}} } #8 } 229 230 231 \newcommand{\heftumgebungklein}[8][\today]{ \countersetzen \pagestyle{plain} 232 #8 \ClearShipoutPicture \AddToShipoutPicture{ \thicklines 233 \put(55,52){\framebox(485,330){}} \put(55,360){{\framebox(485,22)[#4]{ 234 \sffamily\bfseries #3 }}} 235 236 \put(47,62){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny Rendtel, 237 #1}}} 238 239 \put(545,94){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries 240 \normalsize #5}}} 241 \put(545,162){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries \small 242 #2}}} \put(545,72){\includegraphics[height=20pt]{Bilder/#7}} } #8 } 243 244 245 \newcommand{\heftumgebungkleinweiss}[8][\today]{ 246 247 \countersetzen \pagestyle{plain} #8 \ClearShipoutPicture 248 \AddToShipoutPicture{ 249 250 \thicklines 251 252 \put(55,52){\makebox(485,330){}} \put(55,360){{\makebox(485,22)[#4]{ 253 \sffamily\bfseries #3 }}} 254 255 \put(47,62){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny Rendtel, 256 #1}}} 257 258 \put(545,94){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries 259 \normalsize #5}}} 260 \put(545,162){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries \small 261 #2}}} \put(545,72){\includegraphics[height=20pt]{Bilder/#7}} } #8 } 262 263 264 \newenvironment{arbeitsblattalt}[4][\today] { \addtocounter{ab}{1} 265 \eintrag{Arbeitsblatt #4: #3} 266 267 \arbeitsblattumgebung[#1]{ \normalsize{#2}}{ \large{#3}}{ \Large{#4}}{ 268 \normalsize{AB}}{ \Large{A}}{edit.png}{\normalsize} 269 \setcounter{section}{#4} \setcounter{blatt}{#4} \setcounter{subsection}{0} } 270 { 271 272 \clearpage \ClearShipoutPicture \duplex{\cleardoublepage} \normalsize } 273 274 275 \newenvironment{arbeitsblatt}[4][\today] { 276 \addtocounter{ab}{1} 277 \eintrag{Arbeitsblatt: #3} 278 \heftumgebung[#1]{ \normalsize{#2}}{\large{#3}}{c}{ 279 \normalsize{Arbeitsblatt} \quad S. \thepage}{}{edit.png}{\normalsize} } { \thispagestyle{empty} 280 \clearpage \ClearShipoutPicture } 281 282 \newenvironment{arbeitsblattloesung}[4][\today] { \heftumgebung[#1]{ 283 \normalsize{#2}}{\large{#3 - L\"osung}}{c}{ 284 \normalsize{Arbeitsblattl\"osung} \quad 285 S. \thepage}{}{edit.png}{\normalsize} \schuleloesungbegin } { 286 \thispagestyle{empty} \clearpage \schuleloesungend \ClearShipoutPicture } 287 288 289 \newenvironment{versuch}[4][\today] { \addtocounter{ab}{1} \eintrag{Experiment: #3} 290 \heftumgebung[#1]{ \normalsize{#2}}{\large{#3}}{c}{ 291 \normalsize{Experiment} \quad S. \thepage}{}{edit.png}{\normalsize} } { \thispagestyle{empty} 292 \clearpage \ClearShipoutPicture } 293 294 295 296 297 %%%%%%%%%%%%%%%%%%%%%% 298 % Ein kleines 299 % Arbeitsblatt (A5 quer) mit Loesung 300 %%%%%%%%%%%%%%%%%%%%% 301 302 303 \newenvironment{arbeitsblattklein}[4][\today] { \addtocounter{ab}{1} 304 \heftumgebungklein[#1]{ \normalsize{#2}}{\large{#3}}{c}{ 305 \normalsize{Arbeitsblatt}}{}{edit.png}{\normalsize} } { 306 \thispagestyle{empty} \clearpage \ClearShipoutPicture } 307 308 309 310 311 \newenvironment{arbeitsblattkleinloesung}[4][\today] { \addtocounter{ab}{1} 312 \heftumgebungklein[#1]{ \normalsize{#2}}{\large{#3 - L\"osung}}{c}{ 313 \normalsize{Arbeitsblattl\"osung}}{}{edit.png}{\normalsize} 314 \schuleloesungbegin } { \thispagestyle{empty} \clearpage \schuleloesungend 315 \ClearShipoutPicture } 316 317 %%%%%%%%%%%%%%%%%%%%%% 318 % Ein Merkblatt in 319 % A4 und A5 quer 320 %%%%%%%%%%%%%%%%%%%%% 321 322 323 324 325 \newenvironment{merkblatt}[4][\today] { \addtocounter{mb}{1} \eintrag{Merkblatt: #3} 326 \heftumgebung[#1]{ \normalsize{#2}}{\large{#3}}{c}{ 327 \normalsize{Merkblatt} \quad S. \thepage}{}{merk.pdf}{\normalsize} } { \thispagestyle{empty} 328 \clearpage \ClearShipoutPicture } 329 330 331 332 \newenvironment{merkblattklein}[4][\today] { \addtocounter{mb}{1} 333 \eintrag{Merkblatt #4: #3} \arbeitsblattumgebungklein[#1]{ \normalsize{#2}}{ 334 \large{#3}}{ \Large{#4}}{ \normalsize{Merkblatt}}{ 335 \Large{M}}{merk.pdf}{\normalsize} \setcounter{section}{#4} 336 \setcounter{subsection}{0} } { \thispagestyle{empty} \clearpage 337 \ClearShipoutPicture \duplex{\cleardoublepage} } 338 339 %%%%%%%%%%%%%%%%%%%%% 340 % Folien in A4 und 341 % A5 quer 342 %%%%%%%%%%%%%%%%%%%%% 343 344 \newenvironment{folie}[4][\today] { \addtocounter{fo}{1} \eintrag{Folie: #3} 345 \heftumgebung[#1]{ \normalsize{#2}}{\large{#3}}{c}{ 346 \normalsize{Folie}}{}{folie.png}{\LARGE} } { \thispagestyle{empty} 347 \clearpage \ClearShipoutPicture } 348 349 \newenvironment{folieloesung}[4][\today] { \eintrag{Foliel\"osung: #3} 350 \heftumgebung[#1]{ \normalsize{#2}}{\large{#3}}{c}{ 351 \normalsize{Foliel\"osung}}{}{folie.png}{\LARGE} \schuleloesungbegin } { 352 \thispagestyle{empty} \clearpage \schuleloesungend \ClearShipoutPicture 353 354 } 355 356 \newenvironment{folieklein}[4][\today] { \addtocounter{fo}{1} 357 \heftumgebungklein[#1]{ \normalsize{#2}}{\large{#3}}{c}{ 358 \normalsize{Folie}}{}{folie.png}{\LARGE} } { \thispagestyle{empty} 359 \clearpage \ClearShipoutPicture } 360 361 %%%%%%%%%%%%%%%%%%%%%% Auf ein A4 Blatt 362 % wird eine A5 Folie eingefuegt 363 %%%%%%%%%%%%%%%%%%%%% 364 365 \newcommand{\foliebildein}[2]{ \newpage \thispagestyle{empty} \mbox{} 366 \ClearShipoutPicture \AddToShipoutPicture{ 367 \put(0,421){\includegraphics[page=#2,scale=1]{#1}} 368 \inhalt{\put(55,29){{\makebox(485,22)[c]{ \thepage }}}} } \newpage 369 \ClearShipoutPicture 370 371 } 372 373 %%%%%%%%%%%%%%%%%%%%% 374 % Auf ein A4 Blatt 375 % werden zwei A5 Folie eingefuegt 376 %%%%%%%%%%%%%%%%%%%%% 377 378 \newcommand{\foliebildzwei}[4]{ \newpage \thispagestyle{empty} \mbox{} 379 \ClearShipoutPicture \AddToShipoutPicture{ 380 \put(0,421){\includegraphics[page=#2,scale=1]{#1}} 381 \put(0,0){\includegraphics[page=#4,scale=1]{#3}} 382 \inhalt{\put(55,29){{\makebox(485,22)[c]{ \thepage }}}} } \newpage 383 \ClearShipoutPicture } 384 385 %%%%%%%%%%%%%%%%%%%%% 386 % Auf ein A4 Blatt 387 % werden zwei A5 Arbeitsblaetter eingefuegt 388 %%%%%%%%%%%%%%%%%%%%% 389 390 \newcommand{\abklein}[2]{ \newpage \setcounter{section}{0} 391 \thispagestyle{empty} \mbox{} \ClearShipoutPicture \AddToShipoutPicture{ 392 \put(0,421){\includegraphics[page=#2,scale=1]{#1}} 393 \put(0,0){\includegraphics[page=#2,scale=1]{#1}} 394 \inhalt{\put(55,29){{\makebox(485,22)[c]{ \thepage }}}} } \newpage 395 \ClearShipoutPicture \duplex{\cleardoublepage} } 396 397 %%%%%%%%%%%%%%%%%%%%% 398 % Stationenarbeit mit L\"osungen 399 %%%%%%%%%%%%%%%%%%%%% 400 401 \newenvironment{station}[4][\today] { 402 \addtocounter{ab}{1} 403 \eintrag{Arbeitsblatt: #3} 404 \heftumgebung[#1]{ \normalsize{#2}}{\large{#4 \quad #3}}{c}{ 405 \normalsize{Arbeitsblatt} \quad S. \thepage}{}{edit.png}{\normalsize} } { \thispagestyle{empty} 406 \clearpage \ClearShipoutPicture } 407 408 \newenvironment{stationloesung}[4][\today] { \heftumgebung[#1]{ 409 \normalsize{#2}}{\large{#4 \quad #3 - L\"osung}}{c}{ 410 \normalsize{Arbeitsblattl\"osung} \quad 411 S. \thepage}{}{edit.png}{\normalsize} \schuleloesungbegin } { 412 \thispagestyle{empty} \clearpage \schuleloesungend \ClearShipoutPicture } 413 414 415 \newenvironment{stationalt}[4][\today] { \addtocounter{st}{1} 416 \arbeitsblattumgebung[#1]{ \normalsize{#2}}{ \large{#3}}{ \Large{#4}}{ 417 \normalsize{Station}}{ \Large{S}}{station.png}{\normalsize} } { 418 \thispagestyle{empty} \clearpage \ClearShipoutPicture 419 \duplex{\cleardoublepage} \normalsize } 420 421 \newenvironment{stationloesungalt}[4][\today] { \countersetzen 422 \arbeitsblattumgebung[#1]{ \normalsize{#2}}{ \large{#3}}{ \Large{#4}}{ 423 \normalsize{Stationl\"osung}}{ \Large{S}}{station.png}{\normalsize} 424 425 \schuleloesungbegin }{ \clearpage \ClearShipoutPicture 426 \duplex{\cleardoublepage} \normalsize } 427 428 %%%%%%%%%%%%%%%%%%%%% 429 % Gruppenarbeit in A4 und A5 430 %%%%%%%%%%%%%%%%%%%%% 431 432 \newenvironment{gruppenarbeit}[4][\today] 433 { 434 \addtocounter{ga}{1} 435 \eintrag{Gruppenarbeit #4: #3} 436 \arbeitsblattumgebung[#1]{ \normalsize{#2}}{ \large{#3}}{}{ \normalsize{GA}}{ \Large{#4}}{station.png}{\normalsize} 437 438 }{ 439 \newpage 440 \setcounter{seite}{\thesavepagenum} 441 \ClearShipoutPicture \duplex{\cleardoublepage} 442 \pagestyle{fancyplain} 443 } 444 445 \newenvironment{gruppenarbeitloesung}[4][\today] 446 { 447 448 \arbeitsblattumgebung[#1]{ \normalsize{#2}}{ \large{#3}}{ }{ 449 \normalsize{Gruppenarbeit L\"osung}}{ 450 \Large{#4}}{station.png}{\normalsize} 451 452 \schuleloesungbegin }{ \newpage \schuleloesungend 453 \setcounter{seite}{\thesavepagenum} \ClearShipoutPicture 454 \duplex{\cleardoublepage} \thispagestyle{empty} } 455 456 \newenvironment{gruppenarbeitklein}[4][\today] 457 { 458 459 \addtocounter{ga}{1} \arbeitsblattumgebungklein[#1]{ \normalsize{#2}}{ 460 \large{#3}}{\Large{#4}}{ \normalsize{GA}}{ }{station.png}{\normalsize} 461 462 } { \thispagestyle{empty} \clearpage 463 464 \ClearShipoutPicture 465 466 } 467 468 %%%%%%%%%%%%%%%%%%%%% 469 % Informationsblatt 470 %%%%%%%%%%%%%%%%%%%%% 471 472 \newenvironment{info}[4][\today] 473 { 474 475 \arbeitsblattumgebung[#1]{ \normalsize{#2}}{ \large{#3}}{ \Large{#4}}{ 476 \normalsize{Info}}{ \Large{I}}{info.png}{\normalsize} }{ \newpage 477 \ClearShipoutPicture \duplex{\cleardoublepage} \pagestyle{fancyplain} } 478 479 %%%%%%%%%%%%%%%%%%%%% 480 % Weitere Notizen 481 %%%%%%%%%%%%%%%%%%%%% 482 483 \newenvironment{notiz}[4][\today] { \arbeitsblattumgebung[#1]{ 484 \normalsize{#2}}{ \large{#3}}{ \Large{#4}}{ \normalsize{Notiz}}{ 485 \Large{N}}{info.png}{\normalsize} \schuleloesungbegin }{ \newpage 486 \schuleloesungend \ClearShipoutPicture \cleardoublepage 487 \pagestyle{fancyplain} } 488 489 %%%%%%%%%%%%%%%%%%%%%% 490 % Arbeiten, Klausuren, Asas,... 491 %%%%%%%%%%%%%%%%%%%%%% 492 493 %%%%%%%%%%%%%%%%%%%%% 494 % Klausur, Klausurloesung und 495 % zwei Gruppen 496 %%%%%%%%%%%%%%%%%%%%% 497 498 499 \newenvironment{klausur}[4][\today] { 500 \setcounter{section}{0} 501 \setlength\leftmargini{0.5cm} 502 \addtocounter{kl}{1} \eintrag{Klausur: 503 #3} \heftumgebung[#1]{ \normalsize{}}{\large{#2, #3 \hfill 504 Name:\hspace{5cm}}}{l}{ \normalsize{Seite \thewievieleseiten} 505 \addtocounter{wievieleseiten}{1} }{}{weiss.png}{\normalsize} 506 \setcounter{subsection}{0} 507 508 } { \clearpage 509 510 \ClearShipoutPicture \duplex{\cleardoublepage} \normalsize } 511 512 513 \newenvironment{klausurkaro}[4][\today] { 514 \addtocounter{kl}{1} \eintrag{Klausur: 515 #3} \heftumgebungkaro[#1]{ \normalsize{}}{\large{#2, #3 \hfill 516 Name:\hspace{5cm}}}{l}{ \normalsize{Seite \thewievieleseiten} 517 \addtocounter{wievieleseiten}{1} }{}{weiss.png}{\normalsize} 518 \setcounter{section}{\thekl} \setcounter{subsection}{0} 519 520 } { \clearpage 521 522 \ClearShipoutPicture \duplex{\cleardoublepage} \normalsize } 523 524 525 \newenvironment{klausurloesung}[4][\today] { \addtocounter{kl}{1} 526 \eintrag{Klausur: #3} \heftumgebung[#1]{ \normalsize{}}{\large{#2, #3 \hfill 527 Name:\hspace{5cm}}}{l}{ \normalsize{L\"osung, Seite \thewievieleseiten} 528 \addtocounter{wievieleseiten}{1} }{}{weiss.png}{\normalsize} 529 \setcounter{section}{\thekl} \setcounter{subsection}{0} \schuleloesungbegin 530 }{ \newpage \schuleloesungend \setcounter{seite}{\thesavepagenum} 531 \ClearShipoutPicture \duplex{\cleardoublepage} 532 533 } 534 535 \newenvironment{klausura}[4][\today] { \addtocounter{kl}{1} \eintrag{Klausur: 536 #3} \heftumgebung[#1]{ \normalsize{}}{\large{A \quad #2, #3 \hfill 537 Name:\hspace{5cm}}}{l}{ \normalsize{Seite \thewievieleseiten} 538 \addtocounter{wievieleseiten}{1} }{}{weiss.png}{\normalsize} 539 \setcounter{section}{\thekl} \setcounter{subsection}{0} } { \clearpage 540 \ClearShipoutPicture \duplex{\cleardoublepage} \normalsize } 541 542 \newenvironment{klausuraloesung}[4][\today] { \addtocounter{kl}{1} 543 \eintrag{Klausur: #3} \heftumgebung[#1]{ \normalsize{}}{\large{A \quad #2, 544 #3 \hfill Name:\hspace{5cm}}}{l}{ \normalsize{L\"osung, Seite 545 \thewievieleseiten} \addtocounter{wievieleseiten}{1} 546 }{}{weiss.png}{\normalsize} \setcounter{section}{\thekl} 547 \setcounter{subsection}{0} \schuleloesungbegin }{ \newpage \schuleloesungend 548 \setcounter{seite}{\thesavepagenum} \ClearShipoutPicture 549 \duplex{\cleardoublepage} 550 551 } 552 553 554 555 \newenvironment{klausurb}[4][\today] { \addtocounter{kl}{1} \eintrag{Klausur: 556 #3} \heftumgebung[#1]{ \normalsize{}}{\large{B \quad #2, #3 \hfill 557 Name:\hspace{5cm}}}{l}{ \normalsize{Seite \thewievieleseiten} 558 \addtocounter{wievieleseiten}{1} }{}{weiss.png}{\normalsize} 559 \setcounter{section}{\thekl} \setcounter{subsection}{0} } { \clearpage 560 \ClearShipoutPicture \duplex{\cleardoublepage} \normalsize } 561 562 \newenvironment{klausurbloesung}[4][\today] { \addtocounter{kl}{1} 563 \eintrag{Klausur: #3} \heftumgebung[#1]{ \normalsize{}}{\large{B \quad #2, 564 #3 \hfill Name:\hspace{5cm}}}{l}{ \normalsize{L\"osung, Seite 565 \thewievieleseiten} \addtocounter{wievieleseiten}{1} 566 }{}{weiss.png}{\normalsize} \setcounter{section}{\thekl} 567 \setcounter{subsection}{0} \schuleloesungbegin }{ \newpage \schuleloesungend 568 \setcounter{seite}{\thesavepagenum} \ClearShipoutPicture 569 \duplex{\cleardoublepage} 570 571 } 572 573 574 %%%%%%%%%%%%%%%%%%%%% 575 % Mdl und schriftliche Pruefungen 576 %%%%%%%%%%%%%%%%%%%%% 577 578 \newenvironment{pruefung}[4][\today] { \addtocounter{kl}{1} 579 580 \countersetzen \setcounter{savepagenum}{\theseite} \setcounter{seite}{1} 581 \pagestyle{plain} \ClearShipoutPicture \AddToShipoutPicture{ 582 \renewcommand{\headrulewidth}{0.0pt} \renewcommand{\footrulewidth}{0.0pt} 583 \thicklines \linethickness{1.5pt} \put(55,760){\line(1,0){485}} 584 585 \put(55,760){\rotatebox{0}{\makebox(485,15)[l]{\sffamily \footnotesize 586 #2 \hfill #4}}} 587 \eintrag{#4} 588 \put(55,760){\rotatebox{0}{\makebox(485,15)[c]{\sffamily\footnotesize 589 #3}}} 590 \addtocounter{seite}{1} 591 592 } 593 594 }{ \clearpage \setcounter{seite}{\thesavepagenum} \ClearShipoutPicture 595 \duplex{\cleardoublepage} \normalsize \pagestyle{fancyplain} } 596 597 %%%%%%%%%%%%%%%%%%%%% 598 % Pruefung fuer meine Schule 599 %%%%%%%%%%%%%%%%%%%%% 600 601 \newenvironment{pruefungmrg}[4][\today] { \addtocounter{kl}{1} 602 603 \countersetzen 604 605 \setcounter{savepagenum}{\theseite} \setcounter{seite}{1} \pagestyle{plain} 606 \ClearShipoutPicture \AddToShipoutPicture{ 607 \renewcommand{\headrulewidth}{0.0pt} \renewcommand{\footrulewidth}{0.0pt} 608 \thicklines \linethickness{1pt} 609 610 \put(55,760){\rotatebox{0}{\makebox(485,15)[l]{\sffamily \large \hfill 611 #4}}} \eintrag{#2} 612 \put(90,760){\rotatebox{0}{\makebox(485,15)[l]{\sffamily \large #3}}} 613 614 \put(42,757){\rotatebox{0}{\framebox(512,21)[l]{}}} 615 % \put(55,760){\rotatebox{0}{\framebox(485,15)[l]{}}} 616 \put(55,760){\rotatebox{0}{\makebox(485,15)[c]{\sffamily\large #2}}} 617 % \put(58,755){\includegraphics[height=1cm]{Bilder/mrg.png}} 618 \put(50,754){\includegraphics[height=1cm]{Bilder/mrg-neu.png}} 619 \addtocounter{seite}{1} 620 621 } 622 623 }{ \clearpage \setcounter{seite}{\thesavepagenum} \ClearShipoutPicture 624 \duplex{\cleardoublepage} \normalsize \pagestyle{fancyplain} } 625 626 627 %%% Tabellen fuer Pruefungen mit Anforderungsbereichen 628 629 \newenvironment{prtabelle}[1]{ 630 631 \begin{center} 632 \begin{longtable} 633 {|p{0.4cm}|p{0.75\linewidth}|p{0.1cm}|p{0.1cm}|p{0.1cm}|} \hline 634 \multicolumn{1}{|C|}{} & \multicolumn{1}{C|}{} & 635 \multicolumn{3}{C|}{\tiny \textbf{Zuordnungen}} \\ 636 \multicolumn{1}{|C|}{\small \textbf{Nr.}} & \multicolumn{1}{C|}{\small 637 \textbf{Anmerkungen}} & \multicolumn{3}{C|}{ \tiny \textbf{zu den AB}} 638 \\ \cline{3-5} \multicolumn{1}{|C|}{} & \multicolumn{1}{C|}{} & 639 \multicolumn{1}{C|}{\small \textbf{I}} & \multicolumn{1}{C|}{\small 640 \textbf{II}} & 641 \multicolumn{1}{C|}{\small \textbf{III}} \\ 642 \hline 643 \endhead 644 645 \endfoot 646 #1 } { 647 \end{longtable} 648 649 \end{center} 650 } 651 652 \newcommand{\prtabeintrag}[5]{ \small{#1} & #5 & 653 \multicolumn{1}{c|}{\small{#2}} & \multicolumn{1}{c|}{\small{#3}} & 654 \multicolumn{1}{c|}{\small{#4}} \\ 655 \hline } 656 657 \newcommand{\prtabeintragr}[5]{ \small{#1} & \multicolumn{1}{r|}{\textbf{#5}} 658 & \multicolumn{1}{c|}{\small{\textbf{#2}}} & 659 \multicolumn{1}{c|}{\small{\textbf{#3}}} & 660 \multicolumn{1}{c|}{\small{\textbf{#4}}} \\ 661 \hline } 662 663 \newcommand{\prtabeintragol}[5]{ \small{#1} & #5 & 664 \multicolumn{1}{c|}{\small{#2}} & \multicolumn{1}{c|}{\small{#3}} & 665 \multicolumn{1}{c|}{\small{#4}} \\ 666 } 667 668 669 %%% Tabelle fuer eine Klausur 670 671 \newenvironment{ktabelle}[1]{ 672 \begin{center} 673 \setlength{\extrarowheight}{0.15cm} 674 \begin{longtable}{|lp{0.83\linewidth}|p{0.06\linewidth}|} 675 \hline 676 \endhead 677 \hline 678 \endfoot 679 #1 680 } 681 { 682 \end{longtable} 683 \end{center} 684 } 685 686 \newcommand{\ktabeintrag}[3][\no]{ \textbf{#1} & #3 & 687 \hfill{\textbf{\Large{#2}}} \\ \hline } 688 689 \newcommand{\ktabeintragol}[3][\no]{ 690 \textbf{#1} & #3 & \hfill{\textbf{\Large{#2}}} \\ 691 } 692 693 \newcommand{\ktabeintragr}[3]{ \textbf{#1} & \multicolumn{1}{r|}{#3} & 694 \hfill{\textbf{\Large{#2}}} \\ \hline } 695 696 \newcommand{\ktab}[1]{ \multicolumn{3}{|p{0.95\linewidth}|}{#1} \\ \hline } 697 698 699 %%% Tabelle fuer MC-Aufgaben 700 701 \newenvironment{mctabelle}[1]{ \setcounter{nrmc}{0} 702 \begin{center} 703 704 \setlength{\extrarowheight}{0.2cm} 705 \begin{longtable}{|c|p{0.27\linewidth}|p{0.1\linewidth}|p{0.1\linewidth}|p{0.1\linewidth}|p{0.08\linewidth}|c|} 706 \hline 707 & {\small \textbf{Aufgabe}} & {\small \textbf{A}} & {\small \textbf{B}} & 708 {\small \textbf{C}} & {\small \textbf{D}} & {\footnotesize \textbf{L\"osung}} 709 \\ 710 \hline 711 \endhead 712 \hline 713 \endfoot 714 #1 715 } 716 { 717 \end{longtable} 718 \end{center} 719 } 720 721 \newcommand{\mceintrag}[6][\nomc]{ \small{#1} & \small{#2} & \small{#3} & 722 \small{#4} & \small{#5} & \small{#6} & \\ \hline } 723 724 725 %%% Punktberechnungen 726 727 \newcommand{\summe}[1][]{ \thepunkte } 728 \newcommand{\addpkt}[1][]{\addtocounter{punkte}{#1} #1 } 729 \newcommand{\subpkt}[1][]{ \addtocounter{punkte}{-#1} } 730 \newcommand{\pkt}[1][]{ #1 } 731 732 \newcounter{aufgabenpkt} 733 734 % \setleftmargin{0cm} 735 \newcommand{\itempkt}[2][\theaufgabenpkt. Aufgabe \stepcounter{aufgabenpkt}]{ 736 \medskip 737 \item[\textbf{#1:}] \hfill {\large{\textbf{\addpkt[#2] P. \newline }}}} 738 739 740 \newcommand{\itempkte}[2][0]{ 741 \item #2 \hfill {\large{\textbf{\addpkt[#1] P. \newline }}}} 742 743 744 \newcommand{\zusatz}[2][Zusatzaufgabe]{ 745 \medskip 746 \setlength{\parindent}{0pt} 747 \item[\textbf{#1:}] \hfill {\large{\textbf{ / #2 \newline }}}} 748 749 750 \newcommand{\gesamt}[1][Gesamtpunktzahl:]{ 751 \smallskip 752 753 \hfill \large{\textbf{ 754 #1 \hspace{3cm} \summe[] P.} \newline} 755 } 756 757 758 759 760 \newcommand{\form}[2][Form:]{ 761 \hfill \large{\textbf{#1 \hspace{3cm} \addpkt[#2] P.}} \newline} 762 763 %% Platz zum Schreiben 764 765 \newcommand{\platz}[1]{ 766 ~ 767 \vspace{#1} 768 769 ~ 770 } 771 772 773 774 %%% Verschiedenes fuer Pruefungen 775 776 \newcommand{\hilfe}[1][]{ 777 \vfill 778 779 \begin{tabular}{lr} 780 \textbf{Hilfsmittel:} & Taschenrechner und Formelblatt \\ 781 \textbf{Vorbereitungszeit:} & 30 Minuten 782 \end{tabular} 783 784 \newpage 785 } 786 787 788 \newcommand{\hilfeabi}[1][]{ 789 \vfill 790 791 \begin{tabular}{lr} 792 \textbf{Hilfsmittel:} & Taschenrechner und Formelsammlung \\ 793 \textbf{Vorbereitungszeit:} & 30 Minuten 794 \end{tabular} 795 796 \newpage 797 } 798 799 800 \newcommand{\hilfeof}[1][]{ \vfill 801 802 \paragraph{Hilfsmittel:} 803 Taschenrechner 804 805 \paragraph{Vorbereitungszeit:} 806 807 30 Minuten 808 \newpage 809 } 810 811 \newcommand{\hilfeohne}[1][]{ \vfill 812 813 \paragraph{Hilfsmittel:} 814 Taschenrechner; Formelsammlung 815 \newpage 816 } 817 818 \newcommand{\aus}[1][]{ \vfill { \tiny \hfill Aus: \tiny{#1}} 819 820 } 821 822 \newcommand{\nach}[1][]{ 823 \vfill 824 { \tiny \hfill Nach: \tiny{#1}} 825 826 } 827 828 \newcommand{\bildchenarbeitnote}[2][]{ \bilderbegin \vfill 829 \includegraphics[#1]{#2} \textbf{Viel Erfolg!} 830 \hfill \begin{tabular}{l|p{1.5cm}|} \cline{2-2} 831 \textbf{Note:} & \\ 832 & \\ \cline{2-2} 833 \end{tabular} 834 \bilderend 835 } 836 837 \newcommand{\bildchenarbeitnoter}[2][width=0.25\linewidth]{ \bilderbegin 838 \vfill {\centering 839 \includegraphics[#1]{#2} \textbf{\textsl{Viel Erfolg!}} 840 \hfill \begin{tabular}{l|p{1.5cm}|} \cline{2-2} 841 \textbf{Note:} & \\ 842 & \\ \cline{2-2} 843 \end{tabular}} 844 \bilderend 845 } 846 847 \newcommand{\notearbeit}[1][Viel Erfolg!]{ \bilderbegin \vfill 848 849 \begin{minipage}[c]{0.3\linewidth} 850 \textbf{#1} 851 \end{minipage} \hfill 852 \begin{minipage}[c]{0.2\linewidth} 853 \begin{tabular}{l|p{1.5cm}|} 854 \cline{2-2} 855 \textbf{Note:} & \\ 856 & \\ \cline{2-2} 857 \end{tabular} 858 \end{minipage} 859 860 \bilderend 861 } 862 863 864 865 %%%%%%%%%%%%%%%%%%%%%% 866 % Verschiedenes 867 %%%%%%%%%%%%%%%%%%%%%% 868 869 \newenvironment{fragebogen}[4][\today] { \setcounter{savepagenum}{\theseite} 870 \setcounter{seite}{1} \pagestyle{plain} \ClearShipoutPicture 871 \AddToShipoutPicture{ \renewcommand{\headrulewidth}{0.0pt} 872 \renewcommand{\footrulewidth}{0.0pt} \ifthenelse{\isodd{\value{seite}}}{ 873 \thicklines \put(55,52){\framebox(485,707){}} 874 \put(55,760){{\framebox(345,22)[l]{ \sffamily\bfseries #3 }}} 875 \put(401,760){{\framebox(139,22)[l]{ \sffamily\bfseries \Large #4 }}} 876 \put(46,52){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny Rendtel, 877 #1}}} 878 879 \put(545,540){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries 880 #2}}} 881 \put(545,104){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries 882 Fragebogen}}} 883 \put(545,76){\includegraphics[height=20pt]{Bilder/frage.png}} 884 885 } { \thicklines \put(55,52){\framebox(485,707){}} 886 \put(55,760){{\framebox(345,22)[l]{ \sffamily\bfseries #3 }}} 887 \put(401,760){{\framebox(139,22)[l]{ \sffamily\bfseries \Large #4 }}} 888 \put(542,152){\rotatebox{270}{\makebox(100,7)[r]{\sffamily \tiny 889 Rendtel, #1}}} 890 891 \put(30,729){\rotatebox{270}{\makebox(184,22)[l]{\sffamily\bfseries 892 #2}}} 893 \put(30,204){\rotatebox{270}{\makebox(100,22)[r]{\sffamily\bfseries 894 Fragebogen}}} 895 \put(30,76){\includegraphics[height=20pt]{Bilder/frage.png}} 896 897 } 898 } 899 900 } { \thispagestyle{empty} \clearpage \ClearShipoutPicture \cleardoublepage 901 902 } 903 904 \newenvironment{fragen}[3][Rendtel] {\newpage \setcounter{figure}{0} 905 \setcounter{savepagenum}{\theseite} \pagestyle{plain} \small{Stunde {#2} 906 \hspace{1cm} {#1} \hspace{1cm} Datum: {#3}} \LARGE \vspace{0.1cm} 907 }{\newpage \normalsize 908 % \setcounter{page}{\thesavepagenum} 909 } 910 911 \newcommand{\bildchen}[2][]{ \bilderbegin 912 \begin{center} 913 \includegraphics[#1]{#2} 914 \end{center} 915 \bilderend 916 } 917 918 \newcommand{\bildchenarbeit}[2][]{ \bilderbegin \vfill 919 920 \begin{center} 921 \offen{\includegraphics[#1]{#2}} \textbf{Viel Erfolg!} 922 \end{center} 923 \bilderend 924 } 925 926 \newcommand{\bw}[1][]{ \vfill \hfill {\footnotesize 927 \shadowbox{\colorbox{white}{Bitte wenden...}} } \newpage } 928 929 930 %%% Bilder einfuegen ueber eine ganze Seite 931 932 \newcommand{\insertpdf}[2]{ \newpage \thispagestyle{empty} \mbox{} 933 \ClearShipoutPicture \AddToShipoutPicture{ \put(0,420){ 934 \parbox[c][\paperheight]{\paperwidth}{ 935 \vfill 936 \centering 937 \includegraphics[page=#2,scale=1]{#1} 938 } } } \newpage \ClearShipoutPicture \duplex{\cleardoublepage} } 939 940 \newcommand{\insertpng}[2][width=20cm]{ \newpage \thispagestyle{empty} \mbox{} 941 \ClearShipoutPicture \AddToShipoutPicture{ \put(0,420){ 942 \parbox[c][\paperheight]{\paperwidth}{ 943 \vfill 944 \centering 945 \includegraphics[#1]{#2} 946 } } } \newpage \ClearShipoutPicture } 947 948 \newcommand{\insertpdfgedreht}[2]{ \newpage \thispagestyle{empty} \mbox{} 949 \ClearShipoutPicture \AddToShipoutPicture{ \put(0,0){ 950 \parbox[b][\paperheight]{\paperwidth}{ 951 \vfill 952 \centering 953 \includegraphics[page=#2,scale=1,angle=90]{#1} 954 } } } \newpage \ClearShipoutPicture \duplex{\cleardoublepage} } 955 956 \newcommand{\insertpdfrot}[3]{ \newpage \thispagestyle{empty} \mbox{} 957 \ClearShipoutPicture \AddToShipoutPicture{ \put(0,0){ 958 \parbox[b][\paperheight]{\paperwidth}{ 959 \vfill 960 \centering 961 \includegraphics[page=#2,scale=1,angle=#3]{#1} 962 } } } \newpage \ClearShipoutPicture \cleardoublepage } 963 964 \newcommand{\stationbild}[4]{ \newpage \thispagestyle{empty} \mbox{} 965 \ClearShipoutPicture \AddToShipoutPicture{ 966 \put(0,421){\includegraphics[page=#2,scale=1]{#1}} 967 \put(0,0){\includegraphics[page=#4,scale=1]{#3}} } \newpage 968 \ClearShipoutPicture \duplex{\cleardoublepage} } 969 970 \newcommand{\insertbild}[2]{ \newpage \thispagestyle{empty} \mbox{} 971 \ClearShipoutPicture \AddToShipoutPicture{ \put(0,0){ 972 \parbox[b][\paperheight]{\paperwidth}{ \vfill \centering 973 \includegraphics[width=#2]{#1} 974 \vfill } } } \newpage \ClearShipoutPicture \duplex{\cleardoublepage} } 975 976 \newenvironment{uebersicht}[4][\today] { \setcounter{savepagenum}{\theseite} 977 \setcounter{seite}{1} \pagestyle{plain} \ClearShipoutPicture 978 \AddToShipoutPicture{ \renewcommand{\headrulewidth}{0.0pt} 979 \renewcommand{\footrulewidth}{0.0pt} \ifthenelse{\isodd{\value{seite}}}{ 980 \thicklines \put(55,52){\framebox(485,707){}} 981 \put(55,760){{\framebox(345,22)[l]{ \sffamily\bfseries #3 }}} 982 \put(401,760){{\framebox(139,22)[l]{ \sffamily\bfseries \Large #4 }}} 983 \put(46,52){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny Rendtel, 984 #1}}} 985 986 \put(545,540){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries 987 #2}}} 988 \put(545,104){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries 989 \"Ubersicht}}} 990 \put(545,76){\includegraphics[height=20pt]{Bilder/info.png}} 991 992 } { \thicklines \put(55,52){\framebox(485,707){}} 993 \put(55,760){{\framebox(345,22)[l]{ \sffamily\bfseries #3 }}} 994 \put(401,760){{\framebox(139,22)[l]{ \sffamily\bfseries \Large #4 }}} 995 \put(542,152){\rotatebox{270}{\makebox(100,7)[r]{\sffamily \tiny 996 Rendtel, #1}}} 997 998 \put(30,729){\rotatebox{270}{\makebox(184,22)[l]{\sffamily\bfseries 999 #2}}} 1000 \put(30,204){\rotatebox{270}{\makebox(100,22)[r]{\sffamily\bfseries 1001 \"Ubersicht}}} 1002 \put(30,76){\includegraphics[height=20pt]{Bilder/info.png}} } } } { 1003 \clearpage \ClearShipoutPicture \duplex{\cleardoublepage} \normalsize 1004 1005 } 1006 1007 \newenvironment{tafel}[1][Rendtel] {\newpage \setcounter{figure}{0}q 1008 \setcounter{savepagenum}{\theseite} \setcounter{seite}{1} \pagestyle{plain} 1009 \renewcommand{\headrulewidth}{0.0pt} \renewcommand{\footrulewidth}{0.0pt} 1010 \pagestyle{fancyplain} \lhead[]{} \chead{} \rhead[]{} \lfoot[]{} \cfoot{} 1011 \rfoot[]{} }{\newpage 1012 % \setcounter{page}{\thesavepagenum} 1013 \pagestyle{plain} 1014 } 1015 1016 \newenvironment{plakat}[5][\today] { \definecolor{ersatz}{rgb}{#5} 1017 \setcounter{savepagenum}{\theseite} \setcounter{seite}{1} \Huge 1018 \ClearShipoutPicture \AddToShipoutPicture{ 1019 \renewcommand{\headrulewidth}{0.0pt} \renewcommand{\footrulewidth}{0.0pt} 1020 \ifthenelse{\isodd{\value{seite}}}{ \thicklines 1021 \put(55,52){\framebox(485,707){}} 1022 \put(55,760){{\colorbox{ersatz}{\framebox(345,22)[l]{ \sffamily\bfseries 1023 \normalsize #3 }}}} 1024 \put(401,760){{\colorbox{ersatz}{\framebox(139,22)[l]{ 1025 \sffamily\bfseries \Large Gruppe #4 }}}} 1026 \put(46,52){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny Rendtel, 1027 #1}}} 1028 \put(545,540){\rotatebox{90}{\makebox(184,22)[r]{\sffamily\bfseries 1029 \normalsize #2}}} 1030 \put(545,104){\rotatebox{90}{\makebox(100,22)[l]{\sffamily\bfseries 1031 \normalsize Plakat}}} 1032 \put(545,76){\includegraphics[height=20pt]{Bilder/edit.png}} } { 1033 \thicklines \put(55,52){\framebox(485,707){}} 1034 \put(55,760){{\colorbox{ersatz}{\framebox(345,22)[l]{ \sffamily\bfseries 1035 \normalsize #3 }}}} 1036 \put(401,760){{\colorbox{ersatz}{\framebox(139,22)[l]{ 1037 \sffamily\bfseries \Large Gruppe #4 }}}} 1038 \put(542,152){\rotatebox{270}{\makebox(100,7)[r]{\sffamily \tiny 1039 Rendtel, #1}}} 1040 1041 \put(30,729){\rotatebox{270}{\makebox(184,22)[l]{\sffamily\bfseries 1042 \normalsize #2}}} 1043 \put(30,204){\rotatebox{270}{\makebox(100,22)[r]{\sffamily\bfseries 1044 \normalsize Plakat}}} 1045 \put(30,76){\includegraphics[height=20pt]{Bilder/edit.png}} } 1046 \inhalt{\put(55,29){{\makebox(485,22)[c]{ \normalsize \thepage }}}} } } { 1047 \thispagestyle{empty} \clearpage \ClearShipoutPicture } 1048 1049 \newcommand{\tafelbild}[3]{ \large \fbox{ 1050 \begin{minipage}[t][6cm]{0.23\linewidth} 1051 #1 1052 \end{minipage}} 1053 \fbox{ 1054 \begin{minipage}[t][6cm]{0.5\linewidth} 1055 #2 1056 \end{minipage}} 1057 \fbox{ 1058 \begin{minipage}[t][6cm]{0.23\linewidth} 1059 #3 1060 \end{minipage}} 1061 1062 } 1063 1064 \newenvironment{randlos}[4][\today] { \setcounter{savepagenum}{\theseite} 1065 \setcounter{seite}{1} \pagestyle{plain} 1066 1067 \ClearShipoutPicture \AddToShipoutPicture{ 1068 \renewcommand{\headrulewidth}{0.0pt} \renewcommand{\footrulewidth}{0.0pt} 1069 \ifthenelse{\isodd{\value{seite}}}{ \thicklines } { 1070 % \thicklines 1071 } 1072 } 1073 1074 } 1075 { 1076 1077 \thispagestyle{empty} \clearpage \ClearShipoutPicture 1078 \duplex{\cleardoublepage} \normalsize 1079 1080 } 1081 1082 \newenvironment{stationkarte}[4][\today] { 1083 1084 \arbeitsblattumgebungklein[#1]{ \normalsize{#2}}{ \large{#3}}{ \Large{#4}}{ 1085 \normalsize{Station}}{ \Large{S}}{station.png}{\normalsize} } { 1086 \thispagestyle{empty} \clearpage \ClearShipoutPicture \duplex{\cleardoublepage} \normalsize 1087 1088 } 1089 1090 \newenvironment{stationkarteloesung}[4][\today] { \arbeitsblattumgebungklein[#1]{ 1091 \normalsize{#2}}{ \large{#3}}{ \Large{#4}}{ \normalsize{Stationl\"osung}}{ 1092 \Large{S}}{station.png}{\normalsize} 1093 1094 \schuleloesungbegin } { \thispagestyle{empty} \clearpage \schuleloesungend 1095 1096 \ClearShipoutPicture \clearpage 1097 1098 } 1099 1100 1101 %%% Planungshilfen 1102 1103 \newenvironment{planungkaro}[6][\today]{ \addtocounter{stunde}{1} 1104 1105 1106 \addtocounter{secnumdepth}{1} \eintrag{\thestunde \quad #5} 1107 \setcounter{section}{\thestunde} \setcounter{subsection}{0} 1108 \ClearShipoutPicture \AddToShipoutPicture{ 1109 1110 \put(55,50){\includegraphics[height=25cm]{Bilder/karo.png}} 1111 \setcounter{seite}{1} \pagestyle{plain} 1112 1113 \addtocounter{planung}{1} \renewcommand{\headrulewidth}{0.0pt} 1114 \renewcommand{\footrulewidth}{0.0pt} 1115 1116 \thicklines \put(55,781){\framebox(150,40)[l]{ \hspace{0.2cm} 1117 \begin{tabular}{l} 1118 \sffamily {\bfseries Stundenplanung / Rl} \\ 1119 Fach: #2 1120 \end{tabular} 1121 }} \put(55,760){\framebox(150,20)[l]{ \hspace{0.2cm} 1122 \begin{tabular}{l} 1123 Klasse: #3 1124 \end{tabular} 1125 }} 1126 1127 1128 \put(55,50){\framebox(485,710){}} 1129 1130 1131 1132 \put(206,781){\framebox(334,40)[l]{ \hspace{0.2cm} 1133 1134 \begin{tabular}{rlrl} 1135 \sffamily {\bfseries Oberthema:} & \multicolumn{3}{l}{\sffamily {\bfseries #4}} \\ 1136 1137 \sffamily {\bfseries Stunde:} & \sffamily {\bfseries \thestunde} & 1138 \sffamily {\bfseries Datum:} & \sffamily {\bfseries #1} 1139 1140 \end{tabular} 1141 1142 }} 1143 1144 \put(206,760){\framebox(334,20)[l]{ \hspace{0.2cm} 1145 \sffamily { Thema: #5 1146 1147 } 1148 }} 1149 \put(46,52){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny 1150 Rendtel, #1}}} 1151 1152 \put(297,38){\texttt{\theplanung}} 1153 1154 1155 1156 \thispagestyle{empty} 1157 1158 } 1159 } { \thispagestyle{empty} \clearpage \ClearShipoutPicture 1160 \duplex{\cleardoublepage} 1161 1162 } 1163 1164 \newenvironment{planung}[6][\today]{ 1165 \section{#5} 1166 \label{sec:#5} 1167 \renewcommand{\stunde}{#5} } { \clearpage 1168 1169 } 1170 1171 1172 1173 1174 1175 %% Tabellen fuer eine Unterrichtsplanung 1176 1177 \newenvironment{ptabelle}[1]{ \setlength{\extrarowheight}{0.2cm} 1178 \renewcommand{\arraystretch}{1.1} 1179 1180 \begin{longtable}{|>{\footnotesize}p{0.11\linewidth}|p{0.65\linewidth}|>{\tiny}p{0.065\linewidth}|>{\tiny}p{0.05\linewidth}|} 1181 \hline 1182 1183 \rowcolor{grau} \textbf{\footnotesize Phase} & \textbf{\footnotesize 1184 Beschreibung} & \textbf{\footnotesize Me-thode} & 1185 \textbf{\footnotesize Me-dien} \\ 1186 \hline 1187 \endhead 1188 \hline 1189 \endfoot 1190 #1 1191 } 1192 { 1193 1194 \end{longtable} 1195 } 1196 1197 \newcommand{\ptabeintrag}[4]{ #1 & #2 & #3 & #4 \\ \hline } 1198 1199 \newcommand{\merke}[2][Merksatz]{ 1200 \subsection{#1} #2} 1201 1202 \newenvironment{planung2}[6][\today]{ \countersetzen \addtocounter{stunde}{1} 1203 \eintrag{Stunde \thestunde: #5} \ClearShipoutPicture \AddToShipoutPicture{ 1204 \setcounter{seite}{1} \pagestyle{plain} \addtocounter{planung}{1} 1205 \renewcommand{\headrulewidth}{0.0pt} \renewcommand{\footrulewidth}{0.0pt} 1206 1207 \thicklines \put(55,781){\framebox(150,40)[l]{ \hspace{0.2cm} 1208 \begin{tabular}{l} 1209 \sffamily {\bfseries Stundenplanung / Rl} \\ 1210 Fach: #2 1211 \end{tabular} 1212 }} 1213 \put(55,760){\framebox(150,20)[l]{ \hspace{0.2cm} 1214 \begin{tabular}{l} 1215 Klasse: #3 1216 \end{tabular} 1217 }} 1218 \put(55,52){\framebox(485,707){}} 1219 1220 \put(206,781){\framebox(334,40)[l]{ \hspace{0.2cm} 1221 1222 \begin{tabular}{rl} 1223 \sffamily {\bfseries Oberthema:} & \sffamily {\bfseries #4} \\ 1224 1225 \sffamily {\bfseries Stunde:} & \sffamily {\bfseries \thestunde} 1226 1227 \end{tabular} 1228 }} 1229 1230 \put(206,760){\framebox(334,20)[l]{ \hspace{0.2cm} 1231 \sffamily { Thema: #5 } }} 1232 \put(46,52){\rotatebox{90}{\makebox(100,7)[l]{\sffamily \tiny 1233 Rendtel, #1}}} 1234 \put(55,740){\framebox(44,19)[c]{ 1235 \scriptsize \sffamily {\bfseries Phase} 1236 }} 1237 \put(100,740){\framebox(349,19)[c]{ 1238 \scriptsize 1239 \sffamily {\bfseries Beschreibung} 1240 }} 1241 1242 \put(450,740){\framebox(90,19)[c]{ 1243 \scriptsize 1244 \sffamily {\bfseries Methode / Medien} 1245 1246 }} 1247 1248 \put(55,52){\framebox(44,687)[c]{ }} \put(100,52){\framebox(349,687)[c]{ 1249 }} 1250 1251 \put(450,52){\framebox(90,687)[c]{ }} 1252 1253 \put(297,40){\texttt{\theseite}} \addtocounter{seite}{1} 1254 1255 } \thispagestyle{empty} } { \thispagestyle{empty} \cleardoublepage 1256 \ClearShipoutPicture \cleardoublepage 1257 1258 } 1259 1260 1261 %%% Umgebungen fuer Hefte 1262 1263 \newenvironment{heft}[2][\today] { \addtocounter{heft}{1} \eintrag{\theheft 1264 \quad #2} \heftumgebung[#1]{\normalsize{}}{\large{\theheft \quad #2}}{c}{ 1265 \normalsize{}}{}{weiss.png}{} } { \thispagestyle{empty} \clearpage 1266 \ClearShipoutPicture 1267 1268 } 1269 1270 1271 \newenvironment{heftohne}[2][\today] { \addtocounter{heft}{1} 1272 \eintrag{\theheft \quad #2} \heftumgebung[#1]{\normalsize{}}{\large{ 1273 #2}}{c}{ \normalsize{}}{}{weiss.png}{} } { \thispagestyle{empty} 1274 \clearpage \ClearShipoutPicture 1275 1276 } 1277 1278 \newenvironment{heftohneweiss}[2][\today] { \addtocounter{heft}{1} 1279 \eintrag{\theheft \quad #2} \heftumgebungweiss[#1]{\normalsize{}}{\large{ 1280 #2}}{c}{ \normalsize{}}{}{weiss.png}{} } { \thispagestyle{empty} 1281 \clearpage \ClearShipoutPicture 1282 1283 } 1284 1285 \newenvironment{heftohneklein}[2][\today] { \addtocounter{heft}{1} 1286 \eintrag{\theheft \quad #2} \heftumgebungklein[#1]{\normalsize{}}{\large{ 1287 #2}}{c}{ \normalsize{}}{}{weiss.png}{} } { \thispagestyle{empty} 1288 \clearpage \ClearShipoutPicture 1289 1290 } 1291 1292 \newenvironment{heftohnekleinweiss}[2][\today] { \addtocounter{heft}{1} 1293 \eintrag{\theheft \quad #2} 1294 \heftumgebungkleinweiss[#1]{\normalsize{}}{\large{ #2}}{c}{ 1295 \normalsize{}}{}{weiss.png}{} } { \thispagestyle{empty} \clearpage 1296 \ClearShipoutPicture 1297 1298 } 1299 1300 \newenvironment{heftanhang}[2][\today] { \eintrag{\theheft \quad #2} 1301 \heftumgebung[#1]{\normalsize{}}{\large{\theheft \quad #2}}{c}{ 1302 \normalsize{}}{}{weiss.png}{} } { \thispagestyle{empty} \clearpage 1303 \ClearShipoutPicture } 1304 1305 \newenvironment{heftloesung}[2][\today] { \addtocounter{heft}{1} 1306 \eintrag{\theheft \quad #2} \heftumgebung[#1]{\normalsize{}}{\large{\theheft 1307 \quad #2}}{c}{ \normalsize{}}{}{weiss.png}{} } { \thispagestyle{empty} 1308 \clearpage \ClearShipoutPicture 1309 1310 } 1311 1312 1313 %%%%%%%%%%%%%%%%%% 1314 %%% Kaesten etc 1315 %%% 1316 1317 %% Farben werden definiert 1318 1319 1320 \definecolor{dunkelgrau}{gray}{0.75} 1321 \definecolor{hellgrau}{gray}{0.9} 1322 \definecolor{grau}{gray}{0.85} 1323 \definecolor{structureshaded}{gray}{0.75} 1324 \definecolor{gelb}{rgb}{1.0,1.0,0.7} 1325 \definecolor{dunkelgelb}{rgb}{1.0,0.9,0.2} 1326 \definecolor{hellgelb}{rgb}{1.0,1.0,0.9} 1327 \definecolor{alert}{rgb}{1,0,0} 1328 \definecolor{darkgreen}{rgb}{0.15,0.6,0.15} 1329 \definecolor{shaded}{gray}{0.6} 1330 \definecolor{blockstructure}{rgb}{0.2,0.2,0.7} 1331 \definecolor{lightgray}{gray}{0.9} 1332 \definecolor{anders}{rgb}{1.0,1.0,1.0} 1333 1334 %% Ein Kasten mit einem schattierten Rahmen 1335 1336 \newcommand{\kasten}[2][0.9\linewidth]{ 1337 \begin{center} 1338 \vspace{3pt} 1339 \shadowbox{\colorbox{white}{\parbox[t]{#1-2\fboxsep-2\fboxrule-\shadowsize}{#2}}} 1340 \vspace{3pt} 1341 \end{center} 1342 } 1343 1344 %% Ein einfacher Kasten 1345 1346 \newcommand{\kasteneinfach}[2][0.9\linewidth]{ 1347 \begin{center} 1348 \fbox{\parbox[t]{#1-2\fboxsep-2\fboxrule}{#2}} 1349 \end{center} 1350 } 1351 1352 \newcommand{\bbox}[1]{ \definecolor{anders}{rgb}{1.0,1.0,1.0} 1353 \fcolorbox{structureshaded}{anders}{ #1} } 1354 1355 \newcommand{\cbox}[2][anders]{ \definecolor{anders}{rgb}{0.9,0.9,0.9} 1356 \begin{center} 1357 \fcolorbox{structureshaded}{#1}{\parbox[t]{1\linewidth}{ 1358 #2}} 1359 \end{center} 1360 } 1361 % \usepackage{thmbox} 1362 \theoremstyle{nonumberbreak} 1363 \theoremstyle{break} 1364 \theorembodyfont{\upshape} 1365 1366 \theorempreskipamount0.5cm 1367 % \theorempostskipamount0.5cm 1368 1369 1370 \newcounter{auftragz} 1371 \newcounter{aufgabez} 1372 \newcounter{uebungz} 1373 \newcounter{beispielz} 1374 \newcounter{defiz} 1375 \newcounter{satzz} 1376 \newcounter{versuchz} 1377 \newcounter{geraetez} 1378 \newcounter{durchfuehrungz} 1379 \newcounter{auswertungz} 1380 \newcounter{lsgz} 1381 \newcommand{\code}[1]{ {\footnotesize \texttt{#1}} } 1382 1383 1384 1385 \newtheorem{satz}[satzz]{Satz} 1386 \newtheorem{defi}[defiz]{Definition} 1387 \newtheorem{definition}[defiz]{Definition} 1388 \newtheorem*{beispiel}[beispielz]{Beispiel} 1389 \newtheorem*{lsg}[lsgz]{L\"osung} 1390 \newtheorem{uebung}[uebungz]{\"Ubung} 1391 \newtheorem{auftrag}[auftragz]{Arbeitsauftrag} 1392 1393 \newtheorem*{aufgabe}[aufgabez]{Aufgabe} 1394 \newtheorem*{geraet}[geraetez]{Ger\"ate} 1395 \newtheorem*{durchfuehrung}[durchfuehrungz]{Durchf\"uhrung} 1396 \newtheorem*{auswertung}[auswertungz]{Auswertung} 1397 \newtheorem*{experiment}[versuchz]{Experiment} 1398 1399 \newcommand{\kastenfarbe}[2][white]{ 1400 \begin{center} 1401 \vspace{3pt} 1402 \shadowbox{\colorbox{#1}{\parbox[t]{0.95\linewidth-2\fboxsep-2\fboxrule-\shadowsize}{#2}}} 1403 \vspace{5pt} 1404 \end{center} 1405 } 1406 1407 1408 \newcommand{\kastenbild}[3][white]{ 1409 \begin{minipage}[t]{0.1\linewidth} 1410 \vspace{1cm} 1411 ~ 1412 1413 \begin{center} 1414 \includegraphics[width=1\linewidth]{#2} 1415 \end{center} 1416 \end{minipage} \hfill 1417 \begin{minipage}[t]{0.85\linewidth} 1418 ~ 1419 1420 \begin{center} 1421 1422 \shadowbox{\colorbox{#1}{\parbox[t]{1\linewidth-2\fboxsep-2\fboxrule-\shadowsize}{#3}}} 1423 1424 \end{center} 1425 \end{minipage} 1426 } 1427 1428 \newcommand{\kastenbildeinfach}[3][white]{ 1429 \begin{minipage}[t]{0.085\linewidth} 1430 ~ 1431 \begin{center} 1432 \includegraphics[width=1\linewidth]{#2} 1433 \end{center} 1434 \end{minipage} \hfill 1435 \begin{minipage}[t]{0.9\linewidth} 1436 1437 ~ 1438 \begin{center} 1439 \fcolorbox{#1}{white}{ 1440 \begin{minipage}{0.95\linewidth} 1441 #3 1442 \end{minipage} 1443 } 1444 \end{center} 1445 \end{minipage} 1446 \medskip 1447 } 1448 1449 \newcommand{\kastenbildweiss}[3][white]{ 1450 \begin{minipage}[t]{0.085\linewidth} 1451 ~ 1452 1453 \begin{center} 1454 \includegraphics[width=1\linewidth]{#2} 1455 \end{center} 1456 \end{minipage} \hfill 1457 \begin{minipage}[t]{0.9\linewidth} 1458 \begin{center} 1459 \fcolorbox{white}{#1}{ 1460 \begin{minipage}{1\linewidth} 1461 #3 1462 \end{minipage} 1463 } 1464 \end{center} 1465 \end{minipage} 1466 1467 1468 } 1469 1470 \setlength{\fboxrule}{0.1em} \newcommand{\pcode}[2]{ 1471 \begin{center} 1472 \fcolorbox{structureshaded}{gelb}{ 1473 \begin{minipage}{#1} 1474 #2 1475 \end{minipage} 1476 } 1477 \end{center} 1478 1479 } 1480 1481 \newcommand{\acode}[2]{ \definecolor{anders}{rgb}{1.0,1.0,1.0} 1482 \fcolorbox{structureshaded}{anders}{ 1483 \begin{minipage}{#1} 1484 #2 1485 \end{minipage} 1486 } 1487 } 1488 1489 \newcommand{\mpage}[3][c]{ 1490 \begin{minipage}[#1]{#2} 1491 #3 1492 \end{minipage} 1493 } 1494 1495 1496 1497 1498 \def\dotuline{\bgroup 1499 \ifdim\ULdepth=\maxdimen % Set depth based on font, if not set already 1500 \settodepth\ULdepth{(j}\advance\ULdepth.4pt\fi \markoverwith{\begingroup 1501 \advance\ULdepth0.08ex \lower\ULdepth\hbox{\kern.15em .\kern.1em}% 1502 \endgroup}\ULon} 1503 1504 \def\dashuline{\bgroup 1505 \ifdim\ULdepth=\maxdimen % Set depth based on font, if not set already 1506 \settodepth\ULdepth{(j}\advance\ULdepth.4pt\fi \markoverwith{\kern.15em 1507 \vtop{\kern\ULdepth \hrule width .3em}% 1508 \kern.15em}\ULon} 1509 1510 1511 %%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1512 %%%% Mathematische und physikalische Definitionen 1513 %%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1514 1515 \newcommand{\same}{\ensuremath{\Leftrightarrow}} 1516 \newcommand{\qsame}{\quad\same\quad} 1517 \newcommand{\lsame}{\ensuremath{\Longleftrightarrow}} 1518 \newcommand{\qlsame}{\quad\lsame\quad} 1519 \newcommand{\dsame}{\ensuremath{:\Leftrightarrow}} 1520 \newcommand{\qdsame}{\quad\dsame\quad} 1521 \newcommand{\ldsame}{\ensuremath{:\Longleftrightarrow}} 1522 \newcommand{\qldsame}{\quad\ldsame\quad} 1523 \newcommand{\samedef}{\ensuremath{\us {\text{def}} \Leftrightarrow}} 1524 \newcommand{\qsamedef}{\quad\samedef\quad} 1525 \newcommand{\lsamedef}{\ensuremath{\us {\text{def}} \Longleftrightarrow}} 1526 \newcommand{\qlsamedef}{\quad\lsamedef\quad} 1527 \newcommand{\lto}{\longrightarrow} 1528 \newcommand{\qTo}{\quad\To\quad} 1529 \newcommand{\sTo}{\ \To\ } 1530 \newcommand{\To}{\ensuremath{\Rightarrow}} 1531 1532 % Mengendefinitionen 1533 1534 \newcommand{\N}{\ensuremath{\mathbb {N}}} 1535 \newcommand{\Z}{\ensuremath{\mathbb {Z}}} 1536 \newcommand{\Q}{\ensuremath{\mathbb {Q}}} 1537 \newcommand{\R}{\ensuremath{\mathbb {R}}} 1538 \newcommand{\C}{\ensuremath{\mathbb {C}}} 1539 \renewcommand{\S}{\ensuremath{\mathbb {S}}} 1540 \newcommand{\Prim}{\ensuremath{{\mathbb P}}} 1541 \newcommand{\0}{\ensuremath{\emptyset}} 1542 \renewcommand{\Re}{\ensuremath{\operatorname{Re}}} 1543 \renewcommand{\Im}{\ensuremath{\operatorname{Im}}} 1544 1545 %% 1546 % Logisches Und und Oder 1547 %% 1548 1549 \renewcommand{\*}{\ensuremath{\cdot}} 1550 1551 %% 1552 % nicht Element von 1553 %% 1554 1555 \newcommand{\nin}{\not\in} 1556 1557 %% 1558 % Bei Integral, Summe,... die Grenzen ueber bzw. 1559 % unter das Zeichen 1560 %% 1561 1562 \newcommand{\I}{\int\limits} 1563 \newcommand{\Sum}{\sum\limits} 1564 \newcommand{\Prod}{\prod\limits} 1565 \newcommand{\Min}{\min\limits} 1566 \newcommand{\Max}{\max\limits} 1567 \newcommand{\Lim}{\lim\limits} 1568 \newcommand{\Inf}{\inf\limits} 1569 \newcommand{\Sup}{\sup\limits} 1570 \newcommand{\Liminf}{\liminf\limits} 1571 \newcommand{\Limsup}{\limsup\limits} 1572 \renewcommand{\Cup}{\bigcup\limits} 1573 \renewcommand{\Cap}{\bigcap\limits} 1574 \newcommand{\Otimes}{\bigotimes\limits} 1575 \newcommand{\Oplus}{\bigoplus\limits} 1576 1577 1578 %% 1579 % Arcus Cotangens, Logarithmus 1580 %% 1581 1582 \newcommand{\arcsinh}{\operatorname{arcsinh}} 1583 \newcommand{\arccosh}{\operatorname{arccosh}} 1584 \newcommand{\arctanh}{\operatorname{arctanh}} 1585 \newcommand{\arccot}{\operatorname{arccot}} 1586 \newcommand{\arccoth}{\operatorname{arccoth}} 1587 \newcommand{\Log}{\operatorname{Log}} 1588 1589 1590 %% 1591 % Bezeichnungen 1592 %% 1593 1594 \newcommand{\Rgn}{\R_{>0}} % R groesster Null 1595 \newcommand{\Rad}{\operatorname{Rad}} % Radikal 1596 \newcommand{\KGV}{\operatorname{KGV}} % Kleinster gemeinsame Vielfache 1597 \newcommand{\kgV}{\operatorname{kgV}} % Kleinster gemeinsame Vielfache 1598 \newcommand{\GGT}{\operatorname{GGT}} % Groesster gemeinsame Teiler 1599 \newcommand{\ggT}{\operatorname{ggT}} % Groester gemeinsame Teiler 1600 \newcommand{\winkel}{\sphericalangle} % Winkelsymbol 1601 \newcommand{\dt}{\operatorname{dt}} % Determinante 1602 \newcommand{\dx}{\operatorname{dx}} % Determinante 1603 \newcommand{\dy}{\operatorname{dy}} % Determinante 1604 \newcommand{\dz}{\operatorname{dz}} % Determinante 1605 \newcommand{\vek}[1]{\overrightarrow{#1}} 1606 \newcommand{\arc}{\operatorname{arc}} % Determinante 1607 \newcommand{\grad}{\operatorname{grad}} % Determinante 1608 1609 %% 1610 % Abkuerzungen fuer die Physik 1611 %% 1612 1613 \newcommand{\mV}{\operatorname{mV}} 1614 \newcommand{\kV}{\operatorname{kV}} 1615 \newcommand{\A}{\operatorname{A}} 1616 \newcommand{\muA}{\operatorname{\mu A}} 1617 \newcommand{\mA}{\operatorname{mA}} 1618 \newcommand{\Hz}{\operatorname{Hz}} 1619 \newcommand{\GHz}{\operatorname{GHz}} 1620 \newcommand{\kHz}{\operatorname{kHz}} 1621 \newcommand{\MHz}{\operatorname{MHz}} 1622 \newcommand{\cm}{\operatorname{cm}} 1623 \newcommand{\kg}{\operatorname{kg}} 1624 \newcommand{\g}{\operatorname{g}} 1625 \newcommand{\mm}{\operatorname{mm}} 1626 \newcommand{\dm}{\operatorname{dm}} 1627 \newcommand{\km}{\operatorname{km}} 1628 \newcommand{\kmh}{\frac{\text{km}}{\text{h}}} 1629 \newcommand{\ms}{\frac{\text{m}}{\text{s}}} 1630 \newcommand{\m}{\operatorname{m}} 1631 \newcommand{\W}{\operatorname{W}} 1632 \newcommand{\V}{\operatorname{V}} 1633 \newcommand{\mW}{\operatorname{mW}} 1634 \newcommand{\Ohm}{\Omega} 1635 \newcommand{\Cel}{\operatorname{C}} 1636 \newcommand{\Coul}{\operatorname{C}} 1637 \newcommand{\muCoul}{\operatorname{\mu C}} 1638 \newcommand{\mCoul}{\operatorname{mC}} 1639 \newcommand{\nCoul}{\operatorname{nC}} 1640 \newcommand{\kOhm}{\text{k}\Omega} 1641 \newcommand{\MOhm}{\text{M}\Omega} 1642 \newcommand{\muF}{\mu\operatorname{F}} 1643 \newcommand{\s}{\operatorname{s}} 1644 \renewcommand{\sec}{\operatorname{s}} 1645 \newcommand{\mus}{\operatorname{\mu s}} 1646 \newcommand{\tmin}{\operatorname{min}} 1647 \newcommand{\h}{\operatorname{h}} 1648 \newcommand{\liter}{\operatorname{l}} 1649 \newcommand{\td}{\operatorname{d}} 1650 \newcommand{\ta}{\operatorname{ta}} 1651 \newcommand{\New}{\operatorname{N}} 1652 \newcommand{\kNew}{\operatorname{kN}} 1653 \newcommand{\mNew}{\operatorname{mN}} 1654 \newcommand{\muN}{\operatorname{\mu N}} 1655 \newcommand{\mN}{\operatorname{mN}} 1656 \newcommand{\Nm}{\operatorname{Nm}} 1657 \newcommand{\KN}{\operatorname{kN}} 1658 \newcommand{\J}{\operatorname{J}} 1659 \newcommand{\Cassy}{CASSY$^\text{\textregistered}\,$} 1660 \newcommand{\GC}{^{\circ}} 1661 1662 \newcolumntype{C}{>{\columncolor{grau}}c} 1663 \newcolumntype{R}{>{\columncolor{grau}}r} 1664 \newcolumntype{L}{>{\columncolor{grau}}l} 1665 1666 \newcommand{\ankreuz}{\enspace\square\hspace{5mm}} 1667 1668

A.1.2 Meine informatik.sty Datei

 informatik-sty.sty 
1 \NeedsTeXFormat{LaTeX2e}[1996/06/01] 2 \ProvidesPackage{informatik} 3 4 %%%%%%%%%%%%%%%%%%%%%% 5 % Xenia Rendtel 6 % Letzte Aenderung: 19.01.2009 7 %%%%%%%%%%%%%%%%%%%%%% 8 9 10 \usepackage{listings} 11 12 %% Algemeine Definition fuer den Quellcode 13 \newcommand{\sourceall}[4][]{ 14 15 \footnotesize \lstset{ title={\scriptsize{#1}}, numbers=left, language=#2, 16 frame=shadowbox, flexiblecolumns=true, showspaces=false, showtabs=false, 17 showstringspaces=false, tabsize=2, emptylines=1, linewidth=0.95\linewidth, 18 breaklines=true, #4 } 19 \lstinputlisting{#3} 20 \normalsize } 21 22 23 %% Angepasst fuer die einzelnen Sprachen 24 25 \newcommand{\sourcepstricks}[2][]{\sourceall[#1]{PSTricks}{#2}{morecomment=[l][keywordstyle]{\%}} 26 } 27 28 \newcommand{\sourcetex}[2][]{\sourceall[#1]{Tex}{#2}{morecomment=[l][keywordstyle]{\%}} 29 } 30 31 32 \newcommand{\source}[2][]{\sourceall[#1]{}{#2}{morecomment=[l][keywordstyle]{\#}} } 33 \newcommand{\sourcederive}[2][]{\sourceall[#1]{}{#2}{}} 34 \newcommand{\sourcehtml}[2][]{\sourceall[#1]{HTML}{#2}{}} 35 \newcommand{\sourceperl}[2][]{\sourceall[#1]{perl}{#2}{morecomment=[l][keywordstyle]{\#}}} 36 \newcommand{\ok}[1][]{ \quad \CheckedBox \quad } \newcommand{\link}[2][]{ 37 \textit{\href{#1}{#2}} } 38


Previous Up Next

Letzte Änderung: 26.04.2012: 17:48:30 von X. Rendtel

Creative Commons Lizenzvertrag
Dieses Werk bzw. Inhalt steht unter einer Creative Commons Namensnennung-Weitergabe unter gleichen Bedingungen 3.0 Unported Lizenz.
Beruht auf einem Inhalt unter www.rendtel.de.