How to cite and use References ? - MohamedAliRashad/Graduation-Project-Book-Template GitHub Wiki
Step 1: Get the Bibtex reference
- Search for the paper or reference you want to include on
Google Scholar
- After, you click on the reference icon (the quote icon in the end) something like this should show up.
- Choose the
Bibtex
option and copy the output (should look like this).
bibliography.bib
Step 2: Add to Paste the output you got on the previous step in the bibliography.bib
file so your reference will be added.
Step 3: Cite in your document
you can do this with \cite{<id>}
and it will automatically connect with the citation.
Important Note: Citations that are in bibliography.bib
and not mentioned in the document won't show up on the Reference Section in the end of the book.