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

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

    "section0/Deluz1972/author" [ label="AUTHOR" ]
    "section0/Deluz1972/editor" [ label="EDITOR" ]
    "section0/Deluz1972/institution" [ label="INSTITUTION" ]
    "section0/Deluz1972/title" [ label="TITLE" ]
    "section0/Deluz1972/type" [ label="TYPE" ]
    "section0/Deluz1972/volumes" [ label="VOLUMES" ]
    "section0/Deluz1972/year" [ label="YEAR" ]
  }

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

    "section0/GuilielmusdeBoldensele/author" [ label="AUTHOR" ]
    "section0/GuilielmusdeBoldensele/bookauthor" [ label="BOOKAUTHOR" ]
    "section0/GuilielmusdeBoldensele/booktitle" [ label="BOOKTITLE" ]
    "section0/GuilielmusdeBoldensele/crossref" [ label="CROSSREF" ]
    "section0/GuilielmusdeBoldensele/editor" [ label="EDITOR" ]
    "section0/GuilielmusdeBoldensele/institution" [ label="INSTITUTION" ]
    "section0/GuilielmusdeBoldensele/pages" [ label="PAGES" ]
    "section0/GuilielmusdeBoldensele/title" [ label="TITLE" ]
    "section0/GuilielmusdeBoldensele/type" [ label="TYPE" ]
    "section0/GuilielmusdeBoldensele/volume" [ label="VOLUME" ]
    "section0/GuilielmusdeBoldensele/volumes" [ label="VOLUMES" ]
    "section0/GuilielmusdeBoldensele/year" [ label="YEAR" ]
  }



  "section0/Deluz1972/year" -> "section0/GuilielmusdeBoldensele/year" [ penwidth="2.0", color="#7d7879", tooltip="GuilielmusdeBoldensele/YEAR inherited via CROSSREF from Deluz1972/YEAR" ]
  "section0/Deluz1972/institution" -> "section0/GuilielmusdeBoldensele/institution" [ penwidth="2.0", color="#7d7879", tooltip="GuilielmusdeBoldensele/INSTITUTION inherited via CROSSREF from Deluz1972/INSTITUTION" ]
  "section0/Deluz1972/volumes" -> "section0/GuilielmusdeBoldensele/volumes" [ penwidth="2.0", color="#7d7879", tooltip="GuilielmusdeBoldensele/VOLUMES inherited via CROSSREF from Deluz1972/VOLUMES" ]
  "section0/Deluz1972/author" -> "section0/GuilielmusdeBoldensele/bookauthor" [ penwidth="2.0", color="#7d7879", tooltip="GuilielmusdeBoldensele/BOOKAUTHOR inherited via CROSSREF from Deluz1972/AUTHOR" ]
  "section0/Deluz1972/type" -> "section0/GuilielmusdeBoldensele/type" [ penwidth="2.0", color="#7d7879", tooltip="GuilielmusdeBoldensele/TYPE inherited via CROSSREF from Deluz1972/TYPE" ]
  "section0/Deluz1972/title" -> "section0/GuilielmusdeBoldensele/booktitle" [ penwidth="2.0", color="#7d7879", tooltip="GuilielmusdeBoldensele/BOOKTITLE inherited via CROSSREF from Deluz1972/TITLE" ]
  "section0/Deluz1972/editor" -> "section0/GuilielmusdeBoldensele/editor" [ penwidth="2.0", color="#7d7879", tooltip="GuilielmusdeBoldensele/EDITOR inherited via CROSSREF from Deluz1972/EDITOR" ]

}