Style Request: Slight changes on the "Revue française de sociologie (French)" style
Hi,
I would like to use a pre-exesting style found in the zotero style repository. It is "Revue française de sociologie (French)= https://www.zotero.org/styles/revue-francaise-de-sociologie
Yet I would like two slight changes.
First, the bibliography with this style does not provide any information regarding the conference papers, except the name of the authors and the title of the paper. I would like to add such information, bu cannot manage to do so properly on the csl file.
Second, for books, the bibliography provides information that I don't need, i.e. : volume, collection, number of pages. I would like to get rid of these and only keep author date title edition publisher-place publisher
Any clue on these two procedures so that I can change my style properly?
Thanks in advance!
I would like to use a pre-exesting style found in the zotero style repository. It is "Revue française de sociologie (French)= https://www.zotero.org/styles/revue-francaise-de-sociologie
Yet I would like two slight changes.
First, the bibliography with this style does not provide any information regarding the conference papers, except the name of the authors and the title of the paper. I would like to add such information, bu cannot manage to do so properly on the csl file.
Second, for books, the bibliography provides information that I don't need, i.e. : volume, collection, number of pages. I would like to get rid of these and only keep author date title edition publisher-place publisher
Any clue on these two procedures so that I can change my style properly?
Thanks in advance!
Otherwise, at least from my side, you'll need to do most of the work--I'll answer specific questions if you run into trouble, but I can't go through styles and provide exact edit instructions--that takes too much time.
Maybe someone else, though.
Thanks for your answer.
I will ask questions step by step.
1. Do I need to change the link href as well as the id ?
<macro name="event">
<group delimiter=", ">
<text term="presented at" text-case="capitalize-first" suffix=". :"/>
<text variable="event"/>
</group>
<macro>
<macro name="number-of-pages">
The csl validator tells me there is a problem with it
A solution?
2. Your macro needs to end in </macro> i.e. you're missing the / in the second to last line.