I want to modify title page created with LaTeX's \title{Hello}...\author{hhh}...\date{\today}...\maketitle
command to have a logo in the right top corner, not on any other page. Unfortunately, I haven't succeeded in this so if this is impossible, the second option is to use custom page with \begin{titlepage}...
and configure everything like typical title page.
How can I modify typical LaTeX titlepage to have a logo in the right top corner? Can this be achieved with \maketitle
or do we need a custom \begin{titlepage}
?
Potentially related