tinoryj / UESTC-Thesis-Latex-Template

UESTC Thesis Latex Template 2023. It fully supports the latest format specification in 2023, supports independent symbol table, abbreviation table, and complete and fully customizable Academic/Professional-Master/PhD covers.
MIT License
356 stars 77 forks source link

3 位(100 及以上)参考列表 显示粗糙的悬挂缩进 #6

Closed Eldad27 closed 2 years ago

Eldad27 commented 2 years ago

参考列表使用悬挂缩进,并根据研究生办公室证明。 但是,LaTeX 中的当前参考格式似乎使用普通缩进作为参考部分。 我该如何解决这个问题?

Reference problem

tinoryj commented 2 years ago

目前本模板编译的参考文献格式是正确的悬挂缩进(如下所示): image 参考指南中的参考文献格式: image 请问可以更清楚地表述问题吗? 您举得例子看上去是正文中通过enumerate等环境产生的枚举结果,与参考文献无关?

Eldad27 commented 2 years ago

Upon careful thought, I think you are right. The reference format applies the hanging indentation as you just posted. That is correct. However, this is not suppose to be the case according to report from graduate office regarding my pdf submission which is the same as yours.

I think they confused me. I apologize for the post. I think they confused the enumerated list of referencing guide on the word document on page 22 with the referencing format Writing Standards_20220321.docx.

I will obtain a feedback from them and then close this issue if I'm right.

Eldad27 commented 2 years ago

The feedback I got from graduate school indicate that, the reference format looses the smooth hanging indentation (Not like reference lists < 99) as soon as references begin from 3-digit number (100 --> ...). Kindly see example in the attached file.

Reference problem

tinoryj commented 2 years ago

you may set \thesisbibliography[large]{reference} in main.tex to fix the problem

Eldad27 commented 2 years ago

非常感谢。 我很欣赏这个。