So here is my Problem:
Basically I am using the scrreprt class for my report.
There in the titlehead I want to have on the left side two rows of text and on the right side an image (in the same row as the text!)!
I have tried quite a few different methods to achieve this until now!
In some cases
(1)the image will be under the text
and in some
(2)the image will be between the two lines!
Here some example code I have tried!
Code: Select all
\titlehead{
\textit{First line \\second line}\hfill \includegraphics[scale = .03]{logo.png}
}
Code: Select all
\titlehead{
\begin{minipage}[c]{.9\linewidth}
\textit{line 1 \\line 2}
\end{minipage}\hfill
\begin{minipage}[c]{\linewidth}
\begin{flushright}
\includegraphics[scale = .03]{logo.png}
\end{flushright}
\end{minipage}
}
I am aware of the adjustbox package and the valign=t param, however I am running Ubuntu 12.04 LTS and I have quite some problems installing the package (it is not in the repositories)!
I hope somebody can help me!
thanks in advance
trunksen
and I have problems installing