Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-31 | Custom writer: fixed some compiler warnings for ghc < 7.10. | John MacFarlane | 1 | -12/+17 | |
2015-05-31 | Bump to 1.14.0.2, updated changelog. | John MacFarlane | 2 | -1/+5 | |
2015-05-31 | Allow building with hslua 0.4. | John MacFarlane | 2 | -1/+21 | |
2015-05-28 | Updated INSTALL. | John MacFarlane | 1 | -4/+2 | |
2015-05-28 | Updated changelog. | John MacFarlane | 1 | -3/+14 | |
2015-05-28 | Better fix for #2187. | John MacFarlane | 5 | -65/+78 | |
* Reverted kludgy change to make-windows-installer.bat. * Removed make-reference-fiels.hs. * Moved the individual ingredients of reference.docx and reference.odt to the data directory. * Removed reference.docx and reference.odt from data directory. * We now build the reference archives from their ingredient pieces in the docx and odt writers, instead of having a reference.docx or reference.odt intermediary. This should fix #2187. It also simplifies the bulid procedure. The one thing users may notice is different is that you can no longer get the reference.docx or reference.odt using `--print-default-data-file`. Instead, simply generate a docx or odt using pandoc with a blank or minimal input, and use that (or a customized version) with `--reference-docx` or `--reference-odt`. | |||||
2015-05-28 | ConTeXt writer: Add reference anchors to Div with ids. | John MacFarlane | 1 | -1/+7 | |
This is useful for pandoc-citeproc linked citations. | |||||
2015-05-28 | Removed tab chars in Textile reader source. | John MacFarlane | 1 | -2/+2 | |
2015-05-28 | Texinfo writer: Removed tabs from source. | John MacFarlane | 1 | -3/+3 | |
2015-05-28 | More fixes to make-windows-installer for #2187. | John MacFarlane | 1 | -1/+2 | |
2015-05-28 | Updated INSTALL on `embed_data_files`. | John MacFarlane | 1 | -3/+4 | |
2015-05-28 | Updated changelog. | John MacFarlane | 1 | -0/+10 | |
2015-05-28 | Ensure that docx and odt are built in windows installer. | John MacFarlane | 1 | -0/+3 | |
Closes #2187. | |||||
2015-05-28 | Added filepath dependency to make-reference-files. | John MacFarlane | 1 | -0/+1 | |
2015-05-28 | Bump version to 1.14.0.1. | John MacFarlane | 1 | -1/+1 | |
2015-05-28 | make-reference-files: use proper path separators for Windows. | John MacFarlane | 1 | -2/+3 | |
Fixes a bug with reference.docx and reference.odt in Windows builds. | |||||
2015-05-28 | Don't include generated man pages in extra-source-files. | John MacFarlane | 1 | -3/+0 | |
See 3f20fb3f9f8ccb2e6476e116e196b7e70ac559bb. Closes #2189. | |||||
2015-05-28 | Bump upper bound for aeson. | John MacFarlane | 1 | -2/+2 | |
2015-05-27 | More fixes to trypandoc. | John MacFarlane | 1 | -1/+2 | |
2015-05-27 | Fixes to trypandoc fixes. | John MacFarlane | 1 | -5/+1 | |
2015-05-27 | trypandoc - fixes for new API. | John MacFarlane | 1 | -1/+7 | |
2015-05-27 | Adjust date on README. | John MacFarlane | 1 | -1/+1 | |
2015-05-27 | Revert "make_osx_package.sh: don't use cpphs." | John MacFarlane | 1 | -1/+2 | |
This reverts commit 067dcb921a115e94a6b9460a22b7486aade4cbb2. | |||||
2015-05-27 | make_osx_package.sh: don't use cpphs. | John MacFarlane | 1 | -2/+1 | |
2015-05-27 | Updated changelog. | John MacFarlane | 1 | -3/+29 | |
2015-05-27 | LaTeX template: Move hyperref before polyglossia. | John MacFarlane | 4 | -35/+41 | |
This avoids an error "Please load package hyperref before bidi package, and then try to run xelatex on your document again". See jgm/pandoc-templates #96. | |||||
2015-05-27 | LaTeX/beamer: added `setotherlanguages` in polyglossia. | John MacFarlane | 2 | -8/+12 | |
This uses an `otherlang` variable that takes a list of languages. As requseted in #2174. | |||||
2015-05-27 | LaTeX writer: Make `mainlang` work when `lang` is in metadata. | John MacFarlane | 1 | -2/+3 | |
Closes #2174. | |||||
2015-05-27 | Fixed svg handling in EPUB writer. | John MacFarlane | 2 | -1/+4 | |
This is a crude workaroud for #2183. A correct fix would require having openURL and fetchItem return a content encoding as well as a content type. | |||||
2015-05-27 | Fixed compiler warning. | John MacFarlane | 1 | -1/+1 | |
2015-05-27 | Revealjs: allow 'center' to be set to false. | John MacFarlane | 2 | -5/+8 | |
2015-05-27 | Documented `toccolor` variable. | John MacFarlane | 1 | -0/+3 | |
2015-05-27 | Template changes. | John MacFarlane | 1 | -9/+5 | |
* Use polyglossia with xelatex in beamer (#85). * Provide `\tightlist` in beamer template (Anders Persson). * Add toccolor variable to control link color in toc (Kaixhin). | |||||
2015-05-27 | EPUB writer: Improved chapter splitting and internal link rewriting. | John MacFarlane | 1 | -53/+34 | |
Closes #1887. Closes #2163. Closes #2162. | |||||
2015-05-26 | Require cmark-hs >= 0.3.3 (fixes #2175). | John MacFarlane | 1 | -1/+1 | |
2015-05-26 | Merge pull request #2170 from tarleb/org-generalize-result-block | John MacFarlane | 1 | -16/+21 | |
Org generalize result block | |||||
2015-05-26 | Merge pull request #2169 from tarleb/org-header-tags | John MacFarlane | 2 | -10/+57 | |
Org reader: put header tags into empty spans | |||||
2015-05-26 | Merge pull request #2141 from DigitalPublishingToolkit/icml-images | John MacFarlane | 2 | -3/+5 | |
Fix image URIs in ICML output | |||||
2015-05-26 | Updated tests for new highlighting-kate. | John MacFarlane | 3 | -25/+76 | |
2015-05-26 | Require highlighting-kate 0.6. | John MacFarlane | 1 | -3/+3 | |
2015-05-26 | README: Better documentation of syntax highlighting. | John MacFarlane | 1 | -1/+23 | |
See #1318. | |||||
2015-05-23 | Org reader: drop trees with a :noexport: tag | Albert Krewinkel | 2 | -4/+19 | |
Trees having a `:noexport:` tag set are not exported. This mirrors default Emacs Org-Mode behavior. | |||||
2015-05-23 | Org reader: put header tags into empty spans | Albert Krewinkel | 2 | -6/+38 | |
Org mode allows headers to be tagged: ``` org-mode * Headline :TAG1:TAG2: ``` Instead of being interpreted as part of the headline, the tags are now put into the attributes of empty spans. Spans without textual content won't be visible by default, but they are detectable by filters. They can also be styled using CSS when written as HTML. This fixes #2160. | |||||
2015-05-23 | Org reader: generalize code block result parsing | Albert Krewinkel | 1 | -3/+3 | |
Code blocks can be followed by optional result blocks, representing the output generated by running the code in the code block. It is possible to choose whether one wants to export the code, the result, both or none. This patch allows any kind of `Block` as the result. Previously, only example code blocks were recognized. | |||||
2015-05-23 | Reorder block arguments parsing code | Albert Krewinkel | 1 | -13/+18 | |
Group code used to parse block arguments together in one place. This seems better than having part of the code mixed between unrelated parsing state changing functions. | |||||
2015-05-21 | EPUB writer: Split references into separate chapter. | John MacFarlane | 1 | -0/+4 | |
Previously the div-enclosed reference section produced by pandoc-citeproc would not be split into its own chapter, which caused various problems. See #2162, #2163. I'm not sure this is a complete fix. I note that the bibliography doesn't appear in nav or toc, which seems bad. | |||||
2015-05-20 | PDF writer: Print temp dir on `--verbose`. | John MacFarlane | 1 | -0/+2 | |
This might help diagnose #777. | |||||
2015-05-20 | Updated changelog. | John MacFarlane | 1 | -0/+6 | |
2015-05-20 | DocBook writer: add id to para if in Div with id element. | John MacFarlane | 1 | -0/+8 | |
This makes the writer work properly with linked bibliographic items with pandoc-citeproc. Closes jgm/pandoc-citeproc#132. | |||||
2015-05-14 | Updated contributors and copyright dates in README. | John MacFarlane | 1 | -10/+122 | |
Closes #2153. |