datalad-handbook/docs/latex/titlepage.sty
Michael Hanke d8164401eb Factor LaTeX logic out of conf.py (some more)
This should make things easier to graps and also to customize.
2023-08-07 19:01:39 +02:00

17 lines
481 B
TeX

\begin{titlepage}
\raggedleft
\rule{1pt}{\textheight}
\hspace{0.05\textwidth}
\parbox[b]{0.75\textwidth}{
\hfill{\footnotesize \version}\\[1\baselineskip]
\includegraphics[width=0.75\textwidth]{logo.pdf}\\
{\Huge\textbf{Handbook}}\\
{\Large Introduction \textbullet\ Advanced topics \textbullet\ Use cases}\\[2\baselineskip]
{\Large\textsc{Adina~Wagner \& Michael~Hanke}\\[1\baselineskip]
{\small \textit{with}}\\[1\baselineskip]
{
\raggedright
\withauthors\\
}}
}
\end{titlepage}