summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinthesis.dot
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinthesis.dot')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinthesis.dot56
1 files changed, 56 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinthesis.dot b/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinthesis.dot
new file mode 100644
index 00000000000..e51aa05c155
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinthesis.dot
@@ -0,0 +1,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" ]
+
+}