Colloquium 04/2014
Center for Information and Language Processing, LMU Munich
David Kaumanns
Get feedback in time!
Check out to other projects, get inspiration and ideas!
Max 25 minutes (15-20 slides), plus 5 minutes Q&A.
Answer these questions:
Contact me: david [æt] cis.lmu.de
Offical course site: http://www.cis.uni-muenchen.de/~hs/teach/14s/colloquium/
Official LMU guidelines für Bachelor theses:
LaTex

Learning curves LaTex vs Word
LaTex vs. Word http://latex.tugraz.at/dokumentation/mythen
\begin{itemize}
\item foo
\item bar
\item biz
\end{itemize}
\begin{figure}[h!]
\caption{foo}
\centering
\includegraphics[width=0.5\textwidth]{foo}
\end{figure}
\begin{table}[htbp]
\caption{Foobar}
\resizebox{1.0\textwidth}{!}{
\begin{tabular}{|c||c|c|c|c|}
\hline
\textbf{1} & foo & bar & biz & X \\
\hline
\textbf{2} & foo & bar & biz & X \\
\hline
\end{tabular}}
\label{table:Qux}
\end{table}
Do not waste your time!
Lightweight markup language, based on Markdown
LaTex for human beings!
Backwards compatible to LaTex!
Documentation: http://johnmacfarlane.net/pandoc/README.html
Or clone: git clone git@gitlab.cis.uni-muenchen.de:David/pandoc-template-bachelor.git
Do not worry about:
Usage: ./typeset [pdf|html|tex]
- foo
- bar
- biz
- qux
1. one
2. two
3. three

-------------------------------------------------------------
Centered Default Right Left
Header Aligned Aligned Aligned
----------- ------- --------------- -------------------------
First row 12.0 Example of a row that
spans multiple lines.
Second row 5.0 Here's another one. Note
the blank line between
rows.
-------------------------------------------------------------
Table: Here's the caption. It, too, may span
multiple lines.
Private repository at CIP: https://gitlab.cip.ifi.lmu.de (create a Gitlab account at https://tools.rz.ifi.lmu.de/cipconf/index.rb?op=gitlab)
Group-public repository at CIS: https://gitlab.cis.uni-muenchen.de