Package org.eolang.maven
Class LatexTemplate
- java.lang.Object
-
- org.eolang.maven.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 Summary
Constructors Constructor Description LatexTemplate(String code)
Ctor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
asString()
Generates the template from the code from resources/latex-template.txt.
-