Mark Wright
b748833889
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies ; ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof ...
2015-01-05 14:40:30 +11:00
Mark Wright
10d53989d8
ghc 7.10.1 RC1 requires FlexibleContexts https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#Inferredtype-signaturesnowmayrequiretoenableFlexibleContextsGADTsorTypeFamilies ; ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof ...
2015-01-05 14:40:06 +11:00
Mark Wright
f18ceb1b5e
ghc 7.10.1 RC1 requires specifying the type of String literals https://ghc.haskell.org/trac/ghc/wiki/Migration/7.10#GHCsaysNoinstanceforFoldable...arisingfromtheuseof ...
2015-01-05 14:38:06 +11:00
Mark Wright
693f9abb18
Allow haddock-library 1.2, by calling the Documentation.Haddock.Types.MetaDoc record accessor function _doc :: MetaDoc mod id -> DocH mod id
2015-01-05 14:35:31 +11:00
Mark Wright
4c9ebf3c2b
Allow haddock-library 1.2
2015-01-05 14:15:10 +11:00
John MacFarlane
4866c905b0
Minor reformatting of CONTRIBUTING.md.
2015-01-03 16:03:30 -08:00
John MacFarlane
a6d469afdc
Merge pull request #1853 from mpickering/contrib
...
Updated CONTRIBUTING.md with information about issue tags
2015-01-03 15:59:50 -08:00
Matthew Pickering
47b8256635
Updated CONTRIBUTING.md with information about issue tags
2015-01-03 15:37:25 +00:00
John MacFarlane
e7187fa3bb
LaTeX reader: handle tabular*
environment.
...
This change allows pandoc not to choke on the table-width parameter
of `tabular*`. Note that the table width is not actually parsed
or taken into account, but this should give tolerable results in
many cases.
Closes #1850 .
2015-01-01 08:46:45 -08:00
John MacFarlane
52310eb470
SelfContained: Add ;charset=utf-8
to script mime type if missing.
...
Closes #1842 .
2014-12-31 14:51:23 -08:00
John MacFarlane
3de830e4e2
EPUB templates: use div, not p, for "rights" on title page.
2014-12-28 11:26:14 -08:00
John MacFarlane
e3422dc438
Added --verbose
flag for debugging output in PDF production.
...
Closes #1840 .
Closes #1653 .
2014-12-26 11:19:55 -07:00
John MacFarlane
c30c96b422
Version bump to 1.13.3.
2014-12-26 10:05:31 -07:00
John MacFarlane
ccf081d32c
Require latest highlighting-kate and texmath.
2014-12-19 21:41:53 -08:00
John MacFarlane
70682a5328
More make_deb.sh tweaks - architecture detection.
2014-12-19 20:49:02 -08:00
John MacFarlane
9e95de6fcf
make_deb.sh: --force reinstall.
2014-12-19 20:20:08 -08:00
John MacFarlane
ddd774c404
make_deb.sh - have only copyright, not also COPYING.
2014-12-19 17:34:46 -08:00
John MacFarlane
c6ad01dc69
Added old-locale flag.
...
This will ease transition to time 1.5. However, currently we can't
build with time 1.5 because of dependencies.
2014-12-19 17:26:14 -08:00
John MacFarlane
77df403cff
Fixed typo in make_deb.sh.
2014-12-19 17:22:25 -08:00
John MacFarlane
7a47a8f86b
More lintian improvements to make_deb.sh.
...
* Compress man pages.
* Combine copyright files for pandoc, pandoc-citeproc.
2014-12-19 17:14:27 -08:00
John MacFarlane
36bf76068f
Removed extra spaces in deb/control.in.
2014-12-19 17:02:55 -08:00
John MacFarlane
2c3310a592
Added Text.Pandoc.Compat.Locale to assist with transition to time 1.5.
2014-12-19 16:13:38 -08:00
John MacFarlane
f72dfc2d94
make_deb.sh fixes:
...
* 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.
2014-12-19 15:17:11 -08:00
John MacFarlane
11fc7308b7
Updated changelog.
2014-12-19 11:36:00 -08:00
John MacFarlane
005eda2f02
MediaWiki writer: Fixed links with URL = text.
...
Previously these were rendered as bare words, even if the URL
was not an absolute URL.
Closes #1825 .
2014-12-19 11:32:37 -08:00
John MacFarlane
2f7ee662fb
Updated changelog.
2014-12-18 21:39:15 -08:00
John MacFarlane
a804a5f5ec
Added debpkg to release checklist.
2014-12-17 16:33:50 -08:00
John MacFarlane
e60efdd98f
More improvements to debpkg target.
...
The generated deb has been confirmed to install and run
on a fresh ubuntu/trusty64 vagrant box.
2014-12-17 16:38:11 -08:00
John MacFarlane
b1a9b1a696
Improved make_deb.sh.
2014-12-17 13:53:38 -08:00
John MacFarlane
8dfc372278
Changed bindist target to debpkg.
2014-12-17 12:04:20 -08:00
John MacFarlane
b966611067
Changed make_binary_package -> make_deb.
...
Added deb/control.in.
2014-12-17 00:16:59 -08:00
John MacFarlane
a4193a619a
Added make_binary_package.sh.
...
This script creates a generic binary package in a tarball.
Intended mostly for use with linux.
2014-12-16 17:58:31 -08:00
John MacFarlane
bbb8bfab29
Fixed link in README
2014-12-16 17:54:10 -08:00
John MacFarlane
19b744191f
Fixed Makefile tab
2014-12-16 17:27:39 -08:00
John MacFarlane
658f01f072
Added bindist target to Makefile.
...
This creates a binary package with a standalone executable and
man pages.
2014-12-16 13:58:34 -08:00
John MacFarlane
7e41d0b1ee
LaTeX reader: parse math environments as inline when possible.
...
Closes #1821 .
2014-12-16 12:27:04 -08:00
John MacFarlane
fcd1599b09
FB2 writer: Add newline to output.
2014-12-15 22:14:29 -08:00
John MacFarlane
4c03231e9b
getDefaultTemplate: don't fail when called with "fb2".
...
Closes #1660 .
2014-12-15 22:10:03 -08:00
John MacFarlane
08abbc4604
LaTeX writer: Handle consecutive linebreaks.
...
Closes #1733 .
2014-12-15 22:04:18 -08:00
John MacFarlane
58ea1ce5f1
LaTeX reader: parse label after caption into a span...
...
instead of inserting an additional paragraph of bracketed text.
Closes #1747 .
2014-12-15 21:50:10 -08:00
John MacFarlane
0eb3f8cff2
HTML writer: put newline btw img and caption paragraph.
2014-12-15 21:49:16 -08:00
John MacFarlane
9ea7164d81
Reworded paragraph on citation data in README.
...
Closes #1814 .
2014-12-15 21:20:27 -08:00
John MacFarlane
61d2c2e8cb
LaTeX writer: better handling of display math in simple tables.
...
We convert display math to inline math in simple tables,
since LaTeX can't deal with display math in simple tables.
Closes #1754 .
2014-12-15 21:14:07 -08:00
John MacFarlane
cb8bb4705f
EPUB writer: include "landmarks" section in nav document for epub3.
...
Closes #1757 .
2014-12-15 20:56:03 -08:00
John MacFarlane
8a3363a269
Merge branch 'patch-1' of https://github.com/Wikiwide/pandoc into Wikiwide-patch-1
...
Conflicts:
src/Text/Pandoc/Readers/LaTeX.hs
2014-12-15 20:27:42 -08:00
John MacFarlane
d5c7d66735
Merge pull request #1803 from mpickering/bugfixes
...
Bugfixes
2014-12-15 20:15:25 -08:00
Matthew Pickering
e6bd29e9b8
Text.Pandoc.Writers.RTF: Add blankline at end of output
...
Closes #1732
2014-12-15 21:35:47 +00:00
Matthew Pickering
a17f6f2f39
Text.Pandoc.Readers.HTML: Retain display type of MathML output
...
Closes #1719
2014-12-15 21:35:47 +00:00
Matthew Pickering
58e4e4a608
Text.Pandoc.Parsing: Change parseFromString to fail if not all input is
...
consumed.
2014-12-15 21:35:46 +00:00
John MacFarlane
a5cac0a0c4
Don't treat a citation as a reference link label.
...
Closes #1763 .
2014-12-15 10:54:12 -08:00