Removed bibliography stuff at end

This commit is contained in:
Kenneth John Odle 2023-10-28 15:50:36 -04:00
parent c5d7f05fa1
commit e74641064d

View File

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