0

I have following MWE:

\documentclass[12pt,a4paper]{article}

\usepackage[utf8]{inputenc}
\usepackage[color=red,opacity=0.1,contents={}]{background}
\usepackage{hyperref}
\usepackage{indentfirst}
\usepackage{caption}
\usepackage{listings}
\usepackage{tcolorbox}
\usepackage[slovene]{babel}
\usepackage{titlesec}
\usepackage{float}

\setcounter{secnumdepth}{4}

\titleformat{\paragraph}
{\normalfont\normalsize\bfseries}{\theparagraph}{1em}{}
\titlespacing*{\paragraph}{0pt}{3.25ex plus 1ex minus .2ex}{1.5ex plus .2ex}

\author{Marko Frelih \\ Company \\ \texttt{email}}
\title{Title}
\date{Ljubljana, Marec 2015}

\begin{document}

\subsection{Prvi zagon}
Pred prvim zagonom moramo na Raspberry Pi B+ priklopiti monitor ali televizijski sprejemnik preko HDMI kabla,
tipkovnico preko USB vrat ter kabel za internet preko ethernet vrat. Ko to storimo, pri\v{z}gemo Raspberry Pi B+
z vklopom napajalnika preko micro USB kabla v micro USB re\v{z}o in Rasbperry Pi B+ se pri\v{z}ge, aktivnost
nalaganja linux operacijskega sistema vidimo na ekranu/televizorju. Najprej se prika\v{z}e predstavitveno okno:
\begin{figure}
\centering
\includegraphics[scale=1.0]{slike/image_rPiBPlusSplashScreen.png}
\caption{Rasperry Pi B+ predstavitveno okno}
\end{figure}
\pagebreak

\end{document}

which produces result, described in Situation Screenshot. Obvisously, the inserted image is in wrong position, it should be placed in the centre (which is), but UNDER the text, not ABOVE It. What am I missing?

KernelPanic
  • 573
  • 1
  • 6
  • 16

0 Answers0