Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-03-07 | Fix initial `Str "."` after `LineBreak` as well? | Michael Thompson | 1 | -0/+2 | |
2012-03-07 | escape initial dot in code lines | Michael Thompson | 1 | -1/+5 | |
2012-03-05 | Fixed ployglossia support in LaTeX template for multiple langs. | John MacFarlane | 1 | -0/+2 | |
\setmainlanguage will now just use the last of a comma-separated list of languages. | |||||
2012-03-03 | Use <q> tags for Quoted items for HTML5 output. | John MacFarlane | 1 | -4/+11 | |
The quote style can be changed by modifying the template or including a css file. A default quote style is included. | |||||
2012-03-03 | EPUB writer: Use extensible exceptions. | John MacFarlane | 1 | -1/+3 | |
2012-03-03 | Use \textasciitilde for ~ in LaTeX writer. | John MacFarlane | 1 | -1/+1 | |
2012-03-02 | Fixed bug in LaTeX string escaper (with ~). | John MacFarlane | 1 | -1/+1 | |
2012-02-21 | HTML writer: Don't escape contents of EQ tags with --gladtex. | John MacFarlane | 1 | -2/+2 | |
This fixes a regression from 1.8.x. Closes #428. | |||||
2012-02-14 | Add TableNormal style to tables. | John MacFarlane | 1 | -2/+3 | |
Needs testing with Word. | |||||
2012-02-11 | Fix _rels/.rels if it has been screwed up by Word. | John MacFarlane | 1 | -1/+10 | |
Closes #414. Previously, if you edited the reference.docx with Word, then created a new docx using the edited reference.docx, Word would complain about the file being corrupt. The problem seems to be that Word changes _rels/.rels, changing the Type of the Relationship to docProps/core.xml from "http://schemas.openxmlformats.org/officedocument/2006/relationships/metadata/core-properties" to "http://schemas.openxmlformats.org/package/2006/relationships/metadata/core-properties". As far as I can see, this is a bug in Word, since the latter is not valid. (See http://idippedut.dk/post/2010/04/22/Correct-according-to-spec-or-implementation.aspx.) This change simply does a global replace on _rels/.rels that reverts the change Word makes. And now producing docx files with Word-modified reference.docx seems to work. | |||||
2012-02-08 | Don't wrap headers in markdown or rst. | John MacFarlane | 2 | -2/+3 | |
2012-02-06 | LaTeX writer: prevent adjacent hyphens from forming ligatures. | John MacFarlane | 1 | -20/+32 | |
This is important primarily for things like `--option`. Em and En dashes will produce '---' and '--' in LaTeX, but hyphens should not otherwise combine into dashes. | |||||
2012-02-05 | Removed module Text.Pandoc.CharacterReferences. | John MacFarlane | 1 | -3/+2 | |
Moved characterReference parser to Text.Pandoc.Parsing. decodeCharacterReferences is now replaced by fromEntities in Text.Pandoc.XML. | |||||
2012-02-05 | Normalize date in EPUB metadata. | John MacFarlane | 1 | -1/+1 | |
2012-01-31 | Don't let autolinks create reference links. | John MacFarlane | 1 | -1/+1 | |
Previously we got bad results with -t markdown --reference-links if the input contained autolinks like <http://yahoo.com>. | |||||
2012-01-31 | Don't include mathml javascript for html5 output. | John MacFarlane | 1 | -1/+2 | |
mathml is supposed to be supported in HTML5. | |||||
2012-01-31 | Support `--mathml` flag in docbook. | John MacFarlane | 1 | -2/+28 | |
2012-01-30 | Added `--epub-embed-font` option. | John MacFarlane | 1 | -5/+23 | |
* This can be repeated for multiple fonts. * Added parameter for fonts to embed to writeEPUB. * Added ttf, otf to Mime types in Text.Pandoc.MIME. | |||||
2012-01-28 | Remove dependency on old-time. | John MacFarlane | 3 | -6/+6 | |
2012-01-28 | Put date in YYYY-MM-DD format if possible for HTML, docx metadata. | John MacFarlane | 2 | -5/+6 | |
Added normalizeDate to Text.Pandoc.Shared. | |||||
2012-01-27 | LaTeX writer: escape # in href URLs. Closes #359. | John MacFarlane | 1 | -6/+2 | |
2012-01-27 | Docbook writer: Use sect1, sect2, etc. instead of section. | John MacFarlane | 1 | -9/+11 | |
2012-01-27 | Finished implementing --atx-headers in markdown writer. | John MacFarlane | 1 | -2/+5 | |
2012-01-27 | Removed some unused code. | John MacFarlane | 1 | -3/+0 | |
2012-01-25 | Added --slide-level option to override default. | John MacFarlane | 2 | -4/+14 | |
This allows users to select a slide level below the first header level with content. Note that content under sections above the slide level will not appear in slides (either in beamer or in HTML slide shows). This is primarily useful for creating documents that can be made into both slides and handouts (which contain additional content outside the slides). | |||||
2012-01-25 | Fixed regression in HTML writer: all headers level 1! | John MacFarlane | 1 | -1/+3 | |
2012-01-25 | Depend on highlighting-kate 0.5. | John MacFarlane | 1 | -3/+3 | |
This uses styleToCss instead of styleToHtml. | |||||
2012-01-25 | LaTeX/beamer: --chapters causes level 1 to be \part{..}. | John MacFarlane | 1 | -3/+6 | |
2012-01-24 | HTML writer: Use h1 for all slide titles. | John MacFarlane | 1 | -2/+2 | |
2012-01-24 | HTML writer: Use new common system for slides. | John MacFarlane | 1 | -20/+16 | |
2012-01-23 | Slides: New approach, using hierarchicalize. | John MacFarlane | 1 | -23/+31 | |
This will work better with the HTML slideshows. | |||||
2012-01-23 | LaTeX beamer: Only add [fragile] to slide if it contains verbatim. | John MacFarlane | 1 | -1/+8 | |
Closes #385. | |||||
2012-01-23 | Use Slides in LaTeX writer for beamer. | John MacFarlane | 1 | -29/+17 | |
2012-01-20 | Docx: Put display math on separate line. | John MacFarlane | 1 | -5/+9 | |
2012-01-20 | Docx writer: Fixed styles in footnotes. | John MacFarlane | 1 | -0/+6 | |
Previously a footnote in a list item would be a list item, etc.! | |||||
2012-01-20 | Docx: Adjusted list spacing for less cramped number markers. | John MacFarlane | 1 | -1/+1 | |
2012-01-20 | Docx writer: Start bullet lists with solid bullet. | John MacFarlane | 1 | -6/+7 | |
2012-01-20 | Docx writer: Don't indent first level of lists. | John MacFarlane | 1 | -2/+2 | |
2012-01-20 | Docx writer: Fixed bug with numbered lists. | John MacFarlane | 1 | -24/+37 | |
Numbered lists were being numbered continuously, instead of having new lists start again with 1. | |||||
2012-01-19 | Minor comment fixes. | John MacFarlane | 1 | -2/+0 | |
2012-01-19 | Check for existence before opening image file. | John MacFarlane | 1 | -49/+57 | |
Print warning if file doesn't exist. | |||||
2012-01-19 | Added Docx writer. | John MacFarlane | 1 | -0/+626 | |
* New module `Text.Pandoc.Docx`. * New output format `docx`. * Added reference.docx. * New option `--reference-docx`. The writer includes support for highlighted code blocks and math (which is converted from TeX to OMML using texmath's new OMML module). | |||||
2012-01-15 | ImageSize: extract dpi information from PNG and JPEG. | John MacFarlane | 1 | -5/+4 | |
* ImageSize record now includes dpiX, dpiY, pxX, pxY. * New functions sizeInPixels and sizeInPoints. | |||||
2012-01-14 | ODT writer now sizes images appropriately. | John MacFarlane | 2 | -3/+10 | |
OpenDocument writer: a title like "123x467" is interpreted as size in *points*. ODT writer: while adding images to the archive, computes their sizes and inserts a title attribute with the size before calling opendocument writer. Size is computed as follows: size in points = size in pixels * 96 / 72 | |||||
2012-01-14 | OpenDocument writer: treat image title of form "dddxddd" as size in px. | John MacFarlane | 1 | -3/+14 | |
Later we'll modify the ODT writer to insert such titles, so image sizes will be correct in the ODT. | |||||
2012-01-13 | EPUB writer: Allow raw HTML. | John MacFarlane | 1 | -6/+1 | |
2012-01-11 | HTML writer: Don't use self-closing img, br, hr tags. | John MacFarlane | 1 | -7/+12 | |
2012-01-01 | EPUB writer: Allow `lang` variable to set language in metadata. | John MacFarlane | 1 | -2/+5 | |
Defaults to locale language if `lang` is not set. | |||||
2011-12-31 | Support for math in RST reader and writer. | John MacFarlane | 1 | -3/+5 | |
Inline math uses the :math:`...` construct. Display math uses .. math:: ... or if multilin .. math:: ... These seem to be supported now by rst2latex.py. | |||||
2011-12-30 | Support Sphinx-style math in RST writer. | John MacFarlane | 1 | -2/+3 | |
http://sphinx.pocoo.org/latest/ext/math.html |