Display booktitle for publications of type incollection (#871)

This commit is contained in:
Lucas Hosseini 2022-09-08 22:07:56 +02:00 committed by GitHub
parent 47694a1f77
commit cf9640c877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@
<!-- Journal/Book title and date -->
{% if entry.type == "article" -%}
{%- capture entrytype -%}<em>{{entry.journal}}</em>{%- endcapture -%}
{%- elsif entry.type == "inproceedings" -%}
{%- elsif ["inproceedings", "incollection"] contains entry.type -%}
{%- capture entrytype -%}<em>In {{entry.booktitle}}</em> {%- endcapture -%}
{%- else -%}
{%- capture entrytype -%}{%- endcapture -%}