Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gdolle committed Feb 10, 2016
1 parent b342994 commit 9a76e20
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Command | Description
`\includetikzorigin` | Change autogen path to figure origin directory
`\includetikzforcerebuild` | Force tikz picture to be recompiled

#### Examples:
# Examples:

Minimal example:
```
Expand All @@ -68,9 +68,12 @@ Generate monimage.tikz during first compilation, then use auto-generated pdf:
\includetikz[font scale=1.3]{figs/monimage.tikz}
```

--------
# FAQS

#### FAQS
1. [I get an MD5 write error `I can't write on file `figs/.md5'](https://github.com/gdolle/latex-includetikz#i-get-an-md5-write-error-i-cant-write-on-filefigsmd5)
2. [I want to replace tikz picture by pdf](https://github.com/gdolle/latex-includetikz/blob/master/README.md#i-want-to-replace-tikz-picture-by-pdf)

------

###### *I get an MD5 write error `I can't write on file `figs/.md5'.*

Expand All @@ -79,6 +82,8 @@ latex option `-output-directory=<workdir>`.
The easier solution is to create a simlink inside the working directory.
See the providen example.

------

###### *I want to replace tikz picture by pdf*

This is one of the goal of this package.
Expand Down

0 comments on commit 9a76e20

Please sign in to comment.