style: last names, short titles and p. or pp. on footnotes
Is there any style with last names, short titles and p. or pp. on footnotes?
Is it possible to add to Chicago?
If I do it manually, every time I change something in a footnote, the entire document gets bugged.
Than you.
Is it possible to add to Chicago?
If I do it manually, every time I change something in a footnote, the entire document gets bugged.
Than you.
This is an old discussion that has not been active in a long time. Before commenting here, you should strongly consider starting a new discussion instead. If you think the content of this discussion is still relevant, you can link to it from your new discussion.
<text variable="page"/>
and change it to:
<group delimiter=" ">
<label variable="page" form="short"/>
<text variable="page"/>
</group>
You then have to also edit lines 5 and 6 to something like: chicago-note-bibliography-edited and save with with that same name. Otherwise the style will get overwritten with the next update. ;)