Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to change bibliography style #238

Open
singhakr opened this issue Apr 23, 2023 · 1 comment
Open

Not able to change bibliography style #238

singhakr opened this issue Apr 23, 2023 · 1 comment

Comments

@singhakr
Copy link

I am using the template provided on Overleaf (v4.3). I have tried various ways based on the documentation to change the bibliography style to plain, but it doesn't work. Either no bibliography is printed, or it is printed in default style. I am compiling the project on Overleaf and it is set to use XeLaTeX. I have tried "recompile from scratch", which should delete everything rerun the whole process.

I am also using bibend=bibtex, but not sure whether it is actually being used. I have even tried putting the style file plain.bst in the project folder.

@singhakr
Copy link
Author

I solved the problem by commenting all bibliography related lines in the .cls file and then using the normal way of specifying a bibliography file and the bibliography style:

\bibliographystyle{plain}
\bibliography{reference}

Now I can print bibliography in the plain or any other style. I can also change the bibliography file if required.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant