Mentions légales du service

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

modif name

parent a8d9cc8f
Branches
Tags
No related merge requests found
\documentclass[a4paper,11pt]{report}
\author{Adrien Leman; Nicolas Bellot}
\title{Getting Started with FA$\mu$ST Toolbox \smallbreak "Flexible Approximate Multi-Layer Sparse Transforms" \bigbreak
\bigbreak
\centerline{\includegraphics[scale=0.1]{images/logo.png}}
}
\setcounter{secnumdepth}{3}
\setcounter{tocdepth}{2}
\usepackage[]{mcode} % import matlab file
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[margin=1in]{geometry}
\usepackage{graphicx, subcaption, enumerate}
\usepackage{amsmath}
\usepackage{amsfonts}
%\usepackage{amsthm}
\usepackage[boxruled,algo2e]{algorithm2e}
\SetCommentSty{mycommfont}
\usepackage{algorithmic}
\usepackage{comment}
\usepackage[dvipsnames]{xcolor}
\usepackage{enumitem}
\usepackage{url}
\usepackage{multirow}
\usepackage{sectsty}
\usepackage[font=small,labelfont=bf]{caption}
\usepackage{placeins}
\usepackage{epstopdf}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=black, % 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}
% pour afficher les figure Here
\usepackage{float}
\usepackage{listings}
\usepackage{color} %red, green, blue, yellow, cyan, magenta, black, white
\definecolor{mygreen}{RGB}{28,172,0} % color values Red, Green, Blue
\definecolor{mylilas}{RGB}{170,55,241}
\definecolor{mygray}{rgb}{0.95,0.95,1}
\definecolor{mygrayMatlab}{rgb}{0.9,0.9,0.9}
\definecolor{mymauve}{rgb}{0.58,0,0.82}
\definecolor{myBlack}{rgb}{0.3,0.3,0.3}
% Set your language (you can change the language for each code-block optionally)
\lstdefinestyle{customBash}{
language=bash,%
backgroundcolor=\color{myBlack}, % choose the background color; you must add
stringstyle=\color{white},%
%identifierstyle=\bfseries\color{white},%
keywordstyle=\color{white},%
basicstyle=\ttfamily\color{white},
commentstyle=\color{mygreen},%
%showstringspaces=true,%without this there will be a symbol in the places where there is a space
%basicstyle=\ttfamily, % the size of the fonts that are used for the code
% breaklines=true, % sets automatic line breaking
% deletekeywords={...}, % if you want to delete keywords from the given language
frame=single, % adds a frame around the code
keepspaces=true, % keeps spaces in text, useful for keeping indentation of code (possibly needs columns=flexible)
numbers=left, % where to put the line-numbers; possible values are (none, left, right)
numbersep=5pt, % how far the line-numbers are from the code
numberstyle=\tiny\color{gray}, % the style that is used for the line-numbers
rulecolor=\color{black}, % if not set, the frame-color may be changed on line-breaks within not-
}
\lstdefinestyle{customC}{
backgroundcolor=\color{mygray}, % choose the background color;
belowcaptionskip=1\baselineskip,
breaklines=true,
frame=single, % adds a frame around the code
%frame=L,
xleftmargin=\parindent,
language=C,
showstringspaces=false,
basicstyle=\footnotesize\ttfamily,
keywordstyle=\bfseries\color{green!40!black},
commentstyle=\itshape\color{purple!40!black},
identifierstyle=\color{blue},
stringstyle=\color{orange},
}
\lstdefinestyle{customMatlab}{
language=Matlab,%
backgroundcolor=\color{mygray},%
stringstyle=\color{mylilas},%
%identifierstyle=\bfseries\color{white},%
basicstyle=\ttfamily\color{black},
commentstyle=\color{mygreen},%
morekeywords={matlab2tikz},%
keywordstyle=\color{black},%
morekeywords=[2]{1}, keywordstyle=[2]{\color{black}},%
%identifierstyle=\color{black},%
stringstyle=\color{mylilas},%
commentstyle=\color{mygreen},%
frame=single, % adds a frame around the code
breaklines=true,%
showstringspaces=false,%without this there will be a symbol in the places where there is a space
numbers=left,%
numberstyle={\tiny \color{black}},% size of the numbers
numbersep=9pt, % this defines how far the numbers are from the text
%emph=[1]{for,end,break},emphstyle=[1]\color{red}, %some words to emphasise
%emph=[2]{word1,word2}, emphstyle=[2]{style},
}
\input{notations.tex}
\makeatletter
\newcommand{\nosemic}{\renewcommand{\@endalgocfline}{\relax}}% Drop semi-colon ;
\newcommand{\dosemic}{\renewcommand{\@endalgocfline}{\algocf@endline}}% Reinstate semi-colon ;
\newcommand{\pushline}{\Indp}% Indent
\newcommand{\popline}{\Indm\dosemic}% Undent
\makeatother
\newcommand{\code}[1]{\texttt{#1}}
\begin{document}
\maketitle
\tableofcontents
\newpage
\include{chapIntroduction}
\include{chapInstallUnix}
\include{chapInstallWindows}
\include{chapFirstUse}
\include{chapWorkingProgress}
\include{annexes}
\bibliographystyle{plain}
\bibliography{paperbiblio}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment