cite book latex code example
Example 1: cite bibliography latex
//Build a bibliography
\begin{thebibliography}{99}
\markboth{ }{\textsl{Bibliography}}
\addcontentsline{toc}{chapter}{Bibliography}
\bibitem{A} Author, \emph{Title}.
\end{thebibliography}
//Cite somewhere in the text
...as cited in the book \cite{A}
Example 2: latex bibtex cite book chapter
\cite{reference_tag_here}