luaEngine: LuaTeX engines

View source: R/luatex.R

luaEngineR Documentation

LuaTeX engines

Description

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

Usage

luaEngine(engine="lualatex",
          options="--output-format=dvi",
          readFonts=luaReadFontInfo,
          fontDef=luaDefineFont,
          charEnc=luaGetChar,
          charMetric=luaCharWidth,
          special=noSpecial) 
lualatexEngine

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.lualatex


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