diff --git a/bib/sites.bib b/bib/sites.bib index ea17092..224a9d5 100644 --- a/bib/sites.bib +++ b/bib/sites.bib @@ -36,3 +36,11 @@ month = "Jan", year = "2012" } + +@misc{stexc004, + title = "Test bib entry", + author = "{Kenneth John} Odle", + howpublished = "\url{https://git.kjodle.net/}", + month = "Jan", + year = "2012" +} diff --git a/lbol.tex b/lbol.tex index 5825ea2..659a2e3 100644 --- a/lbol.tex +++ b/lbol.tex @@ -879,9 +879,23 @@ sample text~\cite{website:overleaf001} ~\cite{website:wikibooks001} ~\cite{websi more text ~\cite{website:stexc001} +\noindent{}\cite{stexc004} +\krule{12pt}{12pt} + +\noindent{}Use this command to build your bib: + +\begin{verbatim} +bibtex build/lbol +\end{verbatim} + + +\begin{small} \begin{flushleft} \bibliographystyle{plain} \bibliography{bib/sites} \end{flushleft} +\end{small} + + \end{document}