formulare
This commit is contained in:
Binary file not shown.
@@ -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}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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}
|
||||
Binary file not shown.
@@ -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}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File diff suppressed because it is too large
Load Diff
|
After Width: | Height: | Size: 232 KiB |
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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}
|
||||
Binary file not shown.
+101
@@ -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}
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -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}
|
||||
Reference in New Issue
Block a user