Commit Graph
10211 Commits
Author SHA1 Message Date
John MacFarlane 1470aad04b Reorganized --help output to match order of options in man page. 2012-01-25 22:45:49 -08:00
John MacFarlane 47bb165a65 Reorganized documentation of options, grouping into categories. 2012-01-25 22:34:16 -08:00
John MacFarlane 60bf741d68 Added --slide-level option to override default.
This allows users to select a slide level below the first
header level with content.

Note that content under sections above the slide level will not appear
in slides (either in beamer or in HTML slide shows).

This is primarily useful for creating documents that can be made
into both slides and handouts (which contain additional content
outside the slides).
2012-01-25 17:51:52 -08:00
John MacFarlane c6ffb2602f latex: use ignorenonframetext on beamer, and make proper title slide. 2012-01-25 17:49:11 -08:00
John MacFarlane 2c4a55d160 FIxed typo in README. Closes #390. 2012-01-25 15:13:06 -08:00
John MacFarlane b1a2f02082 Improved README on slides. 2012-01-25 11:51:36 -08:00
John MacFarlane 4ffff62097 Fixed regression in HTML writer: all headers level 1! 2012-01-25 11:30:12 -08:00
John MacFarlane 3a8afc119a Depend on highlighting-kate 0.5.
This uses styleToCss instead of styleToHtml.
2012-01-25 11:29:42 -08:00
John MacFarlane dc936548c2 Added style tags around highlighting-css.
This is needed because of change from h-k 0.4 to 0.5.
2012-01-25 11:16:36 -08:00
John MacFarlane 31629cb992 Updated README on --chapters with --beamer. 2012-01-25 10:48:25 -08:00
John MacFarlane 6fde073eb5 LaTeX/beamer: --chapters causes level 1 to be \part{..}. 2012-01-25 10:47:22 -08:00
John MacFarlane dc645b07d5 New latex templates with title slides for beamer. 2012-01-25 10:47:11 -08:00
John MacFarlane 83f2fdd9e2 LaTeX template: code for section title slides in beamer. 2012-01-25 10:39:54 -08:00
John MacFarlane 74100cf371 README: More on slide shows. 2012-01-24 20:52:09 -08:00
John MacFarlane f7ed8d5ddc Doc fixes in Text.Pandoc. 2012-01-24 20:49:05 -08:00
John MacFarlane 0f60e0cf76 README: New instructions for slide shows. 2012-01-24 20:48:45 -08:00
John MacFarlane 8aa3d1cccc Text.Pandoc: Added ToFilter instance for a -> [a] types. 2012-01-24 11:50:35 -08:00
John MacFarlane de9f3f4420 Updated templates. 2012-01-24 10:51:24 -08:00
John MacFarlane 92885dd7ef HTML writer: Use h1 for all slide titles. 2012-01-24 10:51:15 -08:00
John MacFarlane 13b6990139 Slides: Fixed bug in prepSlides. 2012-01-24 10:50:56 -08:00
John MacFarlane 63d2575c22 Revert titleslide change in dzslides.
It is no longer needed because of changes in HTML writer.
2012-01-24 10:50:22 -08:00
John MacFarlane 98a8ad8f20 Updated dzslides template for new slide changes. 2012-01-24 10:33:51 -08:00
John MacFarlane 7f774d6e30 Dzslides: tweaked titleslide css since header can now be any level. 2012-01-24 10:32:43 -08:00
John MacFarlane 2d647cfb00 s5: Removed now-unused s5includes variable. 2012-01-24 10:23:59 -08:00
John MacFarlane d0663a5ccc slidy: Removed now-unused slidy-css and slidy-js variables. 2012-01-24 10:22:58 -08:00
John MacFarlane 1137490a8e Updated dzslides template for new highlighting-kate. 2012-01-24 10:17:30 -08:00
John MacFarlane 9fb1606145 dzslides template: Fixed css for new highlighting-kate. 2012-01-24 10:17:08 -08:00
John MacFarlane 4d2f9128b7 HTML writer: Use new common system for slides. 2012-01-24 10:15:41 -08:00
John MacFarlane 2e62ec096f Added ToJsonFilter class, deprecated old jsonFilter function. 2012-01-24 09:06:19 -08:00
John MacFarlane 0fd0dc2344 Slides: New approach, using hierarchicalize.
This will work better with the HTML slideshows.
2012-01-23 23:02:18 -08:00
John MacFarlane 228c76bb89 Slides: Better error message. 2012-01-23 21:05:43 -08:00
John MacFarlane 05cf164edf LaTeX beamer: Only add [fragile] to slide if it contains verbatim.
Closes #385.
2012-01-23 21:03:10 -08:00
John MacFarlane 97af576729 Use Slides in LaTeX writer for beamer. 2012-01-23 13:25:55 -08:00
John MacFarlane a8046ea969 Got slide creation working. 2012-01-22 23:53:19 -08:00
John MacFarlane 09882364ce Added to Slides. 2012-01-22 21:31:10 -08:00
John MacFarlane 64de5194b7 Added Text.Pandoc.Slides. 2012-01-22 19:58:45 -08:00
John MacFarlane 29086d4a96 Slight edits to a couple error messages. 2012-01-21 15:13:12 -08:00
John MacFarlane e57fb8d59d README: More information on what is needed to produce PDFs. 2012-01-21 14:59:25 -08:00
John MacFarlane e721c7428e Removed beamer output format; added --beamer option. 2012-01-21 14:49:26 -08:00
John MacFarlane 2703162424 README tweak on equivalent to markdown2pdf. 2012-01-21 14:24:02 -08:00
John MacFarlane e6e4311ddd pandoc: Better error checking. 2012-01-21 14:18:36 -08:00
John MacFarlane 194bdadc57 Improved deprecation warnings for --html5, --offline. 2012-01-21 09:55:37 -08:00
John MacFarlane 09b7ae4073 pandoc: Removed deprecated --xetex option. 2012-01-21 09:54:11 -08:00
John MacFarlane a75a0762af pandoc: Check for latex program earlier. 2012-01-21 09:34:47 -08:00
John MacFarlane 58f9b3bc38 pandoc: Added optLaTeXProgram. 2012-01-21 00:50:21 -08:00
John MacFarlane 275a5af61b Removed obsolete flag info in INSTALL. 2012-01-20 22:13:19 -08:00
John MacFarlane 4d98815edd Refactored error reporting in pandoc.hs. 2012-01-20 22:12:03 -08:00
John MacFarlane d7b67f48cd PDF: Use string instead of special TeXProgram type. 2012-01-20 21:36:04 -08:00
John MacFarlane 1d615908c2 Removed markdown2pdf and documentation. 2012-01-20 21:22:51 -08:00
John MacFarlane b4a6c02343 PDF: Better error message. 2012-01-20 19:52:56 -08:00