readDVI {patchDVI} | R Documentation |
This is an R function that reads a .dvi file (it was the prototype
for DVIspecials
). Modify it to see other parts
of a .dvi.
readDVI(f, show=c("bop", "special", "fntdef", "preamble"))
f |
filename |
show |
which type of records to print |
readDVI prints as it reads, it doesn't return anything useful.