Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-04-14 | Docx Writer: Take TOC title from toc-title metadata field | Nikolay Yakimov | 1 | -1/+15 | |
2015-04-01 | Added "noProof" to docx syntax highlighting SourceCode style. | John MacFarlane | 1 | -0/+1 | |
2015-03-30 | Merge pull request #2035 from lierdakil/issue2031 | John MacFarlane | 1 | -0/+5 | |
Docx Writer/Reference: Add keepNext to objects w/ captions | |||||
2015-03-29 | Merge pull request #2038 from lierdakil/docx-hyphen-settings | John MacFarlane | 1 | -3/+26 | |
Docx Writer: Copy hyphenation settings from reference.docx | |||||
2015-03-29 | Merge pull request #2037 from lierdakil/issue458 | John MacFarlane | 1 | -1/+29 | |
Docx Writer: support for --toc option | |||||
2015-03-29 | Docx Writer: Filter out illegal XML characters | Matthew Pickering | 1 | -2/+19 | |
Fixes #1992 | |||||
2015-03-29 | Docx Writer: Place toc after abstract, rather than before | Nikolay Yakimov | 1 | -1/+1 | |
2015-03-29 | Docx Writer: Copy hyphenation settings from reference.docx | Nikolay Yakimov | 1 | -3/+26 | |
2015-03-29 | Docx Writer: Initial support for --toc option (issue #458) | Nikolay Yakimov | 1 | -1/+29 | |
Creates a "dirty" TOC at the beginning of document, before abstract | |||||
2015-03-29 | Docx Writer: Add a style to figure images | Nikolay Yakimov | 1 | -0/+5 | |
Figures with empty captions use style "Figure" Figures with nonempty captions use style "Figure with Caption", which is based on "Figure", and additionally has keepNext set. | |||||
2015-03-08 | Docx Writer: set firstRow information in tables | Nikolay Yakimov | 1 | -2/+7 | |
2015-03-03 | Code cleanup | Nikolay Yakimov | 1 | -14/+10 | |
2015-03-01 | Started moving StyleMap out of writer code | Nikolay Yakimov | 1 | -46/+25 | |
2015-03-01 | Update Docx writer for 1cb601d reference.docx | Nikolay Yakimov | 1 | -13/+14 | |
2015-02-24 | Comment out unused functions to make CI happy | Nikolay Yakimov | 1 | -8/+8 | |
2015-02-24 | Treat some ambiguous styles as custom for now | Nikolay Yakimov | 1 | -11/+10 | |
* Author * Abstract * Compact * ImageCaption * TableCaption * DefinitionTerm * Definition * FirstParagraph | |||||
2015-02-23 | Do not lookup custom styles | Nikolay Yakimov | 1 | -9/+13 | |
2015-02-23 | Also skip SourceCode style if exists | Nikolay Yakimov | 1 | -9/+12 | |
2015-02-22 | If --no-highlight is set, remove *Tok styles. | Nikolay Yakimov | 1 | -2/+10 | |
2015-02-22 | Prototype fix for #1872 | Nikolay Yakimov | 1 | -4/+7 | |
2015-02-21 | Initial stab at more involved fix for #1607 | Nikolay Yakimov | 1 | -64/+86 | |
This patch attempts to build a style name -> style id mapping based on styles.xml from reference doc, and changes pStyle and rStyle to accept style name as a parameter instead of styleId. There is a fallback mechanic that removes spaces from style name and returns it as style id, but it likely won't help much. Style names are matched lower-case, since headings and `footnote text` have lowercase names. | |||||
2015-02-12 | Docx writer: Add footnotes id -1 and 0. | Jesse Rosenthal | 1 | -1/+17 | |
Word uses, by default, footnotes with id -1 and 0 for separators. If a user modifies reference.docx, they will end up with a settings.xml file that references these footnotes, but no such footnotes in the document. This will produce a corruption error. Here we add these to the document and settings.xml file, so future modifications won't break the file. | |||||
2015-02-11 | Docx Writer: Add "BodyText" Style | Jesse Rosenthal | 1 | -9/+11 | |
We apply a "BodyText" style to all unstyled paragraphs. This is, essentially, the same as "Normal" up until now -- except that since not everything inherits from "BodyText" (the metadata won't, for example, or the headers or footnote numbers) we can change the text in the body without having to make exceptions for everything. This will still inherit from Normal, so if we want to change *everything*, we can do it through "Normal". | |||||
2015-02-10 | Docx Writer: Use FirstParagraph style at beginning. | Jesse Rosenthal | 1 | -1/+1 | |
Before we had used `FirstParagraph` style after Headings, BlockQuotes, and other blocks a user might not want an indentation after. We hadn't actually used it for the first paragraph -- i.e. the opening of the body. This makes sure the first body paragraph gets that style. | |||||
2015-02-09 | Docx Writer: Implement FirstParagraph Style | Jesse Rosenthal | 1 | -15/+39 | |
Following the odt writer, we make the first text paragraph following an image, blockquote, table, or heading into a "FirstParagraph" style. This allows it to be styled differently, if the user wishes. The default is for it to be the same as "Normal" | |||||
2014-12-19 | Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5. | John MacFarlane | 1 | -3/+3 | |
2014-12-08 | Fix for #1641 (docx table captions above tables) | Nikolay Yakimov | 1 | -2/+3 | |
Word doesn't really treat table captions as something special. It's just a paragraph with special style, nothing more, so simple reversal of output order in writer works fine. | |||||
2014-10-24 | Docx Writer: Partial fix for #1607 | Nikolay Yakimov | 1 | -7/+35 | |
International heading styles are inferred based on `<w:name val="heading #">` fallback, if there are no en-US "Heading#" styles | |||||
2014-10-21 | DOCX writer: Look in user data dir for archive reference.docx. | John MacFarlane | 1 | -1/+1 | |
2014-10-05 | Getting the page width from the reference file | Grégory Bataille | 1 | -17/+36 | |
Uses it to scale images that are too large. When there is no reference files, default to a US letter portrait size to scale the images | |||||
2014-09-11 | Docx writer: Renumber header and footer relationships to avoid collisions. | Jesse Rosenthal | 1 | -12/+56 | |
We previously took the old relationship names of the headers and footer in secptr. That led to collisions. We now make a map of availabl names in the relationships file, and then rename in secptr. | |||||
2014-08-30 | Merge branch 'mime' of https://github.com/Aelve/John into Aelve-mime | John MacFarlane | 1 | -8/+8 | |
Conflicts: src/Text/Pandoc/Writers/Docx.hs | |||||
2014-08-26 | Docx writer: Accomodate GHC 7.4 (no lookupEnv) | Jesse Rosenthal | 1 | -1/+1 | |
2014-08-25 | Docx writer: Default to user login and time of change if not given. | Jesse Rosenthal | 1 | -6/+21 | |
2014-08-25 | Docx writer: Implement track changes. | Jesse Rosenthal | 1 | -9/+40 | |
These have default authors and dates of "unknown" and timestamp-zero, respectively. | |||||
2014-08-24 | Hlint changes to Docx writer. | John MacFarlane | 1 | -22/+19 | |
2014-08-23 | Docx writer: Bibliography entries get Bibliography style. | John MacFarlane | 1 | -2/+6 | |
Closes #1559. | |||||
2014-08-17 | Merge pull request #1536 from considerate/master | John MacFarlane | 1 | -0/+3 | |
Add row width to tables in Docx XML | |||||
2014-08-17 | Docx writer: Fixed regression, bungled list numbering. | John MacFarlane | 1 | -3/+10 | |
In pandoc 1.13, all lists come out as basic ordered lists. This fixes that bad regression. Closes #1544. | |||||
2014-08-17 | MIME cleanup. | Artyom Kazak | 1 | -8/+8 | |
* Create a type synonym for MIME type (instead of `String`). * Add `getMimeTypeDef` function. * Avoid recreating MIME type `Map`s every time. * Move “Formula-...” case handling into `getMimeType`. | |||||
2014-08-17 | Simplify row width calculation. | Viktor Kronvall | 1 | -2/+2 | |
2014-08-17 | Include row width in table rows. | Christoffer Ackelman | 1 | -0/+3 | |
Added a property to all table rows where the sum of column widths is specified in pct (fraction of 5000). | |||||
2014-08-11 | Merge pull request #1365 from gbataille/docx-margin | John MacFarlane | 1 | -1/+9 | |
Scale images to fit the page for DOCX | |||||
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 | |
The MediaBag is thread through from the reader, with no need to extract to files. | |||||
2014-07-29 | Docx writer: Print subtitle from metadata if present. | John MacFarlane | 1 | -3/+9 | |
Use Subtitle style. See #1451. | |||||
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 | |
Addresses docx part of #1451. | |||||
2014-07-19 | Renamed readTeXMath' to avoid name conflict with texmath 0.6.7 | Matthew Pickering | 1 | -1/+1 | |
Also removed deprecated readTeXMath. | |||||
2014-06-29 | Docx writer: insert bookmark tags inside <w:p> tag. | Jesse Rosenthal | 1 | -3/+6 | |
This makes the header anchors in pandoc-generated ooxml match those generated by word. |