summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-bookinother/documentation/example-bookincollection.dot
blob: 9fe639df2093afc4b3eedd74ba51918f140a1c4a (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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
digraph Biberdata {
  compound = true;
  edge [ arrowhead=open ];
  graph [ style=filled, rankdir=LR ];
  node [
    fontsize=10,
    fillcolor=white,
    style=filled,
    shape=box ];

  subgraph "cluster_section0/Aristotle2016" {
    fontsize="10";
    label="Aristotle2016 (BOOKINCOLLECTION)";
    tooltip="Aristotle2016 (BOOKINCOLLECTION)";
    fillcolor="#a0d0ff";

    "section0/Aristotle2016/author" [ label="AUTHOR" ]
    "section0/Aristotle2016/bookineditor" [ label="BOOKINEDITOR" ]
    "section0/Aristotle2016/booktitle" [ label="BOOKTITLE" ]
    "section0/Aristotle2016/crossref" [ label="CROSSREF" ]
    "section0/Aristotle2016/editor" [ label="EDITOR" ]
    "section0/Aristotle2016/eventday" [ label="EVENTDAY" ]
    "section0/Aristotle2016/eventendday" [ label="EVENTENDDAY" ]
    "section0/Aristotle2016/eventendmonth" [ label="EVENTENDMONTH" ]
    "section0/Aristotle2016/eventendyear" [ label="EVENTENDYEAR" ]
    "section0/Aristotle2016/eventmonth" [ label="EVENTMONTH" ]
    "section0/Aristotle2016/eventyear" [ label="EVENTYEAR" ]
    "section0/Aristotle2016/location" [ label="LOCATION" ]
    "section0/Aristotle2016/pages" [ label="PAGES" ]
    "section0/Aristotle2016/publisher" [ label="PUBLISHER" ]
    "section0/Aristotle2016/title" [ label="TITLE" ]
    "section0/Aristotle2016/year" [ label="YEAR" ]
  }

  subgraph "cluster_section0/Doe2016" {
    fontsize="10";
    label="Doe2016 (COLLECTION)";
    tooltip="Doe2016 (COLLECTION)";
    fillcolor="#a0d0ff";

    "section0/Doe2016/editor" [ label="EDITOR" ]
    "section0/Doe2016/eventday" [ label="EVENTDAY" ]
    "section0/Doe2016/eventendday" [ label="EVENTENDDAY" ]
    "section0/Doe2016/eventendmonth" [ label="EVENTENDMONTH" ]
    "section0/Doe2016/eventendyear" [ label="EVENTENDYEAR" ]
    "section0/Doe2016/eventmonth" [ label="EVENTMONTH" ]
    "section0/Doe2016/eventyear" [ label="EVENTYEAR" ]
    "section0/Doe2016/location" [ label="LOCATION" ]
    "section0/Doe2016/publisher" [ label="PUBLISHER" ]
    "section0/Doe2016/title" [ label="TITLE" ]
    "section0/Doe2016/year" [ label="YEAR" ]
  }



  "section0/Doe2016/editor" -> "section0/Aristotle2016/editor" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EDITOR inherited via CROSSREF from Doe2016/EDITOR" ]
  "section0/Doe2016/eventday" -> "section0/Aristotle2016/eventday" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTDAY inherited via CROSSREF from Doe2016/EVENTDAY" ]
  "section0/Doe2016/eventendday" -> "section0/Aristotle2016/eventendday" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTENDDAY inherited via CROSSREF from Doe2016/EVENTENDDAY" ]
  "section0/Doe2016/eventendmonth" -> "section0/Aristotle2016/eventendmonth" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTENDMONTH inherited via CROSSREF from Doe2016/EVENTENDMONTH" ]
  "section0/Doe2016/eventendyear" -> "section0/Aristotle2016/eventendyear" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTENDYEAR inherited via CROSSREF from Doe2016/EVENTENDYEAR" ]
  "section0/Doe2016/eventmonth" -> "section0/Aristotle2016/eventmonth" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTMONTH inherited via CROSSREF from Doe2016/EVENTMONTH" ]
  "section0/Doe2016/eventyear" -> "section0/Aristotle2016/eventyear" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTYEAR inherited via CROSSREF from Doe2016/EVENTYEAR" ]
  "section0/Doe2016/location" -> "section0/Aristotle2016/location" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/LOCATION inherited via CROSSREF from Doe2016/LOCATION" ]
  "section0/Doe2016/publisher" -> "section0/Aristotle2016/publisher" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/PUBLISHER inherited via CROSSREF from Doe2016/PUBLISHER" ]
  "section0/Doe2016/title" -> "section0/Aristotle2016/booktitle" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/BOOKTITLE inherited via CROSSREF from Doe2016/TITLE" ]
  "section0/Doe2016/year" -> "section0/Aristotle2016/year" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/YEAR inherited via CROSSREF from Doe2016/YEAR" ]

}