texEngine: TeX Engines

latexEngineR Documentation

TeX Engines

Description

These objects represent different TeX engines that can be selected for processing LaTeX code to produce DVI output.

Usage

latexEngine
luatexEngine
TeXengine(engine, options="",
          readFonts=readFontInfo,
          fontDef=defineFont,
          charEnc=getChar,
          charMetric=charWidth,
          special=noSpecial)

Arguments

engine

The command to run to process LaTeX documents.

options

Options to the engine command.

readFonts

A function to read font information within a DVI file.

fontDef

A function to generate font definitions from font information.

charEnc

A function to produce a character value from a DVI char operation.

charMetric

A function to calculate the width of a character.

special

A "handler" for special operations within a DVI file; see noSpecial and tikzSpecial.

Author(s)

Paul Murrell

See Also

grid.latex


pmur002/dvir documentation built on Sept. 2, 2022, 3:03 p.m.