Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
ModJuliaTikz.jl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Regler
ModJuliaTikz.jl
Commits
70bc04bd
Commit
70bc04bd
authored
1 year ago
by
Leif Andersson
Browse files
Options
Downloads
Patches
Plain Diff
Correct README.md
parent
39abf2d8
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+16
-3
16 additions, 3 deletions
README.md
with
16 additions
and
3 deletions
README.md
+
16
−
3
View file @
70bc04bd
...
@@ -2,12 +2,12 @@
...
@@ -2,12 +2,12 @@
Enables Julia code and Tikz code to coexist in the same file.
Enables Julia code and Tikz code to coexist in the same file.
### JuliaTikz
For installation, se the end of this README,
### JuliaTikz
` JuliaTikz(tikzfile,delete=true)`
` JuliaTikz(tikzfile,delete=true)`
Extract and run the Julia part of a combined tikz/Julia file.
Extract and run the Julia part of a combined tikz/Julia file.
The boundary between the two is the string
The boundary between the two is the string
...
@@ -32,3 +32,16 @@ as the remaining elements.
...
@@ -32,3 +32,16 @@ as the remaining elements.
The default name of the file will be
`<name>.csv`
, where
`<name>`
is the value
The default name of the file will be
`<name>.csv`
, where
`<name>`
is the value
of the global variable
`name`
, typically given by
`JuliaTikz`
. Another name may
of the global variable
`name`
, typically given by
`JuliaTikz`
. Another name may
be specified whith the second argument of
`printcsv`
.
be specified whith the second argument of
`printcsv`
.
## installation
To install, start by pushing the
`clone`
button in this repo and copying the URL.
The HTTPS version should always work, the SSH version should work if you have a
suitable ssh key.
Enter the Pkg REPL by pressing
`]`
from the Julia REPL. You should get a prompt like
`(@v1.9) pkg> `
. To add this package, type
` (@v1.9) pkg> add <URL> `
where
`<URL>`
is the value you got from the clone commands above. Leave the Pkg by
pressing backspace or ^C. You can now type
`using ModJuliaTiz`
if you like.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment