This commit is contained in:
Simon Kornblith 2011-04-20 07:54:15 +00:00
parent 3e30f21ede
commit 2e87c12512

View File

@ -8576,7 +8576,7 @@ CSL.Output.Formats.prototype.rtf = {
"@passthrough/true": CSL.Output.Formatters.passthrough,
"@strip-periods/true": CSL.Output.Formatters.strip_periods,
"@font-style/italic":"\\i %%STRING%%\\i0{}",
"@font-style/normal":"\\i0{}%STRING%%\\i{}",
"@font-style/normal":"\\i0{}%%STRING%%\\i{}",
"@font-style/oblique":"\\i %%STRING%%\\i0{}",
"@font-variant/small-caps":"\\scaps %%STRING%%\\scaps0{}",
"@font-variant/normal":"\\scaps0{}%%STRING%%\\scaps{}",