| 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 |
I am trying to get the paragraph <P> command to indent 4 or 5
characters before each paragragh, with no luch I may add. Can anyone
help?
| T.R | Title | User | Personal Name | Date | Lines |
|---|---|---|---|---|---|
| 625.1 | Try a different tag? | TLE::SAVAGE | Neil, @Spit Brook | Thu Jul 09 1987 12:49 | 3 |
Why not use <LINE>(INDENT\n)
where n is the number 1, 2, or 3?
| |||||
| 625.2 | <line> works with qualifications | COOKIE::JOHNSTON | Thu Jul 09 1987 17:07 | 11 | |
Paragraph indentation is determined by the doctype; to make it automatic you must modify the .DESIGN file or, preferably, create a new one. <line>(indent\number) will work, but it must either follow the paragraph tag or be preceded by another <line>; otherwise you won't get the blank space between paragraphs. Rose | |||||
| 625.3 | DESIGN file changes needed | CLOSET::ANKLAM | Sun Jul 19 1987 13:46 | 7 | |
<line>(indent) indents the entire paragraph, not just the first
line. You need to modify the \paragraph definition (as Rose suggests)
in a DESIGN file. You might look at the paragraph definition in
TEX$ARTICLE.DESIGN as a model.
| |||||