summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookincollection.dot
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookincollection.dot')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookincollection.dot68
1 files changed, 68 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookincollection.dot b/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookincollection.dot
new file mode 100644
index 00000000000..64c9574287b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookincollection.dot
@@ -0,0 +1,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/eventmonth" -> "section0/Aristotle2016/eventmonth" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTMONTH inherited via CROSSREF from Doe2016/EVENTMONTH" ]
+ "section0/Doe2016/editor" -> "section0/Aristotle2016/editor" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EDITOR inherited via CROSSREF from Doe2016/EDITOR" ]
+ "section0/Doe2016/year" -> "section0/Aristotle2016/year" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/YEAR inherited via CROSSREF from Doe2016/YEAR" ]
+ "section0/Doe2016/location" -> "section0/Aristotle2016/location" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/LOCATION inherited via CROSSREF from Doe2016/LOCATION" ]
+ "section0/Doe2016/eventendmonth" -> "section0/Aristotle2016/eventendmonth" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTENDMONTH inherited via CROSSREF from Doe2016/EVENTENDMONTH" ]
+ "section0/Doe2016/publisher" -> "section0/Aristotle2016/publisher" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/PUBLISHER inherited via CROSSREF from Doe2016/PUBLISHER" ]
+ "section0/Doe2016/eventendday" -> "section0/Aristotle2016/eventendday" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTENDDAY inherited via CROSSREF from Doe2016/EVENTENDDAY" ]
+ "section0/Doe2016/eventyear" -> "section0/Aristotle2016/eventyear" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTYEAR inherited via CROSSREF from Doe2016/EVENTYEAR" ]
+ "section0/Doe2016/title" -> "section0/Aristotle2016/booktitle" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/BOOKTITLE inherited via CROSSREF from Doe2016/TITLE" ]
+ "section0/Doe2016/eventendyear" -> "section0/Aristotle2016/eventendyear" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTENDYEAR inherited via CROSSREF from Doe2016/EVENTENDYEAR" ]
+ "section0/Doe2016/eventday" -> "section0/Aristotle2016/eventday" [ penwidth="2.0", color="#7d7879", tooltip="Aristotle2016/EVENTDAY inherited via CROSSREF from Doe2016/EVENTDAY" ]
+
+}