diff options
author | Karl Berry <karl@freefriends.org> | 2006-06-02 20:59:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2006-06-02 20:59:25 +0000 |
commit | 91230936ac4cc78b9f59de25afd779b5362b8646 (patch) | |
tree | 72ee94d127fdac3d76e1017c02ad0d997ad3635e /Master/texmf-dist/doc/latex/svn-multi/example_chap1.tex | |
parent | 6a3f70a7106e6881776bd33bb4dad106d91c4146 (diff) |
svn-multi
git-svn-id: svn://tug.org/texlive/trunk@1653 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 | 31 |
1 files changed, 31 insertions, 0 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 new file mode 100644 index 00000000000..9b06aed5c3e --- /dev/null +++ b/Master/texmf-dist/doc/latex/svn-multi/example_chap1.tex @@ -0,0 +1,31 @@ +% Version control information: +\svnidlong +{$HeadURL: file://somewhere/example_chap1.tex $} +{$LastChangedDate: 2006-05-26 14:37:12 +0100 (Fri, 26 May 2006) $} +{$LastChangedRevision: 14 $} +{$LastChangedBy: johnd $} +\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' +% package is used which is not the best solution. Avoid underscore in LaTeX filenames. +Filename: \url{\svnkw{Filename}}\\ +URL: \url{\svnkw{HeadURL}}\\ +% Something like \href{\svnkw{HeadURL}}{Download} works also! +Last change:\\ +Revision: \svnfilerev\\ +Date: \svnfiledate\\ +Author: \svnfileauthor\\ + +\subsection*{Whole document} +Last change:\\ +Revision: \svnrev\\ +Date: \svndate\\ +Author: \svnauthor\\ + +% [...] |