diff options
author | Karl Berry <karl@freefriends.org> | 2007-07-16 15:58:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-07-16 15:58:40 +0000 |
commit | 0712d6aa258c39076a89220dd0d7284bf5f00091 (patch) | |
tree | 13feba27a6254b4de0a2463cda54c0c8756c01a4 /Master/texmf-dist/doc/latex/svn-multi/example_main.tex | |
parent | b9e50b271f760c6fb44b08e291c9b36730d6cbf7 (diff) |
svn-multi 1.3a (11jul07)
git-svn-id: svn://tug.org/texlive/trunk@4604 c570f23f-e606-0410-a88d-b1316a301751
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.tex | 20 |
1 files changed, 16 insertions, 4 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 index 9c82baab8cd..0ac69ca129b 100644 --- a/Master/texmf-dist/doc/latex/svn-multi/example_main.tex +++ b/Master/texmf-dist/doc/latex/svn-multi/example_main.tex @@ -1,5 +1,5 @@ \documentclass[12pt]{report} -\usepackage{svnkw} +\usepackage{svn-multi} % Version control information: \svnidlong {$HeadURL: file://somewhere/example_main.tex $} @@ -7,35 +7,47 @@ {$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 +% 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{url} \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 +% Change \svnkw{LastChangedRevision} to \svnrev if you like to have the % document revision. -\newcommand{\svnfooter}{Last Changed Rev: \svnkw{LastChangedRevision}} +\newcommand{\svnfooter}{Last Changed Rev: \svnkw{LastChangedRevision}} +\pdfinfo{% + /CreationDate (D:\svnpdfdate) +} \svnRegisterAuthor{johnd}{John Doe} \svnRegisterAuthor{maryd}{Mary Doe} +\svnRegisterRevision{15}{Version~1} +\listfiles \begin{document} \begin{titlepage} \vspace{8ex} {\huge Title\par} + \vspace{2ex} + {\large \noindent This is an example document for the \texttt{svn-multi} (aka + \texttt{svnkw}) package. Please also look at the LaTeX source code of this + document.} \vfill \flushleft\sffamily Version control information:\\ Head URL: \url{\svnkw{HeadURL}}\\ + Head URL: \svnnolinkurl{\svnkw{HeadURL}}\\ Last changed date: \svndate\\ Last changes revision: \svnrev\\ + Version: \svnFullRevision*{\svnrev}\\ Last changed by: \svnFullAuthor*{\svnauthor}\\ \end{titlepage} |