How can i put href at the page subtitle? I have a:
\usepackage[%
verbose,
colorlinks=true,
naturalnames=true,
linkcolor=blue,
]{hyperref}
\begin{document}
%
% Title page
%
\title{Title}
\subtitle{Subtitle}
\setkomafont{subtitle}{\normalfont\Large}
\href{http://www.wikibooks.org}{Wikibooks home}
\maketitle
\end{document}
But i'm getting link at the another page. How can i make it correctly?
Thank you.
hrefhas to be inside the Subtitle? Or am i missing something? – Johannes_B Jul 21 '14 at 06:54\subtitle{Subtitle \\ \href{http://www.wikibooks.org}{Wikibooks home}}– Johannes_B Jul 21 '14 at 06:56\subtitlecommand, so either you're using a different class thanarticleor have defined a\subtitlecommand yourself. You should see that the information is necessary. – egreg Jul 21 '14 at 08:31