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