2

I have a document with some problems in the positions of the last images. I copied the code here and after that, I copy the warnings that I get:

\documentclass[journal]{IEEEtran}
%\usepackage{cite}
\usepackage{graphicx}
%\usepackage{caption}
\usepackage{subcaption}
\usepackage{epstopdf}
\usepackage[cmex10]{amsmath}
%\usepackage{footnote}
%\usepackage{setspace}
%\usepackage[framemethod=tikz]{mdframed}
\usepackage{upquote}

\begin{document}
\IEEEpeerreviewmaketitle

\section{Introduction}

\IEEEPARstart whatever


whatever

\begin{figure}[ht]
    \centering
    \includegraphics[width=75mm]{uno.eps}
\caption{uno (5 paths, length 31 m-sequence)
}
\label{fig:uno}
\end{figure}


text text text

\begin{figure}[ht]
\centering
    \includegraphics[width=75mm]{dos.eps}
\caption{dos
}
\label{fig:dos}
\end{figure}

text text text:


\begin{figure}[ht]
\centering
    \includegraphics[width=75mm]{tres.eps}
\caption{tres
}
\label{fig:tres}
\end{figure}

text text:

\begin{figure}[ht]
\centering
    \includegraphics[width=75mm]{cuatro.eps}
\caption{cuatro
}
\label{fig:cuatro}
\end{figure}

text text text:

\begin{figure}[ht]
\centering
    \includegraphics[width=75mm]{cinco.eps}
\caption{cinco
}
\label{fig:cinco}
\end{figure}


\end{document}

This is the warning:

LaTeX Warning: 'h' float specifier changed to 'ht'

Please, let me know if you need more details. Thank you!

Torbjørn T.
  • 206,688

0 Answers0