Routing, Spioncamp abgeschlossen; Beginn SpioneReal

This commit is contained in:
2015-06-18 19:35:53 +02:00
parent 5c6b6028f0
commit b097664019
17 changed files with 478 additions and 125 deletions

0
sharing/ab01-sharing.out Normal file
View File

BIN
sharing/ab01-sharing.pdf Normal file

Binary file not shown.

115
sharing/ab01-sharing.tex Normal file
View File

@ -0,0 +1,115 @@
\documentclass[%kopfDatum,kopfSuSName,
% loesung
]{schuleab}
\usepackage[utf8]{inputenc}
\usepackage{schulinf}
\usepackage[pdfauthor={André Hilbig},colorlinks=false,linkcolor=red]{hyperref}
%\includexmp{lizenz}
%\cclizenz{byncsaeu}
%\footerQRLink{materialsammlung_qr_url.pdf}
\dokName{Sharing für Dummies -- I like it}
\ihead{\textsc{Spioncamp}}
\ohead{}
%\dokNummer{}
\jahrgang{}
%\ohead{2014-11-13}
\usepackage{booktabs,longtable,wrapfig,floatflt}
\usepackage{lscape}
\usepackage{units}
\usepackage{pgfplots}
\usepackage{qrcode}
\usepackage{colortbl}
\definecolor{LightGray}{gray}{0.8}
\definecolor{LighterGray}{gray}{0.6}
\newcommand{\U}[1]{\underline{\textbf{#1}}}
\newcommand{\B}[1]{\textbf{#1}}
\renewcommand{\arraystretch}{1.4}
\usepackage{float,comment}
\usepackage{paralist}
\usepackage{listings}
\usepackage{wrapfig}
\usepackage{framed}
\usepackage{supertabular,array}
\newcolumntype{C}[1]{>{\centering}p{#1}}
\newcolumntype{L}[1]{>{\raggedright}p{#1}}
\newcolumntype{R}[1]{>{\raggedleft}p{#1}}
%\providecommand{\RightArrow}{\textcolor{structure.fg}{$\Rightarrow$}}
\newcommand{\TCs}[1]{%\textcolor{orange}{
\textbf{#1}%}
}
\begin{document}
\begin{minipage}[t]{0.45\textwidth}
\minisec{Arbeitsauftrag}
\begin{itemize}
\item Stell dir zu jeder Aussage vor, du würdest sie an jemanden schicken wollen.
\item Trage in der Tabelle zu jeder Aussage ein, an wen du so eine Aussage schicken würdest und mit
welchem Angebot du dies tun würdest.
\item Beispiel: 1. Bester Freund -- S (SMS)
\item Mehrfachnennungen sind erlaubt!
\end{itemize}
\minisec{Angebote:} %\marginpar{\textcolor{structure.fg}{An"-ge"-bo"-te ggfs. an SuS anpassen}}
\begin{multicols}{2}
\begin{compactitem}
\item[\TCs{A}] Anruf
\item[\TCs{B}] Blog
\item[\TCs{C}] Chat
\item[\TCs{E}] E-Mail
\item[\TCs{WA}] WhatsApp
\item[\TCs{N}] Soz.~Netzwerk (Facebook)
\item[\TCs{S}] SMS
\item[\TCs{W}] Webseite
\end{compactitem}
\end{multicols}
\end{minipage}\quad
\begin{minipage}[t]{0.45\textwidth}
\minisec{Aussagen:}
\begin{enumerate}
\item Ich bin in Timo (Sabine) verliebt.
\item Der Informatikunterricht bei Herrn Hilbig ist total langweilig.
\item Heute ist mir \ldots\ passiert, das war total peinlich!
\item Heute ist mir \ldots\ passiert, das war echt cool!
\item Meine Telefonnummer lautet \ldots
\item Ich habe heute Lust ins Kino zu gehen, wer noch?
\item Ich sehe heute so aus: [\textit{Bild}]
\item Ich wohne in der \ldots straße, Nummer \ldots, in \ldots
\end{enumerate}
\end{minipage}
\vspace{3em}\enlargethispage{2em}
\renewcommand{\arraystretch}{2.6}
\begin{tabular}{l|C{3.2cm}|C{3.2cm}|C{3.2cm}|C{3.2cm}p{0cm}}
\toprule
&
Bester Freund -- Freundin &
Bekannter -- Bekannte &
Internet"-freund"-schaft &
beliebig: jeder -- jede & \\
\hline
1 & & & & & \\ \hline
2 & & & & & \\ \hline
3 & & & & & \\ \hline
4 & & & & & \\ \hline
5 & & & & & \\ \hline
6 & & & & & \\ \hline
7 & & & & & \\ \hline
8 & & & & & \\
\bottomrule
\end{tabular}
\end{document}