Updated Readme

pull/12/head
Matti Pastell 2014-12-02 10:55:32 +02:00
parent e02a64ce0a
commit a12773af60
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -3,5 +3,6 @@ test.jl
examples/*/*.png
examples/*.md
examples/*.html
tmp/
.idea
*.*~

View File

@ -24,11 +24,11 @@ You'll need latest Pweave from Github: <https://github.com/mpastell/Pweave.>
## Chunk options
You can use the same chunk options as for Pweave, but the format is different.
The syntax needs to be valid for creating a dictionary in Julia
without the `{}`. e.g:
You can use the same chunk options as for Pweave, but the format is different. Options are separated
using ";" and need to be valid Julia expressions. e.g.
<<"term"=>true, "fig"=>false>>=
<<term=true; fig=false>>=
## Usage
@ -37,3 +37,9 @@ Run from julia:
using JuliaReport
weave(Pkg.dir("JuliaReport","examples","julia_sample.mdw")
Or using Winston for plots (Julia 0.3 only):
weave(Pkg.dir("JuliaReport","examples","winston_sample.mdw"), plotlib="Winston")

BIN
examples/winston_sample.pdf Normal file

Binary file not shown.