@if($document->getCreatorByPosition("author")) @component('outputs.bibtex.components.creator', ['document' => $document, 'key' => 'author', 'position' => 'author']) @endcomponent @endif @if($document->getCreatorByPosition("translator")) @component('outputs.bibtex.components.creator', ['document' => $document, 'key' => 'translator', 'position' => 'translator']) @endcomponent @endif @if($document->getCreatorByPosition("collection-editor")) @component('outputs.bibtex.components.creator', ['document' => $document, 'key' => 'collection-editor', 'position' => 'collection-editor']) @endcomponent @endif @if($document->getCreatorByPosition("contributor")) @component('outputs.bibtex.components.creator', ['document' => $document, 'key' => 'collaborator', 'position' => 'contributor']) @endcomponent @endif @if($document->getCreatorByPosition("editor")) @component('outputs.bibtex.components.creator', ['document' => $document, 'key' => 'editor', 'position' => 'editor']) @endcomponent @endif @if($document->getCreatorByPosition("editor")) @component('outputs.bibtex.components.creator', ['document' => $document, 'key' => 'editor', 'position' => 'editor']) @endcomponent @endif @if($document->getCreatorByPosition("editor")->count() > 0) @component('outputs.bibtex.components.creator', ['document' => $document, 'key' => 'editor', 'position' => 'editor']) @endcomponent @endif @if($document->getCreatorByPosition("supervisor-thesis")->count() > 0) @component('outputs.bibtex.components.creator', ['document' => $document, 'key' => 'collaborator', 'position' => 'supervisor-thesis']) @endcomponent @endif @if($document->getCreatorByPosition("collection-editor")->count() > 0) @component('outputs.bibtex.components.creator', ['document' => $document, 'key' => 'editor', 'position' => 'collection-editor']) @endcomponent @endif