I am trying to integrate a figure spanning both columns as shown in 1, 2 or 3, but it does not seem to work for me. And I can't figure out why.
The code:
\subsection{Anfälligkeiten}
%
\begin{figure*}
\centering
\includegraphics[width=\textwidth]{PointsOfFailure.png}
\caption{Points of failure on a password's way}
\label{fig_sim}
\end{figure*}
%
\begin{itemize}
\item Social Engineering
\item Single Point of Failure: Nutzer
%
\item Phishing
\item Shoulder Surfing
\item Key Logger/ Video Aufnahmen
%
\item Replay Angriff
%
\item Dictionary
\item Brute-Force
\end{itemize}
Which gives me the following errors

I thought it was about the next page not being filled (because the help text said that floats are not typically placed on the first side). But I filled it (\lipsum[1-14]) and the error still occurs :P
Sorry for stupid german-english. Textstudio runs in a kind of mixture. Fehler = Error and Zeile = line.
\documentclass, ....\usepackage? – Sebastiano Dec 08 '16 at 13:17But thanks anyways! :D
– Bat Dec 08 '16 at 13:48