]> AND Private Git Repository - dmems12.git/commitdiff
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
algo au bon endroit
authorcouturie <couturie@carcariass.(none)>
Thu, 20 Oct 2011 18:42:54 +0000 (20:42 +0200)
committercouturie <couturie@carcariass.(none)>
Thu, 20 Oct 2011 18:42:54 +0000 (20:42 +0200)
dmems12.tex

index ad693f6d8121197a6f18a58235b7bda47d07445c..534a689f04861dea4bff6d500add0d369c3a5f4e 100644 (file)
@@ -460,7 +460,7 @@ computed.
 \end{itemize}
 
 Finally, the whole summarizes in an algorithm (called LSQ in the following) in two parts, one before and one during the acquisition loop:
-\begin{algorithm}[h]
+\begin{algorithm}[htbp]
 \caption{LSQ algorithm - before acquisition loop.}
 \label{alg:lsq-before}
 
@@ -481,7 +481,7 @@ Finally, the whole summarizes in an algorithm (called LSQ in the following) in t
    }
 \end{algorithm}
 
-\begin{algorithm}[ht]
+\begin{algorithm}[htbp]
 \caption{LSQ algorithm - during acquisition loop.}
 \label{alg:lsq-during}