index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Text
/
Pandoc
/
Writers
/
Docx.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-11
Merge pull request #1365 from gbataille/docx-margin
John MacFarlane
1
-1
/
+9
2014-08-04
Use texmath 0.7 interface.
John MacFarlane
1
-2
/
+2
2014-07-30
PDF, Docx, EPUB, and ODT writers now automatically use MediaBag.
John MacFarlane
1
-1
/
+2
2014-07-29
Docx writer: Print subtitle from metadata if present.
John MacFarlane
1
-3
/
+9
2014-07-26
Docx writer: Added missing case from last commit.
John MacFarlane
1
-1
/
+1
2014-07-26
Docx writer: include abstract with Abstract style.
John MacFarlane
1
-1
/
+8
2014-07-19
Renamed readTeXMath' to avoid name conflict with texmath 0.6.7
Matthew Pickering
1
-1
/
+1
2014-06-29
Docx writer: insert bookmark tags inside <w:p> tag.
Jesse Rosenthal
1
-3
/
+6
2014-06-23
Scale images to fit the page for DOCX
Grégory Bataille
1
-1
/
+9
2014-06-19
Docx writer: Use Compact style for empty table cells.
John MacFarlane
1
-1
/
+3
2014-06-03
Docx writer: Section numbering carries over from reference.docx.
John MacFarlane
1
-1
/
+6
2014-06-03
Docx writer: Combine reference.docx numbering with pandoc's.
John MacFarlane
1
-6
/
+6
2014-06-03
Docx writer: pandoc uses only numIds >= 1000 for lists.
John MacFarlane
1
-3
/
+8
2014-06-03
Docx writer: Changed abstractNumId numbering scheme.
John MacFarlane
1
-3
/
+3
2014-06-03
Docx writer: Simplified abstractNumId numbering.
John MacFarlane
1
-19
/
+30
2014-06-02
Docx writer: Create overrides per-image for media/ in ref docx.
John MacFarlane
1
-13
/
+8
2014-06-02
Docx writer: Improved entryFromArchive to avoid parse.
John MacFarlane
1
-2
/
+3
2014-06-02
Docx writer: Make images work in reference.docx headers/footers.
John MacFarlane
1
-8
/
+20
2014-06-01
Docx writer: Improved handling of headers/footers.
John MacFarlane
1
-52
/
+53
2014-06-01
Docx writer: Header and footer are now carried over from reference.docx.
John MacFarlane
1
-16
/
+38
2014-06-01
Minor code reformat.
John MacFarlane
1
-5
/
+5
2014-05-31
Docx writer: Take over document formatting from reference.docx.
John MacFarlane
1
-17
/
+30
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-2
/
+2
2014-05-04
Docx writer: Fall back on distribution reference.docx.
John MacFarlane
1
-14
/
+15
2014-05-04
Docx writer: Added ability to give fallback in parseXml.
John MacFarlane
1
-16
/
+17
2014-01-07
Fixed small regression in docx writer.
John MacFarlane
1
-3
/
+6
2014-01-02
Moved fixDisplayMath from Docx writer to Writer.Shared.
John MacFarlane
1
-25
/
+2
2014-01-01
Docx writer: Fixed problem with some modified reference docx files.
John MacFarlane
1
-2
/
+7
2013-12-19
HLint: use fromMaybe
Henry de Valence
1
-2
/
+4
2013-11-23
Docx writer: Implemented csl flipflopping spans.
John MacFarlane
1
-1
/
+6
2013-11-19
Docx writer: Use mime type info returned by fetchItem.
John MacFarlane
1
-11
/
+13
2013-11-07
Docx writer: fixed core metadata.
John MacFarlane
1
-4
/
+5
2013-11-06
Docx writer: Fix URL for core-properties in `_rels/.rels`.
John MacFarlane
1
-1
/
+1
2013-11-01
TexMath: Export readTeXMath', which attends to display/inline.
John MacFarlane
1
-1
/
+1
2013-09-19
DOCX writer: Add missing settings.xml to the zip container.
John MacFarlane
1
-1
/
+3
2013-08-11
Options: Changed `writerSourceDir` to `writerSourceURL` (now a Maybe).
John MacFarlane
1
-2
/
+1
2013-08-10
Use walk, walkM in place of bottomUp, bottomUpM when possible.
John MacFarlane
1
-5
/
+6
2013-08-10
Adjustments for new Format newtype.
John MacFarlane
1
-5
/
+5
2013-08-08
Preliminary support for new Div and Span elements in writers.
John MacFarlane
1
-0
/
+2
2013-08-08
Added Text.Pandoc.Compat.Monoid.
John MacFarlane
1
-1
/
+1
2013-07-18
Improved fetching of external resources.
John MacFarlane
1
-1
/
+1
2013-07-16
Text.Pandoc.ImageSize: Handle EPS.
John MacFarlane
1
-0
/
+1
2013-07-13
Docx writer: Make `--no-highlight` work properly.
John MacFarlane
1
-7
/
+11
2013-07-12
Docx writer: Ignore most components of reference.docx.
John MacFarlane
1
-24
/
+41
2013-07-04
Docx writer: Use w:br with w:type 'textWrapping' for linebreaks.
John MacFarlane
1
-1
/
+1
2013-06-24
Use new flexible metadata type.
John MacFarlane
1
-7
/
+12
2013-03-30
Docx writer: Use Compact style for Plain block elements.
John MacFarlane
1
-2
/
+8
2013-03-18
Docx writer: Fixed rendering of display math in lists.
John MacFarlane
1
-13
/
+27
2013-02-26
Docx writer: Better treatment of display math.
John MacFarlane
1
-13
/
+19
2013-02-26
Changed style names in reference docx.
John MacFarlane
1
-4
/
+4
[next]