Theses, Books, Title pagesKao book how to include bibitem in bibliography?

Classicthesis, Bachelor and Master thesis, PhD, Doctoral degree
Post Reply
tekraj
Posts: 1
Joined: Tue Nov 01, 2022 2:11 pm

Kao book how to include bibitem in bibliography?

Post by tekraj »

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

Image

Image

Input bibitem

Code: Select all

\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.

Thank you.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

Post Reply