Search found 2 matches

by apoc
Thu Aug 07, 2014 12:04 pm
Forum: Graphics, Figures & Tables
Topic: help at displaing a figure correctly, before subsection
Replies: 2
Views: 2468

help at displaing a figure correctly, before subsection

Hello and thank you for the reply, I didn't expect the same user here :lol:

I tried those suggestions as well as this:
\begin{minipage}[H]{\linewidth}
\centering
\includegraphics[width=\linewidth]{pics/picture}
\captionof{figure}{description}
\label{fig:alabel}
\end{minipage}

which again ...
by apoc
Thu Aug 07, 2014 10:26 am
Forum: Graphics, Figures & Tables
Topic: help at displaing a figure correctly, before subsection
Replies: 2
Views: 2468

help at displaing a figure correctly, before subsection

Hello and thank you for any suggestions, to mention is that I'm working on my first latex document - so noob alert..

I have multiple subsections, one with 3 subsequent figures:

\subsection{Sometitle 1}
words words words...
3x
\begin{figure}[h!]
\centering
\includegraphics[width=\linewidth ...