Skip to content

Commit

Permalink
Fixed 'templatex' typo. Fixed new directory for templates.
Browse files Browse the repository at this point in the history
  • Loading branch information
JPTIZ committed Dec 19, 2018
1 parent 4a03421 commit 3d3c407
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ including TEX, using default Jinja2 syntax.
So, using `examples/plan.json` as an example:

```bash
$ python -m coplen --template templatex/ufsc.tex --output examples/plan.tex examples/plan.json
$ python -m coplen --template coplen/templates/ufsc.tex --output examples/plan.tex examples/plan.json
```

In `examples/` directory, there is a `makefile` to generate the plan PDF:
Expand Down

0 comments on commit 3d3c407

Please sign in to comment.