Class LatexTemplate


  • public final class LatexTemplate
    extends Object
    Latex template. Generates the LaTex template from the code in LaTex notation as a standalone compilable document.
    Since:
    0.30
    • Constructor Detail

      • LatexTemplate

        public LatexTemplate​(String code)
        Ctor.
        Parameters:
        code - The code.
    • Method Detail

      • asString

        public String asString()
        Generates the template from the code from resources/latex-template.txt.
        Returns:
        The generated template with the code as string.