summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/rcs-multi/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/rcs-multi/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/rcs-multi/README')
-rw-r--r--macros/latex/contrib/rcs-multi/README59
1 files changed, 59 insertions, 0 deletions
diff --git a/macros/latex/contrib/rcs-multi/README b/macros/latex/contrib/rcs-multi/README
new file mode 100644
index 0000000000..b7b00f7c56
--- /dev/null
+++ b/macros/latex/contrib/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
+