summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Updated changelog.John MacFarlane2013-10-19
|
* Version bump to 1.12.0.3.John MacFarlane2013-10-19
|
* MediaWiki reader: Trim contents of `<math>` tags.John MacFarlane2013-10-18
| | | | | | Otherwise we get problems when converting to markdown. Closes #1027.
* LaTeX writer: Specially escape non-ascii characters in labels.John MacFarlane2013-10-17
| | | | | | | Otherwise we can get compile errors and other bugs when compiled with pdflatex. Closes #1007. Thanks to begemotv2718 for the fix.
* PDF: Minor code cleanup.John MacFarlane2013-10-17
|
* LaTeX writer: Add link anchors for code blocks with identifiers.John MacFarlane2013-10-17
| | | | Closes #1025.
* Use isURI instead of isAbsoluteURI.John MacFarlane2013-10-16
| | | | It allows fragments identifiers.
* Require pandoc-types 1.12.3.John MacFarlane2013-10-15
| | | | This will enforce a certain JSON encoding.
* Treat div with class "notes" as speaker notes in slide formats.John MacFarlane2013-10-13
| | | | | | | Currently beamer goes to `\note{}`, revealjs to `<aside class="notes">`, and the notes are simply suppressed in other formats. Closes #925.
* HTML writer: Insert command to typeset mathjax for slideous output.John MacFarlane2013-10-13
| | | | Closes #966.
* LaTeX reader: Ensure that preamble doesn't contribute to text of doc.John MacFarlane2013-10-11
|
* RST writer: Skip spaces after display math.John MacFarlane2013-10-11
| | | | | Otherwise we get indentation problems, and part of the next paragraph may be rendered as part of the math.
* LaTeX reader: Fixed character escaping in \url{}.John MacFarlane2013-10-11
| | | | Previously `\~` wasn't handled properly, among others.
* Revert "Setup.hs: Better way of handling man page building."John MacFarlane2013-10-08
| | | | This reverts commit ed061b91c8e3247e1d3b1538eca24687adf0e575.
* Setup.hs: Better way of handling man page building.John MacFarlane2013-10-06
| | | | | | | | | | Previously we tried to remove make-pandoc-man-pages from the list of packages to be haddocked, installed, copied, etc. It works better to set 'Buildable: False' on make-pandoc-man-pages, then have the buildHook temporarily set Buildable to True. This allows make-pandoc-man-pages to be built (and used in generating the man pages), but not installed.
* Removed code that forces MathJax to typeset.John MacFarlane2013-10-06
| | | | | Closes #1012. Reopens #966. A better solution for #966 will just affect slideous, not the other slide writers.
* Require pandoc-types >= 1.12.2.2.John MacFarlane2013-10-01
|
* Require pandoc-types >= 1.12.2.John MacFarlane2013-09-29
|
* LaTeX reader: Parse {groups} as Span.John MacFarlane2013-09-28
| | | | | This is needed for accurate conversion of bibtex titles, since we need to know what was protected from titlecase conversions.
* Merge branch 'master' of github.com:jgm/pandocJohn MacFarlane2013-09-24
|\
| * Updated opendocument tests.John MacFarlane2013-09-24
| |
| * OpenDocument writer: don't use font-face-decls variable.John MacFarlane2013-09-24
| |
| * Merge pull request #995 from wilx/masterJohn MacFarlane2013-09-24
| |\ | | | | | | src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code.
| | * src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code.Václav Zeman2013-09-25
| |/
* | Bump version to 1.12.0.2 and update changelog.John MacFarlane2013-09-20
| |
* | Removed stringable as a dependency. IT is not used.John MacFarlane2013-09-20
|/
* Updated RELEASE-CHECKLIST with github releases.John MacFarlane2013-09-20
|
* Added --force in make-windows-installer.bat.John MacFarlane2013-09-20
|
* make_osx_package: small code cleanup.John MacFarlane2013-09-20
|
* Updated changelog.John MacFarlane2013-09-20
|
* Version bump to 1.12.0.1.John MacFarlane2013-09-20
|
* Don't use unicode_collation in building OSX package.John MacFarlane2013-09-19
| | | | It adds something like 50MB of dependencies to the package.
* Added something on unicode_collation to INSTALL.John MacFarlane2013-09-19
|
* Added small explanation of difference btw `-M` and `-V`.John MacFarlane2013-09-19
|
* Documented `--metadata` change.John MacFarlane2013-09-19
|
* Handle Boolean values in `--metadata`.John MacFarlane2013-09-19
| | | | | | | | | | Note that anything not parseable as a YAML boolean or string is treated as a literal string. Note that you can still get a string value with "yes" or any of the strings interpretable as booleans: -M boolvalue=yes -M stringvalue='"yes"'
* Markdown reader: small code improvement.John MacFarlane2013-09-19
|
* LaTeX writer: Don't print biblio if --natbib or --biblatex option used.John MacFarlane2013-09-19
|
* DOCX writer: Add missing settings.xml to the zip container.John MacFarlane2013-09-19
| | | | Closes #990.
* Fixed reference slides.John MacFarlane2013-09-18
| | | | | | The Div container around references messed up the procedure for carving a document into slides. So we now remove the surrounding Div in prepSlides.
* More informative error when a filter is not found in path.John MacFarlane2013-09-17
| | | | No more "resource vanished (broken pipe)"!
* Allow `--metadata` to be repeated for the same key to form a list.John MacFarlane2013-09-17
| | | | | This also has the effect that `--bibliography` can be repeated, as before.
* Depend on pandoc-types 1.12.1.John MacFarlane2013-09-17
|
* make_osx_package.sh: Add dylibs needed for text-icu.John MacFarlane2013-09-17
|
* Fixed typo in changelog: pandoc-citations -> pandoc-citeproc.John MacFarlane2013-09-16
|
* Declare alex and happy as build-tools.John MacFarlane2013-09-16
| | | | Closes #986.
* Minor formatting change on changelog.John MacFarlane2013-09-15
|
* Markdown reader: unresolved citations fall back to original text.John MacFarlane2013-09-14
| | | | | | | Not ???. Reason: Less surprising, especially for people using @ as in twitter.
* Typo in changelog.John MacFarlane2013-09-14
|
* changelog: Added some citation-related entries.John MacFarlane2013-09-14
| | | | | These properly relate to pandoc-citeproc, but will be of interest to pandoc users.