-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathhyperref.sty.tags
More file actions
45 lines (45 loc) · 1.12 KB
/
Copy pathhyperref.sty.tags
File metadata and controls
45 lines (45 loc) · 1.12 KB
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
ctan_package = "hyperref"
commands = {
autopageref = "$ref:hyperref.sty#/commands/pageref",
autoref = "$ref:hyperref.sty#/commands/ref",
href = {
arguments = {
{delimiters = {"[", "]"}, meta = "options", optional = true},
{meta = "URL"},
{meta = "text"}
},
summary = "Create a hyperlink."
},
nolinkurl = {
arguments = {{meta = "URL"}},
summary = "Typeset an URL like `\\url`, but without a hyperlink."
},
pageref = {
arguments = {
{
literal = "*",
meta = "star",
optional = true,
summary = "Do not create a hyperlink."
},
{list = true, meta = "key"}
},
documentation = "info:latex2e#\\pageref",
summary = "Refer to a page number."
},
ref = {
action = "ref",
arguments = {
{
literal = "*",
meta = "star",
optional = true,
summary = "Do not create a hyperlink."
},
{list = true, meta = "key"}
},
documentation = "info:latex2e#\\ref",
summary = "Refer to a section, figure or similar."
},
url = {arguments = {{meta = "URL"}}, summary = "Typeset an URL."}
}