summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/constants/README
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/constants/README
Initial commit
Diffstat (limited to 'macros/latex/contrib/constants/README')
-rw-r--r--macros/latex/contrib/constants/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/macros/latex/contrib/constants/README b/macros/latex/contrib/constants/README
new file mode 100644
index 0000000000..578a4e8ae9
--- /dev/null
+++ b/macros/latex/contrib/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.
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%