Directory macros/latex/contrib/rcs-multi
README
-------------------------------------------------------------- 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
Download the contents of this package in one zip archive (658.6k).
rcs-multi – Typeset RCS version control in multiple-file documents
The package enables the user to typeset version control information provided by RCS keywords (e.g., $ID: ... $) in LaTeX documents that contain multiple TeX files.
The package is based on the author’s svn-multi package.
Package | rcs-multi |
Home page | https://github.com/MartinScharrer/rcs-multi |
Bug tracker | https://github.com/MartinScharrer/rcs-multi/issues |
Repository | https://github.com/MartinScharrer/rcs-multi.git |
Version | 0.1a |
Licenses | The LaTeX Project Public License |
Copyright | 2009 Martin Scharrer |
Maintainer | Martin Scharrer |
TDS archive | rcs-multi.tds.zip |
Contained in | TeX Live as rcs-multi MiKTeX as rcs-multi |
Topics | Document Management Version control |
See also | rcs rcsinfo |