From e0c1dd1100b3d71edfbd747eaf324539d5ca5797 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 12 Sep 2011 23:12:15 +0000 Subject: new latex package nowidow (12sep11) git-svn-id: svn://tug.org/texlive/trunk@23911 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/nowidow/nowidow.sty | 40 +++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/nowidow/nowidow.sty (limited to 'Master/texmf-dist/tex/latex/nowidow') 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 +%% -------------------------------------------------------------------------- +%% 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'. -- cgit v1.2.3