summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot
blob: c2fc1a9b370b333b3003f206f0f9975ba2e955c5 (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
digraph Biberdata {
  compound = true;
  edge [ arrowhead=open ];
  graph [ style=filled, rankdir=LR ];
  node [
    fontsize=10,
    fillcolor=white,
    style=filled,
    shape=box ];

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

    "section0/BHG226/author" [ label="AUTHOR" ]
    "section0/BHG226/bookineditor" [ label="BOOKINEDITOR" ]
    "section0/BHG226/booktitle" [ label="BOOKTITLE" ]
    "section0/BHG226/crossref" [ label="CROSSREF" ]
    "section0/BHG226/editor" [ label="EDITOR" ]
    "section0/BHG226/number" [ label="NUMBER" ]
    "section0/BHG226/pages" [ label="PAGES" ]
    "section0/BHG226/series" [ label="SERIES" ]
    "section0/BHG226/title" [ label="TITLE" ]
  }

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

    "section0/CCSG26/editor" [ label="EDITOR" ]
    "section0/CCSG26/number" [ label="NUMBER" ]
    "section0/CCSG26/series" [ label="SERIES" ]
    "section0/CCSG26/title" [ label="TITLE" ]
  }



  "section0/CCSG26/title" -> "section0/BHG226/booktitle" [ penwidth="2.0", color="#7d7879", tooltip="BHG226/BOOKTITLE inherited via CROSSREF from CCSG26/TITLE" ]
  "section0/CCSG26/series" -> "section0/BHG226/series" [ penwidth="2.0", color="#7d7879", tooltip="BHG226/SERIES inherited via CROSSREF from CCSG26/SERIES" ]
  "section0/CCSG26/number" -> "section0/BHG226/number" [ penwidth="2.0", color="#7d7879", tooltip="BHG226/NUMBER inherited via CROSSREF from CCSG26/NUMBER" ]
  "section0/CCSG26/editor" -> "section0/BHG226/editor" [ penwidth="2.0", color="#7d7879", tooltip="BHG226/EDITOR inherited via CROSSREF from CCSG26/EDITOR" ]

}