pandoc/src/Text/Pandoc
laptop1\Andrew 03d8696991 Docx writer: fix #3930
Fixes an issuue regarding image sizing if the same image is included more than once.

Previously, a record was kept, indexed by image source, which would include the XML for that image. For every image element in the document, this record was checked, and if the image was the same as previous examples, the same XML would be included twice. The information in this XML incudes the image description, title text, and size on the page, thus all images from the same source would always be sized the same, and have the same description. This commit fixes this by generating unique XML every time, but keeping the image ID and path if it is the same image.
2018-02-23 11:50:33 -05:00
..
Compat Use Control.Monad.State.Strict throughout. 2017-06-17 07:45:28 +02:00
Filter Renaming: Json -> JSON in modules and functions. 2018-01-15 10:46:40 -08:00
Lua Lua filters: store constructors in registry 2018-01-23 21:29:58 +01:00
Readers Muse reader: improve verse parsing 2018-02-23 18:02:04 +03:00
Writers Docx writer: fix #3930 2018-02-23 11:50:33 -05:00
App.hs Move filter functions to separate module 2018-01-13 00:05:11 +01:00
Asciify.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
BCP47.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Class.hs Powerpoint writer: Move notes slides into data tree. 2018-02-18 16:31:32 -05:00
CSS.hs hlint 2017-11-01 14:40:10 +03:00
CSV.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Data.hs Removed whitespace at ends of line. 2017-12-13 20:48:24 -08:00
Emoji.hs hlint suggestions. 2017-10-27 23:13:55 -07:00
Error.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Extensions.hs Extensions: Add Ext_styles 2018-02-22 12:54:57 -05:00
Filter.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
Highlighting.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
ImageSize.hs EMF Image size support (#4375) 2018-02-18 11:12:58 -08:00
Logging.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Lua.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
MediaBag.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
MIME.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Options.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Parsing.hs Export improved sepBy1 from Text.Pandoc.Parsing 2018-02-23 18:02:04 +03:00
PDF.hs Add header and footer parameters 2018-01-10 13:58:35 +10:00
Pretty.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Process.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Readers.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
SelfContained.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Shared.hs hlint code improvements. 2018-01-19 21:25:24 -08:00
Slides.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Templates.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Translations.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
UTF8.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
UUID.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
Writers.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00
XML.hs Update copyright notices to include 2018 2018-01-05 20:39:12 +01:00