Unit 'wtex' Package
[Overview][Constants][Classes][Index] [#fcl]

TTexWriter.ListStart

Begins LaTeX list environment

Declaration

Source position: wtex.pp line 64

public procedure TTexWriter.ListStart(

  ListType: TlistType

); override;

Arguments

ListType

  

Type of LaTeX list to create

Description

Begins a LaTeX list environment based on the list type. Uses enumerate for numbered lists, itemize for ordered lists, and definition for definition lists based on the ListNames array.

See also

TTexWriter.ListEnd

  

Ends LaTeX list environment

TFormattingWriter.ListStart

ListNames

  

LaTeX environment names for different list types


Documentation generated on: Jan 16 2026