From 3cb057b3e0dbf9e1fe4893f911bd443e9f01a9a9 Mon Sep 17 00:00:00 2001 From: akmaily Date: Wed, 27 Mar 2024 10:24:08 +0100 Subject: [PATCH] trying to fix this --- OmniView.tex | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/OmniView.tex b/OmniView.tex index e0228c8..9e481c6 100644 --- a/OmniView.tex +++ b/OmniView.tex @@ -3,6 +3,8 @@ \usepackage{listings} \usepackage[]{graphicx} +\begin{document} + \newglossaryentry{latex}{ name=LaTeX, description={Ein Textsatzsystem} @@ -16,8 +18,6 @@ \tableofcontents \newpage -\begin{document} - \chapter{The Idea of OmniView} OmniView is planned to be an omniscient data-visualization and analysis tool. OmniView itself shouldn't need to know anything about any given data-producer at compile-time, but should still be able to visualize the produced information. @@ -54,8 +54,9 @@ \chapter{The Idea of OmniView} This list in combination with a checkbox will also be displayed in the view. \begin{figure} - \includegraphics[\width=.9]{assets/overview.pdf} + \includegraphics[\width=0.9]{./assets/pictures/overview.pdf} \caption{Overview of Modules} + \label{fig:Overview} \end{figure} \section[Greater Picture]{OmniView and its Role in the Greater Picture} @@ -111,7 +112,7 @@ \section{Memory Management Ideology} \end{figure} -\input{producers.tex} +%\input{producers.tex} \section{Userinterface} @@ -896,5 +897,4 @@ \subsection*{Procedure:} \printglossaries -\end{document} - +\end{document} \ No newline at end of file