Guidebook fixup
The new sound stuff needed some fixing up. Guidebook.mn - list start no longer specified the longest key; in the Postscript/PDF output, the new longer one was partially overwritten by the text which followed and in the text output, things didn't line up cleanly anymore. Guidebook.tex - former last list entry which became next-to-last was missing a necessary line break. [not tested] both - sentence punctuation: change period to semi-colon in former last entry that's now next-to-last; vice versa in new last entry.
This commit is contained in:
@@ -5106,11 +5106,11 @@ Each SOUND entry is broken down into the following parts:
|
||||
|
||||
%.sd
|
||||
%.si
|
||||
{\tt MESG } --- message window mapping (the only one supported in 3.6);\\
|
||||
{\tt pattern } --- the pattern to match;\\
|
||||
{\tt sound file} --- the sound file to play;\\
|
||||
{\tt volume } --- the volume to be set while playing the sound file.
|
||||
{\tt sound index } --- optional - the index corresponding to a sound file.
|
||||
{\tt MESG } --- message window mapping (the only one supported in 3.6);\\
|
||||
{\tt pattern } --- the pattern to match;\\
|
||||
{\tt sound file } --- the sound file to play;\\
|
||||
{\tt volume } --- the volume to be set while playing the sound file;\\
|
||||
{\tt sound index} --- optional; the index corresponding to a sound file.
|
||||
%.ei
|
||||
%.ed
|
||||
\elist
|
||||
|
||||
Reference in New Issue
Block a user