Bilder als Karten zum Freundschaftsgeflecht hinzugefügt; kleinere Änderungen an den Beschreibungen

This commit is contained in:
2015-06-21 14:22:41 +02:00
parent c9cfb83a62
commit c60279b286
16 changed files with 113 additions and 20 deletions

BIN
kleinewelt/Objekte.pdf Normal file

Binary file not shown.

76
kleinewelt/Objekte.tex Normal file
View File

@ -0,0 +1,76 @@
\documentclass[12pt,oneside,a5paper,landscape]{scrartcl}
\pagestyle{empty}
% Codierung: UTF-8
\usepackage[utf8]{inputenc}
% Deutsches Sprachpaket
\usepackage[ngerman]{babel}
\usepackage[german=quotes]{csquotes}
\unitlength1cm
% Bilder und Diagramme
\usepackage{tikz}
% TikZ-Einstellungen
\usetikzlibrary{shapes,arrows,positioning}
\tikzset{node distance=0.4cm, transform shape}
% Stil für die Frontseite
\tikzstyle{ovalBox} = [
rounded corners,
draw=black,
very thick,
minimum width=14cm,
minimum height=7.5cm,
text centered]
\usepackage{comment}
\newcommand{\linie}[2][]{%
\rule[0pt]{#2}{.5pt}\\[-1.1em]
%\hspace{-#2}
%\hspace{-1em}
\makebox[#2][l]{#1}%
}
\newcommand{\objekt}[1]{
\begin{tikzpicture}
\node[ovalBox] (Front) {\parbox[t][0.96\textheight]{15cm}{
\vfil
\begin{center}
\includegraphics[height=6cm]{#1}\\[2em]
\huge{\bfseries \linie[von: @]{0.75\textwidth}}
\end{center}
\vfil
}};
\end{tikzpicture}\newpage
\begin{tikzpicture}
\node[ovalBox] (Front) {\parbox[t][0.96\textheight]{15cm}{
\begin{center}
\includegraphics[height=3.4cm]{#1}\\[2em]
\end{center}
\begin{description}
\item[Likes:]\ \\[4em]
\item[Weitergleitet von:]
\end{description}
}};
\end{tikzpicture}
}
% Inhalt
\begin{document}
\objekt{objekte/blumen.jpg}
\objekt{objekte/haus.jpg}
\objekt{objekte/katze.jpg}
\objekt{objekte/leuchtturm.jpg}
\objekt{objekte/parkbank.jpg}
\objekt{objekte/see.jpg}
\objekt{objekte/strand.jpg}
\end{document}

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 260 KiB

BIN
kleinewelt/objekte/haus.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 112 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 122 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 173 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 108 KiB

BIN
kleinewelt/objekte/see.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 174 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB