diff options
Diffstat (limited to 'Master/texmf-dist/doc')
-rw-r--r-- | Master/texmf-dist/doc/latex/widows-and-orphans/README.md | 24 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf | bin | 0 -> 528326 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.tex | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.pdf | bin | 0 -> 264700 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.tex | 5 |
5 files changed, 33 insertions, 0 deletions
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<br /> +<https://latex-project.org/> <br /> +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 Binary files differnew file mode 100644 index 00000000000..80a87aa1098 --- /dev/null +++ b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans-code.pdf 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 Binary files differnew file mode 100644 index 00000000000..1a3f6be227f --- /dev/null +++ b/Master/texmf-dist/doc/latex/widows-and-orphans/widows-and-orphans.pdf 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} |