summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/alg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
committerKarl Berry <karl@freefriends.org>2006-01-09 00:49:07 +0000
commit007f67a693e4d031fd3d792df8e4d5f43e2cb2e7 (patch)
tree90d17e00e572ecb1e24764b6f29c80e098b08d29 /Master/texmf-dist/doc/latex/alg
parent950209b26f70aa87ed07c54f82a95b6f03b7c3a0 (diff)
doc/latex
git-svn-id: svn://tug.org/texlive/trunk@84 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/alg')
-rw-r--r--Master/texmf-dist/doc/latex/alg/readme.txt51
1 files changed, 51 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/alg/readme.txt b/Master/texmf-dist/doc/latex/alg/readme.txt
new file mode 100644
index 00000000000..2f6a29d0b0c
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/alg/readme.txt
@@ -0,0 +1,51 @@
+File: readme.txt (for the alg package).
+
+Copyright (c) 1995, 1999, 2003 Staffan Ulfberg
+
+This program can redistributed and/or modified under the terms of the
+LaTeX Project Public License Distributed from CTAN archives in
+directory macros/latex/base/lppl.txt; either version 1 of the License,
+or (at your option) any later version.
+
+
+Description
+===========
+
+This package defines two environments for typesetting algorithms in
+LaTeX2e. Lines are automatically numbered and can be referenced,
+the means for easy indentation is provided, and algorithms can be made
+floating bodies if desired.
+
+
+Installation
+============
+
+Run LaTeX2e on the file alg.ins to generate the file alg.sty. After
+this is done, you can generate the documentation by running LaTeX2e
+twice on the file alg.dtx.
+
+You'll probably want to move the file alg.sty to a directory included
+in your $TEXINPUTS environment variable.
+
+
+Changes
+=======
+
+26 May 2003
+
+* Make \alg@unmargin decrement alg@inmargin instead of setting it to
+ zero.
+
+12 March 2001
+
+* Added support for German.
+* Fixed typo in the French language support.
+* Now uses the language selected for the babel package, if it is loaded.
+* \algmarginwidth replaced by \algleftmarginwidth and
+ \algrightmarginwidth.
+
+15 April 1999
+
+* Changed \newenvironment{algtab}[0][\alglinenowidth] {....} to
+ \newenvironment{algtab}[1][\alglinenowidth] {....}. (The bug didn't
+ break things until a recent LaTeX release.)