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>
$endif$
$if(journal)$
$journal$, $volume$($number$).<br>
$if(volume)$
$if(number)$
$journal$, $volume$($number$). <br>
$else$
$journal$, $volume$. <br>
$endif$
$else$
$journal$. <br>
$endif$
$endif$
$if(school)$
$school$.<br>