How to make nice "micro" (with just a few entires) bibliography inside LaTeX file ?
Requirement:
- not using
filecontents - only running
pdflatex file.tex(might be multiple of times)
I know it's quite limiting (that's why I have problem...), but on the other hand, curious, how to add just a few entries "manually".
I can handle even manually with numbering of references and their layout, so question could be : how to layout manually to achieve same effect as with BibTex or BibLatex ? But maybe there is some middle ground between doing whole stuff totally manually, and using additional external tools with additional runs.
\begin{thebibliography}{99}\bibitem.... \end{thebibliography}– percusse Aug 28 '12 at 22:57thebibliography. – Werner Aug 28 '12 at 22:57\bibliographystyleand\bibliographycommands with the contents of the.bblfile. – egreg Aug 28 '12 at 22:58