APA style but I want it to appear as a numeric citation in the text
hi,
I need to use the APA style for my current work but I don't want it to appear as (Author, Date) in the text.
Instead of that I need it to appear as just a number.
Consequently the Bibliography needs to be sorted by 1., 2., and so on instead of alphabetically.
I have been trying to write a new Style but it is not working.
Thanks for the help!!
I need to use the APA style for my current work but I don't want it to appear as (Author, Date) in the text.
Instead of that I need it to appear as just a number.
Consequently the Bibliography needs to be sorted by 1., 2., and so on instead of alphabetically.
I have been trying to write a new Style but it is not working.
Thanks for the help!!
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 you paste your style code to http://gist.github.com, save it as a public gist and post the URL from the address bar back here, I can take a look.
Then remove the sort section, i.e. the part between and including <sort> and </sort>
Finally, put
<text variable="citation-number" suffix=". "/> in the line right after <layout...> of the bibliography section.
thanks a lot for your help. The style works now.
I am not happy with the layout yet but I hope that I can fix that as well...
Also - this seems like it would be useful to a lot of social science researchers for grant proposals, etc.