Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Latest commit

 

History

History
43 lines (33 loc) · 965 Bytes

README.md

File metadata and controls

43 lines (33 loc) · 965 Bytes

fachseminar-template

Dies ist eine Latex-Vorlage für die 3. International Students Conference

Word

Eine Word Vorlage befindet sich im Unterordner "word".

Table

Um sicherzustellen, dass der Text an der richtigen Stelle unterbrochen wird, sollte vor und nach der Tabelle je eine Leerzeile stehen.

\begin{table}[!h]
  \centering
  \label{tab:table1}
  \begin{tabular}{l|c||r}
    1 & 2 & 3\\
    \hline
    a & b & c\\
  \end{tabular}
  \caption{Caption for the table.}
\end{table}

Graphics

Um sicherzustellen, dass der Text an der richtigen Stelle unterbrochen wird, sollte vor und nach der Grafik je eine Leerzeile stehen.

\begin{figure}[H]
    \centering
    \includegraphics[width=5cm]{fhbielefeld_logo.png}
    \caption{Write some caption here}\label{visina8}
    \vspace{-12pt}
\end{figure}

Das Attribut vspace sorgt für den passendeb Abstand zum nachfolgenden Absatz

Footnotes

Tatsache\footnote{Text}