From 9a76e205df79eb1c42f4fa38526f30f59de2f29b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Guillaume=20Doll=C3=A9?= Date: Wed, 10 Feb 2016 14:17:19 +0100 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c00060d..f946e24 100644 --- a/README.md +++ b/README.md @@ -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: ``` @@ -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'.* @@ -79,6 +82,8 @@ latex option `-output-directory=`. 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.