I want to make a title that will follow the following structure:
\documentclass[12pt]{article}
\usepackage[pass,showframe]{geometry}% just to show the page margins
\usepackage[demo]{graphicx}% remove demo option in actual document
\begin{document}
\noindent\begin{minipage}{0.3\textwidth}% adapt widths of minipages to your needs
\includegraphics[width=\linewidth]{yourimage}
\end{minipage}%
\hfill%
\begin{minipage}{0.6\textwidth}\raggedleft
Yesterday,\\
all my troubles seemed so far away\\
Now it looks as though they're here to stay\\
Oh, I believe in yesterday.
\end{minipage}
\end{document}
(code found here How do I put an image on the left of right-aligned text)
That is the text of the \title will be right aligned and there will be an image on the left of the text
How is it possible this?



\maketitleor something else, the question is not very specific. – AboAmmar May 06 '19 at 23:04maketitle. Searching here for relevant questions I found the code and the image and I thought will be helpful to explain what I am looking for:-)! – Dimitris May 06 '19 at 23:07