summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Various minor formatting and consistency fixes for the program options.Andreas Lööw2015-04-16
|
* Minor, fixed a Markdown error that caused formatting problems.Andreas Lööw2015-04-16
|
* Updated changelog for 1.13.2.1 release.John MacFarlane2015-04-15
|
* Document `toc-title` variable in README.John MacFarlane2015-04-14
| | | | See #2081.
* Merge pull request #2081 from lierdakil/docx-content-titleJohn MacFarlane2015-04-14
|\ | | | | Docx Writer: Take TOC title from toc-title metadata field
| * Docx Writer: Take TOC title from toc-title metadata fieldNikolay Yakimov2015-04-14
| |
* | Bump texmath lower bound to 0.8.1John MacFarlane2015-04-13
| |
* | Merge pull request #2078 from nickbart1980/patch-2John MacFarlane2015-04-13
|\ \ | | | | | | Adds YAML biblio format
| * | Adds YAML biblio formatnickbart19802015-04-13
| |/ | | | | Also, adds note on pandoc-citeproc --bib2json and pandoc-citeproc --bib2yaml, and sorts table
* / LaTeX template: include grffile together with graphicx.John MacFarlane2015-04-13
|/ | | | | This properly handles filenames containing spaces and dots. Closes #2074.
* Fixed warning.John MacFarlane2015-04-12
|
* Fixed toc depth in RST writer.John MacFarlane2015-04-12
| | | | | | Previously the depth was being rendered as a floating point number with a decimal point. Thanks to Nick Yakimov for noticing this.
* Merge pull request #2072 from lierdakil/latex-reader-cleanupJohn MacFarlane2015-04-12
|\ | | | | LaTeX Reader: Code cleanup
| * LaTeX Reader: Test for `^^` character escapesNikolay Yakimov2015-04-13
| |
| * LaTeX Reader: Code cleanupNikolay Yakimov2015-04-12
| |
* | OpenDocument template: use `text:p` instead of `text:h` for title.John MacFarlane2015-04-12
| | | | | | | | | | Using `text:h` causes problems with numbering. Closes #2059. Thansk to @nkalvi for diagnosing this.
* | Text.Pandoc.PDF: more comprehensible errors on image conversion.John MacFarlane2015-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | Closes #2067. EPS can't be supported without shelling out to something like ImageMagick, but at least we can avoid mysterious error messages. We now get: pandoc: Unable to convert `circle.eps' for use with pdflatex. ! Package pdftex.def Error: File `circle-eps-converted-to.pdf' not found. which seems more straightforward.
* | Merge pull request #2070 from lierdakil/odt-image-captionsJohn MacFarlane2015-04-11
|\ \ | |/ |/| ODT Writer: Figure captions
| * ODT Writer: Figure captions - Tests updateNikolay Yakimov2015-04-12
| |
| * ODT Writer: Figure captionsNikolay Yakimov2015-04-12
|/ | | | | | | | | | | | | | | Works pretty much the same as Word writer. Following styles are used for figures: Figure -- for figure with empty caption FigureWithCaption (based on Figure) -- for figure with caption FigureCaption (based on Caption) -- for figure captions Also, TableCaption (based on Caption) is used for table captions. We need FigureWithCaption to set keepWithNext, in order to keep caption with figure.
* Merge pull request #2064 from nickbart1980/patch-1John MacFarlane2015-04-10
|\ | | | | Fix obsolete reference to mods2yaml
| * Fix obsolete reference to mods2yamlnickbart19802015-04-10
|/
* Removed redundat import.John MacFarlane2015-04-07
|
* DocBook reader: look inside "info" elements for section titles.John MacFarlane2015-04-07
| | | | Closes #1931.
* RST writer: better handling of raw latex inline.John MacFarlane2015-04-07
| | | | | | | We use `` :raw-latex:`...` `` and add a definition for this role to the template. Closes #1961.
* epub, epub3: added header-includes, include-before, include-after.John MacFarlane2015-04-07
| | | | Closes #1987.
* reveal.js template: move custom css after theme.John MacFarlane2015-04-07
| | | | | This allows custom css to modify themes, instead of being replaced by themes.
* Merge pull request #2057 from Jubobs/masterMatthew Pickering2015-04-07
|\ | | | | Markdown Reader: eliminate common subexpressions
| * Markdown Reader: eliminate common subexpressionsJulien Cretel2015-04-07
|/
* EPUB writer: Take TOC title from toc-title metadata field.John MacFarlane2015-04-02
|
* Improved INSTALL instructions.John MacFarlane2015-04-02
|
* Added INSTALL instructions about older cabal versions.John MacFarlane2015-04-02
| | | | | | IT may be necessary to update cabal, since older versions don't take into account the (new) possibility of changed metadata on Hackage.
* Added "noProof" to docx syntax highlighting SourceCode style.John MacFarlane2015-04-01
|
* reveal.js template: add new configurable options.John MacFarlane2015-03-31
| | | | | | | | (Dmitry Smirnov, jgm/pandoc-templates#89) * Made option "center" configurable. * Added new options "maxScale" and "slideNumber". * Added comments to existing options.
* Merge pull request #2042 from lierdakil/issue1866John MacFarlane2015-03-31
|\ | | | | LaTeX Reader: check for block-level newcommand aliases in blockCommand
| * Latex Reader: Block commands code cleanupNikolay Yakimov2015-03-31
| |
| * Latex Reader: Guard against para starting with inline macroNikolay Yakimov2015-03-30
| |
| * Latex Reader: More tests for corner casesNikolay Yakimov2015-03-30
| |
| * Latex Reader: Test for para starting with latex macroNikolay Yakimov2015-03-30
| |
| * LaTeX Reader: check for block-level newcommand aliases in blockCommandNikolay Yakimov2015-03-30
| |
* | Merge pull request #2035 from lierdakil/issue2031John MacFarlane2015-03-30
|\ \ | | | | | | Docx Writer/Reference: Add keepNext to objects w/ captions
| * | Updated README with new Docx Writer style namesNikolay Yakimov2015-03-29
| | |
| * | Reference Docx: Add keepNext to table captionsNikolay Yakimov2015-03-29
| | |
| * | Docx Writer: Add a style to figure imagesNikolay Yakimov2015-03-29
| | | | | | | | | | | | | | | | | | | | | Figures with empty captions use style "Figure" Figures with nonempty captions use style "Figure with Caption", which is based on "Figure", and additionally has keepNext set.
* | | benchmark - removed kludge we needed before CommonMark writer.John MacFarlane2015-03-30
| | |
* | | Added CommonMark writer.John MacFarlane2015-03-29
| | | | | | | | | | | | | | | Added `Text.Pandoc.Writers.CommonMark`, exporting `writeCommonMark`.
* | | Require cmark 0.3.1.John MacFarlane2015-03-29
| |/ |/|
* | Merge pull request #2038 from lierdakil/docx-hyphen-settingsJohn MacFarlane2015-03-29
|\ \ | | | | | | Docx Writer: Copy hyphenation settings from reference.docx
| * | Docx Writer: Copy hyphenation settings from reference.docxNikolay Yakimov2015-03-29
| |/
* | Merge pull request #2037 from lierdakil/issue458John MacFarlane2015-03-29
|\ \ | | | | | | Docx Writer: support for --toc option