luaEngine | R Documentation |
These objects represent different LuaTeX engines that can be selected for processing LaTeX code to produce DVI output.
luaEngine(engine="lualatex", options="--output-format=dvi", readFonts=luaReadFontInfo, fontDef=luaDefineFont, charEnc=luaGetChar, charMetric=luaCharWidth, special=noSpecial) lualatexEngine
engine |
The command to run to process LaTeX documents. |
options |
Options to the |
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 |
Paul Murrell
grid.lualatex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.