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-09-14 22:24:47 +0000
committerKarl Berry <karl@freefriends.org>2016-09-14 22:24:47 +0000
commit29202d8bd8aea1ad316566d9c8012ffee2eedb85 (patch)
tree75fd2499f21692011f5269ddda9b87ad35c63b1f /Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot
parent8a55c7c1454b55cfef04908883b2bbc935513e2b (diff)
biblatex-morenames
git-svn-id: svn://tug.org/texlive/trunk@42070 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.dot38
1 files changed, 38 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
index 0eacc952705..08c9966e93c 100644
--- a/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot
+++ b/Master/texmf-dist/doc/latex/biblatex-morenames/documentation/example-bookineditor.dot
@@ -8,6 +8,38 @@ digraph Biberdata {
style=filled,
shape=box ];
+ subgraph "cluster_section0/AAA2.2" {
+ fontsize="10";
+ label="AAA2.2 (BOOK)";
+ tooltip="AAA2.2 (BOOK)";
+ fillcolor="#a0d0ff";
+
+ "section0/AAA2.2/editor" [ label="EDITOR" ]
+ "section0/AAA2.2/location" [ label="LOCATION" ]
+ "section0/AAA2.2/publisher" [ label="PUBLISHER" ]
+ "section0/AAA2.2/title" [ label="TITLE" ]
+ "section0/AAA2.2/volume" [ label="VOLUME" ]
+ "section0/AAA2.2/year" [ label="YEAR" ]
+ }
+
+ subgraph "cluster_section0/BHG225" {
+ fontsize="10";
+ label="BHG225 (BOOKINBOOK)";
+ tooltip="BHG225 (BOOKINBOOK)";
+ fillcolor="#a0d0ff";
+
+ "section0/BHG225/bookineditor" [ label="BOOKINEDITOR" ]
+ "section0/BHG225/booktitle" [ label="BOOKTITLE" ]
+ "section0/BHG225/crossref" [ label="CROSSREF" ]
+ "section0/BHG225/editor" [ label="EDITOR" ]
+ "section0/BHG225/location" [ label="LOCATION" ]
+ "section0/BHG225/pages" [ label="PAGES" ]
+ "section0/BHG225/publisher" [ label="PUBLISHER" ]
+ "section0/BHG225/title" [ label="TITLE" ]
+ "section0/BHG225/volume" [ label="VOLUME" ]
+ "section0/BHG225/year" [ label="YEAR" ]
+ }
+
subgraph "cluster_section0/BHG226" {
fontsize="10";
label="BHG226 (BOOKINBOOK)";
@@ -39,6 +71,12 @@ digraph Biberdata {
+ "section0/AAA2.2/editor" -> "section0/BHG225/editor" [ penwidth="2.0", color="#7d7879", tooltip="BHG225/EDITOR inherited via CROSSREF from AAA2.2/EDITOR" ]
+ "section0/AAA2.2/location" -> "section0/BHG225/location" [ penwidth="2.0", color="#7d7879", tooltip="BHG225/LOCATION inherited via CROSSREF from AAA2.2/LOCATION" ]
+ "section0/AAA2.2/publisher" -> "section0/BHG225/publisher" [ penwidth="2.0", color="#7d7879", tooltip="BHG225/PUBLISHER inherited via CROSSREF from AAA2.2/PUBLISHER" ]
+ "section0/AAA2.2/title" -> "section0/BHG225/booktitle" [ penwidth="2.0", color="#7d7879", tooltip="BHG225/BOOKTITLE inherited via CROSSREF from AAA2.2/TITLE" ]
+ "section0/AAA2.2/volume" -> "section0/BHG225/volume" [ penwidth="2.0", color="#7d7879", tooltip="BHG225/VOLUME inherited via CROSSREF from AAA2.2/VOLUME" ]
+ "section0/AAA2.2/year" -> "section0/BHG225/year" [ penwidth="2.0", color="#7d7879", tooltip="BHG225/YEAR inherited via CROSSREF from AAA2.2/YEAR" ]
"section0/CCSG26/editor" -> "section0/BHG226/editor" [ penwidth="2.0", color="#7d7879", tooltip="BHG226/EDITOR inherited via CROSSREF from CCSG26/EDITOR" ]
"section0/CCSG26/number" -> "section0/BHG226/number" [ penwidth="2.0", color="#7d7879", tooltip="BHG226/NUMBER inherited via CROSSREF from CCSG26/NUMBER" ]
"section0/CCSG26/series" -> "section0/BHG226/series" [ penwidth="2.0", color="#7d7879", tooltip="BHG226/SERIES inherited via CROSSREF from CCSG26/SERIES" ]