Skip to content
Snippets Groups Projects
Commit 66caaa71 authored by Carl Mai's avatar Carl Mai
Browse files

use subfiles and added a section on installation as this is also complicated for some

parent 4cc17c9a
No related branches found
No related tags found
No related merge requests found
Pipeline #1262 passed with warnings
\section{Figures, Zitate, Mathe}
\begin{figure}[h]
\centering
\includegraphics[scale=0.8]{OMG_MOF_4levels}
\caption{Das ist eine schlechte Grafik --- zu viele Pixel. Versuche Vektorgrafiken zu nutzen. Selbst malen geht gut mit draw.io powerpoint
oder inkscape}\label{fig:mof}
\end{figure}
Wenn eine Abbildung verwendet wird, muss diese immer unbedingt im Text referenziert und beschrieben werden.
Z.B. so: \Cref{fig:mof}.
Zitieren geht so~\cite{haddadin2013towards}.
Math:
$A = \{x | x \in Y\}$
\begin{defs}\label{def:abc}
A \textbf{Petrinet} is a tuple ${\Sigma = (P, T, F, W)}$.
\end{defs}
Petrinets are defined in~\Cref{def:abc}. See at the head of this document how to create your own definitions/lemma environments.
\subsection{Installation}
\textbf{Windows:} miktex
\textbf{Linux:} texlive-full
\textbf{GUI-Editor} texstudio
Konfiguration vom Editor: Preferences > Build
* default compiler: \emph{latexmk}
......@@ -130,30 +130,8 @@ In~\Cref{ch:conclusion} kommt die Zusammenfassung.
\chapter{Grundlagen}\label{ch:basics}
\section{Figures, Zitate, Mathe}
\begin{figure}[h]
\centering
\includegraphics[scale=0.8]{OMG_MOF_4levels}
\caption{Das ist eine schlechte Grafik --- zu viele Pixel. Versuche Vektorgrafiken zu nutzen. Selbst malen geht gut mit draw.io powerpoint
oder inkscape}\label{fig:mof}
\end{figure}
Wenn eine Abbildung verwendet wird, muss diese immer unbedingt im Text referenziert und beschrieben werden.
Z.B. so: \Cref{fig:mof}.
Zitieren geht so~\cite{haddadin2013towards}.
Math:
$A = \{x | x \in Y\}$
\begin{defs}\label{def:abc}
A \textbf{Petrinet} is a tuple ${\Sigma = (P, T, F, W)}$.
\end{defs}
Petrinets are defined in~\Cref{def:abc}. See at the head of this document how to create your own definitions/lemma environments.
\input{sections/figures}
\input{sections/install}
\section{Was ist ABC?}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment