diff --git a/images/dilbert-time.png b/images/dilbert-time.png new file mode 100644 index 0000000..76166ca Binary files /dev/null and b/images/dilbert-time.png differ diff --git a/lvspec.cls b/lvspec.cls index 0f289ee..0d7b13d 100644 --- a/lvspec.cls +++ b/lvspec.cls @@ -548,6 +548,7 @@ \let\@lvspec@terminology\relax \let\@lvspec@abstract\relax \let\@lvspec@pretitle\relax +\let\@lvspec@titlecmd\relax % allows us to use the abstract command whilst still using the environment \let\@abstract\abstract @@ -585,6 +586,7 @@ \@author\\LoVullo Associates\\ \vspace{2em}% \vfill + \@lvspec@titlecmd \today \endgroup \end{center} diff --git a/lvspec.tex b/lvspec.tex index d57f735..9d52713 100644 --- a/lvspec.tex +++ b/lvspec.tex @@ -2,8 +2,16 @@ % % Yep. -\documentclass[draft]{lvspec} +\documentclass{lvspec} \usepackage{multicol} +\usepackage{graphicx} + +\makeatletter + \def\@lvspec@titlecmd{% + \includegraphics[scale=0.5]{images/dilbert-time.png} + \vfill + }% +\makeatother \begin{document} \title{LoVullo Specification Specifications}