aboutsummaryrefslogtreecommitdiffstats
path: root/resume.cls
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-08-26 10:31:45 +0800
committerAaron LI <aly@aaronly.me>2018-08-26 10:31:45 +0800
commitcdb4e6f6ea1294092ae2b80ac5fe27094ee5b0ec (patch)
treef123a49407796f416c58fd57d5efbb42e2717576 /resume.cls
parent3de3844df1f641fe33c2a2541e957b5518f4aa25 (diff)
downloadresume-cdb4e6f6ea1294092ae2b80ac5fe27094ee5b0ec.tar.bz2
class: Update Chinese punctuation style and line spacing
Diffstat (limited to 'resume.cls')
-rw-r--r--resume.cls4
1 files changed, 2 insertions, 2 deletions
diff --git a/resume.cls b/resume.cls
index b610a69..bb6d10f 100644
--- a/resume.cls
+++ b/resume.cls
@@ -95,7 +95,7 @@
% Chinese setup
\ifdef{\@zh}{
- \xeCJKsetup{PunctStyle=hangmobanjiao}
+ \xeCJKsetup{PunctStyle=kaiming}
\setCJKmainfont{Noto Serif CJK SC}[BoldFont=Noto Sans CJK SC]
\setCJKsansfont{Noto Sans CJK SC}
\setCJKmonofont{Noto Sans Mono CJK SC}
@@ -146,7 +146,7 @@
% Line spacing
\ifdef{\@zh}{
- \linespread{1.15}
+ \linespread{1.25}
}{
\linespread{1.02}
}