| Title: | DOCUMENT T1.0 |
| Notice: | **New notesfile (DOCUMENT.NOTE) now available (see note 897)** |
| Moderator: | CLOSET::ADLER |
| Created: | Mon Feb 09 1987 |
| Last Modified: | Thu Oct 31 1991 |
| Last Successful Update: | Fri Jun 06 1997 |
| Number of topics: | 897 |
| Total number of notes: | 4397 |
From: DECWET::OMEARA "Sailing smoothes the wrinkles in your soul 17-Jun-1987 1712" 17-JUN-1987 17:16
To: @WRITERS
Subj: DOCUMENT <format> tag
When DOCUMENT processes my manual using the Utility Template, it
refuses to truncate [I think she meant "wrap"] a too-long line preceded
with the <format> tag, even if I put in a <line> tag before the <fcmd>
tag (which should work in theory). Any solutions out there?
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 522.1 | need to see the file | CLOSET::ANKLAM | Thu Jun 18 1987 10:53 | 6 | |
I would need to see the file. <FCMD> and <FPARMS> are designed to
wrap. Other plain text inside <format> is not necessarily handled
well.
| |||||
| 522.2 | <FCMD> and <FPARMS> need inter-word spaces | CLOSET::ANKLAM | Fri Jun 19 1987 09:38 | 29 | |
The file sent to me used <FCMD> and <FPARMS> coded as follows:
<fcmd>(ADD IDENTIFIER)<fparms>([parameter][/qualifiers])
and
<fcmd>(ADD PARAMETER parameter_name
parameter_value) <fparms>([parameters][/qualifiers])
There were no lines wraps because (1) text inside <FCMD> never wraps
and (2) there were no blank spaces in the <FPARMS> to provide line
wrap points.
<fcmd>(ADD IDENTIFIER)<fparms>([parameter] [/qualifiers])
and
<fcmd>(ADD PARAMETER) <fparms>(<keyword>(parameter_name)
<keyword>(parameter_value) [parameters] [/qualifiers])
This took care of the problem.
-pa
I changed these to:
| |||||