Module: Texrack
- Defined in:
- lib/texrack.rb,
lib/texrack/version.rb,
lib/texrack/endpoint.rb
Defined Under Namespace
Classes: ConvertNotFoundError, Endpoint, LatexFailedError, LatexNotFoundError, LatexToPdf, OutputFile, PdfToPng
Constant Summary collapse
- VERSION =
'0.6.3'
Class Method Summary collapse
Class Method Details
.config ⇒ Object
14 15 16 17 18 19 20 21 22 |
# File 'lib/texrack.rb', line 14 def self.config @config ||= { pdflatex: "pdflatex", convert: "convert", logger: nil, cache_dir: Dir.mktmpdir, allowed_domains: ['*.example.com'] } end |