From 8e08d3a3860cf148ae946150bbc2f51003cf1367 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Wed, 4 Dec 2024 08:58:56 +0000 Subject: [PATCH] Format articles without volumes/numbers. --- templates/bibitem.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/templates/bibitem.html b/templates/bibitem.html index 63f8176..4a3d9ee 100644 --- a/templates/bibitem.html +++ b/templates/bibitem.html @@ -23,7 +23,15 @@ In $booktitle$.
$endif$ $if(journal)$ - $journal$, $volume$($number$).
+ $if(volume)$ + $if(number)$ + $journal$, $volume$($number$).
+ $else$ + $journal$, $volume$.
+ $endif$ + $else$ + $journal$.
+ $endif$ $endif$ $if(school)$ $school$.