in2code-de / publications

Follower of EXT:bib to show publications in TYPO3. Im- and export of bibtext and xml files.

Home Page:https://www.in2code.de/agentur/typo3-extensions/publications/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] vancouver style for inbook

karliwalti opened this issue · comments

inbook is calling book style at

<f:render section="bibtype_book" arguments="{_all}"/>

in this case ,the author rendering for editor in book should not be called

<f:else><f:render section="authors" arguments="{_all}"/></f:else>

I will check how this can be done without duplicating the book style.

Why not replace

<f:render section="bibtype_book" arguments="{_all}"/>

with the needed details and remove the author stuff there? So no additional citestyle would be needed.

P.S.: I'm trying to get the V11 release out and would like to have as many PR and issues closed before. :-)

As the releated PR is merged, I will close this issue