latex cite figure code example
Example 1: figure reference latex
\ref{marker}
This prints the number assigned to the object labeled by marker
Example 2: 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}