mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-24 22:08:04 +02:00
tutorenschulungsbericht hinzugefügt
This commit is contained in:
parent
f601528ada
commit
6ad011c101
6 changed files with 384 additions and 0 deletions
9
documents/tutorenschulung-abschlussreflexion/Makefile
Normal file
9
documents/tutorenschulung-abschlussreflexion/Makefile
Normal file
|
@ -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
documents/tutorenschulung-abschlussreflexion/Readme.md
Normal file
6
documents/tutorenschulung-abschlussreflexion/Readme.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
You have to add
|
||||
* logos/KITLogo_RGB.pdf
|
||||
|
||||
You should change
|
||||
* your signature
|
||||
* your personal information
|
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 113 KiB |
125
documents/tutorenschulung-abschlussreflexion/myStyle.sty
Normal file
125
documents/tutorenschulung-abschlussreflexion/myStyle.sty
Normal file
|
@ -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 \\ }
|
||||
|
||||
\newcommand\addheading[2]{#1 \\ \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
documents/tutorenschulung-abschlussreflexion/titlepage.tex
Executable file
70
documents/tutorenschulung-abschlussreflexion/titlepage.tex
Executable file
|
@ -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}
|
|
@ -0,0 +1,75 @@
|
|||
\documentclass[a4paper,12pt]{article}
|
||||
\usepackage{amssymb} % needed for math
|
||||
\usepackage{amsmath} % needed for math
|
||||
\usepackage[utf8]{inputenc} % this is needed for umlauts
|
||||
\usepackage[ngerman]{babel} % this is needed for umlauts
|
||||
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
|
||||
\usepackage[margin=2.5cm]{geometry} %layout
|
||||
\usepackage{fancyhdr} % needed for the footer
|
||||
\usepackage{lastpage} % needed for the footer
|
||||
\usepackage{hyperref} % links im text
|
||||
\usepackage{color, colortbl} % farbige Tabellenzellen
|
||||
\usepackage{pdfpages} % Signatureinbingung und includepdf
|
||||
\usepackage{tabularx}
|
||||
\usepackage[onehalfspacing]{setspace} % eineinhalbfacher Zeienabstand
|
||||
\clubpenalty = 10000 % Schusterjungen verhindern
|
||||
\widowpenalty = 10000 % Hurenkinder verhindern
|
||||
\newcommand{\quoteitalic}[1]{\glqq{\textit{#1}}\grqq{}} % quotes
|
||||
|
||||
\usepackage{myStyle}
|
||||
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
% Hier eigene Daten einfügen %
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\newcommand{\Jahr}{2012 / 2013} % Typ: "2011 / 2012" oder "2012"
|
||||
\newcommand{\Semester}{Wintersemester} % "Wintersemester" oder "Sommersemester"
|
||||
\newcommand{\Datum}{\today} % Wann wurde der Bericht erstellt?
|
||||
\newcommand{\Ort}{Karlsruhe}
|
||||
\newcommand{\Vorname}{Max}
|
||||
\newcommand{\Nachname}{Mustermann}
|
||||
\newcommand{\Matrikelnummer}{123456}
|
||||
\newcommand{\Studienfach}{Informatik (BA)}
|
||||
\newcommand{\Institut}{Institut für Theoretische Informatik}
|
||||
\newcommand{\TutoriumTitle}{Programmieren Tutorium}
|
||||
\newcommand{\Email}{info@martin-thoma.de}
|
||||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
\hypersetup{
|
||||
pdfauthor = {\Vorname~\Nachname},
|
||||
pdfkeywords = {KIT; \Vorname~\Nachname},
|
||||
pdftitle = {Abschlussreflexion von~\Vorname~\Nachname~-~\Semester~\Jahr}
|
||||
}
|
||||
|
||||
\pagestyle{fancy}
|
||||
\fancyhf{}
|
||||
\renewcommand{\headrulewidth}{0pt}
|
||||
\renewcommand{\footrulewidth}{0pt}
|
||||
\fancyfoot[R]{Seite~\thepage~von \pageref{LastPage}}
|
||||
|
||||
\definecolor{LightCyan}{rgb}{0.88,1,1}
|
||||
\definecolor{LightGreen}{rgb}{0.68,1,0.68}
|
||||
\definecolor{Rosa}{rgb}{1,0.68,0.68}
|
||||
|
||||
\pagenumbering{arabic}
|
||||
|
||||
\begin{document}
|
||||
\pagenumbering{roman}
|
||||
\include{titlepage}
|
||||
\setcounter{page}{2}
|
||||
\pagenumbering{arabic}
|
||||
|
||||
% \title{Semesterbericht über das \Semester \Jahr}
|
||||
% \author{\Vorname \Nachname}
|
||||
% \date{\Datum}
|
||||
|
||||
\section*{bla}
|
||||
|
||||
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam auctor consectetur risus, nec condimentum diam fringilla eu. Nullam vel nunc diam. Donec eu justo sed urna consectetur fringilla nec quis purus. Nulla facilisi. Proin ultrices, lacus ut malesuada vehicula, diam eros adipiscing eros, non egestas dolor velit quis purus. Duis semper placerat condimentum. Vestibulum lacinia lobortis nunc, in pretium ligula sagittis sed. In consectetur purus rhoncus odio varius consequat. Praesent semper imperdiet erat id sagittis. Proin elit mi, sagittis eu interdum vitae, tincidunt ut dui.
|
||||
|
||||
Nam id est ac augue fermentum varius eget blandit mauris. Donec molestie, lectus et sodales porttitor, augue ipsum volutpat enim, vel pretium erat odio vel magna. Pellentesque sollicitudin orci eget nulla faucibus egestas. Pellentesque aliquet pulvinar sapien, non pretium nulla malesuada vitae. Vestibulum sem augue, fermentum sit amet laoreet ut, laoreet molestie libero. Sed semper, urna sit amet consequat interdum, enim quam eleifend eros, vel luctus neque enim at dui. Vivamus gravida nunc ut sem porttitor bibendum. Sed at neque eu ante mollis ullamcorper. Vestibulum hendrerit massa at tellus porttitor sed lacinia sem eleifend. Etiam turpis magna, imperdiet ut egestas ut, lacinia et dolor. Aenean faucibus, nunc ut faucibus mollis, velit magna ornare sem, a varius erat nulla id lectus. Integer fringilla felis vulputate lacus malesuada non facilisis diam accumsan. Vivamus felis elit, tempus at lacinia et, congue at arcu. Nunc aliquam pretium faucibus. Maecenas dui dui, dapibus quis aliquet ac, aliquet in lectus.
|
||||
|
||||
|
||||
\noindent \Ort, den \Datum\\
|
||||
\\
|
||||
\includegraphics[height=10mm]{max-mustermann.pdf}\\
|
||||
\Vorname~\Nachname
|
||||
\end{document}
|
Loading…
Add table
Add a link
Reference in a new issue