latexEngine | R Documentation |
These objects represent different TeX engines that can be selected for processing LaTeX code to produce DVI output.
latexEngine luatexEngine TeXengine(engine, options="", readFonts=readFontInfo, fontDef=defineFont, charEnc=getChar, charMetric=charWidth, special=noSpecial)
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.latex
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.