latex文献没有对齐用的代码是\bibitem{ref27}
建议使用.bib格式的文件,引入bib即可。具体操作为在文件目录下新建一个后缀名为bib的文件,然后把参考文献的bib格式放在里面,这个在谷歌学术上就可以找到这种参考文献的格式。具体的bib操作可以自行百度。参考文献可以自动排版,非常方便 ! 希望对你有所帮助。
你看看这个百度经验,是不是适合你的问题
https://jingyan.baidu.com/article/a65957f4e4afda24e67f9bde.html
试试在前后加上\begin{thebibliography}{00}和\end{thebibliography}
如:
\begin{thebibliography}{00}
\bibitem[Parente et al.(2020)]{ESG1} %item1
Parente, Manuel, Gonçalo Figueira, Pedro Amorim, and Alexandra Marques. (2020). ``Production scheduling in the context of Industry 4.0: review and trends." International Journal of Production Research 58 (17):5401-5431. doi: https://doi.org/10.1080/00207543.2020.1718794.
\end{thebibliography}
效果如下: