Commit graph

3017 commits

Author SHA1 Message Date
John MacFarlane
41016eebe2 DocBook reader: Supported variablelist.
Also added 'named' convenience function to avoid repetition.
2012-04-28 11:04:15 -07:00
John MacFarlane
56f15b556c Use blue for URL links in latex/pdf output. 2012-04-28 09:27:49 -07:00
John MacFarlane
d4d5910e0a HTML reader: Don't skip nonbreaking spaces.
Previously a paragraph containing just ` ` would be rendered
as an empty paragraph. Thanks to Paul Vorbach for pointing out the bug.
2012-04-28 09:24:52 -07:00
John MacFarlane
5932d905ff Textile reader: Parse +text+ as emphasized (should be underline). 2012-04-27 15:10:40 -07:00
John MacFarlane
5abf499dad Updated INSTALL instructions for tests. 2012-04-27 15:09:18 -07:00
John MacFarlane
4b77def061 Merge pull request #485 from paul-r-ml/master
Textile reader update
2012-04-27 15:00:02 -07:00
John MacFarlane
77125ea68c Texinfo writer: Escape special characters in node titles.
This fixes a problem pointed out by Joost Kremers.  Pandoc used
to escape an '@' in a chapter title, but not in the corresponding
node title, leading to invalid texinfo.
2012-04-25 19:23:01 -07:00
John MacFarlane
2141e8243e Merge pull request #495 from mb21/master
Added support for mediaobject, inlinemediaobject and caption
2012-04-25 13:53:30 -07:00
John MacFarlane
f67a80cea2 Removed blaze_html_05 flag -- require blaze >= 0.5 by default. 2012-04-24 19:34:53 -04:00
John MacFarlane
a0fa8f92f1 Merge pull request #496 from markwright/master
changes for blaze-html 0.5
2012-04-24 14:40:08 -07:00
paul.rivier
7b111542c0 textile reader improvements : better conformance to RedCloth Textile inlines 2012-04-24 15:56:59 +02:00
Mark Wright
471d4dc502 changes for blaze-html 0.5 2012-04-23 19:53:04 +10:00
mb21
0005a43f14 fixed xlink namespace 2012-04-22 17:23:49 +02:00
mb21
8d2baf35f1 fixed listitem 2012-04-22 16:53:27 +02:00
mb21
f63fb16921 Added support for mediaobject, inlinemediaobject and caption 2012-04-22 12:55:40 +02:00
John MacFarlane
869ff43442 LaTeX writer: Use fixltx2e package to provide '\textsubscript'. 2012-04-21 09:59:36 -07:00
John MacFarlane
9a347c37ad RST writer: Don't wrap link references.
Closes #487.
2012-04-21 09:46:05 -07:00
John MacFarlane
9989170df2 LaTeX writer: Use \hyperref[ident]{text} for internal links.
Previously we used `\href{\#ident}{text}`, which didn't work on
all systems. Thanks to Dirk Laurie.
2012-04-21 09:41:05 -07:00
John MacFarlane
e6e63d1699 Docx writer: Fixed error message when style file can't be parsed. 2012-04-21 09:27:53 -07:00
John MacFarlane
8d4680bbfe DocBook reader: Handle blockquote with attribution. 2012-04-21 09:27:38 -07:00
John MacFarlane
255897b66a DocBook reader: Refactored with new function attrValue. 2012-04-20 11:01:54 -07:00
John MacFarlane
5adda4762f Documented DocBook input format in README. 2012-04-20 10:40:59 -07:00
John MacFarlane
2ebfa88947 Stylistic changes to DocBook reader. 2012-04-20 10:40:44 -07:00
John MacFarlane
b6d530d876 Merge pull request #491 from mb21/patch-1
Added link, code and info elements to DocBook Reader
2012-04-20 10:30:34 -07:00
mb21
2f559597d5 Added link, code and info elements to DocBook Reader. 2012-04-19 15:45:59 +03:00
paul.rivier
411d54ce98 Textile reader quick clean-up and added support for LaTeX blocks and inlines. 2012-04-17 13:14:05 +02:00
John MacFarlane
5a244bb7b3 LaTeX reader: Make \label and \ref sensitive to --parse-raw.
IF --parse-raw is selected, these will be parsed as raw latex
inlines, rather than bracketed text.
2012-04-15 17:41:45 -07:00
John MacFarlane
5146ba0d6e Merge pull request #482 from sol/mtl-2.1
Allow mtl-2.1
2012-04-15 12:50:33 -07:00
John MacFarlane
8c181b528a Merge branch 'master' into docbookreader 2012-04-15 11:04:15 -07:00
John MacFarlane
7495d970b7 Mardkown writer: escape < and $. 2012-04-15 11:03:52 -07:00
John MacFarlane
4b2287920a DocBook reader: Added comment with list of docbook tags. 2012-04-15 10:07:24 -07:00
Simon Hengel
16694e3134 Allow mtl-2.1.* 2012-04-15 16:31:36 +02:00
John MacFarlane
a0424d2f82 Merge branch 'master' into docbookreader 2012-04-14 22:53:08 -07:00
John MacFarlane
f40b2eb2e7 Fixed bug in fromEntities.
The previous version would turn "hi & low you know;" into "hi &".
2012-04-14 22:52:14 -07:00
John MacFarlane
e2c3a7b896 Implemented abstract, constant, type, etc. in docbook reader. 2012-04-14 22:16:20 -07:00
John MacFarlane
c77e0c5d77 Input files with .db extension treated as docbook by default. 2012-04-14 21:56:16 -07:00
John MacFarlane
f78801aa20 Implemented literal tag in docbook reader. 2012-04-14 21:55:14 -07:00
John MacFarlane
e5c4d7002e Implemented quoted in docbook reader. 2012-04-14 21:50:06 -07:00
John MacFarlane
f0a1760d41 Support orderedlist and ulink in docbook reader. 2012-04-14 21:43:07 -07:00
John MacFarlane
d556840fc8 Removed unneeded clause for "title" in docbook reader. 2012-04-14 21:33:23 -07:00
John MacFarlane
c747665ad7 Rudimentary support for programlisting in docbook reader. 2012-04-14 18:35:43 -07:00
John MacFarlane
7c3e2670a8 Implemented itemizedlist in docbook reader. 2012-04-14 18:31:28 -07:00
John MacFarlane
0fdb310425 Got metadata working in docbook reader. 2012-04-14 18:27:46 -07:00
John MacFarlane
3e062b5a21 Support superscript, subscript tags in docbook reader. 2012-04-14 17:59:40 -07:00
John MacFarlane
fe5704bebc Handle blockquote tag in docbook reader. 2012-04-14 17:51:29 -07:00
John MacFarlane
2198ac080b Got footnote working in docbook reader. 2012-04-14 17:46:17 -07:00
John MacFarlane
d7e8252ba6 Got section and sectN tags working in docbook reader. 2012-04-14 17:41:04 -07:00
John MacFarlane
9ecb9b5def DocBook reader improvements. 2012-04-14 17:33:56 -07:00
John MacFarlane
d339b29967 Added skeleton of basic docbook reader. 2012-04-14 16:44:21 -07:00
John MacFarlane
e37c4526b2 Markdown reader: Allow lists as list items.
So, for example:

1.  * x
    * y
2.  * z
    * w
2012-04-13 11:12:18 -07:00