Skip to content

Commit 885b21a

Browse files
bwiernikadam3smith
authored andcommittedAug 29, 2019
1 parent 7f080e5 commit 885b21a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎aids.csl

+3
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@
123123
<if type="book thesis" match="any">
124124
<text variable="title" font-style="italic"/>
125125
</if>
126+
<else-if type="article-journal">
127+
<text variable="title" font-weight="bold"/>
128+
</else-if>
126129
<else>
127130
<text variable="title"/>
128131
</else>

0 commit comments

Comments
 (0)
Please sign in to comment.