aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron LI <aly@aaronly.me>2018-04-17 23:21:49 +0800
committerAaron LI <aly@aaronly.me>2018-04-17 23:21:49 +0800
commit5b79e5ddd9ad3927a1102ae2a69f8724b0857f2b (patch)
treeeacab448d980b5c58a53fabb2eef67bc2ed51b7a
parent3fc55d31398a12623459818f4d45ccd2ec82ca92 (diff)
downloadresume-5b79e5ddd9ad3927a1102ae2a69f8724b0857f2b.tar.bz2
Bump class to v2.2.0 and update README.mdclass-v2.2.0
-rw-r--r--README.md4
-rw-r--r--resume.cls6
2 files changed, 6 insertions, 4 deletions
diff --git a/README.md b/README.md
index f2eb146..231c2db 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,9 @@ by Alessandro Plasmati.
License
-------
-* The LaTeX class and style files are published under the
+* The LaTeX class `resume.cls` is distributed under the
[LaTeX Project Public License (LPPL) Version 1.3c](https://www.latex-project.org/lppl.txt).
+* The tool `make-fontawesome5.py` is distributed under the
+ [MIT License](https://opensource.org/licenses/MIT).
* All content files are published under the
[CC BY 4.0 License](https://creativecommons.org/licenses/by/4.0/).
diff --git a/resume.cls b/resume.cls
index 4a2b89d..dc84bb5 100644
--- a/resume.cls
+++ b/resume.cls
@@ -12,7 +12,7 @@
%% https://www.latextemplates.com/template/plasmati-graduate-cv
%%
-\ProvidesClass{resume}[2018/04/17 v2.1.0 Resume Class]
+\ProvidesClass{resume}[2018/04/17 v2.2.0 Resume Class]
\LoadClass{article}
%%
@@ -21,8 +21,7 @@
\DeclareOption{monochrome}{\def\@monochrome{true}}
\DeclareOption{zh}{\def\@zh{true}}
-
-\ProcessOptions
+\ProcessOptions\relax
%%
%% Packages
@@ -532,4 +531,5 @@
\end{minipage}%
}
+\endinput
%% EOF