<INDENT>

<< Click to Display Table of Contents >>

Navigation:  Common vpxPrint tags > Justification and characters alignment >

<INDENT>

This tag allows to manage paragraphs, the insertion of bullets or numbering of paragraphs.

 

Syntax:

<INDENT[Cxx

                  nnn]>

 

Defines a new level of indentation or adjusts the indentation to the value of the previous one and starts the new paragraph.

 

<INDENT=C5> defines a point of indentation at column 5 of the current frame,

<INDENT=12>   ""                            ""              at 12 (millimeters or inches depending on <UNITS>) from the left side of the current frame

 

</INDENT> stops the indentation.

 

Note:

<INDENT> should be used within a .

 

Example:

<#1><R+30><C+40><FRAME#1><USE#1>                                                define a new frame

<JUSTIFY>                                                                                set the justify mode

<U>First paragraph:</U>                                                                [new line]

<INDENT=C10>This is the content of the first paragraph. bla bla bla........... [new line]        defines the indentation at column 10 of the frame

and bla bla bla</INDENT>                        [new line][new line]

<U>Second paragraph:</U>                                              [new line]

<INDENT>This is the content of the second paragraph. bla bla bla...........        [new line]                there is no need to write <INDENT=C10>, the previous indentation is used.

and bla bla bla</INDENT>                        [new line]

 

Result:

indent

Numbering of paragraphs:

<#1><R+30><C+40><FRAME#1><USE#1>                                                define a new frame

<JUSTIFY>                                                                                set the justify mode

<B>1.</B><INDENT=C3>This is the content of the first paragraph. bla bla bla........... [new line]        defines the indentation at column 10 of the frame

and bla bla bla</INDENT>                        [new line][new line]

<B>2.</B><INDENT>This is the content of the second paragraph. bla bla bla...........        [new line]                there is no need to write <INDENT=C10>, the previous indentation is used.

and bla bla bla</INDENT>                        [new line]

 

Result:

indent_2

Tuto_gnu