Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132935 views
License: OTHER
1
\documentclass[a4paper]{scrartcl}
2
\usepackage[ngerman]{babel}
3
\usepackage[utf8]{inputenc}
4
\usepackage{amssymb,amsmath}
5
\usepackage{enumitem}
6
\usepackage{multicol}
7
\usepackage{geometry}
8
\usepackage{graphicx}
9
\usepackage[binary-units=true]{siunitx}
10
\usepackage{parskip}
11
\usepackage{marvosym}
12
\usepackage{hyperref}
13
\usepackage{booktabs} % for \toprule, \midrule and \bottomrule
14
15
\geometry{a4paper,left=10mm,right=10mm, top=1cm, bottom=2cm}
16
17
\newlist{todolist}{itemize}{2}
18
\setlist[todolist]{label=$\square$}
19
20
\begin{document}
21
\clearpage
22
\section*{Reiseplan Barcelona}
23
\vspace*{\fill}
24
\begin{table}[ht]
25
\centering
26
\begin{tabular}{cp{3cm} p{1cm} p{3cm} p{1cm} l p{5cm}}
27
\toprule
28
\textbf{Date} & \textbf{From} & \textbf{start\newline (local)} & \textbf{To} & \textbf{end\newline (local)} & \textbf{time} & \textbf{service} \\ \midrule
29
04.12.2016 & Karlsruhe Hbf & 11:10 & Frankfurt (T2) & 12:45 & 1h 35m & Linie 017; \#0987654321\\
30
04.12.2016 & Frankfurt/Main (T1) & 16:00 & Barcelona (T1) & 18:00 & 2h & LH1132; etix 123­-4567890123\\
31
04.12.2016 & Aeroport - Terminal C & 18:35 & Pl. Universitat & 19:10 & 35m & A2 - Pl. Catalunya - Fontanella (3 Halte) \\
32
04.12.2016 & Universitat & 19:17 & Pep Ventura & 19:44 & 27m & L2 - Badalona Pompeu Fabra (14 Halte) \\
33
04.12.2016 & Pep Ventura & 19:44 & Be Dream Hostel & 19:46 & 2m & Ave. Alfonso Xiii, 28B, (+34) 93 399 14 20 \\\midrule
34
14.12.2016 & Be Dream Hostel & & & & & \\
35
14.12.2016 & Barcelona (T1) & 16:45 & Frankfurt/Main (T1) & 19:00 & 2h 15m & LH1129\\
36
14.12.2016 & Frankfurt (T2) & 20:20 & Karlsruhe Hbf & 22:05 & 1h 45m & Linie 017;\#0987654321\\
37
\bottomrule
38
\end{tabular}
39
\caption{Reiseplan}
40
\label{table:reiseplan}
41
\end{table}
42
\vfill % equivalent to \vspace{\fill}
43
44
\section*{Checkliste}
45
\begin{multicols}{3}
46
\begin{todolist}
47
\item Ausweis
48
\item Studentenausweis
49
\item Flugtickets
50
\item Bustickets
51
\item Übernachtungstickets
52
\item Bargeld (30 Euro pro Tag $\rightarrow$ 330 Euro)
53
\item Visa-Karte
54
\item Kleidung\dots
55
\begin{todolist}
56
\item 11 Boxershorts
57
\item 11 Paar Socken
58
\item 4 T-Shirts
59
\item Schlafsachen
60
\item Warme Unterwäsche
61
\item Regenjacke + Hose
62
\item Hose
63
\item Badehose
64
\item Mütze + Schal
65
\end{todolist}
66
\item Hygiene\dots
67
\begin{todolist}
68
\item Zahnbürste + Ladegerät
69
\item Zahnseide
70
\item Zahnpasta
71
\item 5 Pkg Taschentücher
72
\item Reisehandtuch
73
\end{todolist}
74
\item Elektronik\dots
75
\begin{todolist}
76
\item Laptop + Ladegerät
77
\item Digicam + Ladegerät
78
\item Powerbank
79
\item Smartphone + Ladegerät
80
\item Mehrfachstecker
81
\item Kopfhörer
82
\end{todolist}
83
\end{todolist}
84
\end{multicols}
85
86
\section*{Sonstiges}
87
\begin{itemize}
88
\item https://www.tmb.cat/en/home
89
\item Simyo (Blau) - Euro-Tarif
90
\item Lufthansa-Streik ( \href{http://www.lufthansa.com/de/de/Fluginformationen}{lufthansa.com/de/de/Fluginformationen} )
91
\end{itemize}
92
93
\begin{table}[ht]
94
\centering
95
\begin{tabular}{cp{3cm} p{1cm} p{3cm} p{1cm} l p{5cm}}
96
\toprule
97
\textbf{Date} & \textbf{From} & \textbf{start\newline (local)} & \textbf{To} & \textbf{end\newline (local)} & \textbf{time} & \textbf{service} \\ \midrule
98
04.12.2016 & Aeroport Terminal C & 18:35 & Pl Espanya-FGC & 18:55 & 20m & A2 - Pl. Catalunya - Fontanella (0 Halte) \\
99
04.12.2016 & Pl. Espanya & 19:02 & Glòries & 19:15 & 27m & L1 - Fondo (8 Halte) \\
100
04.12.2016 & Glóries & 19:24 & Fòrum & 19:35 & 11m & T4 - Estació de Sant Adrià (6 Halte)\\
101
04.12.2016 & Fòrum & 19:35 & CCIB & 19:37 & 2m & Centre de Convencions Internacional de Barcelona \\\midrule
102
\bottomrule
103
\end{tabular}
104
\caption{Reiseplan}
105
\label{table:reiseplan}
106
\end{table}
107
\end{document}
108
109