aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2010-12-08RST reader: Added footnote suppport.John MacFarlane1-4/+2
Resolves issue #258. Note that there are some differences in how docutils and pandoc treat footnotes. Currently pandoc ignores the numeral or symbol used in the note; footnotes are put in an auto-numbered ordered list.
2010-12-07Narrowed a long line in README.John MacFarlane1-2/+2
2010-12-07Improved process to create man page from README.John MacFarlane1-70/+55
Previously it relied on pandoc already being installed. Now it uses dist/package.conf.inplace.
2010-12-07Use same options documentation in README and man page.John MacFarlane1-225/+210
Later we will generate the man page from the README.
2010-12-05Documented citations in README.John MacFarlane1-6/+42
2010-12-05Documented fact that you can specify --bibliography repeatedly.John MacFarlane1-1/+2
2010-12-05README: Updated list of code contributors.John MacFarlane1-1/+2
2010-12-05Documented org-mode writer in README, cabal, man pages.John MacFarlane1-10/+15
2010-12-05Documented all the formats citeproc/bibutils can handle.John MacFarlane1-3/+29
2010-12-03Updated README and pandoc man page with textile reader.John MacFarlane1-13/+14
2010-12-03More documentation for citeproc features (still incomplete).John MacFarlane1-0/+28
2010-11-27Merge branch 'textile'John MacFarlane1-5/+8
Conflicts: README man/man1/pandoc.1.md pandoc.cabal
2010-10-31--mathjax: Use mathjax with raw latex rather than mathml.John MacFarlane1-5/+0
It seems to work better, and the default config can be used.
2010-10-26Added support for MathJax for displaying math in HTML.John MacFarlane1-13/+14
Added --mathjax option. Added MathJax to HTMLMathMethod. Supported MathJax in HTML writer. Resolves Issue #259.
2010-10-26Documented LaTeX macros.John MacFarlane1-0/+12
2010-09-23Clarified that multiline tables don't support colspans or rowspans.John MacFarlane1-1/+2
2010-09-23Slight change in README on table cell spans.John MacFarlane1-2/+2
2010-07-24README - moved links to end.John MacFarlane1-19/+19
2010-07-23Revised description of slide formats.John MacFarlane1-58/+26
2010-07-22Added new --offline option for slidy.John MacFarlane1-12/+15
Added slidy/slidy.min.{css,js}.
2010-07-21Updated --data-dir documentation to include epub.css.John MacFarlane1-2/+3
2010-07-18Slidy writer: create new slide at every level 1 header.John MacFarlane1-5/+3
2010-07-15Added --section-divs option.John MacFarlane1-0/+11
+ Header identifiers now get attached to the headers, unless --section-divs is specified, in which case they are added to enclosing divs. By default, the divs are not added. + Resolves Issue #230, #239.
2010-07-15Added --webtex option for HTML math.John MacFarlane1-8/+22
+ Added --webtex command-line option, with optional parameter. (Defaults to using google charts API.) + Added WebTeX HTMLMathMethod. + Removed MimeTeX HTMLMathMethod. (WebTeX is generic and subsumes it.) + Modified --mimetex option to use WebTeX. + Thanks to lpeterse for the idea and some of the code.
2010-07-13Improved Slidy writer.John MacFarlane1-33/+65
We now carve up slides at HorizontalRules, rather than by level-1 headers. This gives the user lots of flexibility.
2010-07-13Added a slidy writer.John MacFarlane1-54/+67
Resolves Issue #122.
2010-07-12Modified example refs so they can occur before or after target.John MacFarlane1-2/+2
The refs are now replaced by numbers at the final stage, using processWith.
2010-07-11Merge branch 'atlists'. Added auto-numbered example lists.John MacFarlane1-5/+31
2010-07-06Documented grid tables in README.John MacFarlane1-3/+25
Resolves Issue #43.
2010-07-06Allow language-neutral table captions.John MacFarlane1-2/+3
+ Captions may now begin simply with ':', instead of 'Table:' + Captions may now appear either above or below the table. + Resolves Issue #227.
2010-07-05Documented EPUB writer and --epub-{stylesheet,metadata} options.John MacFarlane1-6/+29
2010-05-17Added Textile writer module.John MacFarlane1-3/+7
2010-05-06Updated man page and README.John MacFarlane1-3/+1
Pandoc no longer respects locale, even when compiled by GHC 6.12.
2010-03-27Implemented @ for sequentially numbered examples.John MacFarlane1-1/+27
Also implemented (@label) for example labels and references.
2010-03-27Removed unneeded single quotes in README.John MacFarlane1-4/+4
2010-03-20Added to acknowledgements.John MacFarlane1-1/+1
2010-03-20Improved contributor list.fiddlosopher1-3/+4
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1925 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-20Fixed indent in README.fiddlosopher1-3/+3
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1924 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-19Updated date on README.fiddlosopher1-1/+1
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1921 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-18Added --mathml option; removed Text.Pandoc.LaTeXMathML.fiddlosopher1-0/+5
* Added data/MathMLinHTML.js, which is included when no URL is provided for --mathml. This allows MathML to be displayed in better browsers, as text/html. * The module was no longer necessary; its functionality (two lines) was incorporated into pandoc.hs. * Consolidated the two LaTeXMathML.js files into one. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1909 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-18Added plain writer.fiddlosopher1-4/+4
Text.Pandoc.Writers.Markdown now exports a writePlain, which writes plain text without links, pictures, or special formatting (not even markdown conventions). git-svn-id: https://pandoc.googlecode.com/svn/trunk@1907 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-18Fixed definition lists for options in README.fiddlosopher1-6/+6
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1906 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-18Documented that ODT and RTF don't implement the image-as-figure feature.fiddlosopher1-1/+5
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1902 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-18HTML writer: Use a p rather than a div for image caption.fiddlosopher1-1/+1
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1900 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-16Shared: Export uniqueIdent, don't allow tilde in identifier.fiddlosopher1-2/+1
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1894 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-16README: document new image with caption feature.fiddlosopher1-0/+17
An image in a paragraph by itself is treated as a figure, with the alt text the caption. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1890 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-14Added --base-header-level option.fiddlosopher1-0/+3
Thanks to Jérémy Bobbio for the patch that formed the basis of this commit. Closes Debian #563416. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1889 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-13Use template variables for include-before/after.fiddlosopher1-2/+8
* These options now imply -s; previously they worked also in fragment mode. * Users can now adjust position of include-before and include-after text in the templates. * Default position of include-before moved back (as it originally was) before table of contents. * Resolves Issue #217. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1883 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-03-01Small README formatting tweakfiddlosopher1-2/+2
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1857 788f1e2b-df1e-0410-8736-df70ead52e1b
2010-02-28Changed tabs to spaces in README.fiddlosopher1-49/+49
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1855 788f1e2b-df1e-0410-8736-df70ead52e1b