docs/Reisebericht-Ukraine07
changeset 0:fd91829df761
initial commit
author | meillo@marmaro.de |
---|---|
date | Sun, 02 Sep 2007 13:46:18 +0200 |
parents | |
children | c66979d2f6cd |
files | .hgignore Makefile Reisebericht-Ukraine07.tex |
diffstat | 3 files changed, 251 insertions(+), 0 deletions(-) [+] |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/.hgignore Sun Sep 02 13:46:18 2007 +0200 1.3 @@ -0,0 +1,11 @@ 1.4 +syntax: glob 1.5 +*.aux 1.6 +*.log 1.7 +*.nav 1.8 +*.out 1.9 +*.snm 1.10 +*.toc 1.11 +push.sh 1.12 +*.swp 1.13 +*~ 1.14 +*.pdf
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 2.2 +++ b/Makefile Sun Sep 02 13:46:18 2007 +0200 2.3 @@ -0,0 +1,36 @@ 2.4 +# Makefile for latex docs 2.5 + 2.6 +SRC = Reisebericht-Ukraine07.tex 2.7 +OBJ = ${SRC:.tex=.pdf} 2.8 + 2.9 + 2.10 +all: 2.11 + pdflatex Reisebericht-Ukraine07.tex 2.12 + 2.13 +#merge: 2.14 +# rm -f all.pdf 2.15 +# pdftk A=00_vorstellung.pdf cat A1-2 output 00_vorstellung-mod.pdf && rm 00_vorstellung.pdf 2.16 +# pdftk *.pdf cat output all.pdf 2.17 + 2.18 + 2.19 +#all: ${OBJ} 2.20 + 2.21 +#.tex.pdf: 2.22 +# @echo pdflatex $< 2.23 +# @pdflatex $< 2.24 + 2.25 +${OBJ}: ${SRC} 2.26 + @echo pdflatex $@ 2.27 + @pdflatex ${SRC} 2.28 + @pdflatex ${SRC} 2.29 + 2.30 +xpdf: ${OBJ} 2.31 + @echo xpdf $@ 2.32 + @xpdf -fullscreen -z page ${OBJ} 2.33 + #@rm ${OBJ} 2.34 + 2.35 +clean: 2.36 + echo 'cleaning ...' 2.37 + rm *.{aux,lof,log,lot,nav,out,snm,toc} 2> /dev/null 2.38 + 2.39 +.PHONY: all xpdf clean
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 3.2 +++ b/Reisebericht-Ukraine07.tex Sun Sep 02 13:46:18 2007 +0200 3.3 @@ -0,0 +1,204 @@ 3.4 +% @file 3.5 +% @brief Reisebericht Ukraine07 3.6 +% @author markus schnalke <meillo@marmaro.de> 3.7 +% @since 2007-09-02 3.8 + 3.9 + 3.10 +\documentclass[a4paper]{scrartcl} 3.11 + 3.12 + \usepackage[utf8]{inputenc} 3.13 + \usepackage{ngerman} 3.14 + \usepackage{graphicx} 3.15 + \usepackage{listings} 3.16 + \usepackage[automark]{scrpage2} 3.17 + 3.18 + \setkomafont{sectioning}{\normalfont\normalcolor\bfseries} 3.19 + \setlength{\parindent}{0em} 3.20 + \setlength{\parskip}{1.0ex plus 1.0ex minus 0.5ex} 3.21 + \pagestyle{scrheadings} 3.22 + \setcounter{tocdepth}{3} 3.23 + 3.24 +\begin{document} 3.25 + 3.26 + 3.27 + 3.28 + 3.29 + 3.30 +%%%% Titlepage %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 3.31 +\begin{titlepage} 3.32 + \title{Reisebericht Ukraine 2007} 3.33 + \author{Markus Schnalke} 3.34 + \date{2007-09-02} 3.35 + 3.36 + 3.37 + \thispagestyle{empty} 3.38 + 3.39 + 3.40 + \begin{flushright} 3.41 + 3.42 + \rule[8cm]{0cm}{0cm} 3.43 + {\Huge Reisebericht\\ \textbf{Ukraine '07}} 3.44 + 3.45 + \rule[2cm]{0cm}{0cm} 3.46 + \textsc{Markus Schnalke} 3.47 + 3.48 + \end{flushright} 3.49 + 3.50 + 3.51 + 3.52 + \rule[7cm]{0cm}{0cm} 3.53 + 3.54 + \textit{Dies ist mein Reisetagebuch meines Sommerurlaubs im Jahr 2007.} 3.55 + 3.56 + {\tiny Dieses Dokument darf gerne zitiert, kopiert und weitergegeben werden. Ich bitte nur darum meinen Namen und einen Verweis auf meine Website (http://marmaro.de) zu erwähnen --- danke! } 3.57 + 3.58 + 3.59 +\end{titlepage} 3.60 + 3.61 + 3.62 + 3.63 + 3.64 +\tableofcontents 3.65 + 3.66 + 3.67 + 3.68 +%%%% Tagebuch %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 3.69 +\newpage 3.70 + 3.71 + 3.72 + 3.73 + 3.74 +\section{So, 2007-08-12} 3.75 + 3.76 + 3.77 + 3.78 + 3.79 + 3.80 +\section{Mo, 2007-08-13} 3.81 + 3.82 + 3.83 + 3.84 + 3.85 + 3.86 +\section{Di, 2007-08-14} 3.87 + 3.88 + 3.89 + 3.90 + 3.91 + 3.92 +\section{Mi, 2007-08-15} 3.93 + 3.94 + 3.95 + 3.96 + 3.97 + 3.98 +\section{Do, 2007-08-16} 3.99 + 3.100 + 3.101 + 3.102 + 3.103 + 3.104 +\section{Fr, 2007-08-17} 3.105 + 3.106 + 3.107 + 3.108 + 3.109 + 3.110 +\section{Sa, 2007-08-18} 3.111 + 3.112 + 3.113 + 3.114 + 3.115 + 3.116 +\section{So, 2007-08-19} 3.117 + 3.118 + 3.119 + 3.120 + 3.121 + 3.122 +\section{Mo, 2007-08-20} 3.123 + 3.124 + 3.125 + 3.126 + 3.127 + 3.128 +\section{Di, 2007-08-21} 3.129 + 3.130 + 3.131 + 3.132 + 3.133 + 3.134 +\section{Mi, 2007-08-22} 3.135 + 3.136 + 3.137 + 3.138 + 3.139 + 3.140 +\section{Do, 2007-08-23} 3.141 + 3.142 + 3.143 + 3.144 + 3.145 + 3.146 +\section{Fr, 2007-08-24} 3.147 + 3.148 + 3.149 + 3.150 + 3.151 + 3.152 +\section{Sa, 2007-08-25} 3.153 + 3.154 + 3.155 + 3.156 + 3.157 + 3.158 +\section{So, 2007-08-26} 3.159 + 3.160 + 3.161 + 3.162 + 3.163 + 3.164 +\section{Mo, 2007-08-27} 3.165 + 3.166 + 3.167 + 3.168 + 3.169 + 3.170 +\section{Di, 2007-08-28} 3.171 + 3.172 + 3.173 + 3.174 + 3.175 + 3.176 +\section{Mi, 2007-08-29} 3.177 + 3.178 + 3.179 + 3.180 + 3.181 + 3.182 +\section{Do, 2007-08-30} 3.183 + 3.184 + 3.185 + 3.186 + 3.187 + 3.188 +\section{Fr, 2007-08-31} 3.189 + 3.190 + 3.191 + 3.192 + 3.193 + 3.194 + \begin{flushright} 3.195 + markus schnalke 3.196 + \end{flushright} 3.197 + 3.198 + 3.199 + 3.200 + 3.201 + 3.202 + 3.203 + 3.204 + 3.205 + 3.206 + 3.207 +\end{document}