summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* Removed unneeded import.John MacFarlane2014-08-13
* Removed unneeded CPP.John MacFarlane2014-08-12
* Docx: Reducible forgot about smallcapsJesse Rosenthal2014-08-13
* Docx Reader: Trim line breaks from the beginning and end of SectionJesse Rosenthal2014-08-12
* Docx: More robust handling of multiple bookmarks in header.Jesse Rosenthal2014-08-12
* Docx reader: Check for null-id'd anchors too.Jesse Rosenthal2014-08-12
* Docx reader: accept explicit "Italic" and "Bold" rStyles.Jesse Rosenthal2014-08-12
* Docx reader: Add "BlockQuotation" to divs list.Jesse Rosenthal2014-08-12
* Docx Reader: Fix font style parsing.Jesse Rosenthal2014-08-12
* Merge pull request #1527 from mpickering/juicypixelsJohn MacFarlane2014-08-12
|\
| * LaTeX Writer: Added missing closing braces to hyperdef commandsMatthew Pickering2014-08-13
| * PDF Writer: Attempts to convert images to pdf renderable formatsMatthew Pickering2014-08-13
* | Merge pull request #1528 from mpickering/epubtitlepageJohn MacFarlane2014-08-12
|\ \
| * | EPUB Reader: Ignore title pagesMatthew Pickering2014-08-12
| |/
* | HTML writer: use 'uri' or 'email' class for autolinks.John MacFarlane2014-08-12
* | ConTeXt writer: improved autolink detection.John MacFarlane2014-08-12
* | DocBook: Support equations with mathml.John MacFarlane2014-08-12
* | Merge pull request #1524 from jkr/dropCap3John MacFarlane2014-08-12
|\ \
| * | Docx reader: move combining logic to ReducibleJesse Rosenthal2014-08-12
* | | Markdown reader: Improved parsing of indented code in list items.John MacFarlane2014-08-12
* | | Beamer: Use \footnote<.->{..} for notes.John MacFarlane2014-08-12
|/ /
* / Docx reader: Make dropcap combining more efficient.Jesse Rosenthal2014-08-12
|/
* Docx reader: combine inlines properly in dropcaps.Jesse Rosenthal2014-08-11
* Docx reader: Use dropcap state.Jesse Rosenthal2014-08-11
* Add dropCap to paragraph style.Jesse Rosenthal2014-08-11
* EPUB reader: use walk instead of bottomUp.John MacFarlane2014-08-11
* Merge pull request #1521 from jkr/emptyEmphJohn MacFarlane2014-08-11
|\
| * Docx reader: handle empty reducibles.Jesse Rosenthal2014-08-11
* | LaTeX writer: Don't produce `\label{}` for Div or Span.John MacFarlane2014-08-11
* | Merge pull request #1519 from mpickering/moreJohn MacFarlane2014-08-11
|\ \
| * | TeX Writer: Write hyperdef and label for identifiers on Div blocksMatthew Pickering2014-08-11
| * | EPUB Reader: Fixed another normalisation problem..Matthew Pickering2014-08-11
| |/
* | Textile reader: list and HTML block parsing improvements.John MacFarlane2014-08-11
* | Merge pull request #1365 from gbataille/docx-marginJohn MacFarlane2014-08-11
|\ \ | |/ |/|
| * Scale images to fit the page for DOCXGrégory Bataille2014-06-23
* | Merge pull request #1516 from mpickering/epubmetadataJohn MacFarlane2014-08-11
|\ \
| * | EPUB Reader: Can now parse multiple meta data fieldsMatthew Pickering2014-08-11
| * | EPUB Writer: Added page-progression-direction meta fieldMatthew Pickering2014-08-11
| * | EPUB reader: Fixed bug where filepaths weren't sufficiently normalisedMatthew Pickering2014-08-11
| * | EPUB Writer: Added explicit importsMatthew Pickering2014-08-11
* | | Docx Parse: Improved font recognition when specified in rFonts elementMatthew Pickering2014-08-11
* | | Docx Fonts: Derives Show and EqMatthew Pickering2014-08-11
|/ /
* | Merge pull request #1510 from jkr/spacefixJohn MacFarlane2014-08-10
|\ \
| * | Change head/tail to pattern guards.Jesse Rosenthal2014-08-10
| * | Docx reader: Fix spacing issue.Jesse Rosenthal2014-08-09
* | | Removed OMath module, depend on texmath >= 0.8.John MacFarlane2014-08-10
* | | Docx Parse: Recognises code points in sym elements which are in the private r...Matthew Pickering2014-08-09
* | | Added Text.Pandoc.Readers.Docx.FontsMatthew Pickering2014-08-09
* | | Docx Reader: Added recognition of sym element in paragraphsMatthew Pickering2014-08-09
|/ /
* | EPUB: Fixed another mediabag related regression..Matthew Pickering2014-08-10