commit 4f327c1f856a6326bb0d725b03fd78b19121d73b parent 147ad741b2413788dbfc537e11d30c1faff5bf3e Author: Bruce D'Arcus <bdarcus@gmail.com> Date: Sat, 22 Mar 2008 14:50:50 +0000 fixed spurious title in author macro Diffstat:
| M | csl/bluebook-law_review.csl | | | 14 | ++++---------- |
1 file changed, 4 insertions(+), 10 deletions(-)
diff --git a/csl/bluebook-law_review.csl b/csl/bluebook-law_review.csl @@ -25,23 +25,17 @@ <substitute> <names variable="editor"/> <names variable="translator"/> + <text variable="title"/> </substitute> </names> </macro> <macro name="author"> <choose> - <if variable="author editor translator" match="any"> - <choose> - <if type="book"> - <text macro="name-macro" font-variant="small-caps"/> - </if> - <else> - <text macro="name-macro"/> - </else> - </choose> + <if type="book"> + <text macro="name-macro" font-variant="small-caps"/> </if> <else> - <text macro="title"/> + <text macro="name-macro"/> </else> </choose> </macro>