diff options
author | Karl Berry <karl@freefriends.org> | 2009-11-23 00:13:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-11-23 00:13:16 +0000 |
commit | 9894274e08da408ed8b6f3461c71bf89cfe6763a (patch) | |
tree | ba12b7a12347408d56d85662a2457faaa74ba60b /Master/texmf-dist/doc/latex/listofsymbols/README | |
parent | 6106e23b15a73668b37291685fe60ae3a64e58db (diff) |
listofsymbols restored, dtx and all (22nov09)
git-svn-id: svn://tug.org/texlive/trunk@16134 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/listofsymbols/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/listofsymbols/README | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/listofsymbols/README b/Master/texmf-dist/doc/latex/listofsymbols/README new file mode 100644 index 00000000000..dc8c740730c --- /dev/null +++ b/Master/texmf-dist/doc/latex/listofsymbols/README @@ -0,0 +1,35 @@ +LaTeX package listofsymbols.sty v0.2 +by Stefan Spreng +e-mail: listofsymbols@gmx.de +August 2003 + +Licence: +-------- +This material is subject to the LaTeX Project Public License. See +http://www.ctan.org/tex-archive/help/Catalogue/licenses.lppl.html for +the details of that license. + +Description: +------------ +listofsymbols provides commands to (a) automatically create a list of +symbols (also called notation or nomenclature) and (b) handle symbols +logically, i.e. define a macro that is expanded to the desired output +and use the macro in the text rather than `hardcoding' the output into +the text. + +This helps to ensure consistency throughout the text, especially if +there is a chance that symbols will be changed at some stage. +Additionally, you can keep all the symbols you usually need in +a separate file; only those you use in a document are included in the +list of symbols. + +This package is more or less a combination of what the packages +nomencl.sty and formula.sty do. The concept of creating the list of +symbols, though, is different from the way nomencl.sty does it. + +Change Log: +----------- +Jul 2003: Compatibility problems with amsmath.sty solved +Jul 2003: Unused symbols are no longer included in the lists +Aug 2003: Commands includesym and losstring added + |