summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/footnpag/src/footnpag-doc.sty
blob: 82aad99e61aa2264cc6474fa8ade22f77a74d238 (plain)
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
% $Id: footnpag-doc.sty,v 2.1 1995/08/04 00:18:33 schrod Exp $
%----------------------------------------------------------------------

%
% tags for the documentation of footnpag package
%


\ProvidesPackage{footnpag-doc}


%
% Used packages
%

\RequirePackage{footnpag}		% for style revision
\providecommand*\fnpp@loaded{$StyleRevision$} % bootstrap



%
% Configuration of RCS fields
%

% keywords in style are prefixed by `Style', in documentation by `Doc'.
\let\RcsHandleStyleDate=\RcsHandleDate	% transform StyleDate value
\let\RcsHandleDocDate=\RcsHandleDate	% transform DocDate field

% the revision of rcs.sty is needed by the documentation
\expandafter\RCS \fnpp@loaded		% creates \RCSStyleRevision

% author name
\rcsAuthor{schrod}{Joachim Schrod}



%
% new tags
%

\def\<#1>{%				% syntactic element
    \mbox{$\langle$\rm #1$\rangle$}%
    }



\endinput



%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Local Variables:
mode: plain-TeX
TeX-master: t
TeX-brace-indent-level: 4
indent-tabs-mode: t
TeX-auto-untabify: nil
End: