@yamlresume/core
    Preparing search index...

    Class LatexCodeGenerator

    Generate LaTeX code from a Node.

    This class implements the CodeGenerator interface and provides a method to convert an AST node into its corresponding LaTeX code.

    CodeGenerator

    Implements

    • CodeGenerator
    Index

    Constructors

    Methods

    Constructors

    Methods

    • Generate LaTeX code from an AST node.

      Parameters

      • node: Node

        The AST node to generate LaTeX code from.

      • Optionalcontext: CodeGenerationContext

        Optional context containing layout settings.

      Returns string

      The generated LaTeX code.