summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* | | Added docbook5 template.John MacFarlane2016-05-01
| | |
* | | Merge pull request #2890 from bcdevices/docbook5-writerJohn MacFarlane2016-05-01
|\ \ \ | |_|/ |/| | Docbook5 write support
| * | Docbook5 writer: Properly handle ulink/linkIvo Clarysse2016-04-29
| | |
| * | Write out Docbook 5 namespaceIvo Clarysse2016-04-29
| | |
| * | Add docbook5 writer supportIvo Clarysse2016-04-29
| | |
* | | Binary fmts throw PandocError on zip-archive failJesse Rosenthal2016-05-01
| | | | | | | | | | | | | | | Commit 91dc3342 made `readDocx` throw PandocError if there was an unarchiving error. This extends that fix to `readOdt` and `readEPUB`.
* | | LaTeX writer: use {} around options containing special chars.John MacFarlane2016-05-01
| | | | | | | | | | | | Closes #2892.
* | | Docx Reader: Throw PandocError on unzip failureJesse Rosenthal2016-05-01
| | | | | | | | | | | | | | | | | | Previously, readDocx would error out if zip-archive failed. We change the archive extraction step from `toArchive` to `toArchiveOrFail`, which returns an Either value.
* | | HTML writer: ensure mathjax link is added when math appears in footnote.John MacFarlane2016-04-29
|/ / | | | | | | | | | | | | Previously if a document only had math in a footnote, the MathJax link would not be added. Closes #2881.
* | Revert "LaTeX writer: Add `\strut` to fix multiline tables"John MacFarlane2016-04-27
| | | | | | | | | | | | | | | | | | This reverts commit 4c684561ee0665b014e887ae559b7020e4e9f2d3. See https://groups.google.com/d/msg/pandoc-discuss/u6J-_aCProU/UufN3IYRAgAJ This should fix uneven spacing issues in multiline tables.
* | Merge pull request #2735 from mb21/patch-1John MacFarlane2016-04-26
|\ \ | | | | | | LaTeX Writer: fix polyglossia to babel env mapping
| * | LaTeX Writer: fix polyglossia to babel env mappingMauro Bieg2016-03-20
| | | | | | | | | | | | allow for optional argument in square brackets, closes #2728
* | | Merge pull request #2829 from adunning/patch-1John MacFarlane2016-04-26
|\ \ \ | | | | | | | | LaTeX writer: Add missing languages.
| * | | LaTeX writer: Add missing languages.Andrew Dunning2016-04-01
| | | | | | | | | | | | | | | | Updates the list from the hyphenation files at <http://mirror.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/>.
* | | | Merge pull request #2876 from shosti/org-code-indentJohn MacFarlane2016-04-26
|\ \ \ \ | | | | | | | | | | Ignore leading space in org code blocks
| * | | | Ignore leading space in org code blocksEmanuel Evans2016-04-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #2862 Also fix up tab handling for leading whitespace in code blocks.
* | | | | LaTeX writer: ignore --incremental unless -t beamer.John MacFarlane2016-04-26
|/ / / / | | | | | | | | | | | | Closes #2843.
* | | | Require texmath 0.8.6.2.John MacFarlane2016-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes several texmath-related bugs: #2775, #2310, #2310. This fixes issues with sub/superscript positioning and matrix column alignment in docx.
* | | | rtack.yaml: use data-default 0.6.0.John MacFarlane2016-04-18
| | | |
* | | | Allow data-default 0.6.0.John MacFarlane2016-04-18
| | | |
* | | | Docx Reader: Tests for track-changes movingJesse Rosenthal2016-04-16
| | | |
* | | | Docx Reader: parse `moveTo` and `moveFrom`Jesse Rosenthal2016-04-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | `moveTo` and `moveFrom` are track-changes tags that are used when a block of text is moved in the document. We now recognize these tags and treat them the same as `insert` and `delete`, respectively. So, `--track-changes=accept` will show the moved version, while `--track-changes=reject` will show the original version.
* | | | Markdown reader: Fix pandoc title blocks with lines ending in 2 spaces.John MacFarlane2016-04-10
| | | | | | | | | | | | | | | | | | | | | | | | Closes #2799. Also added -s to markdown-reader-more test.
* | | | Markdown + HTML readers: be more forgiving about unescaped &.John MacFarlane2016-04-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We are now more forgiving about parsing invalid HTML with unescaped `&` as raw HTML. (Previously any unescaped `&` would cause pandoc not to recognize the string as raw HTML.) Closes #2410.
* | | | README - improved documentation of --columns option.John MacFarlane2016-04-08
|/ / /
* | | Merge pull request #2828 from adunning/patch-1John MacFarlane2016-03-30
|\ \ \ | | | | | | | | Recognize `la-x-classic` as Classical Latin.
| * | | Recognize `la-x-classic` as Classical Latin.Andrew Dunning2016-03-30
|/ / / | | | | | | This allows one to access the hyphenation patterns at <http://mirrors.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/hyph-la-x-classic.tex>, using its private language tag.
* | | Use texmath >= 0.8.6.1.John MacFarlane2016-03-29
| | | | | | | | | | | | | | | This fixes behavior of roots, e.g. `\sqrt[3]{x}`. See #2824.
* | | stack.full.yaml: build local zip-archive, texmath.John MacFarlane2016-03-28
| | |
* | | stack.full.yaml: also include local cmark-hs.John MacFarlane2016-03-27
| | |
* | | EPUB writer: set 'navpage' variable on nav page.John MacFarlane2016-03-26
| | | | | | | | | | | | This allows templates to treat it differently.
* | | Travis: use -fno-warn-unused-do-bind -Wall -Werror.John MacFarlane2016-03-25
| | |
* | | Add --pedantic to stack build on travis.John MacFarlane2016-03-25
| | | | | | | | | | | | | | | | | | This turns on -Wall, -Werror. -Werror is already there for cabal builds, but for some reason travis isn't failing when errors occur.
* | | Removed two superfluous lines.John MacFarlane2016-03-25
| | |
* | | Updated changelog.John MacFarlane2016-03-24
| | |
* | | LaTeX writer: better positioning for hypertarget in figures.John MacFarlane2016-03-24
| | | | | | | | | | | | Closes #2813.
* | | LaTeX writer: Fixed position of label in figures.John MacFarlane2016-03-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Partially addresses #2813. This isn't perfect, because now the hypertarget is in the wrong place -- when you link to the figure, the screen is positioned with the caption at the top, and most of the figure off screen. So this needs a bit more tweaking.
* | | Travis: run tests when compiling from tarball.John MacFarlane2016-03-24
| | | | | | | | | | | | This should help with bugs like #2811.
* | | Updated man page.John MacFarlane2016-03-24
| | |
* | | Updated changelog.John MacFarlane2016-03-24
| | |
* | | Bump version to 1.17.0.3.John MacFarlane2016-03-24
| | |
* | | Merge pull request #2812 from mb21/patch-2John MacFarlane2016-03-24
|\ \ \ | | | | | | | | include .tei files in pandoc.cabal
| * | | include .tei files in pandoc.cabalMauro Bieg2016-03-24
|/ / / | | | | | | closes #2811
* | | Updated copyright dates to include 2016.John MacFarlane2016-03-22
| | |
* | | Fixed copyright dates.John MacFarlane2016-03-22
| | |
* | | Updated man page.John MacFarlane2016-03-22
| | |
* | | Updated changelog.John MacFarlane2016-03-22
| | |
* | | Version bump to 1.17.0.2.John MacFarlane2016-03-22
| | |
* | | Fixed bug in Markdown raw HTML parsing.John MacFarlane2016-03-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | This was a regression, with the rewrite of `htmlInBalanced` (from `Text.Pandoc.Readers.HTML`) in 1.17. It caused newlines to be omitted in raw HTML blocks. Closes #2804.
* | | Updated man page.John MacFarlane2016-03-21
| | |