diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinarticle.dot')
-rw-r--r-- | Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinarticle.dot | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinarticle.dot b/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinarticle.dot index a4b2e4de5ac..10d41a24cb4 100644 --- a/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinarticle.dot +++ b/Master/texmf-dist/doc/latex/biblatex-bookinother/documentation/example-bookinarticle.dot @@ -8,22 +8,6 @@ digraph Biberdata { style=filled, shape=box ]; - subgraph "cluster_section0/VanDeun1990" { - fontsize="10"; - label="VanDeun1990 (ARTICLE)"; - tooltip="VanDeun1990 (ARTICLE)"; - fillcolor="#a0d0ff"; - - "section0/VanDeun1990/author" [ label="AUTHOR" ] - "section0/VanDeun1990/ineditor" [ label="INEDITOR" ] - "section0/VanDeun1990/journaltitle" [ label="JOURNALTITLE" ] - "section0/VanDeun1990/number" [ label="NUMBER" ] - "section0/VanDeun1990/pages" [ label="PAGES" ] - "section0/VanDeun1990/subtitle" [ label="SUBTITLE" ] - "section0/VanDeun1990/title" [ label="TITLE" ] - "section0/VanDeun1990/year" [ label="YEAR" ] - } - subgraph "cluster_section0/BHG226e" { fontsize="10"; label="BHG226e (BOOKINARTICLE)"; @@ -43,14 +27,30 @@ digraph Biberdata { "section0/BHG226e/year" [ label="YEAR" ] } + subgraph "cluster_section0/VanDeun1990" { + fontsize="10"; + label="VanDeun1990 (ARTICLE)"; + tooltip="VanDeun1990 (ARTICLE)"; + fillcolor="#a0d0ff"; + + "section0/VanDeun1990/author" [ label="AUTHOR" ] + "section0/VanDeun1990/ineditor" [ label="INEDITOR" ] + "section0/VanDeun1990/journaltitle" [ label="JOURNALTITLE" ] + "section0/VanDeun1990/number" [ label="NUMBER" ] + "section0/VanDeun1990/pages" [ label="PAGES" ] + "section0/VanDeun1990/subtitle" [ label="SUBTITLE" ] + "section0/VanDeun1990/title" [ label="TITLE" ] + "section0/VanDeun1990/year" [ label="YEAR" ] + } + + "section0/VanDeun1990/title" -> "section0/BHG226e/maintitle" [ penwidth="2.0", color="#7d7879", tooltip="BHG226e/MAINTITLE inherited via CROSSREF from VanDeun1990/TITLE" ] + "section0/VanDeun1990/ineditor" -> "section0/BHG226e/bookeditor" [ penwidth="2.0", color="#7d7879", tooltip="BHG226e/BOOKEDITOR inherited via CROSSREF from VanDeun1990/INEDITOR" ] + "section0/VanDeun1990/year" -> "section0/BHG226e/year" [ penwidth="2.0", color="#7d7879", tooltip="BHG226e/YEAR inherited via CROSSREF from VanDeun1990/YEAR" ] "section0/VanDeun1990/author" -> "section0/BHG226e/bookauthor" [ penwidth="2.0", color="#7d7879", tooltip="BHG226e/BOOKAUTHOR inherited via CROSSREF from VanDeun1990/AUTHOR" ] "section0/VanDeun1990/number" -> "section0/BHG226e/number" [ penwidth="2.0", color="#7d7879", tooltip="BHG226e/NUMBER inherited via CROSSREF from VanDeun1990/NUMBER" ] - "section0/VanDeun1990/year" -> "section0/BHG226e/year" [ penwidth="2.0", color="#7d7879", tooltip="BHG226e/YEAR inherited via CROSSREF from VanDeun1990/YEAR" ] "section0/VanDeun1990/journaltitle" -> "section0/BHG226e/journaltitle" [ penwidth="2.0", color="#7d7879", tooltip="BHG226e/JOURNALTITLE inherited via CROSSREF from VanDeun1990/JOURNALTITLE" ] "section0/VanDeun1990/subtitle" -> "section0/BHG226e/mainsubtitle" [ penwidth="2.0", color="#7d7879", tooltip="BHG226e/MAINSUBTITLE inherited via CROSSREF from VanDeun1990/SUBTITLE" ] - "section0/VanDeun1990/title" -> "section0/BHG226e/maintitle" [ penwidth="2.0", color="#7d7879", tooltip="BHG226e/MAINTITLE inherited via CROSSREF from VanDeun1990/TITLE" ] - "section0/VanDeun1990/ineditor" -> "section0/BHG226e/bookeditor" [ penwidth="2.0", color="#7d7879", tooltip="BHG226e/BOOKEDITOR inherited via CROSSREF from VanDeun1990/INEDITOR" ] } |