iNSFC icon indicating copy to clipboard operation
iNSFC copied to clipboard

引用不显示,粗体也是

Open hutaocheng opened this issue 5 years ago • 7 comments

不指导怎么将cite修改成AuthorYear方式->测试了18年的模板,存在的问题是将doi都放上去了,这个怎么去除? textbf没效果(表格的top/mid/bottomrule也无效) 还有enumerate[a.] 也不支持

hutaocheng avatar May 26 '19 11:05 hutaocheng

中文没有粗体的原因是2017年某个版本之后,ctex就是默认打开xeCJK的伪粗属性了,需要在引入ctex宏包之前加一行 \usepackage[AutoFakeBold=true]{xeCJK}

xiaoleeza avatar Apr 02 '20 12:04 xiaoleeza

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

KimHe avatar Apr 13 '20 05:04 KimHe

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

KimHe avatar Apr 13 '20 05:04 KimHe

我在overleaf编辑,尝试了上面提到的方法,\textbf{}都不起作用,请问大家有什么方法?谢谢!

langongjin avatar Feb 06 '21 11:02 langongjin

我在overleaf编辑,尝试了上面提到的方法,\textbf{}都不起作用,请问大家有什么方法?谢谢!

\documentclass[a4paper,zihao=-4,AutoFakeBold]{article}

kfeng123 avatar Feb 23 '21 14:02 kfeng123

\documentclass[a4paper,zihao=-4,AutoFakeBold]{article}

谢谢!我对比了一下,这种方法,字体好像会发生变化。不知道这会不会有问题。

langongjin avatar Feb 24 '21 02:02 langongjin

我在overleaf编辑,尝试了上面提到的方法,\textbf{}都不起作用,请问大家有什么方法?谢谢!

\documentclass[a4paper,zihao=-4,AutoFakeBold]{article}

Great!

beckycaspar avatar Nov 23 '23 11:11 beckycaspar