Bläddra i källkod

formulare

master
erichhasl 7 år sedan
förälder
incheckning
8480ac1d22
26 ändrade filer med 3659 tillägg och 0 borttagningar
  1. Binär
      texed/ausgehbescheinigung.pdf
  2. +79
    -0
      texed/ausgehbescheinigung.tex
  3. Binär
      texed/ausweis.pdf
  4. Binär
      texed/ausweis_back.pdf
  5. Binär
      texed/ausweis_polizei.pdf
  6. +68
    -0
      texed/ausweis_polizei.tex
  7. Binär
      texed/ausweis_wkd.pdf
  8. +68
    -0
      texed/ausweis_wkd.tex
  9. Binär
      texed/ball.pdf
  10. Binär
      texed/betrieb_abrechnung.pdf
  11. Binär
      texed/education.pdf
  12. Binär
      texed/essen.pdf
  13. Binär
      texed/gebaude_plan.pdf
  14. +3208
    -0
      texed/gebaude_plan.svg
  15. Binär
      texed/geschaeftsordnung.pdf
  16. Binär
      texed/party.pdf
  17. Binär
      texed/plan.pdf
  18. +90
    -0
      texed/plan.tex
  19. Binär
      texed/plan2.pdf
  20. +101
    -0
      texed/plan2.tex
  21. Binär
      texed/raumanforderungen_ministerien.pdf
  22. Binär
      texed/shopping.pdf
  23. Binär
      texed/vorbereitungstag.pdf
  24. Binär
      texed/wirtschaft2.pdf
  25. Binär
      texed/wirtschaft3.pdf
  26. +45
    -0
      texed/wirtschaft3.tex

Binär
texed/ausgehbescheinigung.pdf Visa fil


+ 79
- 0
texed/ausgehbescheinigung.tex Visa fil

@@ -0,0 +1,79 @@
\documentclass[12pt]{article}

\usepackage[utf8]{inputenc}
\usepackage[german]{babel}
\usepackage{tikz}
\usepackage{extsizes}
\usepackage{geometry}
\usepackage{booktabs}
\usepackage{eurosym}

\geometry{
margin=1.2cm
}

\newcommand{\kreis}{
$\vcenter{\begin{tikzpicture}
\draw (0,0) circle (0.2cm);
\end{tikzpicture}}$
}

\setlength{\parindent}{0cm}
\pagenumbering{gobble}

\begin{document}

\textbf{\LARGE{Ausreisebescheinigung}}

\vspace{0.5cm}

Die folgende Ausreisebescheinigung erlaubt das Verlassen des Staatsgebiets für einen
eingeschränkten Zeitraum. Bei Zuwiderhandlung gegen die Rahmenbedingungen des Auslandsaufenthalts
wird ein Verfahren wegen Hochverrat erhoben.

\renewcommand{\arraystretch}{1.5}

\vspace{0.7cm}

\begin{tabular}{p{5cm}p{13cm}}
Name der Ausreisenden: & \dotfill \\
\end{tabular}

\vspace{3mm}
\begin{tabular}{p{5cm}p{13cm}}
Zeitraum: & \dotfill \\
\end{tabular}

\vspace{3mm}
\begin{tabular}{p{5cm}p{13cm}}
Begründung: & \dotfill \\
& \dotfill \\
& \dotfill \\
& \dotfill \\
& \dotfill \\
& \dotfill \\
\end{tabular}

\vspace{3mm}
\begin{tabular}{p{5cm}p{13cm}}
Besonderheiten: & \dotfill \\
& \dotfill \\
& \dotfill \\
& \dotfill \\
& \dotfill \\
& \dotfill \\
\end{tabular}
\vspace{8mm}

\textbf{Genehmigt durch das Innen- oder Wirtschaftsministerium}

\vspace{3mm}
\begin{tabular}{p{5cm}p{13cm}}
Datum: & \dotfill \\
\end{tabular}

