瀏覽代碼

tutorenschulungsbericht hinzugefügt

Martin Thoma 12 年之前
父節點
當前提交
6ad011c101

+ 9 - 0
documents/tutorenschulung-abschlussreflexion/Makefile

@@ -0,0 +1,9 @@
+DOKUMENT = tutorenschulung-abschlussreflexion
+ 
+make:
+	pdflatex -shell-escape $(DOKUMENT).tex -output-format=pdf
+	pdflatex -shell-escape $(DOKUMENT).tex -output-format=pdf
+	make clean
+
+clean:
+	rm -rf  $(TARGET) *.class *.html *.log *.aux *.out *.pyg *.ist *.glo *.toc

+ 6 - 0
documents/tutorenschulung-abschlussreflexion/Readme.md

@@ -0,0 +1,6 @@
+You have to add
+* logos/KITLogo_RGB.pdf
+
+You should change
+* your signature
+* your personal information

文件差異過大導致無法顯示
+ 99 - 0
documents/tutorenschulung-abschlussreflexion/max-mustermann.svg


+ 125 - 0
documents/tutorenschulung-abschlussreflexion/myStyle.sty

@@ -0,0 +1,125 @@
+\usepackage{amssymb} % needed for math
+\usepackage{amsmath} % needed for math
+\usepackage[utf8]{inputenc} % this is needed for german umlauts
+\usepackage[ngerman]{babel} % this is needed for german umlauts
+\usepackage[T1]{fontenc}    % this is needed for correct output of umlauts in pdf
+\usepackage[margin=2.5cm]{geometry} %layout
+\usepackage{booktabs}
+\usepackage{xcolor}
+\usepackage{color}
+\usepackage{listings}
+\usepackage{pdfpages}  % includepdf
+\usepackage{menukeys}
+\usepackage{vmargin}          % Adjust margins in a simple way
+\usepackage{subfigure}
+\usepackage[absolute,overlay]{textpos}
+\usepackage{float}
+\usepackage{wrapfig}
+\usepackage{caption}
+\usepackage{changepage}% http://ctan.org/pkg/changepage
+\usepackage{floatflt}
+\usepackage[titletoc]{appendix}
+
+\definecolor{bluekeywords}{rgb}{0.13,0.13,1}
+\definecolor{greencomments}{rgb}{0,0.5,0}
+\definecolor{redstrings}{rgb}{0.9,0,0}
+
+\lstset{
+    language=[Sharp]C,
+    columns=flexible,              % needed because of spaces
+    keepspaces=true,               % needed because of spaces
+    showspaces=false,
+    showtabs=false,
+    breaklines=true,
+    showstringspaces=false,
+    breakatwhitespace=true,
+    escapeinside={(*@}{@*)},
+    commentstyle=\color{greencomments},
+    keywordstyle=\color{bluekeywords}\bfseries,
+    stringstyle=\color{redstrings},
+    basicstyle=\small\ttfamily
+}
+
+% doch lieber nicht:
+% http://stackoverflow.com/a/6295698/562769
+%\lstset{prebreak=\raisebox{0ex}[0ex][0ex]
+%        {\ensuremath{\hookleftarrow}}}
+%\lstset{postbreak=\raisebox{0ex}[0ex][0ex]
+%        {\ensuremath{\rightarrow\space}}}
+%\lstset{breaklines=true, breakatwhitespace=true}
+%\lstset{numbers=left, numberstyle=\scriptsize}
+
+\makeatletter
+\def\lst@outputspace{{\ifx\lst@bkgcolor\empty\color{white}\else\lst@bkgcolor\fi\lst@visiblespace}}
+\makeatother
+
+\renewcommand{\captionfont}{\scriptsize}
+
+% used for tables in Qualitätszielbestimmungen
+\usepackage{array}
+\newcolumntype{C}[1]{>{\centering\arraybackslash}p{#1}}
+
+\makeglossary 
+
+%% -------------------------------
+%% |        Declarations         |
+%% -------------------------------
+\DeclareGraphicsExtensions{.svg}
+%% --- End of Declarations ---
+
+%% -------------------------------
+%% |         New commands        |
+%% -------------------------------
+\newcommand{\changefont}[3]{\fontfamily{#1} \fontseries{#2} \fontshape{#3} \selectfont}
+%\renewcommand*{\headfont}{\slshape}
+%\newcommand{\captionfont}{}
+\newcommand{\chapterheadfont}{}
+\newcommand{\blankpage}{
+ \clearpage{\pagestyle{empty}\cleardoublepage}
+}
+
+% new page before section
+%\let\stdsection\section
+%\renewcommand\section{\newpage\stdsection}
+%\newcommand{\sectionbreak}{\clearpage}
+%% --- End of New Commands ---
+
+
+%% -------------------------------
+%% |      Globale Settings       |
+%% -------------------------------
+\setcounter{secnumdepth}{3} % Numbering also for \subsubsections
+\setcounter{tocdepth}{3}    % Register \subsubsections in content directory
+
+\setpapersize{A4}
+\setmarginsrb{3cm}{1cm}{3cm}{1cm}{6mm}{7mm}{5mm}{15mm}
+
+\parindent 0cm                     % Do not indent beginning of paragraph
+\parskip1.5ex plus0.5ex minus0.5ex % Margin between paragraphs
+%% --- End of global Settings ---
+
+\newcommand{\subsubsubsection}[1]{\noindent\textbf{#1}\newline\nopagebreak}
+
+\widowpenalties 1 10000
+\raggedbottom
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Create a shorter version for tables. DO NOT CHANGE               	 %
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\newcommand\addrow[2]{#1 &#2\\ }
+
+\newcommand\addheading[2]{#1 &#2\\ \hline}
+\newcommand\tabularhead{\begin{tabular}{lp{13cm}}
+\hline
+}
+
+\newcommand\addmulrow[2]{ \begin{minipage}[t][][t]{2.5cm}#1\end{minipage}% 
+   &\begin{minipage}[t][][t]{8cm}
+    \begin{enumerate} #2   \end{enumerate}
+    \end{minipage}\\ }
+
+\newenvironment{usecase}{\tabularhead}
+{\hline\end{tabular}}
+
+\usepackage{listings}

+ 70 - 0
documents/tutorenschulung-abschlussreflexion/titlepage.tex

@@ -0,0 +1,70 @@
+% Vorlage aus http://sdqweb.ipd.kit.edu/wiki/Dokumentvorlagen
+%% titlepage.tex
+%%
+
+% coordinates for the bg shape on the titlepage
+\newcommand{\diameter}{20}
+\newcommand{\xone}{-15}
+\newcommand{\xtwo}{160}
+\newcommand{\yone}{15}
+\newcommand{\ytwo}{-253}
+
+\begin{titlepage}
+% bg shape
+\begin{tikzpicture}[overlay]
+\draw[color=gray]  
+ 		 (\xone mm, \yone mm)
+  -- (\xtwo mm, \yone mm)
+ arc (90:0:\diameter pt) 
+  -- (\xtwo mm + \diameter pt , \ytwo mm) 
+	-- (\xone mm + \diameter pt , \ytwo mm)
+ arc (270:180:\diameter pt)
+	-- (\xone mm, \yone mm);
+\end{tikzpicture}
+	\begin{textblock}{10}[0,0](4,2.5)
+		\includegraphics[width=.3\textwidth]{logos/KITLogo_RGB.pdf}
+		\hspace{8cm}
+	\end{textblock}
+	\changefont{phv}{m}{n}	% helvetica	
+	\vspace*{3.5cm}
+	\begin{center}
+		\vspace*{3cm}
+		\huge{Abschlussreflexion}\\
+		\vspace*{1cm}
+		\Large{
+			\iflanguage{english}{At the Department of Informatics}			
+					{Tutorenschulung}
+		}
+	\end{center}
+	\vspace*{1cm}
+\Large{
+\begin{center}
+\begin{tabularx}{\textwidth}{@{}llllX}
+Name, Vorname    & \Nachname, \Vorname\\
+Matrikelnummer   & \Matrikelnummer  \\
+Email            & \Email \\
+Titel            & \TutoriumTitle\\
+Institut         & \Institut\\
+Studienfach      & \Studienfach\\
+Datum            & \Datum\\
+\end{tabularx}
+\end{center}
+}
+
+
+
+\begin{textblock}{10}[0,0](4,16.8)
+\tiny{ 
+	\iflanguage{english}
+		{KIT -- University of the State of Baden-Wuerttemberg and National Research Center of the Helmholtz Association}
+		{KIT -- Universit\"at des Landes Baden-W\"urttemberg und nationales Forschungszentrum in der Helmholtz-Gemeinschaft}
+}
+\end{textblock}
+
+\begin{textblock}{10}[0,0](14,16.75)
+\large{
+	\textbf{www.kit.edu} 
+}
+\end{textblock}
+
+\end{titlepage}

文件差異過大導致無法顯示
+ 75 - 0
documents/tutorenschulung-abschlussreflexion/tutorenschulung-abschlussreflexion.tex