summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-07 20:52:10 +0000
committerKarl Berry <karl@freefriends.org>2016-04-07 20:52:10 +0000
commit0db58e0ada1f7e2ca133f9ead01b3c9d64056175 (patch)
tree078b6d87be67bbdac1b073af79adf2e6b5bcd6e5 /Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot
parent8c1fff3e03414232f2e8045614360b485b8f2dd4 (diff)
biblatex-morenames (7apr16)
git-svn-id: svn://tug.org/texlive/trunk@40325 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot')
-rw-r--r--Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot47
1 files changed, 47 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot
new file mode 100644
index 00000000000..c2fc1a9b370
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot
@@ -0,0 +1,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" ]
+
+}