X-Git-Url: https://git.distorted.org.uk/~mdw/mdwtools/blobdiff_plain/eafdddad07cf0a91ba07cbd9309a0a46e3bd00ac..aecccf6c3d3688b8a30953b7fddc6e72d73b9465:/poetry.dtx?ds=sidebyside diff --git a/poetry.dtx b/poetry.dtx index e32439a..2943531 100644 --- a/poetry.dtx +++ b/poetry.dtx @@ -1,32 +1,21 @@ -% \begin{meta-comment} -% -% poetry.dtx -% -% Sophisticated typesetting of poetry -% -% (c) 1996 Mark Wooding -% -% \end{meta-comment} -% % \begin{meta-comment} %% %% 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} % @@ -36,7 +25,7 @@ %<+package> [1996/05/28 1.00 Poetry typesetting] % \end{meta-comment} % -% ^^A \CheckSum{579} +% \CheckSum{593} %% \CharacterTable %% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z %% Lower-case \a\b\c\d\e\f\g\h\i\j\k\l\m\n\o\p\q\r\s\t\u\v\w\x\y\z @@ -128,7 +117,7 @@ % 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{""}"}. +% about, so who knows? Just say \syntax{"\\title{"<title>"}"}. % % \DescribeMacro{\author} % Similarly, the author of a poem can be credited with the |\author| command. @@ -164,7 +153,7 @@ % are described below (if you're not interested in this sort of thing, skip % to the next section). % -% \begin{description} \def\makelabel#1{\hskip\labelsep\cmd{#1}\hfil} +% \begin{description} \setdescriptionlabel{\ttfamily\string#1} % \item [stanza] is a \LaTeX\ counter which contains the current stanza % number. % \item [\thestanza] typesets the value of the |stanza| counter in normal @@ -468,7 +457,7 @@ % 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}