diff options
author | Aaron LI <aly@aaronly.me> | 2018-04-17 23:21:49 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2018-04-17 23:21:49 +0800 |
commit | 5b79e5ddd9ad3927a1102ae2a69f8724b0857f2b (patch) | |
tree | eacab448d980b5c58a53fabb2eef67bc2ed51b7a | |
parent | 3fc55d31398a12623459818f4d45ccd2ec82ca92 (diff) | |
download | resume-class-v2.2.0.tar.bz2 |
Bump class to v2.2.0 and update README.mdclass-v2.2.0
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | resume.cls | 6 |
2 files changed, 6 insertions, 4 deletions
@@ -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/). @@ -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 |