Format articles without volumes/numbers.
This commit is contained in:
parent
b53e90faac
commit
8e08d3a386
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue