summaryrefslogtreecommitdiff
path: root/support/digestif/data/hyperref.sty.tags
blob: 937767676afba271ba055b8554c232626e932c0d (plain)
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."}
}