Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 009c42fe authored by Adrien Leman's avatar Adrien Leman Committed by hhakim
Browse files

doc latex

parent c74731ac
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,15 @@
\usepackage{placeins}
\usepackage{epstopdf}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=red, % color of internal links (change box color with linkbordercolor)
citecolor=green, % color of links to bibliography
filecolor=magenta, % color of file links
urlcolor=blue
}
\usepackage{tikz}
%\usepackage{appendix}
\usepackage{mathtools}
......
......@@ -15,6 +15,31 @@ Then refer to the appropriate section following the use (or not) of an IDE (Inte
Finally in Section \ref{sec:UnixCustomInstall}, the custom options available to build the FA$\mu$ST toolbox are described to propose Custom - Advanced installation. For example, the optional configuration can be used to modify the install directory path, or to build in debug mode.
\lstset{style=customBash}
\begin{lstlisting}
> This kind of script represents the text command you must
> entered in an terminal command. For example :
> mkdir BUILD
\end{lstlisting}
\lstset{style=customBash}
\begin{lstlisting}
when character '>' is missing in the beginning of each line,
it signifies that the message is an return text in your
current terminal.
\end{lstlisting}
\lstset{style=customMatlab}
\begin{lstlisting}
>> This kind of script represents the text command you must
>> entered in a Matlab Command Window.
\end{lstlisting}
\lstset{style=customMatlab}
\begin{lstlisting}
when character ">>" is missing in the beginning of each line,
it signifies that the message is an return text in your current
Matlab Command Window.
\end{lstlisting}
\section{Required components}\label{sec:RequiredTools}
This Section lists the required components you must install before to begin the FA$\mu$ST installation.
\begin{itemize}
......
......@@ -11,14 +11,32 @@ The FA$\mu$ST project is based on \textbf{C++ library} available for Linux, MAC
\item Then, \textbf{process to Basic installation} of FA$\mu$ST tool by following instructions given in the appropriate section, depending to the kind of compiler (MinGW or Microsoft Visual) and the use (or not) of an IDE (Integrated Development Environment).
\end{itemize}
Section \ref{sec:WinCustomInstall} describes the custom options available to build the FA$\mu$ST toolbox, to propose Custom - Advanced installation. For example, the optional configuration can be used to modify the install directory path, or to build in debug mode.
%Then refer to the appropriate section : If you are more familiar with the graphical user interface, prefer the basic installation using \textbf{"the IDE Visual Studio"}. Otherwise, if you are friendly with Unix tools and command line terminal, prefer the basic installation using \textbf{the command terminal}:
Section \ref{sec:WinCustomInstall} describes the custom options available to build the FA$\mu$ST toolbox, to propose Custom - Advanced installation. For example, the optional configuration can be used to modify the install directory path, or to build in debug mode.
\lstset{style=customBash}
\begin{lstlisting}
> This kind of script represents the text command you must
> entered in an terminal command. For example :
> mkdir BUILD
\end{lstlisting}
\lstset{style=customBash}
\begin{lstlisting}
when character '>' is missing in the beginning of each line,
it signifies that the message is an return text in your
current terminal.
\end{lstlisting}
\lstset{style=customMatlab}
\begin{lstlisting}
>> This kind of script represents the text command you must
>> entered in a Matlab Command Window.
\end{lstlisting}
\lstset{style=customMatlab}
\begin{lstlisting}
when character ">>" is missing in the beginning of each line,
it signifies that the message is an return text in your current
Matlab Command Window.
\end{lstlisting}
\section{Required components}\label{sec:WinRequired}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment