From 66fc4fde29ab7f4315fa60cca50b476e53668acf Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 29 Jun 2016 21:06:07 +0000 Subject: sttools (29jun16) git-svn-id: svn://tug.org/texlive/trunk@41567 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/sttools/README | 80 ---------------------- Master/texmf-dist/doc/latex/sttools/README.md | 83 +++++++++++++++++++++++ Master/texmf-dist/doc/latex/sttools/flushend.pdf | Bin 139052 -> 138739 bytes Master/texmf-dist/doc/latex/sttools/marginal.pdf | Bin 89030 -> 0 bytes Master/texmf-dist/doc/latex/sttools/stfloats.pdf | Bin 126350 -> 125950 bytes Master/texmf-dist/doc/latex/sttools/sttools.pdf | Bin 106282 -> 107283 bytes 6 files changed, 83 insertions(+), 80 deletions(-) delete mode 100644 Master/texmf-dist/doc/latex/sttools/README create mode 100644 Master/texmf-dist/doc/latex/sttools/README.md delete mode 100644 Master/texmf-dist/doc/latex/sttools/marginal.pdf (limited to 'Master/texmf-dist/doc/latex/sttools') diff --git a/Master/texmf-dist/doc/latex/sttools/README b/Master/texmf-dist/doc/latex/sttools/README deleted file mode 100644 index 4ec43257bd2..00000000000 --- a/Master/texmf-dist/doc/latex/sttools/README +++ /dev/null @@ -1,80 +0,0 @@ -README for sttools, v1.8 2016/02/08 - -INTRODUCTION -============ - -It is a collection of macro packages historically placed in a bundle -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.1 2015/04/14: - – 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; - -* marginal.sty, v1.1 2012/05/29: - – enlarges room for marginal inserts; - -* 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, v2.0 2016/02/08: - – enriches floats output mechanism; - -* texsort.sty, v1.1 2012/05/29: - - sorts numerical values; - TODO: extend (rewrite) to support alphanumerical values - for sorting. - -INSTALLATION -============ - -Install in a standard way as any other LaTeX macro package. - -AUTHORS/MAINTAINER -================== - -* Sigitas Tolušis -* Vytas Statulevičius (floatpag.sty) - -DOCUMENTATION -============= - -Please see the sttools.pdf for a package list in collection -and .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. -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. - - - diff --git a/Master/texmf-dist/doc/latex/sttools/README.md b/Master/texmf-dist/doc/latex/sttools/README.md new file mode 100644 index 00000000000..da5691dbe06 --- /dev/null +++ b/Master/texmf-dist/doc/latex/sttools/README.md @@ -0,0 +1,83 @@ +README for sttools, v1.9 2016/06/28 + +INTRODUCTION +============ + +It is a collection of macro packages historically placed in a bundle +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.2 2016/06/21: + – 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; + +* 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.2 2016/06/28: + – enriches floats output mechanism; + (2016/06/28): compatibility bugfix with 2015 latexrelease; + +* texsort.sty, v1.1 2012/05/29: + - sorts numerical values; + TODO: extend (rewrite) to support alphanumerical values + for sorting. + +INSTALLATION +============ + +Install in a standard way as any other LaTeX macro package. + +AUTHORS/MAINTAINER +================== + +* Sigitas Tolušis +* Vytas Statulevičius (floatpag.sty) + +DOCUMENTATION +============= + +Please see the sttools.pdf for a package list in collection +and .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. +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. + + + diff --git a/Master/texmf-dist/doc/latex/sttools/flushend.pdf b/Master/texmf-dist/doc/latex/sttools/flushend.pdf index 0001eeac885..53fa550f671 100644 Binary files a/Master/texmf-dist/doc/latex/sttools/flushend.pdf and b/Master/texmf-dist/doc/latex/sttools/flushend.pdf differ diff --git a/Master/texmf-dist/doc/latex/sttools/marginal.pdf b/Master/texmf-dist/doc/latex/sttools/marginal.pdf deleted file mode 100644 index 7b437ecec4c..00000000000 Binary files a/Master/texmf-dist/doc/latex/sttools/marginal.pdf and /dev/null differ diff --git a/Master/texmf-dist/doc/latex/sttools/stfloats.pdf b/Master/texmf-dist/doc/latex/sttools/stfloats.pdf index 8cec745a7ae..a8a904a3851 100644 Binary files a/Master/texmf-dist/doc/latex/sttools/stfloats.pdf and b/Master/texmf-dist/doc/latex/sttools/stfloats.pdf differ diff --git a/Master/texmf-dist/doc/latex/sttools/sttools.pdf b/Master/texmf-dist/doc/latex/sttools/sttools.pdf index ca117f4fd29..1bbf7449659 100644 Binary files a/Master/texmf-dist/doc/latex/sttools/sttools.pdf and b/Master/texmf-dist/doc/latex/sttools/sttools.pdf differ -- cgit v1.2.3