From 5b79e5ddd9ad3927a1102ae2a69f8724b0857f2b Mon Sep 17 00:00:00 2001 From: Aaron LI Date: Tue, 17 Apr 2018 23:21:49 +0800 Subject: Bump class to v2.2.0 and update README.md --- README.md | 4 +++- resume.cls | 6 +++--- 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 -- cgit v1.2.2