Format articles without volumes/numbers.

This commit is contained in:
Justin Hsu 2024-12-04 08:58:56 +00:00
parent b53e90faac
commit 8e08d3a386
1 changed files with 9 additions and 1 deletions

View File

@ -23,7 +23,15 @@
In $booktitle$.<br> In $booktitle$.<br>
$endif$ $endif$
$if(journal)$ $if(journal)$
$if(volume)$
$if(number)$
$journal$, $volume$($number$). <br> $journal$, $volume$($number$). <br>
$else$
$journal$, $volume$. <br>
$endif$
$else$
$journal$. <br>
$endif$
$endif$ $endif$
$if(school)$ $if(school)$
$school$.<br> $school$.<br>