diff options
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/latex/nowidow/nowidow.sty | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/nowidow/nowidow.sty b/Master/texmf-dist/tex/latex/nowidow/nowidow.sty new file mode 100644 index 00000000000..0eee05aa210 --- /dev/null +++ b/Master/texmf-dist/tex/latex/nowidow/nowidow.sty @@ -0,0 +1,40 @@ +%% +%% This is file `nowidow.sty', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% nowidow.dtx (with options: `package') +%% +%% This is a generated file. +%% +%% Copyright (C) 2011 by Raphaƫl Pinson <raphink@gmail.com> +%% -------------------------------------------------------------------------- +%% 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. +%% +\NeedsTeXFormat{LaTeX2e}[1999/12/01] +\ProvidesPackage{nowidow} + [2011/09/11 0.2 Easily prevent widows] +\ProvidesPackage{nowidow} +\def\nowidow@X#1{% + \ifnum#1<\nowidowmax + 10000 + \expandafter\nowidow@X\expandafter{% + \the\numexpr(#1)+1\expandafter\relax\expandafter}% + \fi +} +\newcommand{\nowidow}[1][2]{% + \begingroup + \mathchardef\nowidowmax#1\relax + \widowpenalties #1 \nowidow@X{1} 0\par + \endgroup +} +\endinput +%% +%% End of file `nowidow.sty'. |