-
Notifications
You must be signed in to change notification settings - Fork 1
/
NAMESPACE
70 lines (60 loc) · 1.54 KB
/
NAMESPACE
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
import("grid")
import("hexView")
importFrom("extrafont",
"fonttable")
importFrom("systemfonts",
"reset_font_cache",
"system_fonts")
importFrom("grDevices",
"adjustcolor",
"dev.cur",
"dev.new",
"dev.off",
"dev.set",
"pdf",
"pdfFonts",
"postscriptFonts",
"rgb",
"Type1Font")
importFrom("utils",
"compareVersion")
importFrom("devoid",
"void_dev")
importFrom("xml2",
"read_xml",
"write_xml",
"xml_add_child",
"xml_add_sibling",
"xml_attr",
"xml_attrs",
"xml_children",
"xml_comment",
"xml_dtd",
"xml_find_all",
"xml_find_first",
"xml_name",
"xml_new_root",
"xml_replace",
"xml_root",
"xml_set_attr",
"xml_set_text",
"xml_text")
export("typeset",
"readDVI",
"grid.dvi", "dviGrob",
"grid.latex", "latexGrob",
"grid.lualatex", "lualatexGrob",
"grid.tikz", "tikzGrob",
"grid.tikzpicture", "tikzpictureGrob",
"luaPreamble",
"tikzPreamble", "tikzpicturePreamble", "tikzpicturePostamble",
"TeXengine",
"latexEngine",
"luaEngine",
"lualatexEngine",
## "xetexEngine",
"noSpecial", "tikzSpecial",
"fontPaths")
S3method("print", "DVI")
S3method("dviGrob", "DVI")
S3method("dviGrob", "character")