1. TeXnicCenter is whoing me 55 errors when I have this code shown below. If I remove fig 19-21 or insert block comment for them, no error msg shown. To me this specific thing is making no sense.
2. The reference is always appearing on the first page not at the end of the document.
Any help would be highly appreciated.
Thanks!
Code: Select all
\documentclass[10pt,a4paper]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage[english]{babel}
\usepackage[font=small,labelfont=bf]{caption}
\usepackage[centering,includeheadfoot,margin=3cm]{geometry}
\usepackage{graphicx}
\usepackage[center]{titlesec}
\usepackage{txfonts}
\usepackage{blindtext}
\begin{document}
\section*{Introduction}
PIV experiment was conducted to obtain wake profiles behind a circular cylinder. Reynolds number used for this experiment was 3900 based on cylinder diameter. The objectives were to get familiarized with FLAIR PIV system and instrumentation. In addition, PIV results were compared with published journal\cite{1}. \\
%fig 1
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig9.pdf}
\caption{Mean longitudinal velocity in the wake centerline}
\label{fig:9}
\end{figure}
%fig 2
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig10.pdf}
\caption {Variance of the longitudinal velocity in the wake centerline}
\label{fig:fig10}
\end{figure}
%fig 3
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig113locations.pdf}
\caption{Mean streamwise velocity at three locations in the wake}
\label{fig:fig113locations}
\end{figure}
%fig 4
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig123locations.pdf}
\caption{Mean streamwise velocity at three locations in the wake}
\label{fig:fig123locations}
\end{figure}
%
%
%fig 5
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig133locations.pdf}
\caption{Variance of the streamwise velocity fluctuations at three locations}
\label{fig:fig133locations}
\end{figure}
%fig 6
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig143locations.pdf}
\caption{Variance of the normal velocity fluctuations at three locations in
the wake}
\label{fig:fig143locations}
\end{figure}
%fig 7
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig11106.pdf}
\caption{Comparison between mean streamwise velocity at $x/D = 1.06$}
\label{fig:fig11106}
\end{figure}
%fig 8
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig11154.pdf}
\caption{Comparison between mean streamwise velocity at $x/D = 1.54$}
\label{fig:fig11154}
\end{figure}
%fig 9
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig11202.pdf}
\caption{Comparison between mean streamwise velocity at $x/D = 2.02$}
\label{fig:fig11202}
\end{figure}
%fig 10
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig12106.pdf}
\caption{Comparison between mean normal velocity at $x/D = 1.06$}
\label{fig:fig12106}
\end{figure}
%fig 11
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig12154.pdf}
\caption{Comparison between mean normal velocity at $x/D = 1.54$}
\label{fig:fig12154}
\end{figure}
%fig 12
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig12202.pdf}
\caption{Comparison between mean normal velocity at $x/D = 2.02$}
\label{fig:fig12202}
\end{figure}
%fig 13
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig13106.pdf}
\caption{Comparison between variance of mean streamwise velocity fluctuation at $x/D = 1.06$}
\label{fig:fig13106}
\end{figure}
%fig 14
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig13154.pdf}
\caption{Comparison between variance of mean streamwise velocity fluctuation at $x/D = 1.54$}
\label{fig:fig13154}
\end{figure}
%fig 15
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig13202.pdf}
\caption{Comparison between variance of mean streamwise velocity fluctuation at $x/D = 2.02$}
\label{fig:fig13202}
\end{figure}
%fig 16
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig14106.pdf}
\caption{Comparison between variance of mean normal velocity fluctuation at $x/D = 1.06$}
\label{fig:fig14106}
\end{figure}
%fig 17
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig14154.pdf}
\caption{Comparison between variance of mean normal velocity fluctuation at $x/D = 1.54$}
\label{fig:fig14154}
\end{figure}
%fig 18
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig14202.pdf}
\caption{Comparison between variance of mean normal velocity fluctuation at $x/D = 2.02$}
\label{fig:fig14202}
\end{figure}
%
%
fig 19
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig15106.pdf}
\caption{Comparison between covariance of mean velocity fluctuation at $x/D = 1.06$}
\label{fig:fig15106}
\end{figure}
%fig 20
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig15154.pdf}
\caption{Comparison between covariance of mean velocity fluctuation at $x/D = 1.54$}
\label{fig:fig15154}
\end{figure}
%fig 21
\begin{figure}[htbp]
\centering
\includegraphics[scale=0.2, angle = 270]{fig15202.pdf}
\caption{Comparison between covariance of mean velocity fluctuation at $x/D = 2.02$}
\label{fig:fig15202}
\end{figure}
\begin{thebibliography}{1}
\bibitem{1}Philippe Parnaudeau, Johan Carlier, Dominique Heitz and Eric Lamballais, Experimental and numerical studies of the flow over a cicular cylinder at Reynolds number 3900, Physics of Fluids, 20, pp 058101-14, 2008.
\end{thebibliography}
\end{document}