summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:44:40 +0000
commitb4fc5f639874db951177ec539299d20908adb654 (patch)
tree52f08823ca58fffe3db6a9b075635038c567626c /Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex
parentdec3d98ebe442d7ea93efbaa8dd2e2be8149a467 (diff)
doc 4
git-svn-id: svn://tug.org/texlive/trunk@80 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.tex52
1 files changed, 52 insertions, 0 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
new file mode 100644
index 00000000000..c34a44394b7
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/vhistory/vh_set_example.tex
@@ -0,0 +1,52 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% DON'T FORGET TO COPY THE FILES sets.sty AND
+% vhistory.sty IN THIS DIRECTORY, IF YOU TRY
+% TO COMPILE THIS EXAMPLE!!!!!!!!!!!!!!!!!!!!
+%
+
+\documentclass{scrartcl}
+\usepackage{vhistory, hyperref}
+
+\newcommand{\docTitle}{}
+
+\usepackage{scrpage2}
+\pagestyle{scrheadings}
+
+\ifoot{An example for vhistory---Version \vhCurrentVersion}
+\cfoot[]{}
+\ofoot[\thepage]{\thepage}
+
+\begin{document}
+
+\newcommand{\JW}{Jochen Wertenauer}
+\newcommand{\PF}{Peter Foo}
+\newcommand{\MB}{Mary Bar}
+
+{\renewcommand{\setseparator}{ \and }
+\title{An example for vhistory}
+\author{\vhListAllAuthorsLong}
+\date{Version \vhCurrentVersion\ from \vhCurrentDate}
+\maketitle
+}
+
+\begin{versionhistory}
+ \vhEntry{1.0}{22/01/04}{JW|PF}{Creation}
+ \vhEntry{1.1}{23/01/04}{JW|MB}{Error correction}
+ \vhEntry{1.2}{03/02/04}{JW|MB}{Revised after review}
+ \vhEntry{1.3}{03/02/04}{JW|MB|PF}{Final version}
+\end{versionhistory}
+
+\tableofcontents
+\clearpage
+
+\section{Introduction}
+\subsection{Overview}
+bla bla bla
+
+\subsection{Target audience}
+more bla bla bla
+
+\section{bla bla}
+even more bla bla.
+
+\end{document} \ No newline at end of file