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_chap1.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_chap1.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/svn-multi/example_chap1.tex | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/svn-multi/example_chap1.tex b/Master/texmf-dist/doc/latex/svn-multi/example_chap1.tex index 9b06aed5c3e..6881ebe6ab6 100644 --- a/Master/texmf-dist/doc/latex/svn-multi/example_chap1.tex +++ b/Master/texmf-dist/doc/latex/svn-multi/example_chap1.tex @@ -7,25 +7,45 @@ \svnid{$Id: example_chap1.tex 14 2006-05-26 14:37:12Z johnd $} \chapter{Example Chapter} -Text ... \section{Version} \subsection*{This chapter} % \url is needed because there is an underscore in the name -% The package 'underscore' seems not to work properly, so the 'hyperref' +% The package 'underscore' seems not to work properly, so the 'hyperref' % package is used which is not the best solution. Avoid underscore in LaTeX filenames. -Filename: \url{\svnkw{Filename}}\\ +Filename: \svnnolinkurl{\svnkw{Filename}}\\ URL: \url{\svnkw{HeadURL}}\\ % Something like \href{\svnkw{HeadURL}}{Download} works also! -Last change:\\ +\textbf{Last change}\\ Revision: \svnfilerev\\ Date: \svnfiledate\\ +Year: \svnfileyear\\ +Time: \svnfilehour:\svnfileminute:\svnfilesecond\ \svnfiletimezone00\\ Author: \svnfileauthor\\ \subsection*{Whole document} -Last change:\\ +Filename: \svnnolinkurl{\svnmainfilename}\\ +URL: \url{\svnmainurl}\\ +\textbf{Last change}\\ Revision: \svnrev\\ Date: \svndate\\ +Year: \svnyear\\ +Time: \svnhour:\svnminute:\svnsecond\ \svntimezone00\\ Author: \svnauthor\\ - % [...] + +\section{Tests} +\svnRegisterRevision{14}{Test} + +Registered author name: \svnFullAuthor{\svnfileauthor}\\ +Registered revision name: \svnFullRevision{\svnfilerev}\\ +Registered author name (*): \svnFullAuthor*{\svnfileauthor}\\ +Registered revision name (*): \svnFullRevision*{\svnfilerev}\\ + +\subsubsection*{Behaviour if value is not registered:} +Not registered user name: \svnFullAuthor{someusername}\\ +Not registered revision name: \svnFullRevision{12}\\ +Not registered user name (*): \svnFullAuthor*{someusername}\\ +Not registered revision name (*): \svnFullRevision*{12}\\ + + |