Chicago Anon misses a dot

Hi there,
the Chicago style (author date) misses a dot e.g.: (Anon 2005) should be (Anon. 2005).
The bibliography is fine (has the dot).

Ref: http://www.chicagomanualofstyle.org/ch17/ch17_sec033.html

Emmanuel
  • PS: it's easily corrected:
    <macro name="anon">
    <choose>
    <if variable="author editor translator" match="none">
    <text term="anonymous" form="short" text-case="capitalize-first" suffix="."/>
    </if>
    </choose>
    </macro>
  • This is now fixed.
Sign In or Register to comment.