John MacFarlane
eb0424a892
Allow to build against highlighting-kate 0.3.
2011-12-01 20:00:57 -08:00
John MacFarlane
479a0a56d7
Update version bound for highlighting-kate.
2011-11-28 10:27:39 -08:00
John MacFarlane
fa3fe2d93d
Version bump to 1.9.
...
We need to increment the second digit, since we removed an entire
module (S5) from the API.
2011-11-21 15:26:50 -08:00
John MacFarlane
21d74289ce
Removed Text.Pandoc.S5 -- no longer needed.
2011-11-21 15:26:11 -08:00
John MacFarlane
10b23e85b7
Changed Offline module to SelfContained, offline to makeSelfContained.
2011-11-21 15:09:42 -08:00
John MacFarlane
99f2ae2805
Added missing s5 files to data-files in pandoc.cabal.
2011-11-20 12:47:05 -08:00
John MacFarlane
6aa9f521ea
Depend on zlib (for Offline).
2011-11-20 12:05:01 -08:00
John MacFarlane
24d8961d05
Added Text.Pandoc.Offline module.
2011-11-19 00:20:00 -08:00
John MacFarlane
1561d51cc5
Renamed to AsciiDoc. Fixed display math and escapes.
...
AsciiDoc does not seem to have consistent escaping rules.
2011-11-18 21:09:49 -08:00
John MacFarlane
1a3b7abd18
Spelling correction.
2011-11-18 19:57:29 -08:00
John MacFarlane
fc1c17b174
Added an asciidoc writer (partial).
...
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-16 19:14:55 -08:00
John MacFarlane
5c1c818501
Require citeproc-hs >= 0.3.4.
2011-11-09 13:23:59 -08:00
John MacFarlane
8c588a98c6
Revert "Added built man pages to repository."
...
This reverts commit eac1fc3750
.
2011-10-23 18:26:50 -07:00
John MacFarlane
eac1fc3750
Added built man pages to repository.
...
In general I don't like adding generated content to the repository,
but I also want to make it possible to clone the repository and
'cabal install'. THe current system with Setup.hs calling
MakeManPage.hs is too fragile.
2011-10-23 18:24:19 -07:00
John MacFarlane
9b37c9cc35
Added dzslides output option.
...
* Added DZSlides to HTMLSlideVariant.
* Added support for dzslides in HTML writer.
* Added dzslides template.
2011-10-01 23:02:24 -07:00
Antoine Latter
9804e0aa20
relax some version constraints in the package description
2011-09-02 17:49:21 -05:00
John MacFarlane
f1c33c2958
Revert "Workaround for linker errors in macosx + ghc 7.0.3."
...
This reverts commit 54520c4e6f
.
2011-08-18 12:12:45 -07:00
John MacFarlane
54520c4e6f
Workaround for linker errors in macosx + ghc 7.0.3.
2011-08-18 10:48:14 -07:00
John MacFarlane
f9f3c195f7
Relax version bounds for pandoc-types to 1.8.*.
2011-08-01 10:53:00 -07:00
John MacFarlane
70b8d2b130
Bump version to 1.8.2.1
2011-08-01 10:52:57 -07:00
Sergei Trofimovich
bbebbe6349
.cabal: extend test-framework dep range up to <0.5
...
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2011-07-31 10:39:09 +03:00
John MacFarlane
7fc4bd3d6e
Added Tests.Writers.Markdown in cabal file.
2011-07-30 20:46:09 -07:00
John MacFarlane
9071026938
Updated tested-with field.
2011-07-30 19:43:50 -07:00
John MacFarlane
4919b49f1c
Depend on same version of pandoc-types as citeproc-hs, for now.
2011-07-28 15:42:39 -07:00
John MacFarlane
7b4c1b171c
Use data: protocol to embed s5 css in <link> tags.
...
Using inline css didn't work properly with Chrome and Safari.
2011-07-24 11:36:54 -07:00
John MacFarlane
d5e0c449bd
Use yuicompressor-packed js for s5.
...
Removed s5/default/slides.js.comment,
s5/default/slides.js.packed. Added s5/default/slides.min.js.
2011-07-24 09:27:08 -07:00
John MacFarlane
fa16e31f89
Fixed slidy css.
...
* Use non-minimized version of `slidy.css` with `--offline` option,
so users can more easily edit it.
* Fixed bug in slidy css that prevented proper centering of title.
2011-07-24 09:08:11 -07:00
John MacFarlane
d7793d6649
Version bump to 1.8.2.
...
Reason: new naming scheme for templates may require users
to rename default templates they have put in ~./pandoc/templates.
A template named FORMAT.template should be renamed default.FORMAT.
2011-07-22 22:52:26 -07:00
John MacFarlane
fd34dcba85
Changed default template naming scheme.
...
Instead of latex.template, we now have default.latex.
An appropriate extension is added automatically if the value of
`--template` has no extension. So, `pandoc --template=special -t latex`
looks for `special.latex`, while `pandoc --template=special -t man`
looks for `special.man`.
2011-07-22 22:49:38 -07:00
John MacFarlane
581ec74a18
Version bump to 1.8.1.3.
2011-07-22 13:20:49 -07:00
John MacFarlane
1c28c5308f
Added unexported Text.Pandoc.MIME.
...
Moved getMimeType from Text.Pandoc.Shared to Text.Pandoc.MIME,
so we won't have an API change.
2011-07-19 12:01:20 -07:00
John MacFarlane
fd46f610e3
Version bump to 1.8.1.2.
2011-07-16 10:13:04 -07:00
John MacFarlane
39811e6d9f
Changed to github issue tracker.
2011-06-09 18:12:12 -07:00
John MacFarlane
1ee0640c52
Bump version to 1.8.1.1 & update changelog.
2011-02-13 08:56:45 -08:00
John MacFarlane
d9c824c2cc
Version bump to 1.8.1.
2011-02-13 08:35:02 -08:00
John MacFarlane
df58e478fc
Updated copyright.
2011-02-05 10:39:21 -08:00
John MacFarlane
9277d89bdd
Bumped version to 1.8.0.3; updated changelog; fixed source-repository.
2011-02-05 10:38:25 -08:00
John MacFarlane
1d8c2d36a7
Added Source-repository to cabal file.
2011-02-05 10:34:55 -08:00
John MacFarlane
00bba468ea
Version bump to 1.8.0.2.
2011-02-05 10:25:43 -08:00
John MacFarlane
5dce199ff7
Added 6.10.4 to list of GHC versions test (MacPorts).
2011-02-01 07:43:21 -08:00
John MacFarlane
3068f8ad15
Version bump to 1.8.0.1.
2011-01-31 09:34:51 -08:00
John MacFarlane
c2998f5e90
Require non-buggy zip-archive 0.1.1.7.
2011-01-30 13:53:14 -08:00
John MacFarlane
f911bae39e
Depend on citeproc >= 0.3.1.
2011-01-30 08:26:52 -08:00
John MacFarlane
3b5dbe6fdb
Added HTML writer tests for inline code.
2011-01-29 16:26:00 -08:00
John MacFarlane
9e89047518
Depend on highlighting-kate >= 0.2.9.
...
This is needed for highlighting of inline code.
2011-01-29 15:24:48 -08:00
John MacFarlane
570d8ff08c
Moved tests to src.
2011-01-29 11:24:16 -08:00
John MacFarlane
fbf166b6c3
Updated tested-with field of cabal file.
2011-01-29 10:57:55 -08:00
John MacFarlane
0833daff4a
Added Tests.Shared with normalize round-trip tests.
2011-01-29 10:03:24 -08:00
John MacFarlane
d8c9b0c6f7
Added biblatex citation tests to Tests.Readers.LaTeX.
...
Removed old biblatex-citations.latex.
2011-01-29 09:01:30 -08:00
John MacFarlane
7961208aaf
Added natbib citation tests to Tests.Readers.LaTeX.
...
Removed old tests/natbib-citations.latex.
2011-01-29 08:47:00 -08:00