Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

引用不显示,粗体也是 #14

Open
hutaocheng opened this issue May 26, 2019 · 7 comments
Open

引用不显示,粗体也是 #14

hutaocheng opened this issue May 26, 2019 · 7 comments

Comments

@hutaocheng
Copy link

hutaocheng commented May 26, 2019

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

@xiaoleeza
Copy link

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

@KimHe
Copy link

KimHe commented Apr 13, 2020

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
Copy link

KimHe commented Apr 13, 2020

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

@langongjin
Copy link

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

@kfeng123
Copy link

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

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

@langongjin
Copy link

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

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

@beckycaspar
Copy link

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

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

Great!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants