浏览代码

Reiseplan (1. Entwurf)

Martin Thoma 10 年之前
父节点
当前提交
71078e4420

+ 6 - 0
documents/journey-plan-west-highland-way/Makefile

@@ -0,0 +1,6 @@
+make:
+	pdflatex journey-plan-west-highland-way.tex -output-format=pdf
+	make clean
+
+clean:
+	rm -rf  $(TARGET) *.class *.html *.log *.aux *.out

+ 47 - 0
documents/journey-plan-west-highland-way/journey-plan-west-highland-way.tex

@@ -0,0 +1,47 @@
+\documentclass[a4paper, landscape]{scrartcl}
+\usepackage[ngerman]{babel}
+\usepackage[utf8]{inputenc}
+\usepackage{amssymb,amsmath}
+\usepackage{geometry}
+\usepackage{graphicx}
+\usepackage[binary-units=true]{siunitx}
+\usepackage{parskip}
+\usepackage{booktabs}  % for \toprule, \midrule and \bottomrule
+
+\geometry{a4paper,left=10mm,right=10mm, top=1cm, bottom=2cm}
+
+\begin{document}
+\clearpage
+\section*{Reiseplan West Highland Way}
+\vspace*{\fill}
+    \begin{table}[ht]
+        \centering
+        \begin{tabular}{cl p{2cm} l p{2cm} rl p{5cm}}
+        \toprule
+    \textbf{Date}  & \textbf{From}              & \textbf{start\newline UTC (local)} & \textbf{To} & \textbf{end\newline UTC (local)} & \textbf{price} & \textbf{time} & \textbf{service} \\ \midrule
+    18.08.2015 & Karlsruhe, Hbf           & (07:55)          & Stuttgart Flughafen      & (09:05)        &     5.00 EUR   & 1h 10m & MeinFernbus      \\
+    18.08.2015 & Stuttgart (STR)          & (11:40)          & London (LHR, Terminal 5) & (12:25)        & \$88 - 100 EUR & 1h 45m & British Airways \\
+    18.08.2015 & London (LHR, Terminal 5) & (13:10)          & London (STN)             & (15:15)        &   £27.00       & 2h 5m  & coach.nationalexpress.com           \\
+    18.08.2015 & London (STN)             & (19:00)          & Glasgow (GLA)            & (20:20)        &  \$30.00       & 1h 20m & Ryanair                             \\
+    18.08.2015 & Glasgow Airport [GGT]    & (20:52)          & Milngavie [MLN]          & (22:22)        &    £4.00       & 1h 30m & http://ojp.nationalrail.co.uk/      \\
+    18.08.2015 & Glasgow Airport [GGT]    & (21:52)          & Milngavie [MLN]          & (23:22)        &    £4.00       & 1h 30m & (1x umsteigen)                      \\ \hline
+    30.08.2015 & Fort William [FTW]       & ---              & Glasgow Airport [GGT]    & ---            &   £39.90       & 4h 54m & (3x umsteigen)                      \\
+    31.08.2015 & Glasgow (GLA)            & (06:50)          & London (STN)             & (08:10)        &  \$54.00       & 1h 20m & Ryanair                             \\
+    31.08.2015 & London (STN)             & (09:40)          & London (LHR)             & (11:10)        &   £27.00       & 1h 30m & coach.nationalexpress.com           \\
+    31.08.2015 & London (LHR)             & (14:05)          & Karlsruhe (FKB)          & (16:40)        & \$122.00       & 4h 25m & Zwischenstop in Hamburg             \\\midrule
+    \textbf{Total to}   & Karlsruhe       & (07:55)          & Milngavie                & (22:22)        &   176.31 EUR   &14h 27m & \\
+    \textbf{Total back} & Glasgow         & (06:50)          & Karlsruhe                & (16:40)        &   254.86 EUR   & 9h 50m & 2 Etappen: nach Glasgow und dann nach Karlsruhe\\
+        \bottomrule
+        \end{tabular}
+        \caption{Reiseplan}
+        \label{table:reiseplan}
+    \end{table}
+\vfill % equivalent to \vspace{\fill}
+
+\section*{Websites}
+
+\begin{itemize}
+    \item busliniensuche.de: Fernbusse in Deutschland
+    \item google.com/flights: Flüge
+\end{itemize}
+\end{document}