Docx writer: Give full detail when there are errors converting tex math.

This commit is contained in:
John MacFarlane 2016-11-22 22:21:07 +01:00
parent 77912ddc56
commit 5449e4a226

View file

@ -1116,7 +1116,8 @@ inlineToOpenXML' opts (Math mathType str) = do
case writeOMML displayType <$> readTeX str of
Right r -> return [r]
Left e -> do
warn $ "Cannot convert the following TeX math, skipping:\n" ++ str
warn $ "Cannot convert the following TeX math, skipping:\n" ++ str ++
"\n" ++ e
inlinesToOpenXML opts (texMathToInlines mathType str)
inlineToOpenXML' opts (Cite _ lst) = inlinesToOpenXML opts lst
inlineToOpenXML' opts (Code attrs str) = do