diff options
author | Karl Berry <karl@freefriends.org> | 2007-09-09 00:37:53 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-09-09 00:37:53 +0000 |
commit | 7f621653d24a0704fa5c543cb8357360a04921bd (patch) | |
tree | 0e67c895fbf07018cff1f79a5a7acac026d6aaef /Master/texmf-dist/doc | |
parent | 3407d103032c2b370491adcfdc621c034e01ec4e (diff) |
rcs update (6jun07)
git-svn-id: svn://tug.org/texlive/trunk@4918 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/rcs/CATALOG | 19 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rcs/History | 45 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rcs/INSTALL | 63 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rcs/MANIFEST | 20 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/rcs/rcs-conf.dvi | bin | 7660 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/rcs/rcs-conf.pdf | bin | 0 -> 67955 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/rcs/rcs-user.dvi | bin | 19720 -> 0 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/rcs/rcs-user.pdf | bin | 0 -> 98946 bytes |
8 files changed, 147 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/rcs/CATALOG b/Master/texmf-dist/doc/latex/rcs/CATALOG new file mode 100644 index 00000000000..45c99f821c7 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rcs/CATALOG @@ -0,0 +1,19 @@ +Name: rcs +Version: 3.0 [02 Aug 95] +Problems-To: jschrod@acm.org +Author: Joachim Schrod +Address: Rödermark, Germany. + +Description: RCS is a revision control system, used for managing + versions and variants of files. It's possible to include + automatically information from this system in the managed files. + rcs.sty is a LaTeX package that helps to typeset this information + (last check-in date, revision number, etc.) + With the help of a configurable RCS system, one can also typeset + the revision log (aka version history). + +Keywords: LaTeX package, RCS, Revision Control System, Literate + Programming, File documentation + +Note: Some old rcs.sty files exist, by various authors; this package + is upward-compatible to them. diff --git a/Master/texmf-dist/doc/latex/rcs/History b/Master/texmf-dist/doc/latex/rcs/History new file mode 100644 index 00000000000..37bbfe8b35b --- /dev/null +++ b/Master/texmf-dist/doc/latex/rcs/History @@ -0,0 +1,45 @@ +rcs-sty/History 02 Feb 03 -*- Indented-Text -*- +--------------------------------------------------------------------------- + +Version 3.1 02 Feb 03 + + Support file names with underscores in RCS field values. + + +Version 3.0 02 Aug 95 + + LaTeX 2e package. + + Distribution conforms to `supported bundles guidelines.' + + +Version 2.1 08 Nov 93 + + The layout of the log list may be configured now. + + +Version 2.0 03 Nov 93 + + Supports typesetting of revision logs. + + Upward compatible to Nelson Beebe's rcs.sty. + (Supports \RCSID.) + + Upward compatible to Tom Verhoeff's rcs.sty. + (Supports \RCSdef.) + + New directory structure, this is a full distribution now. + Description of internal interface is available. + + +Version 1.0 08 Sep 93 + + First full release. + + Upward compatible to Piet van Oostrum's rcs.sty. + + +Version 0.1 08 Nov 91 + + Alpha release, for the print-makeprog package. + (Knows only \RCSdate.) diff --git a/Master/texmf-dist/doc/latex/rcs/INSTALL b/Master/texmf-dist/doc/latex/rcs/INSTALL new file mode 100644 index 00000000000..686ea4574e9 --- /dev/null +++ b/Master/texmf-dist/doc/latex/rcs/INSTALL @@ -0,0 +1,63 @@ +$Id: INSTALL,v 1.1 1995/08/02 14:55:51 schrod Exp $ +------------------------------------------------------------ + + +You're not on Unix? Jump ahead to `INSTALLATION BY HAND'. + + +INSTALLATION ON UNIX +==================== + +I have supplied a Makefile for your convenience. You have to edit it +to tell make where your TeX installation lives. + +Do you have a TDS-compliant installation? +(E.g., teTeX, highly recommended.) + + yes => Change the value of TEXMF to your TDS root directory. + no => Change even more variables (the ones below TEXMF). + Make sure all parent directories exist. + +Do you use AUC-TeX? + + yes => Assign your AUC-TeX directory to AUCTEX. + no => Doesn't matter, let the current AUCTEX value as it is. + + +Type + make + +Everything should be installed now. + +If you have a TDS installation structure and make complains that the +LaTeX directory is not found, install LaTeX first. + + + +TYPESET REVISION LOGS +--------------------- + +If you want to typeset revision logs, you need a configurable RCS. We +created a version, which is currently in beta test. You'll find it in +ftp.th-darmstadt.de:pub/programming/management/confrcs/. + + + +INSTALLATION BY HAND +==================== + +Copy rcs.sty to some directory where LaTeX finds it. + The correct TDS directory name is tex/latex/misc/, relative to the + TDS root. + +Copy *.dvi from the current directory to the directory +where you keep the documentation for your installed LaTeX styles. + What? You don't have such a directory? Shame on you. ;-) + The TDS proposes one the following directory names: doc/latex/rcs + or doc/latex/styles/rcs/. I use the latter. + +If you use AUC-TeX, copy style/rcs.el to the directory <auctex>/style. +Here <auctex> is either the directory, where AUC-TeX is installed, or +it is the directory where you keep your personal LaTeX style files. +(If that's all Greek to you, refer to the installation instructions of +AUC-TeX.) diff --git a/Master/texmf-dist/doc/latex/rcs/MANIFEST b/Master/texmf-dist/doc/latex/rcs/MANIFEST new file mode 100644 index 00000000000..a801d5b203f --- /dev/null +++ b/Master/texmf-dist/doc/latex/rcs/MANIFEST @@ -0,0 +1,20 @@ +$Id: MANIFEST,v 1.1 1995/08/02 14:55:51 schrod Exp $ -*- Indented-Text -*- +---------------------------------------------------------------------- + +The following files are part of the rcs bundle: + + README -- general intro, what's this package for + CATALOG -- catalog information about this bundle + INSTALL -- installation instructions + + rcs.sty -- style file + rcs-user.dvi -- typeset user manual + rcs-conf.dvi -- typeset description of internal interface + rcs.el -- style information for AUC-TeX + + History -- revision history of this package + MANIFEST -- this file + License -- GPL + Makefile -- will help you for installation on Unix + src/ -- subdirectory with my development area + Please read the file README in that directory. diff --git a/Master/texmf-dist/doc/latex/rcs/rcs-conf.dvi b/Master/texmf-dist/doc/latex/rcs/rcs-conf.dvi Binary files differdeleted file mode 100644 index 0c35f5804d2..00000000000 --- a/Master/texmf-dist/doc/latex/rcs/rcs-conf.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/rcs/rcs-conf.pdf b/Master/texmf-dist/doc/latex/rcs/rcs-conf.pdf Binary files differnew file mode 100644 index 00000000000..ed986918d5f --- /dev/null +++ b/Master/texmf-dist/doc/latex/rcs/rcs-conf.pdf diff --git a/Master/texmf-dist/doc/latex/rcs/rcs-user.dvi b/Master/texmf-dist/doc/latex/rcs/rcs-user.dvi Binary files differdeleted file mode 100644 index 1174d9c39d5..00000000000 --- a/Master/texmf-dist/doc/latex/rcs/rcs-user.dvi +++ /dev/null diff --git a/Master/texmf-dist/doc/latex/rcs/rcs-user.pdf b/Master/texmf-dist/doc/latex/rcs/rcs-user.pdf Binary files differnew file mode 100644 index 00000000000..c1d903bd81b --- /dev/null +++ b/Master/texmf-dist/doc/latex/rcs/rcs-user.pdf |