summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* make_deb.sh - have only copyright, not also COPYING.John MacFarlane2014-12-19
|
* Added old-locale flag.John MacFarlane2014-12-19
| | | | | This will ease transition to time 1.5. However, currently we can't build with time 1.5 because of dependencies.
* Fixed typo in make_deb.sh.John MacFarlane2014-12-19
|
* More lintian improvements to make_deb.sh.John MacFarlane2014-12-19
| | | | | * Compress man pages. * Combine copyright files for pandoc, pandoc-citeproc.
* Removed extra spaces in deb/control.in.John MacFarlane2014-12-19
|
* Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.John MacFarlane2014-12-19
|
* make_deb.sh fixes:John MacFarlane2014-12-19
| | | | | | | * Use fakeroot to get permissions right. * Use mkdir and cp instead of install. * Set permissions of directories to 755. * Install in /usr rather than /usr/local.
* Updated changelog.John MacFarlane2014-12-19
|
* MediaWiki writer: Fixed links with URL = text.John MacFarlane2014-12-19
| | | | | | | Previously these were rendered as bare words, even if the URL was not an absolute URL. Closes #1825.
* Updated changelog.John MacFarlane2014-12-18
|
* Added debpkg to release checklist.John MacFarlane2014-12-17
|
* More improvements to debpkg target.John MacFarlane2014-12-17
| | | | | The generated deb has been confirmed to install and run on a fresh ubuntu/trusty64 vagrant box.
* Improved make_deb.sh.John MacFarlane2014-12-17
|
* Changed bindist target to debpkg.John MacFarlane2014-12-17
|
* Changed make_binary_package -> make_deb.John MacFarlane2014-12-17
| | | | Added deb/control.in.
* Added make_binary_package.sh.John MacFarlane2014-12-16
| | | | | This script creates a generic binary package in a tarball. Intended mostly for use with linux.
* Fixed link in READMEJohn MacFarlane2014-12-16
|
* Fixed Makefile tabJohn MacFarlane2014-12-16
|
* Added bindist target to Makefile.John MacFarlane2014-12-16
| | | | | This creates a binary package with a standalone executable and man pages.
* LaTeX reader: parse math environments as inline when possible.John MacFarlane2014-12-16
| | | | Closes #1821.
* FB2 writer: Add newline to output.John MacFarlane2014-12-15
|
* getDefaultTemplate: don't fail when called with "fb2".John MacFarlane2014-12-15
| | | | Closes #1660.
* LaTeX writer: Handle consecutive linebreaks.John MacFarlane2014-12-15
| | | | Closes #1733.
* LaTeX reader: parse label after caption into a span...John MacFarlane2014-12-15
| | | | | instead of inserting an additional paragraph of bracketed text. Closes #1747.
* HTML writer: put newline btw img and caption paragraph.John MacFarlane2014-12-15
|
* Reworded paragraph on citation data in README.John MacFarlane2014-12-15
| | | | Closes #1814.
* LaTeX writer: better handling of display math in simple tables.John MacFarlane2014-12-15
| | | | | | | We convert display math to inline math in simple tables, since LaTeX can't deal with display math in simple tables. Closes #1754.
* EPUB writer: include "landmarks" section in nav document for epub3.John MacFarlane2014-12-15
| | | | Closes #1757.
* Merge branch 'patch-1' of https://github.com/Wikiwide/pandoc into ↵John MacFarlane2014-12-15
|\ | | | | | | | | | | | | Wikiwide-patch-1 Conflicts: src/Text/Pandoc/Readers/LaTeX.hs
| * cref, sepWikiwide2014-10-03
| | | | | | Adding inlineCommands
* | Merge pull request #1803 from mpickering/bugfixesJohn MacFarlane2014-12-15
|\ \ | | | | | | Bugfixes
| * | Text.Pandoc.Writers.RTF: Add blankline at end of outputMatthew Pickering2014-12-15
| | | | | | | | | | | | Closes #1732
| * | Text.Pandoc.Readers.HTML: Retain display type of MathML outputMatthew Pickering2014-12-15
| | | | | | | | | | | | Closes #1719
| * | Text.Pandoc.Parsing: Change parseFromString to fail if not all input isMatthew Pickering2014-12-15
|/ / | | | | | | consumed.
* | Don't treat a citation as a reference link label.John MacFarlane2014-12-15
| | | | | | | | Closes #1763.
* | LaTeX reader: better handling of `\noindent` and `\greektext`.John MacFarlane2014-12-15
| | | | | | | | Closes #1783.
* | EPUB writer: Removed playOrder from navpoint elements in ncx file.John MacFarlane2014-12-15
| | | | | | | | | | These aren't required, and they make manual modification of epubs difficult. Closes #1760.
* | Improved texorpdfstring patch #1148.John MacFarlane2014-12-15
| | | | | | | | | | | | * Make LaTeX reader recognize texorpdfstring. * Don't use texorpdfstring unless it's actually needed. * Fix tests.
* | Merge branch 'use-texorpdfstring' of https://github.com/wilx/pandoc into ↵John MacFarlane2014-12-15
|\ \ | | | | | | | | | | | | | | | | | | | | | wilx-use-texorpdfstring Conflicts: src/Text/Pandoc/Writers/LaTeX.hs tests/Tests/Writers/LaTeX.hs
| * | Update tests suite to expect \texorpdfstring.Vaclav Zeman2014-02-13
| | |
| * | src/Text/Pandoc/Writers/LaTeX.hs: Use \texorpdfstring for sectionVaclav Zeman2014-02-10
| | | | | | | | | | | | captions.
* | | Added a note about the need for `-s` to include YAML in Markdown output.John MacFarlane2014-12-15
| | | | | | | | | | | | Closes #1715. Thanks to @nichtich for the suggestion.
* | | Merge pull request #1805 from bergey/rstJohn MacFarlane2014-12-15
|\ \ \ | | | | | | | | RST Reader - Improved Role Support
| * | | RST: warn about ignored fields in role directivesDaniel Bergey2014-12-12
| | | |
| * | | RST Reader: compute Attrs when role is definedDaniel Bergey2014-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move recursive role lookup from renderRole to addNewRole. The Attr value will be the same for every occurance of this role, so there's no reason to compute it every time. This allows simplifying the stateRstCustomRoles map considerably. We could go even further, and remove the fmt and attr arguments to renderRole, which are null except for custom roles.
| * | | WIP: tests for RST rolesDaniel Bergey2014-12-12
| | | |
| * | | RST reader: improve support for custom rolesDaniel Bergey2014-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add "sourceCode" to classes for :code: role, and anything inheriting from it. - Add the name of the custom role to classes if the Inline constructor supports Attr. - If the custom role directive does not specify a parent role, inherit from the :span: role. This differs somewhat from the rst2xml.py behavior. If a custom role inherits from another custom role, Pandoc will attach both roles' names as classes. rst2xml.py will only use the class of the directly invoked role (though in the case of inheriting from a :code: role with a :language: defined, it will also provide the inherited language as a class).
| * | | RST: literal role should produce Code,Daniel Bergey2014-12-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | code role should have "code" class. http://docutils.sourceforge.net/docs/ref/rst/roles.html says that `text`:literal` is the same as ``text``. docutils outputs a <literal> element in both cases, whereas for the code role, it outputs a <literal> element with the "code" class.
| * | | expose warnings from RST reader; refactorDaniel Bergey2014-12-12
| | | | | | | | | | | | | | | | | | | | | | | | This commit moves some code which was only used for the Markdown Reader into a generic form which can be used for any Reader. Otherwise, it takes naming and interface cues from the preexisting Markdown code.
| * | | RST Reader: Warn about skipped directivesDaniel Bergey2014-12-08
| | | | | | | | | | | | | | | | move `addWarning` to Parsing.hs, so it can be used by Markdown & RST readers.