thesisuestc
thesisuestc copied to clipboard
参考文献格式问题
在给出的新版研究生论文参考格式中,每条最后都是以.作为结尾。为什么我编译出来的并没有啊?
可以先用我的~https://github.com/tinoryj/UESTC-Thesis-Latex-Template 主要修订了各项2022年标准的要求
最新的模板参考文献都是以.结尾了。
新版本工作正常,但 LaTeX 中的参考格式似乎使用“普通缩进”而不是所需的“悬挂缩进”。如何在 LaTeX 中纠正这种情况?
My apologies for the non clarity of this issue. This issue is actually related to reference lists beyond the 3-digit numbered references (100 and beyond). It appears references listed from 1-100 are smoothly indented, hanging and justified as required. Listed references from 100 and beyond have a rough and weird indentation that is not consistent with listed references from 1-99 when the reference runs beyond the first line as seen below
An issue raised by graduate office!
使用BibTeX录入参考文献由\thesisbibliography命令导入*.bib文件数据库,参考文献风格自动设置为thesis-uestc。当参考文献数目超过100时,可以使用large选项调整编号的宽度,如\thesisbibliography[large]{reference}。
非常感谢。 有效。 我很欣赏这个。
thesis-uestc.bst 对于incollection类型(对应Zotero中的Book Section)的参考文献,应该输出booktitle而不是title,即:
FUNCTION {incollection}
{
bibitem.begin
format.authors write$ add.period
format.booktitle "[M]" * write$ add.period % format.title "[M]" * write$ add.period
translator missing$
'skip$
{
"(" translator "translator" format.names *
")" * write$
add.period
} if$
address missing$
'skip$
{
format.address write$ ": " write$
} if$
format.publisher write$ add.comma
format.year write$
pages missing$
'skip$
{
add.comma
format.pages write$
} if$
"." write$
newline$
}
请问参考文献英文单词自动拆分带连字符怎么解决
