summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/biblatex-contrib/biblatex-bookinother/documentation/example-bookinjournal.dot
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/biblatex-contrib/biblatex-bookinother/documentation/example-bookinjournal.dot
Initial commit
Diffstat (limited to 'macros/latex/contrib/biblatex-contrib/biblatex-bookinother/documentation/example-bookinjournal.dot')
-rw-r--r--macros/latex/contrib/biblatex-contrib/biblatex-bookinother/documentation/example-bookinjournal.dot30
1 files changed, 30 insertions, 0 deletions
diff --git a/macros/latex/contrib/biblatex-contrib/biblatex-bookinother/documentation/example-bookinjournal.dot b/macros/latex/contrib/biblatex-contrib/biblatex-bookinother/documentation/example-bookinjournal.dot
new file mode 100644
index 0000000000..bd52fcef1f
--- /dev/null
+++ b/macros/latex/contrib/biblatex-contrib/biblatex-bookinother/documentation/example-bookinjournal.dot
@@ -0,0 +1,30 @@
+digraph Biberdata {
+ compound = true;
+ edge [ arrowhead=open ];
+ graph [ style=filled, rankdir=LR ];
+ node [
+ fontsize=10,
+ fillcolor=white,
+ style=filled,
+ shape=box ];
+
+ subgraph "cluster_section0/Alexander_Aphrodisias" {
+ fontsize="10";
+ label="Alexander_Aphrodisias (BOOKINJOURNAL)";
+ tooltip="Alexander_Aphrodisias (BOOKINJOURNAL)";
+ fillcolor="#a0d0ff";
+
+ "section0/Alexander_Aphrodisias/author" [ label="AUTHOR" ]
+ "section0/Alexander_Aphrodisias/bookineditor" [ label="BOOKINEDITOR" ]
+ "section0/Alexander_Aphrodisias/journaltitle" [ label="JOURNALTITLE" ]
+ "section0/Alexander_Aphrodisias/number" [ label="NUMBER" ]
+ "section0/Alexander_Aphrodisias/pages" [ label="PAGES" ]
+ "section0/Alexander_Aphrodisias/title" [ label="TITLE" ]
+ "section0/Alexander_Aphrodisias/volume" [ label="VOLUME" ]
+ "section0/Alexander_Aphrodisias/year" [ label="YEAR" ]
+ }
+
+
+
+
+}