I have the following problem, I write this code:
Code: Select all
\begin{enumerate}
\item pxIMU : an IMU developed by PixHawk team \cite{pixhawk}
\item RF Laird Board Base Station (connected to the Real-Time PC)
\item RF Laird Board Module (connected to the quadrotor)
\end{enumerate}
To the electronics listed above have to be added the frame of the AR Drone and his motors. The motors come with an Electronic Speed Controller (ESC) that accepts input between 0 and 512. There is a function that links the input given to the motor to the rpm of the propeller, it will be described in the \hlight{identification paragraph??}.
\begin{figure}
\begin{center}$
\begin{array}{cc}
\includegraphics[width=50mm]{pics/pixhawkimu.jpg}&
\includegraphics[width=50mm]{pics/lairdboard.jpg}
\includegraphics[width=30mm]{pics/PRM123.jpg}
\end{array}$
\caption{PixHawkIMU, RF Laird Board Base Station and RF Laird Board Module}
\label{pics:lairdboard}
\end{center}
\end{figure}
\begin{figure}
\begin{center}
\includegraphics[width=50mm]{pics/parrotmotornew.jpg}
\caption{Parrot Motor with ESC}
\label{fig:parrotmotor}
\end{center}
\end{figure}
1) The enumerate list
2) The small paragraph that I wrote
3) 2 pictures
Instead I have:
1) Only the first and second item of the list
2) 2 pictures
3) third item of the list
4) Small paragraph that I wrote...
I want to know if is there a way to impose an order to the LaTex text.
Thank you in advance,
Fabrizio.