appendix.tex 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. \begin{table}[ht]
  2. \centering
  3. \small
  4. \begin{longtable}{p{3cm} p{8cm} p{4cm}}
  5. \rowcolor{gray!50}
  6. \textbf{Term} & \textbf{Explanation} & \textbf{Example} \\
  7. Phase & One phase of the Sugiyama approach~\cite{sugiyama_methods_1981} & Node Placement \\
  8. \rowcolor{gray!25}
  9. Stage & One stage of the BK algorithm~\cite{brandes_fast_2001} & Balancing \\
  10. Step & Atomic part of a stage of the BK algorithm~\cite{brandes_fast_2001} & Computing one $x$ coordinate during balancing stage \\
  11. \rowcolor{gray!25}
  12. \appname & The name of the application for which this is the documentation & \\
  13. \member{sink} & See table~\ref{table:bk-variables} & \\
  14. \rowcolor{gray!25}
  15. \member{shift} & See table~\ref{table:bk-variables} & \\
  16. \member{root} & See table~\ref{table:bk-variables} & \\
  17. \rowcolor{gray!25}
  18. \member{align} & See table~\ref{table:bk-variables} & \\
  19. Extremal layout & Defines in which order the layers are traversed and if a node is aligned with its upper or lower median. & Leftmost lower \\
  20. \\\\
  21. \end{longtable}
  22. \caption{Glossary for the most difficult terms as we use them.}
  23. \label{table:glossary}
  24. \end{table}
  25. \begin{figure}[htp]
  26. \centering
  27. \includegraphics{img/random-graph-dialog}
  28. \caption[Random graph dialog]{Dialog for generating random graphs.}
  29. \label{fig:random-graph-dialog}
  30. \end{figure}
  31. \begin{figure}[htp]
  32. \centering
  33. \includegraphics[width=\linewidth]{img/debug-table}
  34. \caption[Debug Table]{An example for a debug table. The graph used is the same as in figure~\ref{fig:example}}
  35. \label{fig:debug-table}
  36. \end{figure}