readDVI | R Documentation |
Read a DVI file (produced by LaTeX) into R.
readDVI(file)
file |
A character value giving the name of a DVI file. |
A "DVI"
object is a list of memory blocks (as produced by
functions from
the hexView package), with one block per DVI operation.
This is the detailed, byte-level contents of the DVI file.
A "DVI"
object.
There is a print method that produces a nice human-readable format.
Paul Murrell
readDVI(system.file("DVI", "test-pdftex.dvi", package="xdvir"))
readDVI(system.file("DVI", "test-luatex.dvi", package="xdvir"))
readDVI(system.file("DVI", "test-xetex.xdv", package="xdvir"))
readDVI(system.file("DVI", "test-uptex.dvi", package="xdvir"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.