Commit Graph

550 Commits (citations)

Author SHA1 Message Date
Matti Pastell a9120129ab Clean temp directories 2019-03-03 14:13:08 +02:00
Matti Pastell 41dd6a9e37 Add bibtex support to md2pdf 2019-03-03 10:44:16 +02:00
Matti Pastell 3353856074 Add citation output to md2tex format 2019-03-02 19:20:14 +02:00
Matti Pastell a6c7f1abb3 Add simple list of references 2019-03-01 16:59:49 +02:00
Matti Pastell b6eb19011c Add basic citation formatting for html 2019-03-01 14:43:46 +02:00
Matti Pastell 935303d175 Start working on ctation rendering 2019-03-01 10:47:29 +02:00
Matti Pastell 11f95b3844 Add BibTex to Project.toml 2019-02-28 23:39:49 +02:00
Matti Pastell 9c75cf4103 Add citation parser for markdown 2019-02-28 23:31:10 +02:00
Matti Pastell edd558de0e Add support for comments in Markdown. Closes #97 2019-02-28 16:17:03 +02:00
Matti Pastell badaaa7dea Decrease item and p spacing. Closes #162 2019-02-28 10:49:55 +02:00
Matti Pastell 710b67ca45 Add markdown flavor for improved math support. Closes #182 2019-02-27 18:21:05 +02:00
Matti Pastell f2773376d9 Merge branch 'noalign' 2019-02-27 16:43:15 +02:00
Matti Pastell 6a30aa20f2 Remove align environment from math output #182 2019-02-27 16:42:51 +02:00
Matti Pastell 73584edd34 Strip ANSI from text output #184 2019-02-27 16:19:14 +02:00
Matti Pastell 8d1bb63b0a Render markdown output in md2* formats. Fixes #156 2019-02-27 15:03:33 +02:00
Matti Pastell e52083c42a Display assigned objects from chunk's last line 2019-02-27 12:42:43 +02:00
Matti Pastell 73536707dc Change html colors closer to jupyter 2019-02-27 12:31:10 +02:00
Matti Pastell 056db5141a Add option to skip chunks in notebook 2019-02-27 10:15:56 +02:00
Matti Pastell bad5650027 Fix \bf and \frak symbols in md2tex. Improves #181 2019-02-26 17:38:28 +02:00
Matti Pastell 12f829a0ca Release 0.7.2 2019-02-26 10:47:43 +02:00
Toby Driscoll 26cf943d25 New output css class for md2html (#172)
* New output css class for md2html

* margins and padding taken from Highlights.jl
2019-02-26 09:16:27 +02:00
Matti Pastell 6e0daf9335 Render header in notebooks, fixes #179 2019-02-26 09:12:28 +02:00
Matti Pastell 7587b4f9cf
Fix line wrapping (#180)
* Fix line wrapping

* Don't chop from tail

* Test wrapping unicode
2019-02-26 00:09:40 +02:00
Matti Pastell cb791e8b69 Fix notebook support. Closes #173 2019-02-25 19:46:25 +02:00
Christopher Rackauckas 73f0e1e998 Remove precompile statement (#177) 2019-02-25 19:29:02 +02:00
schrimpf adf7338f34 Allow errors (#174)
* Added ability to pass aditional options to nbconvert. Main purpose is
to pass "--allow-errors"

* Changed IJulia.jupyter to IJulia.JUPYPTER to match change in IJulia.jl
2019-02-25 19:24:01 +02:00
Matti Pastell 1e630ed825
Update Project.toml 2019-02-08 16:16:07 +02:00
Matti Pastell f1a85d3726 Merge branch 'master' of https://github.com/mpastell/Weave.jl 2019-02-08 16:03:23 +02:00
Matti Pastell 972937e4a0 Merge branch 'kleinschmidt-dfk/figext' 2019-02-08 16:02:57 +02:00
Matti Pastell 4a7d63bc7e Clean up and fix svg embedding 2019-02-08 16:01:25 +02:00
Tamas Nagy caf64b2407 [WIP] Add Gadfly support back (#163)
* add back gadfly support

* fix svg embed encoding
2019-02-07 19:28:06 +02:00
Dave Kleinschmidt 4bf8e0e209 check fig_ext to choose preferred mimetype in display(::Report, d) 2019-02-01 10:59:39 -05:00
Matti Pastell 0a21a2ec90
v0.7.0 2019-01-29 09:01:11 +02:00
Matti Pastell 36339a07ff
v0.7.0 2019-01-29 08:53:52 +02:00
Dave Kleinschmidt d0c71ba556 use Base.show (#165)
* use Base.show

* drop offending show method altogether
2019-01-28 16:20:03 +02:00
Matti Pastell 921b9ec2ba Remove 0.7 from tests 2019-01-03 15:46:12 +02:00
schrimpf ab09bddcd8 change cache to work with figures (#158)
* Changed read/write cache to use serialize/deserialize instead of
JLD2. JLD2 fails to save strings longer than 2^16 characters, which
can occur in the stringmime() of large figures.

* Added test for cache with figures and html output.
Updated REQUIRE & Project.toml to include Serialization instead of
FileIO and JLD2

* Added "Import Pkg;" to expected output of errors, so that tests pass.
2019-01-03 15:40:32 +02:00
Matti Pastell bf57bf8a07
Use align for ```math blocks (#143)
* Use align for ```math blocks
* Fix deprecation from inline parsing
* Update tests
2018-08-23 08:22:08 +03:00
Matti Pastell 6d0779ca4d Enable equation numbers in MathJax, #142 2018-08-21 12:52:07 +03:00
Matti Pastell 246f7eef62 Remove tmp directories from md2pdf output, closes #140 2018-08-17 13:12:37 +03:00
Matti Pastell 73e9e71c3a Update travis 2018-08-17 12:07:54 +03:00
Matti Pastell aa4ba7ed52
Cleaning for Julia 1.0 (#141) 2018-08-17 10:28:12 +03:00
Matti Pastell b41b4b4d41 Fix deprecations from tests 2018-08-14 11:32:51 +02:00
Matti Pastell af7a6779a5
Fix appveyor config (#138) 2018-08-13 18:13:15 +03:00
Matti Pastell ecc02dcd55 Update docs 2018-08-13 14:51:08 +02:00
Matti Pastell d0a2291aa8 Update README and example 2018-08-13 14:30:06 +02:00
Matti Pastell 9aa01e4b89
Get CI running on 0.7 (#137) 2018-08-13 15:06:07 +03:00
Matti Pastell 2508268500 Update Plots dependency 2018-08-10 00:24:42 +03:00
Matti Pastell 6217f4fb72 Update tests rc2 2018-08-07 12:54:51 +03:00
Matti Pastell c72b7e7668 Add test depencies 2018-08-06 11:11:36 +03:00