iNSFC
iNSFC copied to clipboard
引用不显示,粗体也是
不指导怎么将cite修改成AuthorYear方式->测试了18年的模板,存在的问题是将doi都放上去了,这个怎么去除? textbf没效果(表格的top/mid/bottomrule也无效) 还有enumerate[a.] 也不支持
中文没有粗体的原因是2017年某个版本之后,ctex就是默认打开xeCJK的伪粗属性了,需要在引入ctex宏包之前加一行
\usepackage[AutoFakeBold=true]{xeCJK}
setup via the xeCJKsetup when you load the xeCJK package
`\usepackage{xeCJK}
\xeCJKsetup{
CheckSingle=true, % 孤字检查
AutoFallBack=true, % 生僻字
AutoFakeBold=false, % 不使用伪粗体,因为会很难看
AutoFakeSlant=true} % 伪斜体
} `
I personally only set AutoFakeBold to true when I use the KaiTi
As for the doi issue, the naive way to solve is that you can just delete the doi entries in your reference.bib file.
As for the cite manner, cf the issue #17
我在overleaf编辑,尝试了上面提到的方法,\textbf{}都不起作用,请问大家有什么方法?谢谢!
我在overleaf编辑,尝试了上面提到的方法,\textbf{}都不起作用,请问大家有什么方法?谢谢!
\documentclass[a4paper,zihao=-4,AutoFakeBold]{article}
\documentclass[a4paper,zihao=-4,AutoFakeBold]{article}
谢谢!我对比了一下,这种方法,字体好像会发生变化。不知道这会不会有问题。
我在overleaf编辑,尝试了上面提到的方法,\textbf{}都不起作用,请问大家有什么方法?谢谢!
\documentclass[a4paper,zihao=-4,AutoFakeBold]{article}
Great!