The first two parameters of this command determine the kind of code to be inserted at the start of, respectively, nonindented and indented paragraphs.
* 1
* 2
* 3
* 4
* 5 | \Configure{HtmlPar} {} {* } {} {} \par 1\par 2\par 3\par 4\par 5 |
The last two parameters specify the code to be stored in \EndP
, when the first two parameters are introduced,
respectively, into the output.
[ 1
][ 2
][ 3
][ 4
][ 5
] | \Configure{HtmlPar} {[ } {\EndP [ } { ]} { ]} \par 1\par 2\par 3\par 4\par 5 \Configure{HtmlPar} {}{\EndP} {}{} \par\leavevmode |
The default setting assumes a configuration of the form `\Configure{HtmlPar}{\HCode{<P CLASS="noindent">}}
{\HCode{<P CLASS="indent">}} {}{}
' (and it is implemented through an `\everypar{\HtmlPar}
'
command).
This command asks that no code will be inserted at the beginning of the next paragraph.
This command asks that code will be inserted at the beginning of the next paragraph.
This command asks to treat the next paragraph as nonindented.
This command asks to treat the following paragraphs as indented.