summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/nowidow
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-09-12 23:12:15 +0000
committerKarl Berry <karl@freefriends.org>2011-09-12 23:12:15 +0000
commite0c1dd1100b3d71edfbd747eaf324539d5ca5797 (patch)
tree43eb7fc89ae391038fb94abd2d48b9d1195096f0 /Master/texmf-dist/tex/latex/nowidow
parent38edf1119340e2f29ec18c06631362d405c5f127 (diff)
new latex package nowidow (12sep11)
git-svn-id: svn://tug.org/texlive/trunk@23911 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/nowidow')
-rw-r--r--Master/texmf-dist/tex/latex/nowidow/nowidow.sty40
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'.