sing-alongs/title.tex
Sebastian Hugentobler f1355607c4 No longer using gitinfo for the revision info. To complicated when all I
want is the short revision number. Now it works even on Windows.
2013-04-08 10:13:07 +02:00

32 lines
788 B
TeX

\begin{titlepage}
\begin{center}
\includegraphics[width=0.50\textwidth]{images/title.png}\\
\rule{\linewidth}{0.5mm} \\[0.4cm]
{ \huge \bfseries Sing-Alongs}
\rule{\linewidth}{0.5mm} \\[1.5cm]
\begin{minipage}{0.4\textwidth}
\begin{flushleft} \large
\url{http://trac.thallian.ch/music_booklet}\\
\end{flushleft}
\end{minipage}
\begin{minipage}{0.4\textwidth}
\begin{flushright} \large
\emph{Git Revision:} \\
\textsc{\input{|"git log -1 --oneline --no-notes | cut -d ' ' -f1"}}
\end{flushright}
\end{minipage}
\vfill
\textbf{Creative Commons BY-SA 3.0 Unported License}
\url{http://creativecommons.org/licenses/by-sa/3.0} \\
~\\
\includegraphics[width=0.20\textwidth]{images/by-sa.png}\\[1cm]
\end{center}
\end{titlepage}