fmarotta / kaobook

A LaTeX class for books, reports or theses based on https://github.com/kenohori/thesis and https://github.com/Tufte-LaTeX/tufte-latex.
https://github.com/fmarotta/kaobook
LaTeX Project Public License v1.3c
828 stars 173 forks source link

How to include bibitem in bibliography? #258

Open tekrajchhetri opened 1 year ago

tekrajchhetri commented 1 year ago

I have an extended bibliography in bibitem format but when I include it in my latex file, it's not working--no cite+bibliography not getting generated properly.

Current Output in chapter image

image

Bibitem

\begin{thebibliography}{999} 

\bibitem[Su \em{et~al.}(2017)Su, Rudas, Zurada, Er, Chou, and
  Kwon]{su2017industry}
Su, S.F.; Rudas, I.J.; Zurada, J.M.; Er, M.J.; Chou, J.H.; Kwon, D.
\newblock Industry 4.0: A special section in IEEE access.
\newblock {\em IEEE Access} {\bf 2017}, {\em 5},~12257--12261.

\end{thebibliography}

The current bibitem is included directly in the chapter as I want chapter wise bibliography. With the .bib file, it's working fine.