aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-07-01ConTeXt: use `\goto` for internal links.John MacFarlane1-7/+2
2015-07-01Merge pull request #2255 from mchladek/odt_linebreakJohn MacFarlane1-1/+1
2015-07-01ConTeXt writer: Added a % at end for `\reference` to avoid spurious space.John MacFarlane1-2/+2
2015-07-01New method for building man pages.John MacFarlane1-101/+0
2015-07-01Do not add a carriage return after a hard line break in OpenDocument writer a...Michael Chladek1-1/+1
2015-06-29Merge pull request #2250 from PromyLOPh/rsttargetJohn MacFarlane1-1/+1
2015-06-29LaTeX reader: Allow `_` and `^` as regular inline text.John MacFarlane1-1/+1
2015-06-29LaTeX reader: don't parse `_`,`^` as super/sub outside math mode.John MacFarlane1-2/+0
2015-06-29Fix RST reference names with special charactersLars-Dominik Braun1-1/+1
2015-06-28Removed unneeded import.John MacFarlane1-1/+1
2015-06-28Added a needed import in Shared.John MacFarlane1-0/+1
2015-06-28Make sure we use dist version of reference.docx for some things.John MacFarlane1-2/+2
2015-06-28Let reference.docx/odt behave as if they are virtual data files.John MacFarlane3-44/+74
2015-06-28Minor fixes to previous commit.John MacFarlane2-12/+4
2015-06-28New method for producing man pages.John MacFarlane3-6/+118
2015-06-28Fixed regression in CSS parsing with `--self-contained`.John MacFarlane1-39/+47
2015-06-27Removed unused import.John MacFarlane1-1/+0
2015-06-27Textile writer: escape `+` and `-` as entities.John MacFarlane1-0/+2
2015-06-27Plain writer: don't use symbols for super/subscript.John MacFarlane2-15/+11
2015-06-27Options: Export `plainExtensions`.John MacFarlane1-0/+19
2015-06-21DocBook reader mediaobjects and figures, closes #2184mb211-11/+20
2015-06-09Fix InDesign crash with URLs containing more than one colon charactergohai1-2/+9
2015-06-07DokuWiki writer: Use proper `<code>` tags for code blocks.John MacFarlane1-4/+4
2015-06-04HTML reader: allow `<body>` to close `<head>`.John MacFarlane1-0/+1
2015-05-31Custom writer: fixed some compiler warnings for ghc < 7.10.John MacFarlane1-12/+17
2015-05-31Allow building with hslua 0.4.John MacFarlane1-0/+20
2015-05-28Better fix for #2187.John MacFarlane2-15/+57
2015-05-28ConTeXt writer: Add reference anchors to Div with ids.John MacFarlane1-1/+7
2015-05-28Removed tab chars in Textile reader source.John MacFarlane1-2/+2
2015-05-28Texinfo writer: Removed tabs from source.John MacFarlane1-3/+3
2015-05-27LaTeX/beamer: added `setotherlanguages` in polyglossia.John MacFarlane1-3/+7
2015-05-27LaTeX writer: Make `mainlang` work when `lang` is in metadata.John MacFarlane1-2/+3
2015-05-27Fixed svg handling in EPUB writer.John MacFarlane2-1/+4
2015-05-27Fixed compiler warning.John MacFarlane1-1/+1
2015-05-27Revealjs: allow 'center' to be set to false.John MacFarlane1-0/+3
2015-05-27EPUB writer: Improved chapter splitting and internal link rewriting.John MacFarlane1-53/+34
2015-05-26Merge pull request #2170 from tarleb/org-generalize-result-blockJohn MacFarlane1-16/+21
2015-05-26Merge pull request #2169 from tarleb/org-header-tagsJohn MacFarlane1-6/+31
2015-05-26Merge pull request #2141 from DigitalPublishingToolkit/icml-imagesJohn MacFarlane1-1/+3
2015-05-23Org reader: drop trees with a :noexport: tagAlbert Krewinkel1-4/+12
2015-05-23Org reader: put header tags into empty spansAlbert Krewinkel1-2/+19
2015-05-23Org reader: generalize code block result parsingAlbert Krewinkel1-3/+3
2015-05-23Reorder block arguments parsing codeAlbert Krewinkel1-13/+18
2015-05-21EPUB writer: Split references into separate chapter.John MacFarlane1-0/+4
2015-05-20PDF writer: Print temp dir on `--verbose`.John MacFarlane1-0/+2
2015-05-20DocBook writer: add id to para if in Div with id element.John MacFarlane1-0/+8
2015-05-13Markdown reader: Made implicit header references case-insensitive.John MacFarlane2-12/+26
2015-05-13HTML reader: Support base tag.John MacFarlane1-7/+28
2015-05-13Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane1-2/+3
2015-05-13EPUB writer: Properly handle image URLs without an extension.John MacFarlane1-36/+42