AZ logo

CTAN directory: /macros/latex/contrib/constants

You can get the contents of this directory bundled as a zip file.

Packages in this directory:

Identifier Caption
constants Automatic numbering of constants.

Files

Name Size* Date UTC Notes
README 1 KiB 2008-Mar-30 Shown below
constants.dtx 22 KiB 2008-Mar-30
constants.ins 1 KiB 2008-Mar-30
constants.pdf 114 KiB 2008-Mar-30

  *File sizes in kibibytes.

Contents of README

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