diff options
-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 |