-
Notifications
You must be signed in to change notification settings - Fork 0
/
cvs-id.def
31 lines (27 loc) · 1.16 KB
/
cvs-id.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
%% $Id: cvs-id.def,v 1.3 2003/10/13 09:41:42 gweber Exp $
%% name of this file cvs-id.def
%% Copyright 2003 by the abnTeX group at http://abntex.codigolivre.org.br
%%
%% Mantainer: Gerald Weber <[email protected]>
%%
%% This file is distributed under the LaTeX-Project Public License (LPPL)
%% http://www.latex-project.org/lppl.html
%% You are free to modify this file under the LPPL.
%%
%% $Log: cvs-id.def,v $
%% Revision 1.3 2003/10/13 09:41:42 gweber
%% Adicionado \CVSClass e \CVSFile
%%
%% Revision 1.2 2003/10/10 10:05:51 gweber
%% Corrigido argumento em \CVSPackage
%%
%% Revision 1.1 2003/10/10 10:01:07 gweber
%% Arquivo que provê os comandos para extrair informações geradas automaticamente
%% pelo CVS tal como data, revisão etc.
%%
\def\CVSExtract$#1: #2.#3,v #4 #5 #6 #7 #8 $%
{\def\CVSFileBase{#2}\def\CVSFileExt{#3}\def\CVSRev{#4}\def\CVSDate{#5}%
\def\CVSTime{#6}\def\CVSUser{#7}\def\CVSTag{#8}}
\def\CVSClass#1#2{\ProvidesClass{\CVSFileBase}[\CVSDate\space v\CVSRev #2]}
\def\CVSPackage#1#2{\ProvidesPackage{\CVSFileBase}[\CVSDate\space v\CVSRev #2]}
\def\CVSFile#1#2{\ProvidesFile{\CVSFileBase.\CVSFileExt}[\CVSDate\space v\CVSRev #2]}