summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-16 11:36:27 +0000
committerNorbert Preining <preining@logic.at>2007-11-16 11:36:27 +0000
commit4adbea2c56b6d6306b139ba9de0b60e4e0a2dc26 (patch)
tree9d19c15d43a7d1d3e6a45321fe288d6267e337ec /Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex
parentb7899e95726c10175f384c1bf7baadbab493336d (diff)
vhistory 2007-07-21
git-svn-id: svn://tug.org/texlive/trunk@5467 c570f23f-e606-0410-a88d-b1316a301751
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}