diff options
author | Aaron LI <aly@aaronly.me> | 2018-08-26 10:31:45 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-08-26 10:31:45 +0800 |
commit | cdb4e6f6ea1294092ae2b80ac5fe27094ee5b0ec (patch) | |
tree | f123a49407796f416c58fd57d5efbb42e2717576 | |
parent | 3de3844df1f641fe33c2a2541e957b5518f4aa25 (diff) | |
download | resume-cdb4e6f6ea1294092ae2b80ac5fe27094ee5b0ec.tar.bz2 |
class: Update Chinese punctuation style and line spacing
-rw-r--r-- | resume.cls | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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} } |