Begins LaTeX environment with optional parameters
Source position: wtex.pp line 39
public procedure TTexWriter.EnvironmentStart( |
const Name: string; |
const Opts: string |
); |
Name |
|
LaTeX environment name |
Opts |
|
Optional environment parameters |
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.
|
Ends LaTeX environment |