mirror of
https://github.com/cupcakearmy/memoir.git
synced 2025-09-06 07:50:42 +00:00
latex
This commit is contained in:
34
pages/latex/bibliography.md
Executable file
34
pages/latex/bibliography.md
Executable file
@@ -0,0 +1,34 @@
|
||||
# Bibliography
|
||||
|
||||
```latex
|
||||
\usepackage[backend=bibtex8, style=ieee]{biblatex}
|
||||
\addbibresource{db.bib}
|
||||
|
||||
\cite{jedari2018survey}
|
||||
|
||||
\medskip
|
||||
\printbibliography
|
||||
```
|
||||
|
||||
```latex
|
||||
@article{jedari2018survey,
|
||||
title = {A survey on human-centric communications in non-cooperative wireless relay networks},
|
||||
author = {Jedari, Behrouz and Xia, Feng and Ning, Zhaolong},
|
||||
journal = {IEEE Communications Surveys \& Tutorials},
|
||||
volume = {20},
|
||||
number = {2},
|
||||
pages = {914--944},
|
||||
year = {2018},
|
||||
publisher = {IEEE}
|
||||
}
|
||||
```
|
||||
|
||||
For the backend `biber` should be the one used if versions compatiblity is not an issue
|
||||
|
||||
- [Styles](https://www.overleaf.com/learn/latex/Biblatex_citation_styles#Citation_styles)
|
||||
- [Intro](https://www.overleaf.com/learn/latex/Bibliography_management_with_biblatex#Introduction)
|
||||
|
||||
### RFC
|
||||
|
||||
- [https://datatracker.ietf.org/doc/html/draft-carpenter-rfc-citation-recs-01#section-5.2](https://datatracker.ietf.org/doc/html/draft-carpenter-rfc-citation-recs-01#section-5.2)
|
||||
- [https://notesofaprogrammer.blogspot.com/2014/11/bibtex-entries-for-ietf-rfcs-and.html](https://notesofaprogrammer.blogspot.com/2014/11/bibtex-entries-for-ietf-rfcs-and.html)
|
Reference in New Issue
Block a user