From e74641064d44176bb548a5e47b23a15e695c9cf1 Mon Sep 17 00:00:00 2001 From: Kenneth Odle Date: Sat, 28 Oct 2023 15:50:36 -0400 Subject: [PATCH] Removed bibliography stuff at end --- lbol.tex | 29 +++++++---------------------- 1 file changed, 7 insertions(+), 22 deletions(-) diff --git a/lbol.tex b/lbol.tex index d7d4196..dae910b 100644 --- a/lbol.tex +++ b/lbol.tex @@ -964,6 +964,13 @@ The advantage of using \texttt{BibTex} is that it is much more powerful, and if Describing either system is beyond the scope of this booklet. However, Wikibooks has an excellent tutorial at \kref{https://en.wikibooks.org/wiki/LaTeX/Bibliography_Management}{https://en.wikibooks.org/wiki/LaTeX/Biblio\\graphy\_Management}. +Keep in mind that the command you will need to build that bibliography is\footnote{I am adding this here for my own reference more than anything else.} + +\begin{verbatim} +bibtex build/lbol +\end{verbatim} + + \chapter{Macros} \section{New Commands} @@ -1167,27 +1174,5 @@ In general, a good question has three parts: \item Questions which could be very easily answered by simply reading the package documentation. \end{itemize} -sample text~\cite{website:overleaf001} ~\cite{website:wikibooks001} ~\cite{website:stexc001} - -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}