Skip to content

Commit

Permalink
Update README.
Browse files Browse the repository at this point in the history
  • Loading branch information
huxuan committed Apr 20, 2020
1 parent 6aae8f7 commit fa56f87
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand All @@ -43,7 +49,7 @@ make clean
make distclean
```

### Compile by LaTeX commands
### LaTeX

#### Get resumecls.cls
```shell
Expand Down

0 comments on commit fa56f87

Please sign in to comment.