| Perhaps I can answer my own question... Would a workaround be
to simply leave some space between the end of the user input and
the <callout> tag? I.e., would DOCUMENT and the Bookreader "do
the right thing" with the spacing?
Example of leaving extra space after user input:
<CALLOUTS>
<interactive>
<s>($) <u>(BASIC/LIST/DEBUG SAMPLE) <CALLOUT>
<s>($) <u>(LINK/DEBUG SAMPLE) <CALLOUT>
<s>($) <u>(RUN SAMPLE)
<s>( VAX DEBUG Version 4.n)
<s>(%DEBUG-I-INITIAL, language is BASIC module set to 'SAMPLE$MAIN') <CALLOUT>
<s>(DBG>)<u>(STEP 2) <CALLOUT>
.
.
.
Or, if that won't work, leave the extra space before the closing parenthesis
on the <U> tag. For example:
<CALLOUTS>
<interactive>
<s>($) <u>(BASIC/LIST/DEBUG SAMPLE ) <CALLOUT>
<s>($) <u>(LINK/DEBUG SAMPLE ) <CALLOUT>
<s>($) <u>(RUN SAMPLE)
<s>( VAX DEBUG Version 4.n)
<s>(%DEBUG-I-INITIAL, language is BASIC module set to 'SAMPLE$MAIN') <CALLOUT>
<s>(DBG>)<u>(STEP 2 ) <CALLOUT>
.
.
.
(I'd test these myself, but it's difficult and time-consuming given my setup,
and I thought the problem would be easy for someone who knows DOCUMENT and
the Bookreader better than I do.)
|
| Unfortunately, there is no way to do reverse numbers with our current
set of screen fonts and this will probably be the case for some
time to come. In addition, the screen fonts only come in 5 sizes
(10, 12, 14, 18, 24 pts; actually I think there's an 8 point, too,
but that's way too small for our purposes), which limits a lot of
formatting options.
I will take a look at the callout font spec in the design file and
try making it a bit larger. Meanwhile, you could try the workaround
you suggest -- DOCUMENT should leave an extra space -- and see if
the results are satisfactory.
Mary
|