summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/constants/README
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/constants/README')
-rw-r--r--Master/texmf-dist/doc/latex/constants/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/constants/README b/Master/texmf-dist/doc/latex/constants/README
new file mode 100644
index 00000000000..578a4e8ae96
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/constants/README
@@ -0,0 +1,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.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%