How can I get the results I described in the picture?
\documentclass[%
draft=false,
paper=a4
paper=portrait,
pagesize=auto,
fontsize=11pt
version=last,
english,
]{scrbook}
\usepackage{graphicx}
\usepackage{wrapfig}
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{Description and examples of I do not want}
\includegraphics[width=4ex]{symbols/symbol_q.PNG} The text should be automatically always in he middle of the symbol. Here it is wrong. And the second line is at the beginning not in vertical line with the first line.\\ \\
\includegraphics[width=4ex]{symbols/symbol_l.PNG} The text should be automatically always in he middle of the symbol. Here it is wrong. And the second line is at the beginning not in vertical line with the first line.\\ \\
\includegraphics[width=4ex]{symbols/symbol_q.PNG} Not perfect in he middle of the symbol. It is at the bottem.\\ \\
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{This is almost perfect}
\begin{wrapfigure}[3]{l}[0pt]{0.05\textwidth}
\includegraphics[width=4ex]{symbols/symbol_q.PNG}
\vspace{-2\baselineskip}
\end{wrapfigure}
The text should be automatically always in he middle of the symbol. Here it is almost \textbf{perfect}. And the second line is at the beginning \textbf{perfect} in vertical line with the first line!
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\section{The first is almost perfect. How I can handle the others? I did not know!}
\begin{wrapfigure}{l}{0.05\textwidth}
\includegraphics[width=4ex]{symbols/symbol_q.PNG}
\vspace{-2\baselineskip}
\end{wrapfigure}
The text should be automatically always in he middle of the symbol. Here it is almost \textbf{perfect}. And the second line is at the beginning \textbf{perfect} in vertical line with the first line!
\\
\begin{wrapfigure}{l}{0.05\textwidth}
\includegraphics[width=4ex]{symbols/symbol_l.PNG}
\vspace{-2\baselineskip}
\end{wrapfigure}
The text should be automatically always in he middle of the symbol. And the second line should be at the beginning in vertical line with the first line.
\\
\begin{wrapfigure}{L}{0.05\textwidth}
\includegraphics[width=4ex]{symbols/symbol_q.PNG}
\vspace{-2\baselineskip}
\end{wrapfigure}
The text should be automatically always in he middle of the symbol. And the second line should be at the beginning in vertical line with the first line.
\vspace{5\baselineskip}
\end{document}
You need at least 10 reputation to post more than 2 links.
So, sorry, only one symbol-Picture possible!



