summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/svn-multi/example_main.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/svn-multi/example_main.tex')
-rw-r--r--Master/texmf-dist/doc/latex/svn-multi/example_main.tex49
1 files changed, 49 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/svn-multi/example_main.tex b/Master/texmf-dist/doc/latex/svn-multi/example_main.tex
new file mode 100644
index 00000000000..9c82baab8cd
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/svn-multi/example_main.tex
@@ -0,0 +1,49 @@
+\documentclass[12pt]{report}
+\usepackage{svnkw}
+% Version control information:
+\svnidlong
+{$HeadURL: file://somewhere/example_main.tex $}
+{$LastChangedDate: 2006-05-26 15:47:47 +0100 (Fri, 26 May 2006) $}
+{$LastChangedRevision: 15 $}
+{$LastChangedBy: maryd $}
+\svnid{$Id: example_main.tex 15 2006-05-26 15:47:47Z maryd $}
+% Don't forget to set the svn property 'svn:keywords' to
+% 'HeadURL LastChangedDate LastChangedRevision LastChangedBy' or
+% 'Id' or both depending if you use \svnidlong and/or \svnid
+
+\usepackage{hyperref}
+
+\usepackage{fancyhdr}
+\renewcommand{\headrulewidth}{0.4pt}
+\renewcommand{\footrulewidth}{0.4pt}
+\setlength{\headheight}{14.5pt}
+% This will display the last changed revision of the current chapter.
+% Change \svnkw{LastChangedRevision} to \svnrev if you like to have the
+% document revision.
+\newcommand{\svnfooter}{Last Changed Rev: \svnkw{LastChangedRevision}}
+
+
+\svnRegisterAuthor{johnd}{John Doe}
+\svnRegisterAuthor{maryd}{Mary Doe}
+
+\begin{document}
+\begin{titlepage}
+ \vspace{8ex}
+ {\huge Title\par}
+ \vfill
+ \flushleft\sffamily
+ Version control information:\\
+ Head URL: \url{\svnkw{HeadURL}}\\
+ Last changed date: \svndate\\
+ Last changes revision: \svnrev\\
+ Last changed by: \svnFullAuthor*{\svnauthor}\\
+\end{titlepage}
+
+\tableofcontents
+
+% Include chapters
+\include{example_chap1}
+%\include{example_chap2}
+%\include{example_chap3}
+
+\end{document}