More bibliography experiments

This commit is contained in:
Kenneth John Odle 2023-07-11 19:28:51 -04:00
parent 9e603129ba
commit f0a7b83c2a
2 changed files with 22 additions and 0 deletions

View File

@ -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"
}

View File

@ -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}