NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
TeX parser (Score:1)
\\[length] is the command to break line with added spacing. My guess is that whitespace isn't significant in that bit of TeX's parser, so you need the \null to stop it from eating the [ and looking for a length.
Huh... (Score:1)
Interesting, the verse package supposedly redefines \\ to mean end of verse line. It is probably as you say it. There are some days when I want to show my Humanities colleagues Latex but there are days like today that make me hesitate.