summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/svn-multi/example_chap1.tex
blob: 24ac0bc313b6076b51aabf2ddd7723a9018e20b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
% Version control information:
\svnidlong
{$HeadURL: svn://server/dir/example_chap1.tex $}
{$LastChangedDate: 2009-02-27 13:58:39 +0000 (Fri, 27 Feb 2009) $}
{$LastChangedRevision: 211 $}
{$LastChangedBy: martin $}

\chapter{Example Chapter}

\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'
% package is used which is not the best solution. Avoid underscore in LaTeX filenames.
Filename: \svnnolinkurl{\svnfilefname}\\
URL: \svnnolinkurl{\svnfileurl}\\
% Something like \href{\svnfileurl}{Download} works also!
\textbf{Last change}\\
Revision: \svnfilerev\\
Date: \svnfiledate\\
Year: \svnfileyear\\
Time: \svnfilehour:\svnfileminute:\svnfilesecond\ \svnfiletimezone\\
Timezone: \svnfiletimezonehour : \svnfiletimezoneminute\\
Author: \svnfileauthor\\

\subsection*{Whole document}
Filename: \svnnolinkurl{\svnmainfilename}\\
URL: \url{\svnmainurl}\\
\textbf{Last change}\\
Revision: \svnrev\\
Date: \svndate\\
Year: \svnyear\\
Time: \svnhour:\svnminute:\svnsecond\ \svntimezone\\
Timezone: \svntimezonehour : \svntimezoneminute\\
Author: \svnauthor\\
% [...]

\section{Full Author Names}
\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}\\