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/latex/svn-multi/README | |
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/latex/svn-multi/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/svn-multi/README | 28 |
1 files changed, 14 insertions, 14 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 |