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

TTexWriter.HeaderStart

Begins LaTeX section header

Declaration

Source position: wtex.pp line 44

public procedure TTexWriter.HeaderStart(

  Alevel: Integer

); override;

Arguments

Alevel

  

Header level (0=part, 1=chapter, 2=section, etc.)

Description

Begins a LaTeX section header by writing the appropriate sectioning command based on the level. Level 0 generates \part, level 1 generates \chapter, level 2 generates \section, etc.

See also

TTexWriter.HeaderEnd

  

Ends LaTeX section header

TFormattingWriter.HeaderStart


Documentation generated on: Jan 16 2026