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

TTexWriter.EnvironmentStart

Begins LaTeX environment with optional parameters

Declaration

Source position: wtex.pp line 39

public procedure TTexWriter.EnvironmentStart(

  const Name: string;

  const Opts: string

);

Arguments

Name

  

LaTeX environment name

Opts

  

Optional environment parameters

Description

Writes a LaTeX \begin command for the specified environment name. If options are provided, they are included before the environment name. This is a utility method for creating LaTeX environments.

See also

TTexWriter.EnvironmentEnd

  

Ends LaTeX environment


Documentation generated on: Jan 16 2026