I need help with the exact thing as been answered here https://tex.stackexchange.com/a/47526/181498! I do not understand the solution though. This is what I tried to do:
I found the
agsm.bstfile here: http://crpit.com/agsm.bstI saved the text page in an ordinary text document and changed the line
{ format.title quote "title" output.check }as specified to
{ format.title "title" output.check }I then saved the document as
agsm-nq.bstin the same directory as the document that I'm currently working on and used\bibliographystyle{agsm-nq}instead of\bibliographystyle{agsm}.
This did not work though. Is there not a simpler way of doing this? What am I doing wrong?


agsm-nq.bst? On Windows hidden file extensions may mean that the file is actually calledagsm-nq.bst.txtor something to that effect. How exactly did things not work? Did you run LaTeX, BibTeX, LaTeX, LaTeX after the change to the document? Did you get any errors on the BibTeX run? – moewe Apr 02 '19 at 15:21agsm, then yes this is the easiest solution. You could try to find a similar style without quotation marks but there are many, many styles out there and depending on the desired output you may not find anything that fits. – moewe Apr 02 '19 at 15:24articlefunction? The reason I ask is that there's an identical-looking line in thebookletfunction. – Mico Apr 02 '19 at 17:40