Commit Graph

196 Commits (a4891b01a8f20557270f827a9c5a5e5e7c25ec6a)

Author SHA1 Message Date
Matti Pastell 96f4fd03b8 Fix extra whitespace from reader and format 2016-12-19 18:42:00 +02:00
Matti Pastell ad08d4c4ae Fix saving of Plots formats and update tests 2016-12-19 14:46:00 +02:00
Matti Pastell 7222bfa9ab Add test for publishing to html and tex 2016-12-19 14:35:28 +02:00
Matti Pastell 82cc021f3c Update docs 2016-12-17 00:16:40 +02:00
Matti Pastell e3051a7525 Several fixes to tex formatter and template 2016-12-16 20:24:41 +02:00
Matti Pastell 13e40cefa8 Several fixes to tex output 2016-12-15 22:14:18 +02:00
Matti Pastell 8a6aac0129 Make md2pdf use Julia markdown 2016-12-15 21:28:29 +02:00
Matti Pastell a6b74156f6 Precompile 2016-12-15 19:54:50 +02:00
Matti Pastell b2932f1b86 Add template, highlight_theme and css options to weave 2016-12-15 15:49:21 +02:00
Matti Pastell 606bf9147f Preserve whitespace when stripping the header 2016-12-15 12:49:56 +02:00
Matti Pastell 277c6f3e0f Added titleblock parsing and formatting to tex template #63 2016-12-15 00:07:56 +02:00
Matti Pastell d5bbf4f678 Add parsing of YAML header #63 2016-12-14 21:50:29 +02:00
Matti Pastell 9664acbe85 Added julia markdown to tex formatter 2016-12-14 16:07:04 +02:00
Matti Pastell 50127eaa90 Fix parse error when detecting plot library on windows 2016-12-14 14:28:46 +02:00
Matti Pastell 2afd25fd09 Added tests for formatters 2016-12-13 22:02:42 +02:00
Matti Pastell 434d5d4286 Add parsing of doc title 2016-12-13 20:51:34 +02:00
Matti Pastell d27ba7879c Add math support to julia markdown 2016-12-13 20:03:07 +02:00
Matti Pastell e0199b2e6e Add footer to jmd template 2016-12-13 15:52:33 +02:00
Matti Pastell daafd8e911 Add plotly header to template 2016-12-13 15:43:37 +02:00
Matti Pastell ded6ce2c2a Embed images to html documents 2016-12-13 15:35:33 +02:00
Matti Pastell d683625444 Make julia Markdown the default when converting to html, Fix term chunks 2016-12-13 14:20:40 +02:00
Matti Pastell f0bcaf546a Initial implementation of pure julia markdown2html formatter 2016-12-13 13:26:34 +02:00
Matti Pastell 985b3b1972 Add tests for converters 2016-12-12 19:54:02 +02:00
Matti Pastell 76bec5c438 Remove use of Pkg.dir 2016-12-12 19:25:51 +02:00
Matti Pastell 6a68be5161 Updated docs, added convert_doc 2016-12-12 14:05:26 +02:00
Matti Pastell 15157a213a Add converters between supported input formats #48 2016-12-12 12:53:10 +02:00
Matti Pastell 85b661f2cd Add ipynbas input format #48 2016-12-11 20:23:19 +02:00
Matti Pastell 9308081714 Add support for pdf output for pgfplots 2016-11-03 14:10:35 +02:00
Matti Pastell 6b87fbeb90 Remove Winston from test depencies 2016-11-03 12:33:30 +02:00
Matti Pastell 56e92c648c Remove compat macros 2016-11-03 10:41:29 +02:00
Matti Pastell 43e850f113 Merge branch 'pandoc_header' 2016-11-02 23:48:04 +02:00
Matti Pastell 544ae925e2 Implement adding plotly javascript to html file header using pandoc when needed. Remove Raleway, closes #45 2016-11-02 23:45:32 +02:00
Matti Pastell 82e56aa9f3 Fix capturing stdout to use @async 2016-11-02 20:03:04 +02:00
Matti Pastell 901050a32f First version of template for plotly 2016-11-02 09:54:45 +02:00
Matti Pastell 93f9e9ac02 Fix plotly output for markdown, fix examples 2016-11-02 09:26:10 +02:00
Matti Pastell 4bc881378b Fix semicolon for term chunks, fixes #56 2016-11-01 21:32:11 +02:00
Matti Pastell 7bccdd2ab1 Fix Plots.jl PyPlot backend saving and update tests 2016-11-01 15:23:14 +02:00
Stephen Eglen 60ba918a7a fix deprecation in 0.5: readall -> readstring 2016-11-01 10:03:48 +00:00
Matti Pastell 8922124d21 Added support for Plots/PlotlyJS backend html/javascript output, #35 2016-11-01 10:40:40 +02:00
Matti Pastell cbdf0e2886 Add support for html output of Plots Plotly backend 2016-10-31 17:55:38 +02:00
Matti Pastell 0ce73efeaa Remove hanging code from saving plots.jl 2016-10-31 10:37:03 +02:00
Matti Pastell 68a8fbdcf4 Add saving pngs and pdf for plotlyjs Plots backend 2016-10-30 23:47:43 +02:00
Matti Pastell d50770abe1 Revert Pkg.dir 2016-10-30 21:16:12 +02:00
Tony Kelman 8324d32f01 No need to eval(parse(include(...)))
just include
2016-09-24 01:07:26 -04:00
Tony Kelman 3ad6d7ae56 Use dirname(@__FILE__) instead of Pkg.dir
so that the package can be installed elsewhere
2016-07-30 16:54:11 -04:00
= 0698165193 Added out_height support to tex and pandoc figures 2016-05-03 17:54:56 +03:00
Matti Pastell 181869a663 Merge pull request #42 from gragusa/master
Changes to pandoc call and to templates
2016-05-03 11:00:33 +03:00
Giuseppe Ragusa 6ab484848d Call to pandoc uses -c to include css template 2016-05-02 23:33:56 +02:00
= 95cfdaf04d Merge branch 'detect_plotlib' 2016-05-02 23:32:18 +03:00
= da5ffa7794 Add restoring rich_output from cache 2016-05-02 23:21:34 +03:00