Chain (Class)

In: rtex.rb
Parent: Tool

This class defines a process chain to translate a tex-File. A process chain must contain all Tools from TeX to the target. The default process is pdflatex with assigned tools. Postprocessors (dvi2ps, ps2pdf…) can be integrated here

Methods

execute   file=   htlatex   latex   latex_pdf   latex_ps   latex_ps_pdf   new   pdflatex  

Attributes

filename  [R] 

Public Class methods

Public Instance methods

Define the TeX-file

Run htlatex to create HTML

Create a DVI-File from LaTeX

Create a PDF-File from LaTeX

Create a Postscript-File from LaTeX

Create a PDF from LaTeX via Postscript-File

Create a PDF-File with pdfLaTeX

[Validate]