aboutsummaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2015-10-20Add new variables for ConTeXt template to README.Andrew Dunning1-27/+73
2015-10-20Update date on README.John MacFarlane1-1/+1
2015-10-20Allow use of ConTeXt to generate PDFs.John MacFarlane1-6/+17
pandoc my.md -t context -o my.pdf will now create a PDF using ConTeXt rather than LaTeX. Closes #2463.
2015-10-19Merge pull request #2458 from mb21/lang-inlinesJohn MacFarlane1-6/+11
LaTeX and ConTeXt writers: support lang attribute on divs and spans
2015-10-18LaTeX and ConTeXt writers: support lang attribute on divs and spansmb211-6/+11
For LaTeX, also collect lang and dir attributes on spans and divs to set the lang, otherlangs and dir variables if they aren’t set already. See #895.
2015-10-18Fixed auto_identifiers examplesBenoit Schweblin1-5/+5
2015-10-15Support all frame attributes in Beamer.John MacFarlane1-2/+8
2015-10-14Update slides variables in README.Andrew Dunning1-27/+13
This reflects the inclusion of all reveal.js variables in <https://github.com/jgm/pandoc-templates/pull/134>.
2015-10-14Add new LaTeX variables to README.Andrew Dunning1-6/+22
2015-10-10reveal.js template: add controls, progress variables.John MacFarlane1-0/+6
Thanks to Grégoire Pineau.
2015-10-10Merge pull request #2441 from mb21/polyglossia-langJohn MacFarlane1-2/+1
Change variable to polyglossia-lang.name and .options
2015-10-10Man template improvements:John MacFarlane1-0/+7
- Added comment stating that the page is autogenerated by pandoc, giving version. - Added `adjusting` and `hyphenate` variables. - Documented new variables.
2015-10-08Correct `setspace` package usage in README.Andrew Dunning1-1/+1
Template configured to set `setstretch` directly rather than package options.
2015-10-08Improve CSL documentation in README.Andrew Dunning1-19/+40
2015-10-08Improve links and cross-references in README.Andrew Dunning1-215/+285
2015-10-07Change variable to polyglossia-lang.name and .optionsmb211-2/+1
closes #2437
2015-10-05Minor change in README: and -> or.John MacFarlane1-1/+1
We never need both polyglossia and babel.
2015-10-05Revise variables discussion in README.Andrew Dunning1-63/+81
2015-10-03Template updates.John MacFarlane1-4/+8
Beamer: added `innertheme`, `outertheme` variables. LaTeX: added `mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `fontfamilyoptions`.
2015-09-26Merge pull request #2419 from mb21/bidiJohn MacFarlane1-0/+19
Support bidirectional text output with XeLaTeX, ConTeXt and HTML
2015-09-26Slightly improved description of citation locators in README.John MacFarlane1-6/+10
2015-09-26Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb211-0/+19
closes #2191
2015-09-26Give details of locator termsnickbart19801-1/+8
2015-09-22Merge pull request #2369 from mb21/language-variablesJohn MacFarlane1-4/+16
`lang` variable is now in BCP47 format
2015-08-25Removed obsolete reference to default.csl.John MacFarlane1-2/+2
Closes #2372. @cinaeco as the pandoc-citeproc man page describes, the current behavior if no style is specified is to look in `~/.csl/chicago-author-date.csl`, and if nothing is found there, to use a default version of chicago-author-date.csl. You may want to open a separate issue on jgm/pandoc-citeproc suggesting the use of `default.csl` rather than `chicago-author-date.csl`. I agree that this would make sense.
2015-08-20`lang` variable is now in BCP47 formatmb211-4/+16
strings are converted for LaTeX and ConTeXt output, closes #1614
2015-08-13Added `--bash-completion` option.John MacFarlane1-0/+7
This generates a bash completion script. To use: eval "$(pandoc --bash-completion)"
2015-08-08Clarified what is "out of scope" in README and CONTRIBUTING.md.John MacFarlane1-0/+10
2015-08-06Clarify docs on block quotes.John MacFarlane1-2/+9
The space after `>` is optional. Closes #2346.
2015-07-26README: Added space after backslash in image example.John MacFarlane1-1/+1
See #2329.
2015-07-25Merge pull request #1689 from kuribas/masterJohn MacFarlane1-1/+2
Use '=' instead of '#' for atx-style headers in markdown+lhs.
2015-07-23Updated README and cabal description for ODT reader.John MacFarlane1-4/+4
2015-07-21List all styles in manual for --reference-docxChris Black1-5/+6
2015-07-21Fixed some internal links in README.John MacFarlane1-6/+5
Closes #2309.
2015-07-15Updated date on README.John MacFarlane1-1/+1
2015-07-13Improved documentation of options to print system default files.John MacFarlane1-3/+5
`--print-default-data-file` and `--print-default-template`. Closes #2298.
2015-07-09Added to Contributors list.John MacFarlane1-2/+6
2015-07-04Clarified that templates go in templates subdirectory of user data dir.John MacFarlane1-3/+3
Closes #2272.
2015-07-02Bump date on READMEJohn MacFarlane1-1/+1
2015-07-01New method for building man pages.John MacFarlane1-8/+0
+ Removed `--man1`, `--man5` options (breaking change). + Removed `Text.Pandoc.ManPages` module (breaking API change). + Version bump to 1.15 because of the breaking changes, even though they involve features that have only been in pandoc for a day. + Makefile target for `man/man1/pandoc.1`. This uses pandoc to create the man page from README using a custom template and filters. + Added `man/` directory with template and filters needed to build man page. + We no longer have two man pages: pandoc.1 and pandoc_markdown.5. Now there is just pandoc.1, which has all the content from README. This change was needed because of the extensive cross-references between parts of the README. + Removed old `data/pandoc.1.template` and `data/pandoc_markdown.5.template`.
2015-06-29README: Added Lars-Dominik Braun as contributorJohn MacFarlane1-0/+1
2015-06-28New method for producing man pages.John MacFarlane1-0/+8
This change adds `--man1` and `--man5` options to pandoc, so pandoc can generate its own man pages. It removes the old overly complex method of building a separate executable (but not installing it) just to create the man pages. The man pages are no longer automatically created in the build process. The man/ directory has been removed. The man page templates have been moved to data/. New unexported module: Text.Pandoc.ManPages. Text.Pandoc.Data now exports readmeFile, and `readDataFile` knows how to find README. Closes #2190.
2015-06-13Document CJKmainfont.John MacFarlane1-2/+3
2015-05-27Adjust date on README.John MacFarlane1-1/+1
2015-05-27Documented `toccolor` variable.John MacFarlane1-0/+3
2015-05-26README: Better documentation of syntax highlighting.John MacFarlane1-1/+23
See #1318.
2015-05-14Updated contributors and copyright dates in README.John MacFarlane1-10/+122
Closes #2153.
2015-05-13README: document which formats have `shortcut_reference_links`.John MacFarlane1-3/+5
2015-05-13Markdown reader: Made implicit header references case-insensitive.John MacFarlane1-3/+10
Added `stateHeaderKeys` to `ParserState`; this is a `KeyTable` like `stateKeys`, but it only gets consulted if we don't find a match in `stateKeys`, and if `Ext_implicit_header_references` is enabled. Closes #1606.
2015-05-13Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane1-0/+10
Closes #2119.