Remove 'Title' from Letter footnote in MHRA Style
Hi,
I am trying to tidy up my letters in my database by including a title explaining its content (briefly) to make it easier to search. However, currently if I do the title is included in the footnote when I use the letter.
How can I edit the csl file so that the title no longer appears in the footnote when used in a document?
In other words, it looks like this:
I am trying to tidy up my letters in my database by including a title explaining its content (briefly) to make it easier to search. However, currently if I do the title is included in the footnote when I use the letter.
How can I edit the csl file so that the title no longer appears in the footnote when used in a document?
In other words, it looks like this:
When I want it to be like this:Charles Darwin to Henry Walter Bates, ‘Letter Anxiously Regarding Wallace Memorial’, circa 1880. Robert M. Stecher Collection of Charles Darwin Books and Manuscripts, 12951.
Thanks for the help in advance.Charles Darwin to Henry Walter Bates, circa 1880. Robert M. Stecher Collection of Charles Darwin Books and Manuscripts, 12951.
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.
If there's a specific conditional statement for letter (i.e. if type="letter"), just remove the "title" macro/variable inside.
If there's no specific conditional statement for letter, you've to create it without calling the "title" macro/variable.
This is what I have: http://imgur.com/VdpC2
So would I have to include an 'Else-if' condition in this part of the csl file with 'letter' and do so without a title macro/variable? Is that correct?
yes, add an empty 'else-if' condition in the macro 'title-note' (and in 'title-short' too).
And I made a mistake in my previous post, CSL has 'personal-communication' for Zotero's letter, i.e:
<else-if type="personal_communication">
</else-if>
I will have a tinker with it and see whether it works. I don't see how it couldn't!