Writing with Latex
总结第一次写SCI论文的经验
工具:
工欲善其事,必先利其器
ps:当然,我认为最重要不是依赖这些工具,而是积累写作经验,最终脱离工具也能写出一篇优秀的SCI论文。
1.词汇:有道词典,欧路词典
2.语法:Grammarly
3.润色:QuillBot
4.续写:
5.查重:
Waiting to add…
References
Problem 1:Compile \citet{xxx}
shows “(author ?) [x]”
For IEEE Journal or Trans Papers:
Overleaf gives some samples of the Natbib bibliography styles.
Solution:
- Check whether import the package:
\usepackage[author, year, numbers, ...]{natbib}
- Check the correct bibstyle file is loaded:
\bibliographystyle{IEEEtranN}
(Notice: “IEEEtranN.bst” not “IEEEtran.bst”, you can download in IEEEtran)
1 | % \usepackage[author, year, numbers, ...]{natbib} |
Compile result: XXX et al. [x], …
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Titus!
评论
ValineDisqus