From 9292ce90f085044af6d9e38e98c2746c42c26fb2 Mon Sep 17 00:00:00 2001 From: SnowOnion Date: Fri, 6 Jan 2017 14:41:57 +0800 Subject: [PATCH 1/2] option "CJKaddspaces" is obsolete, try "CJKspace" ref: http://latex-community.org/forum/viewtopic.php?t=27098 --- tex_template/book_utf8.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex_template/book_utf8.tex b/tex_template/book_utf8.tex index c4bf8d85..1ed3c105 100644 --- a/tex_template/book_utf8.tex +++ b/tex_template/book_utf8.tex @@ -59,7 +59,7 @@ \titleformat{\chapter}{\centering\huge}{第\thechapter{}章}{1em}{\textbf} % xeCJK设置 -\usepackage[slantfont, boldfont, CJKaddspaces]{xeCJK} +\usepackage[slantfont, boldfont, CJKspace]{xeCJK} % view the font list through the cmd "fc-list :lang=en" \setmainfont{Times New Roman} % for normal and italic en From c56e2a3b39bd44744f1a00a6fb7a39bd8bd8b7e2 Mon Sep 17 00:00:00 2001 From: SnowOnion Date: Fri, 6 Jan 2017 14:42:34 +0800 Subject: [PATCH 2/2] option "CJKaddspaces" is obsolete, try "CJKspace" ref: http://latex-community.org/forum/viewtopic.php?t=27098 --- tex_template/ppt_utf8.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tex_template/ppt_utf8.tex b/tex_template/ppt_utf8.tex index f0293770..157e3ab5 100644 --- a/tex_template/ppt_utf8.tex +++ b/tex_template/ppt_utf8.tex @@ -40,7 +40,7 @@ keywordstyle=\color{blue}\tt\tiny } % xeCJK设置 -\usepackage[slantfont, boldfont, CJKaddspaces]{xeCJK} +\usepackage[slantfont, boldfont, CJKspace]{xeCJK} % view the font list through the cmd "fc-list :lang=en" \setmainfont{Times New Roman} % for normal and italic en