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/*/*.png
examples/*.md examples/*.md
examples/*.html examples/*.html
tmp/
.idea .idea
*.*~ *.*~

View File

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