unfortunately I cannot bring Texmaker to create a bibliography using BibTeX, so I was wondering: Can I create code that suits the needs of the default environment \begin{thebibliography} importing my .bib database? Is there an automatic procedure, any available piece of software?
Asked
Active
Viewed 117 times
0
.texfile that is doing the 'right things' (e.g., loading a.bst, loading a.bib,\cite-ing some entry keys from the.bib) before any bibliography can be generated. You also need to run the correct sequence of commands (e.g.,latex,bibtex,latex,latex) for it to work properly. Thus a MWE would really be helpful in getting you the help you need... – jon Apr 30 '14 at 15:00