%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %% %% 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. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%