Menu

Tree [e54b8f] default tip /
 History

Read Only access


File Date Author Commit
 .hgignore 2012-12-31 Martin Scharrer Martin Scharrer [1fd1e5] Added rcs-multi-hg.sty to official CTAN package...
 .hgtags 2011-07-26 Martin Scharrer Martin Scharrer [4238e1] Added tag v0.1a for changeset 17a0a6deae61
 Makefile 2020-09-29 Martin Scharrer Martin Scharrer [e54b8f] Updated email address in Makefile
 README 2009-03-23 Martin Scharrer Martin Scharrer [ffd291] example_chap1.tex, rcs-multi.ins, Makefile, RE...
 example.tex 2012-05-12 Martin Scharrer Martin Scharrer [991655] Changed to new ydocstrip format.
 rcs-multi-hg.sty 2012-03-29 Martin Scharrer Martin Scharrer [1e9577] Added Mercurial (hg) support patch.
 rcs-multi.dtx 2012-05-12 Martin Scharrer Martin Scharrer [dbaecb] Disabled implementation part in manual.
 rcs-multi.ins 2012-05-12 Martin Scharrer Martin Scharrer [991655] Changed to new ydocstrip format.
 rcs-multi.sty 2012-05-12 Martin Scharrer Martin Scharrer [991655] Changed to new ydocstrip format.

Read Me

--------------------------------------------------------------
 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

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.