Mentions légales du service

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

modif latex

parent a45fb322
Branches
Tags
No related merge requests found
all: Faust.pdf all: getting-started-with-faust-toolbox.pdf
pdf: Faust.pdf pdf: getting-started-with-faust-toolbox.pdf
Faust.pdf: clean Faust.tex getting-started-with-faust-toolbox.pdf: clean getting-started-with-faust-toolbox.tex
pdflatex Faust.tex pdflatex getting-started-with-faust-toolbox.tex
#makeindex Faust.idx #makeindex getting-started-with-faust-toolbox.idx
pdflatex Faust.tex pdflatex getting-started-with-faust-toolbox.tex
latex_count=8 ; \ latex_count=8 ; \
while egrep -s 'Rerun (LaTeX|to get cross-references right)' Faust.log && [ $$latex_count -gt 0 ] ;\ while egrep -s 'Rerun (LaTeX|to get cross-references right)' getting-started-with-faust-toolbox.log && [ $$latex_count -gt 0 ] ;\
do \ do \
echo "Rerunning latex...." ;\ echo "Rerunning latex...." ;\
pdflatex Faust.tex ;\ pdflatex getting-started-with-faust-toolbox.tex ;\
latex_count=`expr $$latex_count - 1` ;\ latex_count=`expr $$latex_count - 1` ;\
done done
#makeindex Faust.idx #makeindex Faust.idx
pdflatex Faust.tex pdflatex getting-started-with-faust-toolbox.tex
clean: clean:
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl Faust.pdf rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl getting-started-with-faust-toolbox.pdf
...@@ -42,7 +42,11 @@ The Figure \ref{fig:faustStructure} presents a brief structure of the FA$\mu$ST ...@@ -42,7 +42,11 @@ The Figure \ref{fig:faustStructure} presents a brief structure of the FA$\mu$ST
\paragraph{Known issues} \paragraph{Known issues}
\begin{enumerate} \begin{enumerate}
\item The installation on Windows Platform using Visual Studio IDE has been tested but there is compilation problems depending on the version of your Windows and your Visual Studio. \textbf{This install configuration is not guaranteed} but you can try and report any problem and/or suggestion on install-list of FA$\mu$ST project on \url{http://lists.gforge.inria.fr/pipermail/faust-install/}. \item The installation on Windows Platform using Visual Studio IDE has been tested but there is compilation problems depending on the version of your Windows and your Visual Studio. \textbf{This install configuration is not guaranteed} but you can try and report any problem and/or suggestion on install-list of FA$\mu$ST project on \url{http://lists.gforge.inria.fr/pipermail/faust-install/}.
\item The "Factorization algorithms" module represented on Figure \ref{fig:faustStructure} is actually in progress (see Section).
\item The use of the \textbf{mex function} from Matlab requires that you have a third-party compiler installed on your system. Warning: Following your version of Matlab (2016a in our case) mex function only supports up to GCC 4.7 (see \url{http://fr.mathworks.com/support/compilers/R2016a/index.html?sec=glnxa64} for more detail).
\item The "Factorization algorithms" module represented on Figure \ref{fig:faustStructure} is actually in progress (see Section).
\end{enumerate} \end{enumerate}
......
...@@ -12,7 +12,7 @@ For more information on the FAµST Project, please visit the <a href="http://fau ...@@ -12,7 +12,7 @@ For more information on the FAµST Project, please visit the <a href="http://fau
<HR> <HR>
\section install_sec Installation \section install_sec Installation
See document Faust.pdf to install the toolbox FAµST. See document ./getting-started-with-faust-toolbox.pdf to install the toolbox FAµST.
\section NamingConvention Naming conventions in the C++ FAuST project \section NamingConvention Naming conventions in the C++ FAuST project
- namespace : Faust::xxx - namespace : Faust::xxx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment