aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md8
-rw-r--r--resume.cls6
2 files changed, 8 insertions, 6 deletions
diff --git a/README.md b/README.md
index e8ad590..aecbd73 100644
--- a/README.md
+++ b/README.md
@@ -101,13 +101,15 @@ opensource fonts:
and then extract the `IBM-Plex-Serif` and `IBM-Plex-Mono` directories
and install them.
-* [Source Han Serif](https://github.com/adobe-fonts/source-han-serif)
+* [Noto Serif CJK](https://github.com/notofonts/noto-cjk)
- Download the `SourceHanSerifSC.zip` archive
+ Download the `NotoSerifCJKsc.zip` archive
(Language Specific OTFs Simplified Chinese) from the
- [releases](https://github.com/adobe-fonts/source-han-serif/releases) page,
+ [releases](https://github.com/notofonts/noto-cjk/releases) page,
and then install all of them.
+On Debian Linux, simply do `apt install fonts-ibm-plex fonts-noto-cjk`.
+
Of course, you can use the fonts you prefer by modifying the template directly.
However, you may need to tweak the
[column width in the template](resume.cls#L158)
diff --git a/resume.cls b/resume.cls
index 67b3bbd..4d9bede 100644
--- a/resume.cls
+++ b/resume.cls
@@ -1,5 +1,5 @@
%%
-%% Copyright (c) 2018-2019 Weitian LI
+%% Copyright (c) 2018-2023 Weitian LI
%% Copyright (c) 2016 Christophe Roger
%% The LaTeX Project Public License (LPPL) Version 1.3c
%%
@@ -12,7 +12,7 @@
%% https://www.latextemplates.com/template/plasmati-graduate-cv
%%
-\ProvidesClass{resume}[2023/02/03 v2.5.0 Resume Class]
+\ProvidesClass{resume}[2023/02/03 v2.5.1 Resume Class]
\LoadClass{article}
%%
@@ -94,7 +94,7 @@
% Chinese setup
\ifdef{\@zh}{
- \setCJKmainfont{Source Han Serif SC}
+ \setCJKmainfont{Noto Serif CJK SC}
% Redefine '\emph' to bold style
% Credit: https://tex.stackexchange.com/a/227644
\let\emph\relax % there's no \RedeclareTextFontCommand