Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-10-11 | Native writer: format Div properly, with blocks separated. | John MacFarlane | 1 | -0/+2 | |
2015-10-10 | Merge pull request #2441 from mb21/polyglossia-lang | John MacFarlane | 1 | -20/+36 | |
Change variable to polyglossia-lang.name and .options | |||||
2015-10-07 | Change variable to polyglossia-lang.name and .options | mb21 | 1 | -20/+36 | |
closes #2437 | |||||
2015-10-01 | Set the template variable $pandoc-version$ to pandocVersion by default. | Alex Vong | 1 | -0/+1 | |
* src/Text/Pandoc/Writers/Man.hs: Set $pandoc-version$ to be pandocVersion. | |||||
2015-10-01 | Set the template variable $hyphenate$ to true by default | Alex Vong | 1 | -0/+1 | |
* src/Text/Pandoc/Writers/Man.hs: Set $hyphenate$ to be true. | |||||
2015-09-26 | Merge pull request #2419 from mb21/bidi | John MacFarlane | 2 | -13/+40 | |
Support bidirectional text output with XeLaTeX, ConTeXt and HTML | |||||
2015-09-26 | Support bidirectional text output with XeLaTeX, ConTeXt and HTML | mb21 | 2 | -13/+40 | |
closes #2191 | |||||
2015-09-26 | Removed unneeded import. | John MacFarlane | 1 | -1/+0 | |
2015-09-25 | Correctly recognize book documentclass in metadata. | John MacFarlane | 1 | -1/+1 | |
Closes #2395. | |||||
2015-09-22 | Merge pull request #2369 from mb21/language-variables | John MacFarlane | 2 | -12/+176 | |
`lang` variable is now in BCP47 format | |||||
2015-09-19 | [RST Writer] Don't normalize heading levels below input minimum | Nikolay Yakimov | 1 | -1/+7 | |
2015-09-17 | Markdown writer: in TOC, add links to headers. | John MacFarlane | 1 | -2/+5 | |
Closes #829. | |||||
2015-09-09 | Use user data directory for reference docx archive. | John MacFarlane | 1 | -1/+1 | |
This allows the test suite to work without installing pandoc first. It also brings the docx writer in line with the odt writer. | |||||
2015-08-20 | `lang` variable is now in BCP47 format | mb21 | 2 | -12/+176 | |
strings are converted for LaTeX and ConTeXt output, closes #1614 | |||||
2015-08-13 | RST writer: ensure that `\ ` is inserted when needed... | John MacFarlane | 1 | -0/+2 | |
...before Cite and Span elements that begin with a "complex" element. Closes jgm/pandoc-citeproc#157. | |||||
2015-08-12 | RST writer: Don't insert `\ ` when complex expression in matched pairs. | John MacFarlane | 1 | -3/+4 | |
E.g. `` [:sup:`3`] `` is okay; you don't need `` [:sup:`3`\ ] ``. | |||||
2015-08-10 | Docx writer: Moved invalid character stripping to `formattedString`. | John MacFarlane | 1 | -4/+4 | |
This avoids an inefficient generic traversal. Updates f3aa03e. Closes #2356. | |||||
2015-08-07 | Updated readers, writers and README for link attribute | mb21 | 22 | -89/+100 | |
2015-08-07 | Updated readers and writers for new image attribute parameter. | John MacFarlane | 22 | -122/+310 | |
(mb21) | |||||
2015-08-05 | ICML writer: changed type of `writeICML`. | John MacFarlane | 1 | -39/+50 | |
API change: It is now `WriterOptions -> Pandoc -> IO String`. Also handle new image attributes. (mb21) | |||||
2015-08-05 | ICML writer: Add Cite style to citations. | John MacFarlane | 1 | -1/+3 | |
(mb21) | |||||
2015-07-21 | DZSlides: Add `role="note"` for speaker notes. | John MacFarlane | 1 | -1/+2 | |
Closes #1693. | |||||
2015-07-16 | Removed unneeded import. | John MacFarlane | 1 | -2/+1 | |
2015-07-16 | LaTeX writer: Fixed detection of 'chapters' from template. | John MacFarlane | 1 | -3/+11 | |
If a documentclass isn't specified in metadata, but the template has a hardwired bookish documentclass, act as if `--chapters` was used. This was the default in earlier versions, but it has been broken for a little while. | |||||
2015-07-14 | Updated to use cmark >= 0.4. | John MacFarlane | 1 | -4/+4 | |
2015-07-13 | HTML writer: support speaker notes in dzslides. | John MacFarlane | 1 | -0/+1 | |
With this change `<div class="notes">` and also `<div class="notes" role="note">` will be output if `-t dzslides` is used. So we can have speaker notes in dzslides too. Thanks to maybegeek. | |||||
2015-07-13 | DokuWiki: write $..$ instead of <math>..</math> | Tiziano Müller | 1 | -1/+1 | |
MathJax seems currently to be the only maintained math rendering extension for DokuWiki and it uses $..$ instead of <math>..</math>. | |||||
2015-07-08 | Correct superscript/subscript. | Andrew Dunning | 1 | -3/+3 | |
2015-07-07 | Fixed email javascript obfuscation with mailto: URLs. | John MacFarlane | 1 | -2/+2 | |
This fixes a potential security issue. Because single quotes weren't being escaped in the link portion, a specially crafted email address could allow javascript code injection. [Jim'+alert('hi')+'OBrien](mailto:me@example.com) Closes #2280. | |||||
2015-07-01 | ConTeXt: use `\goto` for internal links. | John MacFarlane | 1 | -7/+2 | |
2015-07-01 | Merge pull request #2255 from mchladek/odt_linebreak | John MacFarlane | 1 | -1/+1 | |
Fix #2254 : OpenDocument writer adds space with hard line break | |||||
2015-07-01 | ConTeXt writer: Added a % at end for `\reference` to avoid spurious space. | John MacFarlane | 1 | -2/+2 | |
2015-07-01 | Do not add a carriage return after a hard line break in OpenDocument writer ↵ | Michael Chladek | 1 | -1/+1 | |
and reflect change in tests. | |||||
2015-06-28 | Removed unneeded import. | John MacFarlane | 1 | -1/+1 | |
2015-06-28 | Make sure we use dist version of reference.docx for some things. | John MacFarlane | 1 | -2/+2 | |
Taking some values from a user-supplied reference.docx tends to lead to corruption. This fixes a regression from the last release. Closes #2249. | |||||
2015-06-28 | Let reference.docx/odt behave as if they are virtual data files. | John MacFarlane | 2 | -43/+2 | |
Now they are constructed on the fly from their components, but we now allow them to be printed with `--print-default-data-file` and to override the defaults if placed in the user data directory. Shared now exports getDefaultReferenceDocx and getDefaultReferenceODT (API change). These functions have been removed from the Docx and ODT writers. Shared.readDataFile has been modified so that requests to read a reference.odt or reference.docx will use these functions to generate the files. | |||||
2015-06-27 | Removed unused import. | John MacFarlane | 1 | -1/+0 | |
2015-06-27 | Textile writer: escape `+` and `-` as entities. | John MacFarlane | 1 | -0/+2 | |
Closes #2225. | |||||
2015-06-27 | Plain writer: don't use symbols for super/subscript. | John MacFarlane | 1 | -14/+10 | |
Simplified code by using plainExtensions from Options. Closes #2237. | |||||
2015-06-09 | Fix InDesign crash with URLs containing more than one colon character | gohai | 1 | -2/+9 | |
Colons are valid characters in URLs, and used e.g. by the Internet Archive's Wayback Machine - a popular resource amongst researchers. When InDesign encounters a HyperlinkURLDestination with more than one colon character in it, it crashes when placing the ICML. (This was tested against CS6.) The IDML specification hints at this requirement in section 6.4.1: "The colon apppears in the Name attribute of the style, but is encoded as %3a when it appears in the Self attribute". Follow this example for all colon characters in URLs. | |||||
2015-06-07 | DokuWiki writer: Use proper `<code>` tags for code blocks. | John MacFarlane | 1 | -4/+4 | |
Closes #2213. | |||||
2015-05-31 | Custom writer: fixed some compiler warnings for ghc < 7.10. | John MacFarlane | 1 | -12/+17 | |
2015-05-31 | Allow building with hslua 0.4. | John MacFarlane | 1 | -0/+20 | |
2015-05-28 | Better fix for #2187. | John MacFarlane | 2 | -15/+57 | |
* 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 | Texinfo writer: Removed tabs from source. | John MacFarlane | 1 | -3/+3 | |
2015-05-27 | LaTeX/beamer: added `setotherlanguages` in polyglossia. | John MacFarlane | 1 | -3/+7 | |
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 compiler warning. | John MacFarlane | 1 | -1/+1 | |
2015-05-27 | Revealjs: allow 'center' to be set to false. | John MacFarlane | 1 | -0/+3 | |