Chicago Manual of Style without publisher?

Is there a modified version of the Chicago Manual of Style (note without bibliography) that doesn't include the publisher? I've searched the styles repository and forums without luck. I need this style for a specific historical journal. Any advice appreciated!
  • edited March 16, 2010
    No, sorry. What journal is it?
  • It's Jewish Social Studies. Is it easy to modify the style to do this?
  • Do you need to cite place of publication?
  • To speed up the discussion: if you need place of publication, replace this piece of code:

    <macro name="publisher">
    <group delimiter=": ">
    <text variable="publisher-place"/>
    <text variable="publisher"/>
    </group>
    </macro>
    with this:
    <macro name="publisher">
    <text variable="publisher-place"/>
    </macro>
  • edited June 8, 2022
    This works well, but I have no idea how to rename the new style so it does not replace the one it was based on. I have renamed the file, which did nothing, and changed the name in the title field in the style itself, which also did nothing.

    I need this as an additional option not as a replacement for the existing style.
Sign In or Register to comment.