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.tex71
1 files changed, 0 insertions, 71 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
deleted file mode 100644
index ef4ebce0f33..00000000000
--- a/Master/texmf-dist/doc/latex/svn-multi/example_main.tex
+++ /dev/null
@@ -1,71 +0,0 @@
-\documentclass[12pt]{report}
-
-% Traditional way to include keywords:
-\usepackage{svn-multi}[2009/03/03]
-% Version control information:
-\svnidlong
-{$HeadURL: svn://server/dir/example_main.tex $}
-{$LastChangedDate: 2008-12-03 13:29:19 +0000 (Wed, 03 Dec 2008) $}
-{$LastChangedRevision: 146 $}
-{$LastChangedBy: martin $}
-% The extra Id to access the file name is not needed anymore because it is
-% extracted from the URL:
-%\svnid{$Id: example_main.tex 146 2008-12-03 13:29:19Z martin $}
-%
-% 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
-
-% Alternative you can use the auto-keyword feature to extract the keywords from
-% the Subversion working directory:
-%\usepackage[autokw=all]{svn-multi}[2009/03/28]
-
-\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 \svnfilerev to \svnrev if you like to have the
-% document revision.
-\newcommand{\svnfooter}{Last Changed Rev: \svnfilerev}
-
-\pdfinfo{%
- /CreationDate (D:\svnpdfdate)
-}
-
-\svnRegisterAuthor{johnd}{John Doe}
-\svnRegisterAuthor{maryd}{Mary Doe}
-\svnRegisterAuthor{martin}{Martin S.}
-\svnRegisterRevision{15}{Version~1}
-
-\listfiles
-\begin{document}
-
-\begin{titlepage}
- \vspace{8ex}
- {\huge Title\par}
- \vspace{2ex}
- {\large \noindent This is an small example document for the \texttt{svn-multi}
- (aka \texttt{svnkw}) package. Please also look at the LaTeX source code of this
- document. An advanced example which includes keyword groups is shown in
- \url{group\_example.pdf}}
- \vfill
- \flushleft\sffamily
- Version control information:\\
- Head URL: \svnnolinkurl{\svnmainurl}\\
- %or with hyperlink: Head URL: \url{\svnurl}\\
- Last changed file: \texttt{\svnfname}\\
- Last changed date: \svndate\\
- Last changes revision: \svnrev\\
- Version: \svnFullRevision*{\svnrev}\\
- Last changed by: \svnFullAuthor*{\svnauthor}\\
-\end{titlepage}
-
-% Include chapters
-\include{example_chap1}
-%\include{example_chap2}
-%\include{example_chap3}
-
-\end{document}