Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-05-01 | Merge pull request #2890 from bcdevices/docbook5-writer | John MacFarlane | 1 | -6/+15 | |
Docbook5 write support | |||||
2016-05-01 | LaTeX writer: use {} around options containing special chars. | John MacFarlane | 1 | -4/+9 | |
Closes #2892. | |||||
2016-04-29 | Docbook5 writer: Properly handle ulink/link | Ivo Clarysse | 1 | -1/+3 | |
2016-04-29 | Write out Docbook 5 namespace | Ivo Clarysse | 1 | -4/+7 | |
2016-04-29 | HTML writer: ensure mathjax link is added when math appears in footnote. | John MacFarlane | 1 | -3/+2 | |
Previously if a document only had math in a footnote, the MathJax link would not be added. Closes #2881. | |||||
2016-04-29 | Add docbook5 writer support | Ivo Clarysse | 1 | -3/+7 | |
2016-04-27 | Revert "LaTeX writer: Add `\strut` to fix multiline tables" | John MacFarlane | 1 | -2/+1 | |
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. | |||||
2016-04-26 | Merge pull request #2735 from mb21/patch-1 | John MacFarlane | 1 | -1/+1 | |
LaTeX Writer: fix polyglossia to babel env mapping | |||||
2016-04-26 | Merge pull request #2829 from adunning/patch-1 | John MacFarlane | 1 | -7/+17 | |
LaTeX writer: Add missing languages. | |||||
2016-04-26 | LaTeX writer: ignore --incremental unless -t beamer. | John MacFarlane | 1 | -1/+2 | |
Closes #2843. | |||||
2016-04-01 | LaTeX writer: Add missing languages. | Andrew Dunning | 1 | -7/+17 | |
Updates the list from the hyphenation files at <http://mirror.ctan.org/language/hyph-utf8/tex/generic/hyph-utf8/loadhyph/>. | |||||
2016-03-30 | Recognize `la-x-classic` as Classical Latin. | Andrew Dunning | 1 | -0/+2 | |
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. | |||||
2016-03-26 | EPUB writer: set 'navpage' variable on nav page. | John MacFarlane | 1 | -1/+2 | |
This allows templates to treat it differently. | |||||
2016-03-25 | Removed two superfluous lines. | John MacFarlane | 1 | -2/+0 | |
2016-03-24 | LaTeX writer: better positioning for hypertarget in figures. | John MacFarlane | 1 | -16/+23 | |
Closes #2813. | |||||
2016-03-24 | LaTeX writer: Fixed position of label in figures. | John MacFarlane | 1 | -3/+3 | |
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. | |||||
2016-03-20 | LaTeX Writer: fix polyglossia to babel env mapping | Mauro Bieg | 1 | -1/+1 | |
allow for optional argument in square brackets, closes #2728 | |||||
2016-03-19 | Merge pull request #2637 from mb21/latex-figure-label | John MacFarlane | 1 | -19/+24 | |
LaTeX writer: figure label | |||||
2016-03-18 | ConTeXt writer: fix whitespace at line beginning in line blocks. | John MacFarlane | 1 | -1/+11 | |
Add a `\strut` after `\crlf` before space. Closes #2744, #2745. Thanks to @c-foster. This uses the fix suggested by @c-foster. Mid-line spaces are still not supported, because of limitations of the Markdown parser. | |||||
2016-03-18 | LaTeX writer: Avoid double toprule in headerless table with caption. | John MacFarlane | 1 | -7/+10 | |
Closes #2742. | |||||
2016-03-10 | Docx Writer: handle image alt text | mb21 | 1 | -2/+2 | |
closes #2754 | |||||
2016-03-08 | DokuWiki writer: use $$ for display math. | John MacFarlane | 1 | -1/+4 | |
2016-02-20 | Merge pull request #2668 from monofon/fix/yaml-metadata-block-bottom-line | John MacFarlane | 1 | -1/+1 | |
Markdown writer: Use hyphens for yaml metadata block bottom line | |||||
2016-02-18 | LaTeX writer: clean up options parser. | Jesse Rosenthal | 1 | -3/+4 | |
Make sure that we require the closing bracket. | |||||
2016-02-18 | LaTeX writer: treat memoir template with `article` opt as article | Jesse Rosenthal | 1 | -6/+21 | |
We currently treat all memoir templates as books. This means that pandoc will infer the `--chapters` argument, even if the `article` iption is set for memoir. This commit makes pandoc treats the document as an article if there is an article option (i.e., `\documentclass[12pt,article]{memoir}`). Note that this refactors out the parsec parsers for document class and options, to make it a little clearer what's going on. | |||||
2016-02-05 | Custom writer: Pass attributes parameter to CaptionedImage. | John MacFarlane | 1 | -2/+2 | |
Closes #2697. | |||||
2016-02-03 | HTML writer: don't include alignment attribute for default table columns. | John MacFarlane | 1 | -2/+5 | |
Previously these were given "left" alignment. Better to leave off alignment attributes altogether. Closes #2694. | |||||
2016-01-22 | Changed type of Shared.uniqueIdent argument from [String] to Set String. | John MacFarlane | 4 | -11/+15 | |
This avoids performance problems in documents with many identically named headers. Closes #2671. | |||||
2016-01-21 | Merge pull request #2638 from c-forster/teiwriter | John MacFarlane | 1 | -0/+320 | |
Add TEI Writer. | |||||
2016-01-21 | Markdown writer: Use hyphens for yaml metadata block bottom line | Henrik Tramberend | 1 | -1/+1 | |
2016-01-20 | LaTeX writer: Allow more flexible table alignment | Henrik Tramberend | 1 | -1/+1 | |
2016-01-19 | Added some entity tests in Markdown reader tests. | John MacFarlane | 1 | -6/+6 | |
Change types of divs. From Docbook "sect#" and "simplesect" to "level#" and "section." Add tests. Add mention of TEI to README. Small changes to TEI writer. | |||||
2016-01-19 | Add TEI Writer. | csforste | 1 | -0/+320 | |
2016-01-14 | HTML writer: harmless code simplification. | John MacFarlane | 1 | -34/+32 | |
Since the 'math' is only put into the template if stMath is set anyway, there's no need for this conditional. | |||||
2016-01-13 | Org writer - pass through RawInline with format "org". | John MacFarlane | 1 | -2/+7 | |
2016-01-10 | LaTeX writer: figure label | mb21 | 1 | -19/+24 | |
2016-01-09 | LaTeX writer: restore old treatment of Span. | John MacFarlane | 1 | -17/+15 | |
A Span is rendered with surrounding {braces}. This was a regression in 1.16. Closes #2624. | |||||
2016-01-05 | RST, Markdown writers: Fixed rendering of grid tables with blank rows. | John MacFarlane | 2 | -2/+2 | |
Closes #2615. | |||||
2016-01-02 | MediaWiki writer: fix spacing issues. | John MacFarlane | 1 | -1/+5 | |
+ Start cell on new line unless it's a single Para or Plain. + For single Para or Plain, insert a space after the `|` to avoid problems when the text begins with a character like `-`. Closes #2604, closes #2606. | |||||
2015-12-29 | Use cmark 0.5. | John MacFarlane | 1 | -17/+17 | |
Closes #2605. | |||||
2015-12-22 | ConTeXt writer: set default layout based on margin-left, etc. | John MacFarlane | 1 | -0/+10 | |
This sets up `\setuplayout` based on the variables `margin-left`, `margin-right`, `margin-bottom`, and `margin-top`, if no layout is given. | |||||
2015-12-22 | LaTeX writer: create defaults for geometry using margin-left etc. | John MacFarlane | 1 | -1/+10 | |
If `geometry` has no value, but `margin-left`, `margin-right`, `margin-top`, and/or `-margin-bottom` are given, a default value for `geometry` is created from these. Note that these variables already affect PDF production via HTML5 with wkhtmltopdf. | |||||
2015-12-19 | LaTeX/Beamer template changes (Thomas Hodgson): | John MacFarlane | 1 | -0/+1 | |
* Added `thanks` variable * Use `parskip.sty` when `indent` isn't set (fall back to using `setlength` as before if `parskip.sty` isn't available). * Use `biblio-style` with biblatex. * Added `biblatexoptions` variable. * Added `section-titles` variable (defaults to true) to enable/suppress section title pages in beamer slide shows. * Moved beamer themes after fonts, so that themes can change fonts. (Previously the fonts set were being clobbered by lmodern.sty.) | |||||
2015-12-19 | Added needed import of FromJSON. | John MacFarlane | 1 | -1/+1 | |
Fixes build failure. | |||||
2015-12-19 | Fix language code for Czech (cs not cz) | John MacFarlane | 2 | -2/+1 | |
Closes #2597. | |||||
2015-12-19 | Merge branch 'master' of https://github.com/AndreasLoow/pandoc into ↵ | John MacFarlane | 1 | -1/+6 | |
AndreasLoow-master | |||||
2015-12-17 | ICML writer: intersperse line breaks | mb21 | 1 | -12/+17 | |
instead of appending them to every ParagraphStyleRange closes #2501 | |||||
2015-12-16 | ICML writer: added figure handling, closes #2590 | mb21 | 1 | -3/+12 | |
2015-12-13 | ICML writer: removed redundant import. | John MacFarlane | 1 | -1/+0 | |
2015-12-13 | Merge pull request #2570 from mb21/rst-reader-imgattrs | John MacFarlane | 2 | -27/+34 | |
Image attributes |