sesaparcours
    Preparing search index...

    Type Alias EnvironmentEntry

    EnvironmentEntry: BaseEntry & {
        identifierTrigger: string;
        kind: "environment";
        parse: EnvironmentParseHandler;
    }

    A LaTeX dictionary entry for an environment, that is a LaTeX construct using \begin{...}...\end{...}.