diff options
author | Dr. Clea F. Rees <cfrees@imapmail.org> | 2009-03-01 20:31:44 +0000 |
---|---|---|
committer | Dr. Clea F. Rees <cfrees@imapmail.org> | 2009-03-01 20:31:44 +0000 |
commit | 98b2e0029dce671be04c9bd02fa94109e0c67ad1 (patch) | |
tree | a06138d56d54921d2dffdaa0071131ea9129e166 /Master/texmf-dist/doc | |
parent | 6ed4b79b8c635fe33641578f412d5d907fe5d573 (diff) |
svn-multi new version
git-svn-id: svn://tug.org/texlive/trunk@12276 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/svn-multi/README | 28 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/svn-multi/example.pdf | bin | 42161 -> 41537 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/svn-multi/example_chap1.tex | 8 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/svn-multi/example_main.tex | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/svn-multi/svn-multi.pdf | bin | 281372 -> 301109 bytes |
5 files changed, 20 insertions, 18 deletions
diff --git a/Master/texmf-dist/doc/latex/svn-multi/README b/Master/texmf-dist/doc/latex/svn-multi/README index 11fa5b30a08..1733dc2d9b1 100644 --- a/Master/texmf-dist/doc/latex/svn-multi/README +++ b/Master/texmf-dist/doc/latex/svn-multi/README @@ -1,14 +1,14 @@ -------------------------------------------------------------- svn-multi (was svnkw) - version 1.3a, July 10th, 2007 + version 1.4, Feb 27rd, 2009 -------------------------------------------------------------- -This package lets you typeset keywords of the version +This package lets you typeset keywords of the version control system Subversion inside your LaTeX files anywhere -you like. Unlike the very similar package 'svn' the usage of +you like. Unlike the very similar package 'svn' the usage of multiple files for one LaTeX document is well supported. -Copyright (C) 2006,2007 Martin Scharrer +Copyright (C) 2006-2009 Martin Scharrer E-mail: martin@scharrer-online.de WWW: http://www.scharrer-online.de/latex/svn-multi/ @@ -30,19 +30,19 @@ and the derived files svn-multi.sty and svnkw.sty. Tiny example: ~~~~~~~~~~~~~ -Put the following Subversion keyword in all your LaTeX files of +Put the following Subversion keyword in all your LaTeX files of your document: \svnid{$Id$} -Subversion will expand it (set property svn:keyword to 'Id') and +Subversion will expand it (set property svn:keyword to 'Id') and then you can typeset the SVN information using - \svnauthor, \svnrev, \svndate, \svnhour, ... -which will hold the information of the latest comitted file + \svnauthor, \svnrev, \svndate, \svnhour, ... +which will hold the information of the latest comitted file anywhere in your multi-file LaTeX document. Also per-file macros exist: - \svnfileauthor, \svnfilerev, ... + \svnfileauthor, \svnfilerev, ... which hold the keyword values of the current file. @@ -52,13 +52,13 @@ From the .dtx file (if you don't get the .sty files directly): ================== Unpack the zip file and run 'make'. You also can do it manually: - [pdf]latex svn-multi.ins # for the style file - [pdf]latex svn-multi.dtx # for the documentation - [pdf]latex example-main.tex # for the example + [pdf]latex svn-multi.ins # for the style file + [pdf]latex svn-multi.dtx # for the documentation + [pdf]latex example-main.tex # for the example Place the two .sty files - svn-multi.sty # Package - svnkw.sty # Wrapper for backward compatibility + svn-multi.sty # Package + svnkw.sty # Wrapper for backward compatibility into your TEXMF tree, e.g. in $TEXMF/tex/latex/svn-multi diff --git a/Master/texmf-dist/doc/latex/svn-multi/example.pdf b/Master/texmf-dist/doc/latex/svn-multi/example.pdf Binary files differindex af2d85b5169..05dad75bde0 100644 --- a/Master/texmf-dist/doc/latex/svn-multi/example.pdf +++ b/Master/texmf-dist/doc/latex/svn-multi/example.pdf 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 e8486c321ae..ca8a36100d1 100644 --- a/Master/texmf-dist/doc/latex/svn-multi/example_chap1.tex +++ b/Master/texmf-dist/doc/latex/svn-multi/example_chap1.tex @@ -1,10 +1,10 @@ % Version control information: +\svnid{$Id: example_chap1.tex 211 2009-02-27 13:58:39Z martin $} \svnidlong {$HeadURL: svn+ssh://scharrer-online.de/home/martin/svn/src/trunk/latex/svn-multi/example_chap1.tex $} -{$LastChangedDate: 2008-12-03 13:29:19 +0000 (Wed, 03 Dec 2008) $} -{$LastChangedRevision: 146 $} +{$LastChangedDate: 2009-02-27 13:58:39 +0000 (Fri, 27 Feb 2009) $} +{$LastChangedRevision: 211 $} {$LastChangedBy: martin $} -\svnid{$Id: example_chap1.tex 146 2008-12-03 13:29:19Z martin $} \chapter{Example Chapter} @@ -21,6 +21,7 @@ Revision: \svnfilerev\\ Date: \svnfiledate\\ Year: \svnfileyear\\ Time: \svnfilehour:\svnfileminute:\svnfilesecond\ \svnfiletimezone00\\ +Timezone: \svnfiletimezonehour : \svnfiletimezoneminute\\ Author: \svnfileauthor\\ \subsection*{Whole document} @@ -31,6 +32,7 @@ Revision: \svnrev\\ Date: \svndate\\ Year: \svnyear\\ Time: \svnhour:\svnminute:\svnsecond\ \svntimezone00\\ +Timezone: \svntimezonehour : \svntimezoneminute\\ Author: \svnauthor\\ % [...] 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 921996cb72b..6f2a337d6da 100644 --- a/Master/texmf-dist/doc/latex/svn-multi/example_main.tex +++ b/Master/texmf-dist/doc/latex/svn-multi/example_main.tex @@ -3,7 +3,7 @@ % Version control information: \svnidlong {$HeadURL: svn+ssh://scharrer-online.de/home/martin/svn/src/trunk/latex/svn-multi/example_main.tex $} -{$LastChangedDate: 2008-12-03 13:29:19 +0000 (Wed, 03 Dec 2008) $} +{$LastChangedDate: 2008-12-03 13:29:19 +1234 (Wed, 03 Dec 2008) $} {$LastChangedRevision: 146 $} {$LastChangedBy: martin $} \svnid{$Id: example_main.tex 146 2008-12-03 13:29:19Z martin $} diff --git a/Master/texmf-dist/doc/latex/svn-multi/svn-multi.pdf b/Master/texmf-dist/doc/latex/svn-multi/svn-multi.pdf Binary files differindex 3336d592458..07e2955e56e 100644 --- a/Master/texmf-dist/doc/latex/svn-multi/svn-multi.pdf +++ b/Master/texmf-dist/doc/latex/svn-multi/svn-multi.pdf |