Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-11-16 | Added an asciidoc writer (partial). | John MacFarlane | 2 | -0/+755 | |
Still TODO: - documentation in README - add default.asciidoc to templates/ - lists - tables - proper escaping - footnotes with blank lines - print separately at end? currently they are just ignored. - fix header (date gives weird result on pandoc README) | |||||
2011-11-12 | Updated writer tests for new version of texmath. | John MacFarlane | 5 | -20/+25 | |
2011-11-09 | Markdown citations: don't strip off initial space in locator. | John MacFarlane | 2 | -2/+2 | |
Previously `[@item1 and nowhere else]` yielded the locator ", and nowhere else", or, with the new citeproc-hs, "and nowhere else". Now it yields " and nowhere else". | |||||
2011-11-09 | Fixed markdown-citations.ieee.txt to use em-dashes for citation ranges. | John MacFarlane | 1 | -1/+1 | |
This is a new feature in citeproc-hs. | |||||
2011-11-08 | Update templates to use Content-Style-Type meta tag. | John MacFarlane | 8 | -0/+8 | |
Closes #337. | |||||
2011-10-02 | HTML slides: only add id to div/section if --section-divs selected. | John MacFarlane | 2 | -4/+4 | |
2011-10-02 | Simplified slide creation in HTML writer. | John MacFarlane | 2 | -4/+4 | |
A horizontal rule now gets transformed into an empty H1 header before 'hierarchicalize' is called. If the document that does not begin with an H1 header, an empty one is provided. This avoids the need for kludgy raw HTML. Also, the 'titleslide' class is added to any section containing just a title: ---- ---- | |||||
2011-08-25 | Updated to use revised context template. | John MacFarlane | 1 | -39/+27 | |
2011-08-20 | ConTeXt writer: Changed 'descr' to 'description', fixed alignment. | John MacFarlane | 1 | -38/+37 | |
2011-08-18 | Fixed ConTeXt writer tests. | John MacFarlane | 1 | -5/+6 | |
2011-08-18 | Fixed opendocument writer test. | John MacFarlane | 1 | -1/+1 | |
2011-07-30 | Changes to tests for new latex templates. | John MacFarlane | 3 | -18/+15 | |
2011-07-29 | Updated lhs tests with CDATA. | John MacFarlane | 2 | -0/+4 | |
2011-07-24 | Docbook writer: Use programlisting for code blocks. | John MacFarlane | 1 | -22/+22 | |
Instead of screen, as before. | |||||
2011-07-24 | Docbook writer: Use CALS tables (instead of XHTML tables). | John MacFarlane | 1 | -364/+394 | |
Reason: Some older docbook software does not work with XHTML tables. Closes #77. | |||||
2011-07-24 | HTML writer: Removed English title on footnote back links. | John MacFarlane | 1 | -5/+5 | |
This is incongruous in non-English documents. | |||||
2011-07-24 | Updated s5 tests. | John MacFarlane | 1 | -1/+3 | |
2011-07-23 | HTML writer: Display author and date after title. | John MacFarlane | 2 | -0/+10 | |
2011-07-23 | Use different hyperref options for xetex. | John MacFarlane | 3 | -3/+24 | |
This fixes problems with unicode bookmarks on xetex. Thanks to CircleCode. | |||||
2011-07-23 | LaTeX writer: New template. | John MacFarlane | 1 | -4/+4 | |
2011-07-22 | Updated tests for new latex templates. | John MacFarlane | 3 | -9/+42 | |
2011-07-22 | LaTeX writer: Use \texttt and escapes instead of \verb!..!. | John MacFarlane | 3 | -15/+20 | |
\verb is simply too fragile; it doesn't work inside command arguments. | |||||
2011-07-21 | LaTeX reader & writer: Use \and to separate authors. | John MacFarlane | 2 | -2/+2 | |
Closes #279. | |||||
2011-07-19 | ConTeXt writer: Made \start/stoptyping flush with margin. | John MacFarlane | 1 | -4/+4 | |
This prevents extra blank lines. | |||||
2011-07-19 | LaTeX writer: make verbatim environments flush to avoid extra space. | John MacFarlane | 1 | -2/+2 | |
The indented `\end{verbatim}` was causing an extra blank line in the output. Closes #277. | |||||
2011-07-16 | Un-URI-escape image filenames in LaTeX, ConTeXt, RTF, Texinfo. | John MacFarlane | 1 | -2/+2 | |
Also do this when copying image files into EPUBs and ODTs. Closes #263. | |||||
2011-07-16 | HTML reader: treat Plain as Para when needed. | John MacFarlane | 2 | -69/+2 | |
For example, in Just a few glitches remaining. <ul><li> In this situation, one loses the list. </ul> And in this, the preformatting. <pre>Preformatted text not starting with its own blank line. </pre> Thansk to Dirk Laurie for noticing the issue. | |||||
2011-07-11 | Merge pull request #273 from qerub/master | John MacFarlane | 2 | -0/+3 | |
Textile reader: Make it possible to have colons after links. | |||||
2011-07-10 | Improved LaTeX tables. | John MacFarlane | 1 | -100/+155 | |
* Use ctable package, which allows footnotes and provides additional options. * Made cell alignments work in multiline tables. * Closes #272. | |||||
2011-07-10 | Textile reader: Make it possible to have colons after links. | Christoffer Sawicki | 2 | -0/+3 | |
2011-04-16 | Fixed Slidy/S5 output to allow --section-divs. | John MacFarlane | 2 | -6/+0 | |
This is also a cleaner way of inserting the slide divs. Resolves Issue #296. | |||||
2011-03-18 | Changed uri parser so it doesn't include trailing punctuation. | John MacFarlane | 1 | -1/+1 | |
So, in RST, 'http://google.com.' should be parsed as a link to 'http://google.com' followed by a period. The parser is smart enough to recognize balanced parentheses, as often occur in wikipedia links: 'http://foo.bar/baz_(bam)'. Also added ()s to RST specialChars, so '(http://google.com)' will be parsed as a link in parens. Added test cases. Resolves Issue #291. | |||||
2011-03-16 | OpenDocument writer: Use "First paragraph" style after most non-para blocks. | John MacFarlane | 2 | -40/+48 | |
(Not just headers, as in the last patch.) Patch from Andrea Rossato, slightly modified by JM. | |||||
2011-03-12 | OpenDocument: Use special style for 1st para after heading. | John MacFarlane | 1 | -23/+25 | |
"First paragraph" as opposed to "Text body." This allows users to specify e.g. that only paragraphs after the first paragraph of a section are to be indented. Thanks to Andrea Rossato for the patch. Closes github Issue #20. | |||||
2011-03-04 | Fixed lhs-test.nohl tests. | John MacFarlane | 2 | -40/+8 | |
A previous commit accidentally overwrote them with highlighted tests. | |||||
2011-02-11 | LaTeX writer: Changed figure defaults to htbp. | John MacFarlane | 1 | -1/+1 | |
This prevents "too many unprocessed floats." Resolves Issue #285. | |||||
2011-02-04 | Improved HTML table output (line breaks). | John MacFarlane | 6 | -61/+170 | |
2011-02-04 | Updated tests. | John MacFarlane | 8 | -382/+56 | |
2011-02-04 | HTML writer: Spacing adjustments for Plain and RawHtml blocks. | John MacFarlane | 6 | -402/+194 | |
2011-02-04 | Updated tests for new HTML format. | John MacFarlane | 11 | -1673/+1265 | |
Verified against old tests using tidy and diff. | |||||
2011-01-29 | Fixed highlighting for inline code. | John MacFarlane | 2 | -30/+30 | |
highlightHtml in Highlighting now has a boolean argument that selects between inline and block content. Revised tests for new highlighting-kate. | |||||
2011-01-29 | Moved tests to src. | John MacFarlane | 10 | -868/+0 | |
2011-01-29 | Added Tests.Shared with normalize round-trip tests. | John MacFarlane | 2 | -0/+23 | |
2011-01-29 | Tests.Arbitrary: don't allow empty list items. | John MacFarlane | 1 | -3/+5 | |
2011-01-29 | Removed intentionally failing test in ConTeXt writer tests. | John MacFarlane | 1 | -2/+2 | |
2011-01-29 | Added biblatex citation tests to Tests.Readers.LaTeX. | John MacFarlane | 3 | -70/+46 | |
Removed old biblatex-citations.latex. | |||||
2011-01-29 | Added natbib citation tests to Tests.Readers.LaTeX. | John MacFarlane | 3 | -51/+65 | |
Removed old tests/natbib-citations.latex. | |||||
2011-01-28 | RTF writer: Embed images when possible. | John MacFarlane | 1 | -2/+2 | |
* Resolves Issue #275. * PNG and JPEG supported. * Export rtfEmbedImage. | |||||
2011-01-26 | Added Tests.Readers.Markdown. | John MacFarlane | 2 | -0/+31 | |
2011-01-26 | Add support for attributes in inline Code. | John MacFarlane | 13 | -54/+51 | |
Additional related changes: * URLs in Code in autolinks now use class "url". * Require highlighting-kate 0.2.8.2, which omits the final <br/> tag, essential for inline code. |