summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/constants/README
blob: 578a4e8ae96d6c75ddb4e689563939c9b14b512a (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
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% The constants package --- Automatic labelling of constants
%% Maintained by Antoine Lejay
%% Based on ltxref.dtx of the Latex Kernel (Copyright the LaTeX 3 project).
%% Released under the LaTeX Project Public License v1.3c or later
%% See http://www.latex-project.org/lppl.txt
%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%% This package automatic labels constants in mathematical proofs
%% (e.g. C_1, C_2, ...) with the possibility of labeling and referencing
%% the constants. In addition, several families with different symbols
%% may be defined.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%
%% Compilation:
%% latex constants.ins 
%% (pdflatex|latex) constants.dtx
%% makeindex -s gind.ist constants.idx
%% makeindex -s gind.ist -o constants.gls constants.glo
%% (pdflatex|latex) constants.dtx
%%
%% To use with dvipdfm, change \usepackage{hyperref} to 
%% \usepackage[dvipdfm]{hyperref} in the dtx file.
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%