From fa56f8713a549e44a59be298621cab4f0a60596e Mon Sep 17 00:00:00 2001 From: huxuan Date: Mon, 20 Apr 2020 22:30:00 +0800 Subject: [PATCH] Update README. --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 16be555..7fb7134 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,13 @@ A LaTeX document class to typeset a resume or cv both in English and Chinese with more ease and flexibility. -## Installation +## Online Preview & Edit (with Overleaf Template) + +An overleaf template is available [here](https://www.overleaf.com/latex/templates/resumecls-example/xncvhkjgyjvf) for preview. + +You can also edit it directly on the overleaf. + +## Installation (for Offline Usage) Since [`resumecls`](http://www.ctan.org/pkg/resumecls) is included in the CTAN. You can install it by any package managers. @@ -17,11 +23,11 @@ tlmgr install resumecls please refer to [`resumecls-example`](https://github.com/huxuan/resumecls-example). -## Compile manually +## Offline Compile To get the document class file and document manually, you can compile via Makefile or LaTeX commands. -### Compile by Makefile +### Makefile #### Get resumecls.cls ```shell @@ -43,7 +49,7 @@ make clean make distclean ``` -### Compile by LaTeX commands +### LaTeX #### Get resumecls.cls ```shell