From 8d94aaae70afeed2ad82fc99d5fa13a8d08a8f11 Mon Sep 17 00:00:00 2001 From: Leif Andersson <leif.andersson@control.lth.se> Date: Sat, 22 Aug 2020 16:12:51 +0200 Subject: [PATCH] . --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 261865e..2be7447 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ Enables Julia code and Tikz code to coexist in the same file. ### JuliaTikz +```julia JuliaTikz(tikzfile,delete=true) +``` Extract and run the Julia part of a combined tikz/Julia file. @@ -14,7 +16,7 @@ The boundary between the two is the string where `<name>` is the name that will be given to the Julia file (with .jl appended), and also to a variable `name` in the program, -i.e. name = "<name>". +i.e. `name = "<name>"`. The Julia file will be extracted to a temporary directory, which will be deleted after the run unless the optional argument `delete` is false. -- GitLab