chore(docs): enhance citation guidelines in the README

This commit is contained in:
Jérome Eertmans
2025-06-13 10:26:40 +02:00
parent 3c6e2db7db
commit d2d5cc10b7

View File

@ -154,21 +154,23 @@ Below is a comparison of the most used ones with Manim Slides:
## Citing ## Citing
If you use this project, please cite it using the following reference: If you use this software, please cite it using as:
```bibtex ```bibtex
@article{Jerome_Eertmans_Manim_Slides_A_2023, @article{Jerome_Eertmans_Manim_Slides_A_2023,
title = {{Manim Slides: A Python package for presenting Manim content anywhere}}, title = {{Manim Slides: A Python package for presenting Manim content anywhere}},
author = {{Jérome Eertmans}}, author = {{Jérome Eertmans}},
year = 2023, year = 2023,
month = aug, month = aug,
journal = {Journal of Open Source Education}, journal = {Journal of Open Source Education},
volume = 6, volume = 6,
doi = {10.21105/jose.00206} doi = {10.21105/jose.00206}
} }
``` ```
or by linking this GitHub repository at the end of the presentation. or by linking this GitHub repository at the end of your presentation.
Other citation formats can be obtained by clicking on the *Cite this repository* button on this page.
## Contributing ## Contributing