summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex')
-rw-r--r--Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex11
1 files changed, 6 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex b/Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex
index c34a44394b7..ab7a02aad5b 100644
--- a/Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex
+++ b/Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex
@@ -5,23 +5,23 @@
%
\documentclass{scrartcl}
-\usepackage{vhistory, hyperref}
-
-\newcommand{\docTitle}{}
+\usepackage{hyperref, vhistory}
+%% Setting up headers and footers
\usepackage{scrpage2}
\pagestyle{scrheadings}
-
\ifoot{An example for vhistory---Version \vhCurrentVersion}
\cfoot[]{}
\ofoot[\thepage]{\thepage}
\begin{document}
+%% Shortcuts for author names
\newcommand{\JW}{Jochen Wertenauer}
\newcommand{\PF}{Peter Foo}
\newcommand{\MB}{Mary Bar}
+%% Title
{\renewcommand{\setseparator}{ \and }
\title{An example for vhistory}
\author{\vhListAllAuthorsLong}
@@ -29,6 +29,7 @@
\maketitle
}
+%% History of versions
\begin{versionhistory}
\vhEntry{1.0}{22/01/04}{JW|PF}{Creation}
\vhEntry{1.1}{23/01/04}{JW|MB}{Error correction}
@@ -49,4 +50,4 @@ more bla bla bla
\section{bla bla}
even more bla bla.
-\end{document} \ No newline at end of file
+\end{document}