Add examples to docs
This commit is contained in:
parent
31f3c832bb
commit
7ffde3680c
@ -81,7 +81,20 @@ Als Startzustand werden alle Dreiecke in jeweils sechs Konfigurationen gespeiche
|
||||
Wie bereits erwähnt, werden Aufteilungen mit kleinerer Breite zuerst abgearbeitet.
|
||||
|
||||
\section{Beispiele}
|
||||
Alle Beispiele sind im Maßstab 1:70m.
|
||||
\lstinputlisting[caption=Lösung für dreiecke1.txt,frame=single,breaklines=true]{worldr1.txt}
|
||||
\begin{figure}[H]
|
||||
\def\svgwidth{\columnwidth}
|
||||
\input{worldr1.pdf_tex}
|
||||
\caption{Visualisierung der Lösung für dreiecke1.txt}
|
||||
\label{fig:Bild1}
|
||||
\end{figure}
|
||||
\lstinputlisting[caption=Lösung für dreiecke2.txt,frame=single,breaklines=true]{worldr2.txt}
|
||||
\begin{figure}[H]
|
||||
\def\svgwidth{\columnwidth}
|
||||
\input{worldr2.pdf_tex}
|
||||
\caption{Visualisierung der Lösung für dreiecke2.txt}
|
||||
\label{fig:Bild1}
|
||||
\end{figure}
|
||||
|
||||
\section{Quellcode (Hauptalgorithmus)}
|
||||
\lstinputlisting[frame=single,language=Rust,breaklines=true]{src/main.rs}
|
||||
|
Loading…
Reference in New Issue
Block a user