diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-RCS.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-RCS.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-RCS.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-RCS.html index f8a079ed388..768c9223799 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-RCS.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-RCS.html @@ -20,14 +20,14 @@ following minimal solution: <blockquote> <pre> \def\RCS$#1: #2 ${\expandafter\def\csname RCS#1\endcsname{#2}} -\RCS$Revision: 1.7 $ % or any RCS keyword -\RCS$Date: 2010/01/19 22:44:39 $ +\RCS$Revision: 1.13 $ % or any RCS keyword +\RCS$Date: 2010/04/02 18:20:00 $ ... \date{Revision \RCSRevision, \RCSDate} </pre> </blockquote><p> -<p/>If you’ve entered the brave new world of <i>Subversion</i>, the +<p/>If you’ve entered the brave new world of <i>Subversion</i>, the package <i>svn</i> may be for you. It has explicit cleverness about dealing with dates: <blockquote> @@ -51,8 +51,8 @@ cause <code>\</code><code>maketitle</code> use the date that has been written in <i>svn</i> but with a rather different focus. <i>Svninfo</i> does the date trick that <i>svn</i> performs (controlled by a package option), and can set up page foot-lines using -<a href="FAQ-fancyhdr.html">package <i>fancyhdr</i></a>. There isn’t much to -choose between the two packages: you should read the packages’ +<a href="FAQ-fancyhdr.html">package <i>fancyhdr</i></a>. There isn’t much to +choose between the two packages: you should read the packages’ documentation to see which suits you best. <p/>An alternative script-based approach to version control has been taken by the <i>vc</i> bundle, that in certain situations might work more |