John MacFarlane
87f6256e4a
Added (failing) tests for textual citations in footnotes.
2012-05-23 13:36:36 -07:00
John MacFarlane
2e4860bc6d
LaTeX reader: Support \centerline
.
2012-05-22 15:38:11 -07:00
John MacFarlane
79a17ef9b9
Markdown Use a nonzero space to prevent false recognition of list marker.
...
This addresses #516 , but in a rather hackish way. There ought to
be a better solution.
2012-05-19 17:44:15 -07:00
John MacFarlane
b2340cd874
Added 'zenburn' highlight style from highlighting-kate.
...
Depend on h-k 0.5.0.6.
2012-05-17 18:54:41 -07:00
John MacFarlane
1f222b78c8
Require highlighting-kate 0.5.0.6.
2012-05-17 18:38:33 -07:00
John MacFarlane
4991852edb
Markdown writer: Improved definition lists.
...
* Use `:` form instead of `~`, for better compatibility with other
markdown implementations.
* Don't wrap the term, because it breaks definition lists.
2012-05-16 13:07:58 -07:00
John MacFarlane
4e35c67c23
LaTeX writer: More consistent interblock spacing.
2012-05-14 07:04:47 -07:00
John MacFarlane
428595469e
LaTeX reader: ensure we don't have extra blank lines at ends of cells.
...
This can cause LaTeX errors, as they are interpreted as new paragraphs.
2012-05-13 14:59:02 -07:00
John MacFarlane
bde18a4fc7
Updated cabal description to include docbook reader.
2012-05-12 20:24:09 -07:00
John MacFarlane
d0d101d840
Export readDocBook in Text.Pandoc.
2012-05-12 19:29:39 -07:00
John MacFarlane
a5f71e5fad
DocBook: support segmentedlist.
2012-05-12 18:34:15 -07:00
John MacFarlane
6dfaf43f3e
DocBook reader: Support simplelist, member.
2012-05-12 13:21:13 -07:00
John MacFarlane
0d3c7b5204
Don't include non-language classes for code blocks.
2012-05-12 12:33:51 -07:00
John MacFarlane
2c04d0b2bf
DocBook reader: Recognize example as block element.
2012-05-12 12:33:49 -07:00
John MacFarlane
1c26f2c516
DocBook reader: Promote level 0 headers to 1 even if dbBook not set.
2012-05-12 12:24:26 -07:00
John MacFarlane
9d44dc3887
DocBook reader: Support bridgehead.
2012-05-12 12:17:36 -07:00
John MacFarlane
3d15d4c668
DocBook reader: only use language classes for inline code.
2012-05-12 11:35:20 -07:00
John MacFarlane
199c9de654
DocBook reader: Better handling tags that can have inline or block content.
2012-05-12 11:31:17 -07:00
John MacFarlane
89fa0e4a08
DocBook reader: computeroutput is an inline tag, not block.
2012-05-12 11:21:23 -07:00
John MacFarlane
0233dfaa89
Bumped version for windows package.
2012-05-12 10:31:06 -07:00
John MacFarlane
5857c12797
osx package: use blaze_html_0_5.
2012-05-12 10:19:01 -07:00
John MacFarlane
6d99fd235b
windows installer: use blaze html 0.5.
2012-05-12 10:18:16 -07:00
John MacFarlane
5f889b9396
Added writerTeXLigatures to WriterOptions, --no-tex-ligatures
option.
...
This is useful for those who want to use advanced OpenType features
with xelatex/lualatex.
2012-05-11 23:00:46 -07:00
John MacFarlane
1aec24a169
Updated changelog.
2012-05-11 20:52:11 -07:00
John MacFarlane
206f261194
LaTeX reader: Allow skipping of unknown block commands in \author
section.
...
Closes #505 , which was a problem with `\vspace{10pt}` inside `\author`.
2012-05-11 20:50:00 -07:00
John MacFarlane
c844634757
DocBook reader: Support bibliomixed tag.
2012-05-11 20:35:19 -07:00
John MacFarlane
02fa1050b0
DocBook reader: Support link tag with no content.
2012-05-11 20:27:28 -07:00
John MacFarlane
e1e6505abe
DocBook reader: print ? for xref tag.
2012-05-11 20:20:53 -07:00
John MacFarlane
d46d2000f4
DocBook reader: Support uri tag.
2012-05-11 20:16:39 -07:00
John MacFarlane
5dfcf004b4
DocBook reader: Use ALLCAPS for unknown entities.
2012-05-11 20:14:11 -07:00
John MacFarlane
de27dbc0f8
DocBook reader. Handle block elements inside paragraphs.
2012-05-11 20:08:26 -07:00
John MacFarlane
b4b5642ac7
DocBook reader: support more elements.
2012-05-10 23:58:13 -07:00
John MacFarlane
023bb2bb45
DocBook reader: Implemented glossary, simplified sect.
2012-05-10 21:27:16 -07:00
John MacFarlane
523acadd5b
DocBook reader: Skip index.
2012-05-10 20:11:07 -07:00
John MacFarlane
84d213baff
DocBook reader: Skip toc tags.
2012-05-10 19:56:08 -07:00
John MacFarlane
dab6a36585
DocBook reader: Supported bibliography, bibliodiv.
2012-05-10 19:50:51 -07:00
John MacFarlane
15ef1a1a48
DocBook reader: Support language attribute on inline code.
2012-05-10 10:24:07 -07:00
John MacFarlane
79e83749bf
DocBook reader: Support language attribute in programlisting.
2012-05-10 10:10:24 -07:00
John MacFarlane
4d9a1324ae
DocBook reader: areaspec, area, areaset
2012-05-10 10:10:20 -07:00
John MacFarlane
858bf197fe
Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."
...
This reverts commit f67a80cea2
.
2012-05-10 09:13:14 -07:00
John MacFarlane
d63bfb4bc5
DocBook reader: Support prompt, parameter.
2012-05-10 09:12:40 -07:00
John MacFarlane
bff02dd369
DocBook reader: Support 'optional' tag.
2012-05-10 09:10:25 -07:00
John MacFarlane
cb1096b75f
DocBook reader: Support subtitle, simpara.
2012-05-10 09:01:38 -07:00
John MacFarlane
a408ce5fd7
DocBook reader: Add attribute for "option" code inline.
2012-05-09 11:01:10 -07:00
John MacFarlane
83d0e7e4bd
DocBook reader: Support computeroutput, literallayout.
2012-05-09 10:46:34 -07:00
John MacFarlane
87de361cdc
DocBook reader: More improvements, passes tests.
2012-05-09 10:34:37 -07:00
John MacFarlane
fb62e0937c
DocBook reader: More test improvements.
2012-05-08 23:53:55 -07:00
John MacFarlane
2e07fb623d
DocBook reader tests - further refinements.
2012-05-08 23:39:01 -07:00
John MacFarlane
4f8c536de0
DocBook reader: More improvements, more tests pass.
2012-05-08 23:25:34 -07:00
John MacFarlane
8ba8a720ed
DocBook reader: Improved def lists with multiple defs.
2012-05-08 22:18:24 -07:00