Mentions légales du service
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
faust
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
GitLab upgrade completed. Current version is 17.11.4.
Show more breadcrumbs
faust group
faust
Commits
27cba9c7
Commit
27cba9c7
authored
8 years ago
by
Adrien Leman
Committed by
hhakim
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
modif name
parent
a8d9cc8f
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
gen_doc/LaTeX/gettingStartedFaust-version2_0.tex
+0
-159
0 additions, 159 deletions
gen_doc/LaTeX/gettingStartedFaust-version2_0.tex
with
0 additions
and
159 deletions
gen_doc/LaTeX/gettingStartedFaust-version2_0.tex
deleted
100755 → 0
+
0
−
159
View file @
a8d9cc8f
\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}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment