Commit Graph
10211 Commits
Author SHA1 Message Date
John MacFarlane 627c54011b Revert "Setup.hs: Better way of handling man page building."
This reverts commit ed061b91c8.
2013-10-08 20:52:56 -07:00
John MacFarlane ed061b91c8 Setup.hs: Better way of handling man page building.
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.
2013-10-06 18:04:18 -07:00
John MacFarlane dbd4aee730 Removed code that forces MathJax to typeset.
Closes #1012.  Reopens #966.  A better solution for #966 will just
affect slideous, not the other slide writers.
2013-10-06 17:21:33 -07:00
John MacFarlane d6ccebdb2c Require pandoc-types >= 1.12.2.2. 2013-10-01 22:50:02 -07:00
Florian Eitel e24963ade6 Fixed stupid copy&paste error
How could this happend? sry
2013-09-30 16:56:31 +02:00
Florian Eitel a26d25a80b Don't add pandoc-citeproc filter if natbib or biblatex is used
See https://github.com/jgm/pandoc-templates/issues/42
2013-09-30 15:55:59 +02:00
John MacFarlane 3081fce90e Require pandoc-types >= 1.12.2. 2013-09-29 11:19:04 -07:00
John MacFarlane 9e7072cf1b LaTeX reader: Parse {groups} as Span.
This is needed for accurate conversion of bibtex titles,
since we need to know what was protected from titlecase conversions.
2013-09-28 11:53:34 -07:00
John MacFarlane b97f1136cd Merge branch 'master' of github.com:jgm/pandoc 2013-09-24 19:56:55 -07:00
John MacFarlane a117a88137 Updated opendocument tests. 2013-09-24 18:41:46 -07:00
John MacFarlane d76a6e2372 OpenDocument writer: don't use font-face-decls variable. 2013-09-24 18:41:43 -07:00
John MacFarlane 0bb5f9ba20 opendocument: Replaced fontface variable with actual declaration. 2013-09-24 18:40:52 -07:00
John MacFarlane 2720ba3abd Merge pull request #41 from wilx/master
default.opendocument: Add $font-face-decls$ field.
2013-09-24 18:27:15 -07:00
John MacFarlane fba2ef42ad Merge pull request #995 from wilx/master
src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code.
2013-09-24 18:26:52 -07:00
Václav Zeman e149d4e138 src/Text/Pandoc/Writers/OpenDocument.hs: Fix formatting of strikeout code. 2013-09-25 01:18:39 +02:00
Václav Zeman 605a8d351e default.opendocument: Add $font-face-decls$ field. 2013-09-25 01:13:38 +02:00
John MacFarlane f9430e995e Bump version to 1.12.0.2 and update changelog. 1.12.0.2 2013-09-20 20:31:43 -07:00
John MacFarlane 1b42093890 Removed stringable as a dependency. IT is not used. 2013-09-20 20:30:36 -07:00
John MacFarlane 6bfe4293fc Updated RELEASE-CHECKLIST with github releases. 2013-09-20 18:47:21 -07:00
John MacFarlane 3334c7be52 Added --force in make-windows-installer.bat. 1.12.0.1 2013-09-20 17:56:11 -07:00
John MacFarlane b1509e90df make_osx_package: small code cleanup. 2013-09-20 17:37:19 -07:00
John MacFarlane 10f18ecb9d Updated changelog. 2013-09-20 10:38:21 -07:00
John MacFarlane 6a2ca0b295 Version bump to 1.12.0.1. 2013-09-20 10:30:46 -07:00
John MacFarlane 8708e2bf1b Don't use unicode_collation in building OSX package.
It adds something like 50MB of dependencies to the package.
2013-09-19 21:16:38 -07:00
John MacFarlane 8df53506c7 Added something on unicode_collation to INSTALL. 2013-09-19 21:11:05 -07:00
John MacFarlane df313b859f Added small explanation of difference btw -M and -V. 2013-09-19 21:04:58 -07:00
John MacFarlane 87def47e87 Documented --metadata change. 2013-09-19 21:01:17 -07:00
John MacFarlane 652f9a88f4 Handle Boolean values in --metadata.
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"'
2013-09-19 20:21:35 -07:00
John MacFarlane 255037a091 Markdown reader: small code improvement. 2013-09-19 10:09:32 -07:00
John MacFarlane e135955b1e LaTeX writer: Don't print biblio if --natbib or --biblatex option used. 2013-09-19 10:08:49 -07:00
John MacFarlane d27e5a6ff0 DOCX writer: Add missing settings.xml to the zip container.
Closes #990.
2013-09-19 09:48:02 -07:00
John MacFarlane 464b174d0f Fixed reference slides.
The Div container around references messed up the procedure
for carving a document into slides.  So we now remove the surrounding
Div in prepSlides.
2013-09-18 09:13:37 -07:00
John MacFarlane 3397af30e4 More informative error when a filter is not found in path.
No more "resource vanished (broken pipe)"!
2013-09-17 21:38:34 -07:00
John MacFarlane 32afe85754 Allow --metadata to be repeated for the same key to form a list.
This also has the effect that `--bibliography` can be repeated,
as before.
2013-09-17 21:04:27 -07:00
John MacFarlane c04d243795 Depend on pandoc-types 1.12.1. 2013-09-17 08:34:43 -07:00
John MacFarlane 771faa8cba make_osx_package.sh: Add dylibs needed for text-icu. 2013-09-17 07:27:33 -07:00
John MacFarlane b633c6486f Fixed typo in changelog: pandoc-citations -> pandoc-citeproc. 2013-09-16 08:14:02 -07:00
John MacFarlane 2b2d0064be Declare alex and happy as build-tools.
Closes #986.
2013-09-16 08:10:53 -07:00
John MacFarlane fcd9a0b551 Minor formatting change on changelog. 1.12 2013-09-15 09:34:27 -07:00
John MacFarlane 21f1bcb280 Markdown reader: unresolved citations fall back to original text.
Not ???.

Reason:  Less surprising, especially for people using @ as
in twitter.
2013-09-14 22:28:37 -07:00
John MacFarlane 5529d9d9f5 Typo in changelog. 2013-09-14 19:03:07 -07:00
John MacFarlane eea28a484f changelog: Added some citation-related entries.
These properly relate to pandoc-citeproc, but will be of
interest to pandoc users.
2013-09-14 17:49:24 -07:00
John MacFarlane 8a917cd9e4 Further fixes to make_osx_package.sh. 2013-09-14 17:32:54 -07:00
John MacFarlane b0a26d7193 Windows: make citation support a separable component. 2013-09-14 16:52:16 -07:00
John MacFarlane e3775528dd Updated windows installer batch file. 2013-09-14 16:06:54 -07:00
John MacFarlane 08b67f7730 Updated make_osx_package.sh. 2013-09-14 16:02:02 -07:00
John MacFarlane 479cefa4c2 More robust check for '-F pandoc-filters', allowing pathnames. 2013-09-14 16:01:41 -07:00
John MacFarlane c92d9db7f0 README: Added link to lua. 2013-09-13 22:40:00 -07:00
John MacFarlane 3747104178 Markdown writer: Print references if output is 'plain'. 2013-09-12 11:23:57 -07:00
John MacFarlane ca6842349e HTML writer: Ensure proper escaping in header metadata. 2013-09-12 09:25:15 -07:00