feat(dstu-8302-2015): removed italics from more bibl types

This commit is contained in:
2026-06-06 09:32:48 +03:00
parent d70e9df912
commit 8833ef2383
+3 -3
View File
@@ -69,7 +69,7 @@
</macro> </macro>
<macro name="container"> <macro name="container">
<text variable="container-title" font-style="italic"/> <text variable="container-title"/>
</macro> </macro>
<macro name="site-or-publisher"> <macro name="site-or-publisher">
@@ -359,7 +359,7 @@
<text macro="title"/> <text macro="title"/>
<group delimiter=" "> <group delimiter=" ">
<text value="In:"/> <text value="In:"/>
<text variable="container-title" font-style="italic"/> <text variable="container-title"/>
</group> </group>
<group delimiter=", "> <group delimiter=", ">
<text macro="publisher-place"/> <text macro="publisher-place"/>
@@ -417,4 +417,4 @@
</group> </group>
</layout> </layout>
</bibliography> </bibliography>
</style> </style>