1
0
Fork 0

Added a nice little graphic to the title page of lvspec.tex

master
Mike Gerwitz 2013-08-21 16:22:30 -04:00
parent 9e8be87dcd
commit 0e28657c87
3 changed files with 11 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

View File

@ -548,6 +548,7 @@
\let\@lvspec@terminology\relax \let\@lvspec@terminology\relax
\let\@lvspec@abstract\relax \let\@lvspec@abstract\relax
\let\@lvspec@pretitle\relax \let\@lvspec@pretitle\relax
\let\@lvspec@titlecmd\relax
% allows us to use the abstract command whilst still using the environment % allows us to use the abstract command whilst still using the environment
\let\@abstract\abstract \let\@abstract\abstract
@ -585,6 +586,7 @@
\@author\\LoVullo Associates\\ \@author\\LoVullo Associates\\
\vspace{2em}% \vspace{2em}%
\vfill \vfill
\@lvspec@titlecmd
\today \today
\endgroup \endgroup
\end{center} \end{center}

View File

@ -2,8 +2,16 @@
% %
% Yep. % Yep.
\documentclass[draft]{lvspec} \documentclass{lvspec}
\usepackage{multicol} \usepackage{multicol}
\usepackage{graphicx}
\makeatletter
\def\@lvspec@titlecmd{%
\includegraphics[scale=0.5]{images/dilbert-time.png}
\vfill
}%
\makeatother
\begin{document} \begin{document}
\title{LoVullo Specification Specifications} \title{LoVullo Specification Specifications}