Skip to content
Snippets Groups Projects
Commit b686fd15 authored by ulc0011's avatar ulc0011
Browse files

ADD: Additional files for readme #7

parent fa38fd94
No related branches found
No related tags found
No related merge requests found
\newcommand{\myfig}[3]{\begin{figure}[H]
\centering
\includegraphics[width=#1\textwidth]{img/#2}
\ifthenelse{ \equal{#3}{} }
{}
{\caption{#3}}
\end{figure}}
\section{Applications showing results of analysis}
In this section, we will focus on particular applications, showing results of analysis in different ways, and show some of their specific features. Besides, all of the applications have two common features:
\begin{itemize}
\item \texttt{Generate LaTeX code} - Button which shows file dialog, generates and consequently saves LaTeX code of current graphic content of the app into chosen file.
\item \texttt{Add to LaTeX report} - Button which sends signal to LaTeX report dialog, where it checks appropriate check box or alternatively creates new one and checks it, according to current state of app's content (see Section \ref{dialog}).
\end{itemize}
\subsection{Plots}
\myfig{.8}{plotGUI}{Plots application}
\subsection{Heatmaps}
\myfig{.8}{heatGUI2}{Heatmaps application}
\subsection{Tables}
\subsubsection{Overall summary}
\myfig{.9}{overall}{Overall table obtained from Main menu}
\subsubsection{Average program start}
\myfig{.9}{average}{Average program start table obtained from Main menu}
\subsubsection{Nested functions tables}
\myfig{.4}{nested}{Nested function table obtained from Main menu}
\ No newline at end of file
\section{Configuring and other features}
\subsection{LaTeX report dialog} \label{dialog}
\begin{figure}[H]
\centering
\includegraphics[width=.8\textwidth]{img/texDialogGUI.png}
\caption{First appearance of the report dialog}
\end{figure}
\begin{figure}[H]
\centering
\includegraphics[width=.8\textwidth]{img/texDialog2.png}
\caption{More detailed structure of the report dialog}
\end{figure}
\ No newline at end of file
Readme/img/average.png

99.4 KiB

Readme/img/heatGUI.png

123 KiB

Readme/img/heatGUI2.png

141 KiB

Readme/img/mainMenu.png

32.2 KiB

Readme/img/nested.png

68.8 KiB

Readme/img/overall.png

48.8 KiB

Readme/img/plotGUI.png

104 KiB

Readme/img/texDialog2.png

57.6 KiB

Readme/img/texDialogGUI.png

25.6 KiB

\documentclass[11pt, a4wide]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amsfonts}
\usepackage{amsmath}
\usepackage{latexsym}
\usepackage{graphicx}
\usepackage{float}
\usepackage{ifthen}
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
\usepackage{listings}
\usepackage{wrapfig}
\usepackage{epsfig}
\usepackage{url}
\usepackage{hyperref}
\usepackage{enumitem}
\textwidth 6.3in
%\textheight 8.5in
%\topmargin -0.5in
\oddsidemargin 0in
\evensidemargin 0in
\thispagestyle{empty}
\begin{document}
\begin{center}
\vspace*{0.5cm}
\begin{LARGE}
GUI displaying results of RADAR analysis\\
\end{LARGE}
\begin{Large}
User guide
\end{Large}
\end{center}
\vspace*{0.5cm}
\tableofcontents
\newpage
\setcounter{page}{1}
\section{Main menu}
\begin{figure}[H]
\centering
\includegraphics[width=.4\textwidth]{img/mainMenu.png}
\caption{Main menu apperaring after RADAR analysis}
\end{figure}
\newpage
\input{apps}
\newpage
\input{config_etc}
\end{document}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment