journey-plan-west-highland-way.tex 4.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. \documentclass[a4paper, landscape]{scrartcl}
  2. \usepackage[ngerman]{babel}
  3. \usepackage[utf8]{inputenc}
  4. \usepackage{amssymb,amsmath}
  5. \usepackage{geometry}
  6. \usepackage{graphicx}
  7. \usepackage[binary-units=true]{siunitx}
  8. \usepackage{parskip}
  9. \usepackage{marvosym}
  10. \usepackage{hyperref}
  11. \usepackage{booktabs} % for \toprule, \midrule and \bottomrule
  12. \geometry{a4paper,left=10mm,right=10mm, top=1cm, bottom=2cm}
  13. \begin{document}
  14. \clearpage
  15. \section*{Reiseplan West Highland Way}
  16. \vspace*{\fill}
  17. \begin{table}[ht]
  18. \centering
  19. \begin{tabular}{cl p{2cm} l p{2cm} rl p{5cm}}
  20. \toprule
  21. \textbf{Date} & \textbf{From} & \textbf{start\newline (local)} & \textbf{To} & \textbf{end\newline (local)} & \textbf{price} & \textbf{time} & \textbf{service} \\ \midrule
  22. 17.08.2015 & Karlsruhe, Hbf & 09:20 & Stuttgart Flughafen & 10:40 & \EUR 4.50 & 1h 20m & Postbus \\
  23. 17.08.2015 & Stuttgart (STR) & 11:40 & Glasgow (GLA) & 17:35 & \$209 & 6h 55m & British Airways (1 stop) \\
  24. 17.08.2015 & Glasgow Airport [GGT] & 18:01 & Milngavie [MLN] & 19:22 & £4.00 & 1h 21m & http://ojp.nationalrail.co.uk/ \\
  25. \midrule
  26. 18.08.2015 & Karlsruhe, Hbf & 07:55 & Stuttgart Flughafen & 09:05 & \EUR 5.00 & 1h 10m & MeinFernbus \\
  27. 18.08.2015 & Stuttgart (STR) & 11:40 & London (LHR, Terminal 5) & 12:25 & \$88 - \EUR 100.00 & 1h 45m & British Airways \\
  28. 18.08.2015 & London (LHR, Terminal 5) & 13:10 & London (STN) & 15:15 & £27.00 & 2h 5m & coach.nationalexpress.com \\
  29. 18.08.2015 & London (STN) & 19:00 & Glasgow (GLA) & 20:20 & \$30.00 & 1h 20m & Ryanair \\
  30. 18.08.2015 & Glasgow Airport [GGT] & 20:52 & Milngavie [MLN] & 22:22 & £4.00 & 1h 30m & http://ojp.nationalrail.co.uk/ \\
  31. 18.08.2015 & Glasgow Airport [GGT] & 21:52 & Milngavie [MLN] & 23:22 & £4.00 & 1h 30m & (1x umsteigen) \\\midrule\midrule
  32. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  33. 30.08.2015 & Fort William [FTW] & 17:37 & Glasgow Airport [GGT] & 22:19 & £39.90 & 4h 42m & (3x umsteigen) \\
  34. 31.08.2015 & Glasgow (GLA) & 06:50 & London (STN) & 08:10 & \$54.00 & 1h 20m & Ryanair \\
  35. 31.08.2015 & London (STN) & 14:00 & Karlsruhe (FKB) & 16:35 & \$57.00 & 1h 35m & Ryanair \\\midrule
  36. %%%%
  37. % 01.09.2015 & Fort William [FTW] & 07:42 & Glasgow Airport [GGT] & 12:36 & £39.90 & 4h 54m & (3x umsteigen) \\
  38. % 01.09.2015 & Glasgow (GLA) & 17:30 & Munich (MUC) & 20:45 & \$95.00 & 2h 15m & Lufthansa \\
  39. % 01.09.2015 & München & 23:20 & Karlsruhe Hbf & 02:55 & \EUR 11.00 & 3h 35m & Mein Fernbus \\\midrule\midrule
  40. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  41. \textbf{Total to} & Karlsruhe & 07:55 & Milngavie & 22:22 & \EUR 176.31 &14h 27m & \\
  42. \textbf{Total back} & Glasgow & 06:50 & Karlsruhe & 16:35 & \EUR 157.45 & 9h 45m & 2 Etappen: nach Glasgow und dann nach Karlsruhe\\
  43. \bottomrule
  44. \end{tabular}
  45. \caption{Reiseplan}
  46. \label{table:reiseplan}
  47. \end{table}
  48. \vfill % equivalent to \vspace{\fill}
  49. \section*{Websites}
  50. \begin{itemize}
  51. \item \href{http://busliniensuche.de}{busliniensuche.de}: Fernbusse in Deutschland
  52. \item \href{http://google.com/flights}{google.com/flights}: Flüge
  53. \end{itemize}
  54. \section*{Zeit}
  55. \begin{itemize}
  56. \item 14:30 in Karlsruhe, 13:30 in Glasgow und London, 12:30 UTC
  57. \end{itemize}
  58. \end{document}