diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-22 22:58:19 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-22 22:58:19 +0000 |
commit | 97ec072668b81e8da518a6b7b7c3063decd92ead (patch) | |
tree | b83b92beafc10e733e94c6ebd24f46222c0e728d /Master/texmf-dist/source | |
parent | 12ac6e6f0a5871e006e2894efeb428ace0aef3da (diff) |
nowidow 1.0 (21sep11)
git-svn-id: svn://tug.org/texlive/trunk@24066 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source')
-rw-r--r-- | Master/texmf-dist/source/latex/nowidow/nowidow.dtx | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/latex/nowidow/nowidow.dtx b/Master/texmf-dist/source/latex/nowidow/nowidow.dtx index db0bf62c217..b7331bf4ea6 100644 --- a/Master/texmf-dist/source/latex/nowidow/nowidow.dtx +++ b/Master/texmf-dist/source/latex/nowidow/nowidow.dtx @@ -26,12 +26,13 @@ %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] %<package>\ProvidesPackage{nowidow} %<*package> - [2011/09/14 0.4 Easily prevent widows and orphans] + [2011/09/20 1.0 Easily prevent widows and orphans] %</package> % %<*driver> \documentclass{ltxdoc} \usepackage{nowidow}[2011/09/14] +\usepackage{epigraph} \EnableCrossrefs \CodelineIndex \RecordChanges @@ -62,6 +63,7 @@ % Right brace \} Tilde \~} % % +% \changes{1.0}{2011/09/20}{Improve documentation} % \changes{0.4}{2011/09/14}{Add orphan management} % \changes{0.3}{2011/09/13}{Add setnowidow command and package options} % \changes{0.2}{2011/09/11}{Fix nowidow@X} @@ -79,6 +81,17 @@ % % \section{Introduction} % +% \setlength{\epigraphwidth}{15em} +% \renewcommand{\epigraphsize}{\footnotesize} +% \epigraph{% +% Religion that is pure and undefiled \\ +% \hspace{2em} before God, the Father, is this: \\ +% \hspace{2em} to visit orphans and widows \\ +% \hspace{5em} in their affliction, \\ +% \hspace{5em} and to keep oneself \\ +% \hspace{5em} unstained from the world. +% }{James~1:27 --- ESV} +% % This package was based on the answer to a % question\footnote{\url{http://tex.stackexchange.com/questions/26272/expansion-issue-with-begingroup-and-foreach/26275\#26275}} % about expansion with |\begingroup| and |\foreach| asked on \url{http://tex.stackexchange.com}. @@ -102,6 +115,10 @@ % \usepackage[<options>]{nowidow} % \end{verbatim} % +% When no options are specified, the package will only provide macros +% and not load any settings automatically. +% The following sections describe the possible options for this package. +% % \subsection{Options} % % \DescribeMacro{defaultlines=<value>} |