-
Notifications
You must be signed in to change notification settings - Fork 0
/
herm-rev.sty
65 lines (65 loc) · 2.16 KB
/
herm-rev.sty
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% LaTeX macro package herm-pic
%
% LaTeX class for drawing HERM diagramms.
%
% HERM-Pic is a LaTeX class for drawing HERM diagramms. Its written
% on the basis of a privat package from Bernhard Thalheim. Its aim is
% to offer a comfortable way to draw HERM diagramms, with less
% limitations to the processibility of the consisting tex document.
%
% Macros for internal and external revision handling
%
% The cvs revision number of this file is the internal revision
% of the hole package.
%
% The external revision is stored in the macro \herm@version.
% It shold be a tree parted number with major.minor.release
%
%% herm-rev.sty
%% Copyright 2003-2006 S. Schoradt
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
% 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.3 or later is part of all distributions of LaTeX
% version 2003/12/01 or later.
%
% This work has the LPPL maintenance status "maintained".
%
% This Current Maintainer of this work is S. Schoradt <sven@dex.de>
%
% This work consists of the files listed in Manifest.txt.
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% cvs revision and Information handling
%
\def\herm@cvsdate $#1 #2 #3${#2}
\def\herm@cvsauthor $#1 #2${#2}
\def\herm@cvsrevision $#1 #2 ${#2}
%
% internal version information
%
\def\herm@majorrev{1}
\def\herm@minorrev{0}
\def\herm@releaserev{1}
\def\herm@commentrev{}
\def\herm@version{\herm@majorrev.\herm@minorrev.\herm@releaserev\herm@commentrev}
%
% internal revision and information handling
%
\def\herm@date{\herm@cvsdate $Date: 2006/01/13 08:39:10 $ }
\def\herm@author{Sven Schoradt (sven@dex.de)}
\def\herm@revision{\herm@version (\herm@cvsrevision $Revision: 1.6 $)}
%
% external revision information
%
\def\HPdescription{\herm@date (higher) entity relationship diagramms for LaTeX \herm@version}
\def\HPrevision{\herm@version}
\def\HPlongrevision{\herm@revision}
\def\HPdate{\herm@date}
%
% -- end of module --