poetry.dtx: Insert missing `\' to set description of `\title' correctly.
[mdwtools] / poetry.dtx
index 4cf8596..223fc18 100644 (file)
 %% poetry package -- sophisticated typesetting of poetry
 %% Copyright (c) 1996 Mark Wooding
 %%
-%% This package is not finished, let alone properly tested.  It is being
-%% released in the hope that others can contribute ideas and suggestions
-%% that the author (who is not an expert on poetry) may have missed.
+%% This program is free software; you can redistribute it and/or modify
+%% it under the terms of the GNU General Public License as published by
+%% the Free Software Foundation; either version 2 of the License, or
+%% (at your option) any later version.
 %%
-%% I hope that someone finds this package useful.  However, if it goes
-%% wrong, that's your problem.  I may try and fix it, although the author
-%% does not guarantee that this is the case.
+%% This program is distributed in the hope that it will be useful,
+%% but WITHOUT ANY WARRANTY; without even the implied warranty of
+%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+%% GNU General Public License for more details.
 %%
-%% This pre-release version may be distributed under the terms of the GNU
-%% General Public Licence, as published by the Free Software Foundation;
-%% either version 2 of the Licence, or (at your option) any later version.
-%% However, since this is not finished, and I'd like others to benefit
-%% from the finished version, the author BEGS and PLEADS you not to spread
-%% this pre-release too much.
+%% You should have received a copy of the GNU General Public License
+%% along with this program; if not, write to the Free Software
+%% Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 %%
 % \end{meta-comment}
 %
 % You can use the |\title| command to typeset a title for your poem.  The
 % title is inserted right there and then, so watch out.  It's conventional
 % to put the title at the top of the poem, although this is art we're talking
-% about, so who knows?  Just say \syntax{"\title{"<title>"}"}.
+% about, so who knows?  Just say \syntax{"\\title{"<title>"}"}.
 %
 % \DescribeMacro{\author}
 % Similarly, the author of a poem can be credited with the |\author| command.
 % a \<skip> by a \<number> kills off the stretch.
 %
 %    \begin{macrocode}
-\def\@maybe@unskip{\hskip-\@ne\lastskip\relax}
+\def\@maybe@unskip{\ifhmode\hskip\m@ne\lastskip\relax\fi}
 %    \end{macrocode}
 %
 % \end{macro}