\vspace{3mm}
\begin{tabular}{p{5cm}p{13cm}}
Unterschrift: & \dotfill \\
\end{tabular}
\end{document}

Binär
texed/ausweis.pdf Visa fil


Binär
texed/ausweis_back.pdf Visa fil


Binär
texed/ausweis_polizei.pdf Visa fil


+ 68
- 0
texed/ausweis_polizei.tex Visa fil

@@ -0,0 +1,68 @@
\documentclass[12pt]{article}

\usepackage{geometry}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage{mathptmx}
\usepackage{anyfontsize}
\usepackage{t1enc}

\definecolor{orange}{HTML}{FFEACB}

\def\dotfill#1{\cleaders\hbox to #1{.}\hfill}
\newcommand\dotline[2][.5em]{\leavevmode\hbox to #2{\dotfill{#1}\hfil}}

\geometry{
landscape,
left=15mm,
top=2mm,
right=5mm,
bottom=5mm
}

\pagenumbering{gobble}

\begin{document}

\tikz[remember picture,overlay] \node[opacity=1,inner sep=0pt] at (3, -4.8){
\includegraphics[height=.5\paperheight]{wappen.jpg}
};

\tikz[remember picture,overlay] \node[opacity=1,inner sep=0pt,anchor=west] at (8, -4.2){
\fontsize{45}{50}\selectfont Ausweis
};

\tikz[remember picture,overlay] \node[opacity=1,inner sep=0pt,anchor=west] at (8, -5.2){
\fontsize{45}{50}\selectfont Polizei
};

%\begin{minipage}[t]{0.7\textwidth}
%\vspace{0pt}

%\end{minipage}
%\begin{minipage}[t]{0.3\textwidth}
%\vspace{0pt}
%\includegraphics[height=1.5cm]{wappen.jpg}
%\end{minipage}

\vspace{9cm}

\LARGE{Name}

\vspace{10mm}
\dotline{15cm}
\vspace{2mm}

\LARGE{Schicht}

\vspace{10mm}
\dotline{15cm}
\vspace{2mm}

\LARGE{Unterschrift Polizeichef}

\vspace{10mm}
\dotline{15cm}
\vspace{5mm}

\end{document}

Binär
texed/ausweis_wkd.pdf Visa fil


+ 68
- 0
texed/ausweis_wkd.tex Visa fil

@@ -0,0 +1,68 @@
\documentclass[12pt]{article}

\usepackage{geometry}
\usepackage{tikz}
\usepackage{xcolor}
\usepackage{mathptmx}
\usepackage{anyfontsize}
\usepackage{t1enc}

\definecolor{orange}{HTML}{FFEACB}

\def\dotfill#1{\cleaders\hbox to #1{.}\hfill}
\newcommand\dotline[2][.5em]{\leavevmode\hbox to #2{\dotfill{#1}\hfil}}

\geometry{
landscape,
left=15mm,
top=2mm,
right=5mm,
bottom=5mm
}

\pagenumbering{gobble}

\begin{document}

\tikz[remember picture,overlay] \node[opacity=1,inner sep=0pt] at (3, -4.8){
\includegraphics[height=.5\paperheight]{wappen.jpg}
};

\tikz[remember picture,overlay] \node[opacity=1,inner sep=0pt,anchor=west] at (8, -4.2){
\fontsize{45}{50}\selectfont Ausweis
};

\tikz[remember picture,overlay] \node[opacity=1,inner sep=0pt,anchor=west] at (8, -5.2){
\fontsize{45}{50}\selectfont Wirtschaftskontrolldienst
};

%\begin{minipage}[t]{0.7\textwidth}
%\vspace{0pt}

%\end{minipage}
%\begin{minipage}[t]{0.3\textwidth}
%\vspace{0pt}
%\includegraphics[height=1.5cm]{wappen.jpg}
%\end{minipage}

\vspace{9cm}

\LARGE{Name}

\vspace{10mm}
\dotline{15cm}
\vspace{2mm}

\LARGE{Schicht}

\vspace{10mm}
\dotline{15cm}
\vspace{2mm}

\LARGE{Unterschrift Wirtschaftsministerin}

\vspace{10mm}
\dotline{15cm}
\vspace{5mm}

\end{document}

Binär
texed/ball.pdf Visa fil


Binär
texed/betrieb_abrechnung.pdf Visa fil


Binär
texed/education.pdf Visa fil


Binär
texed/essen.pdf Visa fil


Binär
texed/gebaude_plan.pdf Visa fil


+ 3208
- 0
texed/gebaude_plan.svg
Filskillnaden har hållits tillbaka eftersom den är för stor
Visa fil


Binär
texed/geschaeftsordnung.pdf Visa fil


Binär
texed/party.pdf Visa fil


Binär
texed/plan.pdf Visa fil


+ 90
- 0
texed/plan.tex Visa fil

@@ -0,0 +1,90 @@
\documentclass[12pt]{article}

\usepackage[utf8]{inputenc}
\usepackage[german]{babel}
\usepackage{tikz}
\usepackage{extsizes}
\usepackage{geometry}
\usepackage{booktabs}
\usepackage{eurosym}
\usepackage{framed}

\geometry{
margin=0.5cm,
landscape
}

\setlength{\parindent}{0cm}
\pagenumbering{gobble}

\begin{document}

\begin{minipage}{.28\textwidth}
\begin{framed}
\begin{tabular}{p{1cm}p{5cm}}
G413 & Goethopias Nachrichten \newline Lucky Charms \\
G411 & Die Zeitung \newline Anwaltskanzlei \\
G407 & Tanschule Motion\\
G405 & FIUL \newline Staatsarchiv\\
G404 & SOS Nothelfer \\
G325 & Crèpe Factory \newline Café en Rose\\
G323 & Smoothopia \newline Hot Chocolate \\
G322 & Casino Royal \newline Losbude \\
G319 & Galvano Freaks \\
G317 & Gummibärchen Fabrik \\
G316 & Spüldienst \\
G312 & Goethe Spezial \newline Café Summerdream \\
G309 & Rêve de Chocolat \newline Freche Cocktails\\
G307 & Food Station \newline Cocktailbar \\
G303 & Süße Träume \newline Candy Bar \\
G302 & Parlament\\
G301 & Gericht\\
G227 & Standesamt \newline SKG Werbeagentur \\
G226 & Werbeagentur Baguette \newline Goethopia's Secrets \\
G225 & Sprachenschule \newline Seco - Kunst macht Spaß\\
G224 & Royal Disco\\
G210 & Radio \\
G209 & Polizei \newline Müllabfuhr \newline Innenministerium \\
\end{tabular}
\end{framed}
\end{minipage}
\begin{minipage}{.4\textwidth}
\vspace{-10mm}
\begin{center}
\textbf{\LARGE Raumplan}\\
\end{center}
\vspace{5mm}
\includegraphics[height=.8\textheight]{gebaude_plan.pdf}
\end{minipage}
\begin{minipage}{.28\textwidth}
\begin{framed}
\begin{tabular}{p{1cm}p{5cm}}
G200 & Paper Planes\\
G123 & Goethopischer Post Express \newline Kleine Kruschtwelt\\
G122 & Cinethopia \\
G121 & Jeans Redesigned \newline Tatoo Studio \\
G120 & Amors Agentur \newline Fotopia \\
G117 & Nagelstudio \newline Verwöhnt Verföhnt \\
G112 & Goethopia Merch \newline Cokos Fotostudio \\
G109 & Cineflixx \\
G107 & Wirtschaftsministerium\\
G101 & Veranstaltungen \\
G100 & Touristeninformation\\
G022 & Love Is In The Air \newline Saloon\\
G021 & Ice, Ice Baby \newline Lorelias Fotobox \\
G020 & Full House \newline Creamy Lena \\
G019 & Staatstheater \\
G017 & Start with Fruits \newline Salat zum Fäustchen \\
G014 & Tanzschule Goethopia \\
G012 & Yogastudio \\
C004 & Second Chance \newline Letteringschule \\
C003 & Casino \newline Carmas Karaocas \\
C002 & Staatsorchester \\
C001 & GGL Bikeshop \\
Außen & Wurfbude \newline Amy's Best Burger \newline Heißer Hund \newline Bill's Grills
\newline H+K Tischtennisschule \newline Malwerkstatt\\
\end{tabular}
\end{framed}
\end{minipage}

\end{document}

Binär
texed/plan2.pdf Visa fil


+ 101
- 0
texed/plan2.tex Visa fil

@@ -0,0 +1,101 @@
\documentclass[12pt]{article}

\usepackage[utf8]{inputenc}
\usepackage[german]{babel}
\usepackage{tikz}
\usepackage{extsizes}
\usepackage{geometry}
\usepackage{booktabs}
\usepackage{eurosym}
\usepackage{framed}
\usepackage{svg}

\geometry{
margin=0.3cm,
landscape
}


\newcommand{\ball}{\includegraphics[height=.7\baselineskip]{ball.pdf}}
\newcommand{\essen}{\includegraphics[height=.7\baselineskip]{essen.pdf}}
\newcommand{\shopping}{\includegraphics[height=.7\baselineskip]{shopping.pdf}}
\newcommand{\party}{\includegraphics[height=.7\baselineskip]{party.pdf}}
\newcommand{\education}{\includegraphics[height=.7\baselineskip]{education.pdf}}

\setlength{\parindent}{0cm}
\pagenumbering{gobble}

\begin{document}

\begin{minipage}{.28\textwidth}
\begin{framed}
\begin{tabular}{p{1cm}p{5cm}}
G414 & Massagestudio \\
G413 & Goethopias Nachrichten \newline Lucky Charms \shopping \\
G411 & Die Zeitung \newline Anwaltskanzlei \\
G407 & Tanschule Motion \ball \\
G405 & Staatsarchiv \\
G404 & SOS Nothelfer \\
G325 & Crèpe Factory \essen \newline Café en Rose \essen \\
G323 & Smoothopia \essen \newline Hot Chocolate \essen \\
G322 & Casino Royal \party \newline Losbude \party \\
G319 & Galvano Freaks \shopping \\
G317 & Gummibärchen Fabrik \\
G316 & Spüldienst \\
G312 & Goethe Spezial \essen \newline Café Summerdream \essen \\
G309 & Rêve de Chocolat \essen \newline Freche Cocktails \essen \\
G307 & Food Station \essen \newline Cocktailbar \essen \\
G303 & Süße Träume \essen \newline Candy Bar \essen \\
G302 & Parlament\\
G301 & Gericht \\
G227 & Standesamt \newline SKG Werbeagentur \\
G226 & Werbeagentur Baguette \newline Goethopia's Secrets \\
G225 & FIUL \party \newline Seco - Kunst macht Spaß \shopping \\
G224 & Royal Disco \party \\
G221 & Sprachschule \education \\
G210 & Radio \\
G209 & Polizei \newline Müllabfuhr \newline Innenministerium \\
\end{tabular}
\end{framed}
\end{minipage}
\begin{minipage}{.4\textwidth}
\vspace{-10mm}
\begin{center}
\textbf{\LARGE Raumplan}\\
\end{center}
\vspace{5mm}
\includegraphics[height=.8\textheight]{gebaude_plan.pdf}
\end{minipage}
\begin{minipage}{.28\textwidth}
\begin{framed}
\begin{tabular}{p{1cm}p{5cm}}
G200 & Paper Planes \\
G123 & Goethopischer Post Express \newline Kleine Kruschtwelt \shopping \\
G122 & Cinethopia \\
G121 & Jeans Redesigned \shopping \newline Tatoo Studio \\
G120 & Amors Agentur \newline Fotopia \\
G117 & Nagelstudio \newline Verwöhnt Verföhnt \\
G112 & Goethopia Merch \shopping \newline Cokos Fotostudio \\
G109 & Cineflixx \\
G108 & Tortentraum \essen \\
G107 & Wirtschaftsministerium\\
G101 & Veranstaltungen \\
G100 & Touristeninformation\\
G022 & Love Is In The Air \newline Saloon\\
G021 & Ice, Ice Baby \essen \newline Lorelias Fotobox \\
G020 & Full House \essen \newline Creamy Lena \essen \\
G019 & Staatstheater \\
G017 & Start with Fruits \essen \newline Salat zum Fäustchen \essen \\
G014 & Tanzschule Goethopia \ball \\
G012 & Yogastudio \ball \\
C004 & Second Chance \shopping \newline Letteringschule \education \\
C003 & Casino \party \newline Carmas Karaocas \party \\
C002 & Staatsorchester \\
C001 & GGL Bikeshop \shopping \\
Außen & Wurfbude \party \newline Amy's Best Burger \essen \newline Heißer Hund \essen \newline Bill's Grills \essen
\newline H+K Tischtennisschule \ball \newline Malwerkstatt\\
\end{tabular}
\end{framed}
\end{minipage}

\end{document}

Binär
texed/raumanforderungen_ministerien.pdf Visa fil


Binär
texed/shopping.pdf Visa fil


Binär
texed/vorbereitungstag.pdf Visa fil


Binär
texed/wirtschaft2.pdf Visa fil


Binär
texed/wirtschaft3.pdf Visa fil


+ 45
- 0
texed/wirtschaft3.tex Visa fil

@@ -0,0 +1,45 @@
\documentclass{sasbase}

\usepackage[ngerman]{babel}
\usepackage{booktabs}

\begin{document}

\onecolumn
\title{Wirtschaft - Thesenpapier III}
\place{Ludwigsburg}
\datum{11. Juli 2018}
\edition{1}

\mytitle

\setlength{\parindent}{0mm}
\setlength{\parskip}{2mm}

\section{Wirtschaftskontrolldienst}

Der WkD ist für die Kontrolle der Betriebe zuständig. Dies findet in Zweierteams statt. Teile
des WkD gehen verdeckt vor und beobachten unauffällig die Abläufe in den Betrieben und notiert
Auffälligkeiten. Andere kontrollieren sich als WkD ausweisend die Betriebe. Dabei soll
insbesondere auf folgende Dinge geachtet werden.

\begin{itemize}
\item Korrekte Mülltrennung
\item Ordnungsgemäße Aufbewahrung von Lebensmitteln
\item Einhaltung der Nachhaltigkeitsverordnung (Verbot des Verkaufs von Plastikflaschen)
\item Ordentliche Kassenführung
\end{itemize}

\section{Zoll}

Alle Zollbeamten der ersten Schicht sind morgens ab spätestens 7:30 Uhr im Staatsgebiet,
bauen die Zollstände auf und nehmen Ausweiskontrollen vor. Der genaue Aufbauplan wird von der
Wirtschaftsministerin am Vorbereitungstag verkündet. Für die Anwesenheitskontrolle liegen Listen
vor, in der die Identifikationsnummer und Spalten für die Anwesenheit für Dienstag bis Freitag
abgetragen sind.

Am Ende des Projekts werden die Anwesenheitslisten der entsprechenden Klassen den Klassenlehrern
abgegeben. Alle Schüler, die teilweise nicht anwesend waren, müssen sich wie gewohnt bis spätestens
Montag 23. Juli bei ihrem Klassenlehrer entschuldigen.

\end{document}

Laddar…
Avbryt
Spara