I have sections in my report in latex.
I want to know how can I fix the position of the section in the report.
I have some pictures after the section, but all of them come before the section,
\begin{figure}[!htb]
\begin{center}
\includegraphics[trim=0.5cm 7cm 0cm 6.5cm,clip,scale=.75]{Figures/Conductivity_Result_20C_Fitting.pdf}
\caption{Conductivity Measurements at 20C}
\label{fig:Conductivity_Result_20C_Fitting}
\end{center}
\end{figure}
and the section code is:
\section{Summary}
\usepackage[section]{placeins}. More fine-tuning is possible if you look at the documentation for that package. – jon May 28 '15 at 16:59figureenvironment use theflafterpackage. – David Carlisle May 28 '15 at 17:32NOTE! The original version of placeins.sty acted like it was loaded with the option "[above]" specified.seems like I haven't looked at the documentation since before 2005:-) – David Carlisle May 28 '15 at 17:40flafteris still apropos, too. – jon May 28 '15 at 17:40