diff options
author | Karl Berry <karl@freefriends.org> | 2009-03-27 17:35:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-03-27 17:35:58 +0000 |
commit | d72adc4188250dc65f067469817b19bdf48db2b0 (patch) | |
tree | 1ccf0fe39b00af5be2dc54a66dac545a21452cfe /Master/texmf-dist/doc/latex/rcs-multi/README | |
parent | fcbfe57b79d94ecbaa2abcd79da6545496aa01cc (diff) |
new latex package rcs-multi (24mar09)
git-svn-id: svn://tug.org/texlive/trunk@12531 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/rcs-multi/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/rcs-multi/README | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/rcs-multi/README b/Master/texmf-dist/doc/latex/rcs-multi/README new file mode 100644 index 00000000000..b7b00f7c56d --- /dev/null +++ b/Master/texmf-dist/doc/latex/rcs-multi/README @@ -0,0 +1,59 @@ +-------------------------------------------------------------- + rcs-multi + version 0.1, Mar 23rd, 2009 +-------------------------------------------------------------- + +This package lets you typeset keywords of the version +control system RCS inside your LaTeX files anywhere +you like. Like the very similar package 'svn-multi' the usage of +multiple files for one LaTeX document is well supported. + +Copyright (C) 2009 Martin Scharrer +E-mail: martin@scharrer-online.de +WWW: http://www.scharrer-online.de/latex/rcs-multi/ + +This work may be distributed and/or modified under the +conditions of the LaTeX Project Public License, either version 1.3c +of this license or (at your option) any later version. +The latest version of this license is in + http://www.latex-project.org/lppl.txt +and version 1.3c or later is part of all distributions of LaTeX +version 2008/05/04 or later. + +This work has the LPPL maintenance status `maintained'. + +The Current Maintainer of this work is Martin Scharrer. + + + +Tiny example: +~~~~~~~~~~~~~ +Put the following RCS keyword at the start of all your LaTeX files of +your document: + +\rcsid{$Id$} + +RCS will expand the keyword the next time the files are committed and +then the RCS information can be typeset using + \rcsauthor, \rcsrev, \rcsdate, \rcshour, ... +which will hold the information of the latest comitted file +anywhere in your multi-file LaTeX document. + +Also per-file macros exist: + \rcsfileauthor, \rcsfilerev, ... +which hold the keyword values of the current file. + + +INSTALL: +~~~~~~~~ +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 rcs-multi.ins # for the style file and perl script + [pdf]latex rcs-multi.dtx # for the documentation +2x[pdf]latex example-main # for the example + +Place the .sty file rcs-multi.sty into your TEXMF tree, e.g. in + $TEXMF/tex/latex/rcs-multi + |