Commit Graph
3114 Commits
Author SHA1 Message Date
John MacFarlane 4cc3680498 Updated templates. 2011-10-03 08:58:07 -07:00
John MacFarlane c335b6cbd8 HTML slides: only add id to div/section if --section-divs selected. 2011-10-02 23:19:03 -07:00
John MacFarlane 06054ff740 Better default dzslides template. 2011-10-02 19:41:33 -07:00
John MacFarlane 072df3f5dd Simplified slide creation in HTML writer.
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-10-02 11:49:56 -07:00
John MacFarlane c8f0bd7003 Updated templates. 2011-10-01 23:41:55 -07:00
John MacFarlane 25679c918a Added note on Paul Rouget's dzslides to COPYRIGHT. 2011-10-01 23:13:57 -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
John MacFarlane 22e43b8e17 Updated templates. 2011-10-01 22:56:50 -07:00
John MacFarlane 44bcb5da51 LaTeX writer: don't escape # or ~ inside href{...}.
Closes #309.
2011-10-01 22:21:39 -07:00
John MacFarlane f8df0f50fd Added escaping of euro character to LaTeX writer.
Partially resolves #309.
2011-09-23 14:58:16 -07:00
John MacFarlane 017b443a4c Brought default.csl up to date with latest chicago-author-date.csl. 2011-09-13 18:22:52 -07:00
John MacFarlane 9924e8f03a Fixed typo in README 2011-09-09 20:32:58 -07:00
John MacFarlane e3c560ac3d RST writer: Fixed bug involving empty table cells.
isSimple was being calculated in a way that assumed there
were no non-empty cells.

Resolves #299. Thanks to rmunoz for reporting the bug.
2011-09-05 19:13:30 -07:00
John MacFarlane 75b9ba2716 Merge pull request #304 from aslatter/master
Update version constraints + fix for GHC 7.2
2011-09-04 10:08:13 -07:00
Antoine Latter afdffec763 TypeSynonymInstances no longer implies FlexibleInstances in GHC 7.2 2011-09-02 17:50:17 -05:00
Antoine Latter 9804e0aa20 relax some version constraints in the package description 2011-09-02 17:49:21 -05:00
Antoine Latter 192bf6036a update gitignore 2011-09-02 17:48:41 -05:00
John MacFarlane 2f0975bb5d Merge pull request #295 from takahashim/fixfootnotes
allow footnotes followed by newline without space chars in reST
2011-08-28 14:14:21 -07:00
John MacFarlane 2c15a876d8 Updated to use revised context template. 2011-08-25 09:39:20 -07:00
takahashim 724de8314c allow footnotes followed by newline without space chars 2011-08-23 09:56:58 +09:00
John MacFarlane 24095e0615 ConTeXt writer: Changed 'descr' to 'description', fixed alignment. 2011-08-20 15:30:57 -07:00
John MacFarlane 64f8bdf6f2 ADded note in INSTALL about a workaround for OSX. 2011-08-19 08:59:20 -07:00
John MacFarlane 55b3d0f7c3 Fixed ConTeXt writer tests. 2011-08-18 19:29:22 -07:00
John MacFarlane fa03bf52cb ConTeXt: Use buffering for footnotes containing code blocks.
Closes #291.
2011-08-18 19:23:34 -07:00
John MacFarlane f9ae93d854 ConTeXt: Escape # in link URLs.
Partially addresses #291.
2011-08-18 12:16:39 -07:00
John MacFarlane 15eb713e5d Fixed opendocument writer test. 2011-08-18 12:15:55 -07: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 2fd25e2055 Updated templates. 2011-08-18 11:15:34 -07:00
John MacFarlane f2fb733e0d Templates: Return empty string for json template.
Thanks to Dirk Laurie for pointing out the bug.
2011-08-18 10:49:19 -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 f25df13b8e Note in README that --chapters is implicit when certain classes used.
report, book, or memoir.
2011-08-03 10:20:27 -07:00
John MacFarlane f628c3fe9e Fixed bug in html template with html5 and mathml.
Closes #286.
2011-08-01 17:52:19 -07:00
John MacFarlane 6c639d3420 HTML reader: Fixed bug parsing tables w both thead and tbody.
See bug #274, which was not completely fixed by the last patch.
2011-08-01 11:56:15 -07:00
John MacFarlane bf26ae1dbd Updated changelog. 1.8.2.1 2011-08-01 10:55:22 -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
John MacFarlane 77cf7f9cac Tweaked Arbitrary instance to help avoid timeouts in tests. 2011-07-31 08:47:11 -07:00
John MacFarlane fe6ea8eb32 Merge pull request #283 from trofi/master
extended test-framework dep range
2011-07-31 08:36:56 -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 8be6cc210c Added PRAGMA needed for ghc 6.12. 1.8.2 2011-07-30 19:58:46 -07:00
John MacFarlane b1d2b307be Changed date on README. 2011-07-30 19:51:36 -07:00
John MacFarlane 9071026938 Updated tested-with field. 2011-07-30 19:43:50 -07:00
John MacFarlane 81381a9305 Removed applicative stuff in Markdown reader.
It requires parsec 3, and currently pandoc can build with parsec 2.
2011-07-30 19:43:20 -07:00
John MacFarlane 269417e176 Updated changelog. 2011-07-30 18:12:04 -07:00
John MacFarlane b66b7a791c Markdown reader: Improved emph/strong parsing.
Ported code from pandoc2.
Now all tests pass.
2011-07-30 18:08:49 -07:00
John MacFarlane 2d14c9b436 Added nonspaceChar to Text.Pandoc.Parsing. 2011-07-30 18:08:02 -07:00
John MacFarlane 264c5a4f6b Updated changelog. 2011-07-30 17:25:16 -07:00
John MacFarlane da387b7073 LaTeX template: Minor spacing changes. 2011-07-30 17:03:20 -07:00
John MacFarlane cbd0314b1b Changes to tests for new latex templates. 2011-07-30 17:02:49 -07:00