summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Use skylighting 0.4.John MacFarlane2017-09-15
|
* Remove To/FromJSON instance for WriterOptions.John MacFarlane2017-09-15
| | | | | This required the (now removed) instances for Syntax. It was too long, anyway, to be of use.
* FromJSON/ToJSON instances for Reader, WriterOptions.John MacFarlane2017-09-14
| | | | Depends on skylighting 0.3.5.
* Use texmath 0.9.4.2 in stack.yaml.John MacFarlane2017-09-13
|
* Textile reader: allow 'pre' code in list item.John MacFarlane2017-09-12
| | | | Closes #3916.
* Move 'tables in footnotes' fix out of beamer part of default.latex.John MacFarlane2017-09-12
| | | | | | This caused an error in beamer. Footnotes already work in tables in beamer, without this code.
* Add default pdf engine for beamer.John MacFarlane2017-09-12
|
* Use defaultLatexEngine instead of `head latexEngines`.John MacFarlane2017-09-12
| | | | Partial functions make me nervous.
* Update MANUAL.txt (#3919)Ian2017-09-12
| | | Add URL for Prince HTML > PDF engine
* Support for PDF generation via `weasyprint` and `prince` (#3909)Mauro Bieg2017-09-11
| | | | | | | * Rename --latex-engine to --pdf-engine * In `Text.Pandoc.Options.WriterOptions`, rename `writerLaTeXEngine` to `writerPdfEngine` and `writerLaTeXArgs` to `writerPdfArgs`. * Add support for `weasyprint` and `prince`, in addition to `wkhtmltopdf`, for PDF generation via HTML (closes #3906). * `Text.Pandoc.PDF.html2pdf`: use stdin instead of intermediate HTML file
* Merge pull request #3911 from labdsf/muse-reader-bracesJohn MacFarlane2017-09-11
|\ | | | | Muse reader: parse {{{ }}} example syntax
| * Muse reader: parse {{{ }}} example syntaxAlexander Krotov2017-09-11
| |
* | Merge pull request #3917 from labdsf/muse-reader-emphasis-wordJohn MacFarlane2017-09-11
|\ \ | |/ |/| Muse reader: allow inline markup to be followed by punctuation
| * Muse reader: allow inline markup to be followed by punctuationAlexander Krotov2017-09-11
|/ | | | | Previously code was not allowed to be followed by comma, and emphasis was allowed to be followed by letter.
* Merge pull request #3913 from labdsf/muse-reader-verbatimJohn MacFarlane2017-09-11
|\ | | | | Muse reader: parse verbatim tag
| * Muse reader: parse verbatim tagAlexander Krotov2017-09-11
|/
* Merge pull request #3908 from labdsf/muse-reader-exampleJohn MacFarlane2017-09-10
|\ | | | | Muse reader: trim newlines from <example>s
| * Muse reader: trim newlines from <example>sAlexander Krotov2017-09-10
|/
* Require skylighting 0.3.4.1 or higher.John MacFarlane2017-09-09
|
* Updated lhs-test for new skylighting.John MacFarlane2017-09-09
|
* Use skylighting 0.3.4.1.John MacFarlane2017-09-09
|
* Merge pull request #3904 from labdsf/muse-reader-codeJohn MacFarlane2017-09-09
|\ | | | | Muse reader: debug inline code markup
| * Muse reader: debug inline code markupAlexander Krotov2017-09-09
|/
* Adjusted some tests for last commit.John MacFarlane2017-09-08
|
* Merge pull request #3902 from adunning/euroJohn MacFarlane2017-09-08
|\ | | | | Write euro symbol directly in LaTeX
| * Write euro symbol directly in LaTeXAndrew Dunning2017-09-08
|/ | | | The textcomp package allows pdfLaTeX to parse `€` directly, making the \euro command unneeded. Closes #3801.
* Removed old beamer template.John MacFarlane2017-09-08
| | | | | | | We now use the default.latex template for both latex and beamer. It contains conditionals for the beamer-specific things. `pandoc -D beamer` will return this template.
* Merge pull request #3879 from adunning/patch-1John MacFarlane2017-09-08
|\ | | | | Combine LaTeX/Beamer templates
| * Use starred versions of xcolor namesAndrew Dunning2017-09-08
| | | | | | Prevents changes to documents defined using the dvipsnames list (e.g. `Blue` gives a different result with svgnames enabled).
| * Note use of xcolor in manual.Andrew Dunning2017-09-08
| |
| * Merge branch 'master' into patch-1Andrew Dunning2017-09-08
| |\ | |/ |/|
* | LaTeX template: load polyglossia after header-includes.John MacFarlane2017-09-07
| | | | | | | | | | | | It needs to be loaded as late as possible. Closes #3898.
* | Markdown writer: Escape pipe characters when `pipe_tables` enabled.John MacFarlane2017-09-07
| | | | | | | | Closes #3887.
* | LaTeX writer: use proper code for list enumerators.John MacFarlane2017-09-07
| | | | | | | | | | | | | | This should fix problems with lists that don't use arabic numerals. Closes #3891.
* | Merge pull request #3885 from tarleb/lua-module-docsJohn MacFarlane2017-09-07
|\ \ | | | | | | Lua module documentation
| * | lua-filters.md: append docs for pandoc's lua moduleAlbert Krewinkel2017-08-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The documentation was generated from `data/pandoc.lua` using the following command: ldoc -l doc -d /tmp data/pandoc.lua; pandoc -t markdown --columns=65 \ --atx-headers /tmp/index.html >> \ doc/lua-filters.md
| * | data/pandoc.lua: fix typos in documentationAlbert Krewinkel2017-08-31
| | |
| * | Add ldoc template for lua module documentationAlbert Krewinkel2017-08-31
| | | | | | | | | | | | | | | The template can be used instead of the default template by calling ldoc with the `-l doc` option, where *doc* is the directory of the template.
| * | Document fallback functions in lua filtersAlbert Krewinkel2017-08-30
| | |
* | | cabal: add custom-setup stanza, lowercase field names.John MacFarlane2017-09-07
| | |
* | | Add simple Emacs mode to help with Pandoc templates editing. (#3889)Václav Haisman2017-09-06
| | | | | | | | | tools/pandoc-template-mode.el
* | | Muse reader: Allow finishing header with EOF (#3897)Alexander2017-09-06
| | |
* | | LaTeX reader: Better support for ogonek accents.John MacFarlane2017-09-05
| | |
* | | Markdown writer: make Span with null attribute transparent.John MacFarlane2017-09-05
| | | | | | | | | | | | | | | | | | That is, we don't use brackets or `<span>` tags to mark spans when there are no attributes; we simply output the contents.
* | | LaTeX reader: Improve handling of accents.John MacFarlane2017-09-05
| | | | | | | | | | | | Handle ogonek, and fall back correctly with forms like `\"{}`.
* | | LaTeX reader: support `\k` ogonek accent.John MacFarlane2017-09-05
| | |
* | | Muse reader: require at least one space char after * in header (#3895)Alexander2017-09-05
| | |
* | | Another try to get linux static linking working again.John MacFarlane2017-09-05
| | |
* | | Plain writer: don't use &nbsp; to separate list and indented code.John MacFarlane2017-09-04
| | | | | | | | | | | | | | | There's no need for it in this context, since this isn't to be interpreted using Markdown rules.
* | | Make sure bash is available in linux package build environment.John MacFarlane2017-09-04
| | |