diff options
author | Karl Berry <karl@freefriends.org> | 2010-10-24 23:46:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-10-24 23:46:12 +0000 |
commit | e5d25989ee337ac9399ae9e50bed87559488814f (patch) | |
tree | e08fa9fe408fbbd07d82226b3fd8a059c8d39d7b /Master/texmf-dist/tex/latex/gmutils/gmRCS.sty | |
parent | 5d35798dc0ca224df75f912f020c70024e1a1169 (diff) |
gmutils (24oct10)
git-svn-id: svn://tug.org/texlive/trunk@20183 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/gmutils/gmRCS.sty')
-rw-r--r-- | Master/texmf-dist/tex/latex/gmutils/gmRCS.sty | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/gmutils/gmRCS.sty b/Master/texmf-dist/tex/latex/gmutils/gmRCS.sty new file mode 100644 index 00000000000..814896937b8 --- /dev/null +++ b/Master/texmf-dist/tex/latex/gmutils/gmRCS.sty @@ -0,0 +1,73 @@ +%% +%% \iffalse ^^A we skip the debug setting +\IfFileExists{\string~/bin/gen_and_xela}{\errorcontextlines=1000 }{} +%% \fi +%% ^^A $Id: TheUltimateMaster.gmd,v 0.250 2010/10/24 14:42:35 natror Exp natror $ +%% This is file “gmRCS.sty” generated with the DocStrip utility. +%% +%% +%% The original source files were: +%% +%% gmutils/gmutils.gmd (with options: `RCS') +%% +%% +%% Copyright © +%% by Grzegorz ‘Natror’ Murzynowski +%% natror (at) o2 (dot) pl +%% +%% This program is subject to the LaTeX Project Public License. +%% See http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html +%% for the details of that license. +%% +%% LPPL status: "author-maintained". +%% +%% +%% +%% For the documentation please refer to the file(s) +%% gmutils.{gmd,pdf}. +%% +%% +\NeedsTeXFormat{LaTeX2e} +\ProvidesPackage{gmRCS} + [2010/10/24 v0.993 (GM)] + + +%% +%% +%% ^^A\typeout{\unexpanded{#4}}%% + + +\def\ParseRCSVersion$Id% +: #1.#2,v #3 #4 #5 #6 #7${% + \def\RCSFileName{#1}% + \def\RCSFileExt{#2}% + \def\RCSFile{#1.#2}% + \def\RCSVersion{#3}% + \def\RCSDate{#4}% + \def\RCSTime{#5}% + \def\RCSAuthor{#6}% +} + + +\def\defRCSeDatum +#1% datum name +#2% datum definition (basically |#|number) +{% + \@namedef{eRCS#1}$Id% + : ##1.##2,v ##3 ##4 ##5 ##6 ##7${#2}% +} + +\defRCSeDatum{File}{#1.#2} % |\eRCSFile| +\defRCSeDatum{Version}{#3}% |\eRCSVersion| +\defRCSeDatum{Date}{#4}% |\eRCSVDate| +\defRCSeDatum{Time}{#5}% |\eRCSVTime| +\defRCSeDatum{Author}{#6}% |\eRCSVAuthor| + +%%% (For my GNU Emacs:) +%%% Local Variables: +%%% mode: doctex +%%% coding: utf-8 +%%% End: +\endinput +%% +%% End of file `gmRCS.sty'. |