Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 883 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 883 Bytes

Bibliography_Generation

dddd

Well, a wierd functionality.

*.bbl to *.tex (deprecated)

I use JabRef to generate and manage *.bib database file, from which for every single reference, relevant pieces of information would be extracted according to the order and the style written in the main text file *.tex by bibtex, and a *.bbl file would be automatically generated.

The function exporttotex in the notebook then can extract the corresponding information in that *.bbl to generate an apsrev-style thebibliography environment.

*.bib to *.tex

I personally prefer this second solution.

This time the function exporttotex does the similar job, according to the cited keys with the correct order in \cite{*} in the *.tex file, extract corresponding pieces of information from the original reference database *.bib.