Skip to content
Snippets Groups Projects
Commit 67e3862a authored by Leif Andersson's avatar Leif Andersson
Browse files

Updated README.md

parent 6ebc40df
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ For installation, se the end of this README, ...@@ -6,7 +6,7 @@ For installation, se the end of this README,
### JuliaTikz ### JuliaTikz
` JuliaTikz(tikzfile,delete=true)` ` JuliaTikz(tikzfile,write_file=false)`
Extract and run the Julia part of a combined tikz/Julia file. Extract and run the Julia part of a combined tikz/Julia file.
...@@ -14,12 +14,9 @@ The boundary between the two is the string ...@@ -14,12 +14,9 @@ The boundary between the two is the string
` \endinput Julia <name>` ` \endinput Julia <name>`
where `<name>` is the name that will be given to the Julia file where `<name>` is the name that will be given to a variable `name`
(with .jl appended), and also to a variable `name` in the program, in the program, and also to the Julia file (with .jl appended),
i.e. `name = "<name>"`. if the optional argument `write_file` is true.
The Julia file will be extracted to a temporary directory, which will be
deleted after the run unless the optional argument `delete` is false.
### printcsv ### printcsv
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment