From ac83d4b806d4ac0bd98a2e977bdb13898483964b Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 30 Nov 2016 00:43:55 +0100 Subject: Use new module from texmath to lookup MS font codepoints. + Removed Text.Pandoc.Readers.Docx.Fonts + Moved its code to texmath; we now use (from texmath 0.9) Text.TeXMath.Unicode.Fonts + Use texmath 0.9 (currently from git). + Updated epub tests because texmath now handles more mathml. --- windows/stack.yaml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'windows/stack.yaml') diff --git a/windows/stack.yaml b/windows/stack.yaml index 3f2a2cdb9..0362446ec 100644 --- a/windows/stack.yaml +++ b/windows/stack.yaml @@ -16,6 +16,9 @@ packages: - location: git: https://github.com/jgm/pandoc-citeproc.git commit: b48cd833dd2356581d86d952d32fb14361ea79c4 +- location: + git: https://github.com/jgm/texmath.git + commit: 716614e6854a0a25f630896b247d9ff9b55e1995 extra-deps: - doctemplates-0.1.0.2 - pandoc-types-1.17.0.4 -- cgit v1.2.3