@yamlresume/core
    Preparing search index...

    Class ModerncvClassicRenderer

    Renderer for the classic style of moderncv.

    Hierarchy

    • ModerncvBase
      • ModerncvClassicRenderer
    Index

    Constructors

    Properties

    layoutIndex: number
    resume: Resume
    style: "banking" | "classic" | "casual"

    Accessors

    Methods

    • Render a string with an icon.

      It should respect the showIcons option as well.

      Parameters

      • icon: string

        The icon to use

      • info: string

        The string to use

      Returns string

      The string with an icon

    • Render the page layout/margins using the geometry package.

      Returns string

      The LaTeX code for page layout/margins configuration

    • Render the line spacing configuration using the setspace package.

      Returns string

      The LaTeX code for line spacing configuration

    • Render sections in the specified order.

      Returns string

      The rendered sections in the specified order

    • Render URL configuration to use normal text instead of monospace.

      Returns string

      The LaTeX code for URL configuration