From 438247783b0c69b215c163605b2898510758a7b3 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 12 Sep 2018 21:52:06 +0000 Subject: widows-and-orphans (12sep18) git-svn-id: svn://tug.org/texlive/trunk@48649 c570f23f-e606-0410-a88d-b1316a301751 --- .../doc/latex/widows-and-orphans/README.md | 24 +++++++++++++++++++++ .../widows-and-orphans/widows-and-orphans-code.pdf | Bin 0 -> 528326 bytes .../widows-and-orphans/widows-and-orphans-code.tex | 4 ++++ .../widows-and-orphans/widows-and-orphans.pdf | Bin 0 -> 264700 bytes .../widows-and-orphans/widows-and-orphans.tex | 5 +++++ 5 files changed, 33 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/widows-and-orphans/README.md create mode 100644 Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf create mode 100644 Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.tex create mode 100644 Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.pdf create mode 100644 Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.tex (limited to 'Master/texmf-dist/doc/latex/widows-and-orphans') diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/README.md b/Master/texmf-dist/doc/latex/widows-and-orphans/README.md new file mode 100644 index 00000000000..72a5a99bd16 --- /dev/null +++ b/Master/texmf-dist/doc/latex/widows-and-orphans/README.md @@ -0,0 +1,24 @@ +# widows-and-orphans + +----- + +Automatically identifying widows and orphans in a document + +This package identifies all widows and orphans in a document to help a user to get rid of them. The act of resolving still needs to be done manually: By rewriting text, running some paragraph long or short or or explicitly breaking in some strategic place. + +It will also identify and warn about words broken across columns or pages and display formulas separated from their introductory paragraph. + + The initial idea was born way back in 2012 when somebody on stackexchange asked if it would be possible to [Find all widows and orphans](https://tex.stackexchange.com/questions/45528/finding-all-widows-and-orphans). + +Package source can be found below: + +https://github.com/FrankMittelbach/fmitex/ + +The license is LPPL. + +----- + +Copyright (C) 2018 Frank Mittelbach
+
+All rights reserved. + diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf new file mode 100644 index 00000000000..80a87aa1098 Binary files /dev/null and b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf differ diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.tex b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.tex new file mode 100644 index 00000000000..26831a64369 --- /dev/null +++ b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.tex @@ -0,0 +1,4 @@ +% this will typeset documentation + code + +\AtBeginDocument{\AlsoImplementation} +\input{widows-and-orphans.dtx} diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.pdf b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.pdf new file mode 100644 index 00000000000..1a3f6be227f Binary files /dev/null and b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.pdf differ diff --git a/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.tex b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.tex new file mode 100644 index 00000000000..9f8b1efbeab --- /dev/null +++ b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.tex @@ -0,0 +1,5 @@ +% this will typeset only documentation but not the code + +\AtBeginDocument{\OnlyDescription + \let\tableofcontents\relax} +\input{widows-and-orphans.dtx} -- cgit v1.2.3