summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/sttools/README.md
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2021-10-12 03:00:58 +0000
committerNorbert Preining <norbert@preining.info>2021-10-12 03:00:58 +0000
commit20b79660fb560eb1dd8e80d44837e0d4c17ca03c (patch)
treea96f0dee853efcdecf8395053a4919908aeeb71a /macros/latex/contrib/sttools/README.md
parentaac7fdc4c391b318efbdee17381ac83783b2fbbb (diff)
CTAN sync 202110120300
Diffstat (limited to 'macros/latex/contrib/sttools/README.md')
-rw-r--r--macros/latex/contrib/sttools/README.md100
1 files changed, 53 insertions, 47 deletions
diff --git a/macros/latex/contrib/sttools/README.md b/macros/latex/contrib/sttools/README.md
index 3c48f3a113..4c2614473f 100644
--- a/macros/latex/contrib/sttools/README.md
+++ b/macros/latex/contrib/sttools/README.md
@@ -1,4 +1,4 @@
-README for sttools, v2.1 2020/10/16
+README for sttools, v3.0 2021/10/04
INTRODUCTION
============
@@ -9,50 +9,56 @@ and maintained by Sigitas Tolušis.
PACKAGES
========
-* cuted.sty, v1.5 2012/10/04:
- – puts some material page width wide at any place on twocolumn page
- with existing text reformatted under inserted material;
- TODO: add optional rules to separate from text;
-
-* floatpag.sty, v1.1 2012/05/29:
- – sets pagestyle for floats page;
-
-* flushend.sty, v3.5 2017/10/16:
- – balances page in twocolumn mode;
- (2014/03/03): totally rewritten with new algorithm to support footnotes,
- top floats and column break before one line section title;
- (2014/04/24): bugfix version;
- (2015/04/08): bugfix version with improved funcionality:
- - spreaded or fixed right column height;
- - optional old algorithm for backward compatability;
- (2015/04/14): set debug option off by default; keeplastbox modified;
- (2016/06/21): bugfix compatibility with luatexja package;
- (2017/03/27): bugfix version with new options for some checks on/off;
- (2020/10/14): bugfix development and test;
- (2020/10/16): bugfix version: modern with noautobase;
-
-* marginal.sty, v1.1 2012/05/29:
- – enlarges room for marginal inserts;
- (2016/06/28): removed from the bundle;
-
-* midfloat.sty, v1.1 2012/05/29:
- – inserts onecolumn stuff in twocolumn page;
- TODO: extend to work on both columns;
-
-* stabular.sty, v2.0 2014/03/20:
- – modifies tabular environment;
- (2014/03/20): removed extra stuff and left only possibility to break
- on page boundary;
- added tabular variant from array package;
-
-* stfloats.sty, v3.3 2017/03/27:
- – enriches floats output mechanism;
- (2016/06/28): compatibility bugfix with 2015 latexrelease;
- (2017/03/27): compatibility bugfix with 2017-05-01 latexrelease;
-
-* texsort.sty, v1.1 2012/05/29:
- - sorts numerical values;
- TODO: extend (rewrite) to support alphanumerical values
+* cuted.sty, v2.0 2021/10/04:
+ – puts some material page width wide at any place on twocolumn page
+ with existing text reformatted under inserted material;
+ \preCutedStrip{h... i} and \postCutedStrip{h... i} can be used to add
+ extra stuff before and after the strip;
+ (2021/10/04): rewrite with new balance algorithm and options.
+
+* floatpag.sty, v2.0 2021/10/04:
+ – sets pagestyle for floats page;
+ (2021/10/04): removed latex209 compatibility; added rotated dblfloat
+ support;
+
+* flushend.sty, v4.0 2021/10/04:
+ – balances page in twocolumn mode;
+ (2014/03/03): totally rewritten with new algorithm to support footnotes,
+ top floats and column break before one line section title;
+ (2014/04/24): bugfix version;
+ (2015/04/08): bugfix version with improved funcionality:
+ - spreaded or fixed right column height;
+ - optional old algorithm for backward compatability;
+ (2015/04/14): set debug option off by default; keeplastbox modified;
+ (2016/06/21): bugfix compatibility with luatexja package;
+ (2017/03/27): bugfix version with new options for some checks on/off;
+ (2020/10/14): bugfix development and test;
+ (2020/10/16): bugfix version: modern with noautobase;
+ (2021/10/04): another rewrite with new balance algorithm and options;
+
+* marginal.sty, v1.1 2012/05/29:
+ – enlarges room for marginal inserts;
+ (2016/06/28): removed from the bundle;
+
+* midfloat.sty, v1.1 2012/05/29:
+ – inserts onecolumn stuff in twocolumn page;
+ TODO: extend to work on both columns;
+
+* stabular.sty, v2.1 2021/10/04:
+ – modifies tabular environment;
+ (2014/03/20): removed extra stuff and left only possibility to break
+ on page boundary;
+ added tabular variant from array package;
+ (2021/10/04): sync with array bugfix version for tabular;
+
+* stfloats.sty, v3.3 2017/03/27:
+ – enriches floats output mechanism;
+ (2016/06/28): compatibility bugfix with 2015 latexrelease;
+ (2017/03/27): compatibility bugfix with 2017-05-01 latexrelease;
+
+* texsort.sty, v1.1 2012/05/29:
+ - sorts numerical values;
+ TODO: extend (rewrite) to support alphanumerical values
for sorting.
INSTALLATION
@@ -74,7 +80,7 @@ and <package>.pdf for particular macro package.
LICENSE
=======
-
+```
This work may be distributed and/or modified under the
conditions of the LaTeX Project Public License, either version 1.3
of this license or (at your option) any later version.
@@ -82,6 +88,6 @@ The latest version of this license is in
http://www.latex-project.org/lppl.txt
and version 1.3 or later is part of all distributions of LaTeX
version 2005/12/01 or later.
-
+```