Different styles for Body text and Bibliography?
A couple of places I submit to have started wanting footnotes using Chicago short note, and then bibliography in a different form (SBL2 or MLA). Is it possible to have two different stylesheets for the document?
While I know this could be done with a single stylesheet, but that would mean generating a few different combo sheets for the various combinations. (which I suspect I will end up doing after getting a 'no' answer here.
While I know this could be done with a single stylesheet, but that would mean generating a few different combo sheets for the various combinations. (which I suspect I will end up doing after getting a 'no' answer here.
If you call it with
merge apa.csl chicago-note-bibliography.csl combined-style.csl
it will take the inline layout from
apa.csl
, the bibliography layout fromchicago-note-bibliography.csl
, and write the result tocombined-style.csl
.Mind that it will blindly overwrite the 3rd argument.
edit: oh wait, disambiguation. Yeah, no. sorry.