summaryrefslogtreecommitdiff
path: root/README
Commit message (Collapse)AuthorAge
* Update slides variables in README.Andrew Dunning2015-10-14
| | | This reflects the inclusion of all reveal.js variables in <https://github.com/jgm/pandoc-templates/pull/134>.
* Add new LaTeX variables to README.Andrew Dunning2015-10-14
|
* reveal.js template: add controls, progress variables.John MacFarlane2015-10-10
| | | | Thanks to Grégoire Pineau.
* Merge pull request #2441 from mb21/polyglossia-langJohn MacFarlane2015-10-10
|\ | | | | Change variable to polyglossia-lang.name and .options
| * Change variable to polyglossia-lang.name and .optionsmb212015-10-07
| | | | | | | | closes #2437
* | Man template improvements:John MacFarlane2015-10-10
| | | | | | | | | | | | | | - Added comment stating that the page is autogenerated by pandoc, giving version. - Added `adjusting` and `hyphenate` variables. - Documented new variables.
* | Correct `setspace` package usage in README.Andrew Dunning2015-10-08
| | | | | | Template configured to set `setstretch` directly rather than package options.
* | Improve CSL documentation in README.Andrew Dunning2015-10-08
| |
* | Improve links and cross-references in README.Andrew Dunning2015-10-08
|/
* Minor change in README: and -> or.John MacFarlane2015-10-05
| | | | We never need both polyglossia and babel.
* Revise variables discussion in README.Andrew Dunning2015-10-05
|
* Template updates.John MacFarlane2015-10-03
| | | | | | | Beamer: added `innertheme`, `outertheme` variables. LaTeX: added `mainfontoptions`, `sansfontoptions`, `monofontoptions`, `mathfontoptions`, `fontfamilyoptions`.
* Merge pull request #2419 from mb21/bidiJohn MacFarlane2015-09-26
|\ | | | | Support bidirectional text output with XeLaTeX, ConTeXt and HTML
| * Support bidirectional text output with XeLaTeX, ConTeXt and HTMLmb212015-09-26
| | | | | | | | closes #2191
* | Slightly improved description of citation locators in README.John MacFarlane2015-09-26
| |
* | Give details of locator termsnickbart19802015-09-26
|/
* Merge pull request #2369 from mb21/language-variablesJohn MacFarlane2015-09-22
|\ | | | | `lang` variable is now in BCP47 format
| * `lang` variable is now in BCP47 formatmb212015-08-20
| | | | | | | | strings are converted for LaTeX and ConTeXt output, closes #1614
* | Removed obsolete reference to default.csl.John MacFarlane2015-08-25
|/ | | | | | | | | | | | | 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.
* Added `--bash-completion` option.John MacFarlane2015-08-13
| | | | | | | | This generates a bash completion script. To use: eval "$(pandoc --bash-completion)"
* Clarified what is "out of scope" in README and CONTRIBUTING.md.John MacFarlane2015-08-08
|
* Clarify docs on block quotes.John MacFarlane2015-08-06
| | | | | | The space after `>` is optional. Closes #2346.
* README: Added space after backslash in image example.John MacFarlane2015-07-26
| | | | See #2329.
* Merge pull request #1689 from kuribas/masterJohn MacFarlane2015-07-25
|\ | | | | Use '=' instead of '#' for atx-style headers in markdown+lhs.
| * Use '=' instead of '#' for atx-style headers in markdown+lhs.Kristof Bastiaensen2014-10-14
| |
* | Updated README and cabal description for ODT reader.John MacFarlane2015-07-23
| |
* | List all styles in manual for --reference-docxChris Black2015-07-21
| |
* | Fixed some internal links in README.John MacFarlane2015-07-21
| | | | | | | | Closes #2309.
* | Updated date on README.John MacFarlane2015-07-15
| |
* | Improved documentation of options to print system default files.John MacFarlane2015-07-13
| | | | | | | | | | `--print-default-data-file` and `--print-default-template`. Closes #2298.
* | Added to Contributors list.John MacFarlane2015-07-09
| |
* | Clarified that templates go in templates subdirectory of user data dir.John MacFarlane2015-07-04
| | | | | | | | Closes #2272.
* | Bump date on READMEJohn MacFarlane2015-07-02
| |
* | New method for building man pages.John MacFarlane2015-07-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | + 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`.
* | README: Added Lars-Dominik Braun as contributorJohn MacFarlane2015-06-29
| |
* | New method for producing man pages.John MacFarlane2015-06-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | Document CJKmainfont.John MacFarlane2015-06-13
| |
* | Adjust date on README.John MacFarlane2015-05-27
| |
* | Documented `toccolor` variable.John MacFarlane2015-05-27
| |
* | README: Better documentation of syntax highlighting.John MacFarlane2015-05-26
| | | | | | | | See #1318.
* | Updated contributors and copyright dates in README.John MacFarlane2015-05-14
| | | | | | | | Closes #2153.
* | README: document which formats have `shortcut_reference_links`.John MacFarlane2015-05-13
| |
* | Markdown reader: Made implicit header references case-insensitive.John MacFarlane2015-05-13
| | | | | | | | | | | | | | | | | | 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.
* | Beamer: mark slide as `[fragile]` if header has `fragile` class.John MacFarlane2015-05-13
| | | | | | | | Closes #2119.
* | README: bibliography updatesNikolay Yakimov2015-05-12
| |
* | Removed references to `biblio-files` in pandoc.hs and README.John MacFarlane2015-05-11
| |
* | Fixed misleading example in README.John MacFarlane2015-05-11
| |
* | Revert "EPUB writer: stylesheet changes. Closes #2040."John MacFarlane2015-05-09
| | | | | | | | | | | | | | | | | | | | This reverts commit 1c2951dfd9ee72e5270cb974a06098adb9178f89. See #2040. The semantics was too squishy. `--css` takes a URL, but for EPUB we need files that we can read. I prefer keeping the old system for now, with `--epub-stylesheet`.
* | EPUB writer: stylesheet changes. Closes #2040.John MacFarlane2015-05-08
| | | | | | | | | | | | | | | | | | | | | | | | * Allow `--css` to be used to specify stylesheets. * Deprecated `--epub-stylesheet` and made it a synoynym of `--css`. * If a code block with class "css" is given as contents of the `stylesheet` metadata field, use its literal code as contents of the epub stylesheet. Otherwise, treat it as a filename and read the file. * Note: `--css` and `stylesheet` in metadata are not compatible. `stylesheet` takes precedence.
* | README: Add documentation on backtick_code_blocksNikolay Yakimov2015-05-07
| | | | | | | | Closes #2135