summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/brclc/brclc.sty
blob: 25c1746d68e53aa5e9da6cb816493246186e3162 (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
%%
%% This is file `clcbr.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% .dtx  (with options: `package')
%%
%% IMPORTANT NOTICE:
%%
%% This file is a generated file from the sources of the `tools' bundle
%% in the LaTeX2e distribution.
%%
%% For the copyright notice see the source file(s).
%%
%% You are not allowed to modify this file.
%%
%% You are allowed to distribute this file if and only if
%% it is distributed with the corresponding source files in
%% the `tools' bundle.
%%
%% For the copying and distribution conditions of the source files,
%% see the file readme.txt distributed with the tools bundle.
%%
%% Copyright (C) 1999
%%          Bernd Radgen.
%%
%% Needs clc-Compiler: brclc
%% Source: brclc.c
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{brclc}
          [1999/09/10 v0.1.3 calculations with brclc]
\typeout{v0.1.3 1999-09-10}
\input{\jobname.clc}
\newcount{\@clc@i}

\def\clc#1{%
\global\advance\@clc@i by 1%
\@clc@include{\the\@clc@i}%
\@clc@tmp%
}
%%
%% End of file `brclc.sty'.