Klasse LatexDoc

java.lang.Object
de.srsoftware.document.processor.FileProcessor
de.srsoftware.document.processor.latex.LatexDoc
Alle implementierten Schnittstellen:
de.srsoftware.document.api.Document

public abstract class LatexDoc extends FileProcessor
abstract class for renderers using lualatex
  • Konstruktordetails

    • LatexDoc

      public LatexDoc()
      create a new instance
  • Methodendetails

    • command

      protected List<String> command(Map<String,Object> data)
      Beschreibung aus Klasse kopiert: FileProcessor
      provides the command used by the render process
      Angegeben von:
      command in Klasse FileProcessor
      Parameter:
      data - context for the command creation
      Gibt zurück:
      a list of strings composing the render command
    • description

      public String description()
    • id

      public String id()
    • mimeType

      public String mimeType()
    • name

      public String name()
    • software

      public String software()
      Beschreibung aus Klasse kopiert: FileProcessor
      Provides the name of the software used with the processor instance
      Angegeben von:
      software in Klasse FileProcessor
      Gibt zurück:
      a software string
    • source

      protected abstract de.srsoftware.document.api.Document source()
      the source file document
      Gibt zurück:
      the document containing latex source code
    • timeout

      public Duration timeout()
      Beschreibung aus Klasse kopiert: FileProcessor
      the default timeout for the render process
      Setzt außer Kraft:
      timeout in Klasse FileProcessor
      Gibt zurück:
      a duration of 10 seconds