Commit Graph
10211 Commits
Author SHA1 Message Date
John MacFarlane 0f1fa1b586 Added explanation of 'nocite' trick. 2014-02-13 10:33:18 -08:00
Vaclav Zeman 08d80809c2 Update tests suite to expect \texorpdfstring. 2014-02-13 00:03:54 +01:00
Alexander Belyaev cf4e5f4520 Moved $include-after$ to the closing </body>
See https://groups.google.com/forum/#!topic/pandoc-discuss/Fbfh8IIcVds
2014-02-12 01:59:25 +04:00
Vaclav Zeman 64bcb9fe03 src/Text/Pandoc/Writers/LaTeX.hs: Use \texorpdfstring for section
captions.
2014-02-10 09:11:50 +01:00
Vaclav Zeman 1ba8066f67 Merge remote-tracking branch 'origin/master' into en-dash-ligature-avoidance. 2014-02-09 13:16:39 +01:00
Vaclav Zeman 3f0fe345f9 Use \/ to avoid en-dash ligature instead of -{}-.
This is to fix LuaLaTeX output. The -{}- sequence does not avoid the
ligature with LuaLaTeX but \/ does.
2014-02-08 13:40:04 +01:00
John MacFarlane 927b516308 Merge pull request #1143 from merijn/master
Removed Monoid datatype context from RenderState.
2014-02-07 16:49:20 -08:00
Merijn Verstraaten 286781f801 Removed RenderState datatype context.
Reasoning:
    - It's not Haskell2010
    - It breaks some tools
    - Doesn't actually do anything
    - RenderState doesn't even have a Monoid instance
2014-02-06 23:10:59 +01:00
John MacFarlane 3127ab2b5e Slight code reorganization in endline. 2014-02-04 10:05:52 -08:00
John MacFarlane 4a84e9691e Version bump to 1.12.3.3.
No changes to source:  just to regenerate tarball with latest alex,
happy, to satisfy GHC 7.8.
1.12.3.3
2014-02-03 14:08:13 -08:00
John MacFarlane 406c311115 Version bump to 1.12.3.2. 1.12.3.2 2014-02-03 13:32:50 -08:00
John MacFarlane e18b305384 Updated changelog. 2014-02-03 13:32:44 -08:00
John MacFarlane dc2c23a25f Bumped version bounds for blaze-html, blaze-markup. 2014-01-27 21:08:56 -08:00
John MacFarlane a333d9788e ImageSize: Avoid use of lookAhead, which is not in binary >= 0.6.
Closes #1124.
2014-01-24 16:00:53 -08:00
John MacFarlane 9f3b2f6f5d Fixed mediawiki ordered list parsing.
Closes #1122.
2014-01-22 22:07:13 -08:00
John MacFarlane 6c59f060a7 HTML reader: Fixed bug reading inline math with $$.
See #225.
2014-01-20 11:09:44 -08:00
John MacFarlane 1bc9cb4105 Merge pull request #974 from merijn/master
Added support for LaTeX style literate Haskell code blocks in rST.
2014-01-16 12:32:44 -08:00
John MacFarlane a1abb3eeea Allow binary 0.5. Version bump to 1.12.3.1. 1.12.3.1 2014-01-14 10:13:08 -08:00
John MacFarlane 68b438b1b8 Removed obsolete README note about mmd title blocks. 2014-01-13 00:13:46 -08:00
John MacFarlane 6ec936c326 Updated release checklist. 2014-01-10 12:11:40 -08:00
John MacFarlane 2c86b71af8 Fixed bug in changelog (item was put under wrong release). 2014-01-10 11:40:09 -08:00
John MacFarlane 32c82903f3 Require latest texmath, highlighting-kate. 1.12.3 2014-01-09 23:12:19 -08:00
John MacFarlane c1c5257589 Updated changelog. 2014-01-09 22:54:32 -08:00
John MacFarlane b4b16d5786 Minor improvement to exif parser. 2014-01-09 22:51:23 -08:00
John MacFarlane c26fd3556b Relaxed version bounds on attoparsec, text, aeson. 2014-01-09 16:05:20 -08:00
John MacFarlane b9b1546ed2 Markdown parser: be more permissive about citation keys.
Keys may now start with an underscore as well as a letter.
Underscores do not count as internal punctuation, but are
treated like alphanumerics, so "key:_2008" will work, as
it did not before.  (This change was necessary to use keys
generated by zotero.)

Closes #1111, closes #1011.
2014-01-09 11:25:24 -08:00
John MacFarlane 5c8c380a79 Better exif parsing, including image resolution.
This introduces a dependency on binary >= 0.6, but we depend
on binary >= 0.5 via zip-archive anyway.

Closes #976.
2014-01-09 11:16:55 -08:00
John MacFarlane 3bf8012bf6 Text.Pandoc.ImageSize: Parse EXIF format JPGs.
Note:  For now we just assign them all 72 dpi.  It wasn't
clear to me how to extract the resolution information.
At least the aspect ratio will be right, and 72 dpi is
the most common setting.

Closes #976.
2014-01-08 19:33:14 -08:00
John MacFarlane aada7b495b fetchItem: Handle image URLs beginning with '//'. 2014-01-08 12:04:08 -08:00
John MacFarlane 8ef758fa68 Added README comment on line breaks in cells 2014-01-08 08:11:49 -08:00
John MacFarlane 3c63d94324 Updated changelog. 2014-01-07 23:41:19 -08:00
John MacFarlane d9eff99f27 Markdown reader: Allow hard line breaks in table cells.
The \-newline form must be used; the two-space+newline form
won't work, since in a table cell nearly every line ends with
two spaces.
2014-01-07 23:39:49 -08:00
John MacFarlane 3cad665afb Updated tests for latest texmath. 2014-01-07 23:35:30 -08:00
John MacFarlane 47a24f9821 Updated changelog. 2014-01-07 22:32:28 -08:00
John MacFarlane 2c7bf41d26 Added wmf and emf mime types. 2014-01-07 10:32:47 -08:00
John MacFarlane 002c8ce14c Fixed small regression in docx writer. 2014-01-07 09:01:32 -08:00
John MacFarlane 9bd7ed7225 Increase upper bound for text. 2014-01-06 22:35:54 -08:00
John MacFarlane 6ddd9f3239 Increase upper bound on process. 2014-01-06 22:35:06 -08:00
John MacFarlane d97b1fd14c EPUB writer: Strip out footnotes from toc entries. 2014-01-06 21:51:11 -08:00
John MacFarlane ba6a26b258 EPUB writer: Avoid duplicate notes when headings contain notes.
This arose because the headings are copied into the metadata
"title" field, and the note gets rendered twice.  We strip the
note now before putting the heading in "title".
2014-01-06 12:12:21 -08:00
John MacFarlane 447a1bbbe8 Added note to Interact.hs recommending 'cabal repl'.
Closes #1110.
2014-01-06 10:20:25 -08:00
John MacFarlane 2dd6d892fa HTML writer: Omit footnotes from TOC entries.
Otherwise we get doubled footnotes when headers have notes!
2014-01-06 10:17:31 -08:00
John MacFarlane 3dd1b1f73a Removed references to biblio2yaml in installers. 2014-01-05 23:18:14 -08:00
John MacFarlane 220e3816a0 make_osx_package: Don't hardcode jgm, use whoami. 2014-01-04 11:43:47 -08:00
John MacFarlane 9ae10b4352 The --bibliography option now sets the biblio-files variable.
So, if you're using `--natbib` or `--biblatex`, you can just use
`--bibliography=foo.bib` instead of `-V bibliofiles=foo`.
2014-01-03 10:11:21 -08:00
John MacFarlane 93eac71383 Documented biblio-files variable 2014-01-03 10:05:56 -08:00
John MacFarlane 36cda45d70 Merge pull request #1005 from nougad/consistent_bibliography
Don't add pandoc-citeproc filter if natbib or biblatex is used
2014-01-02 21:15:41 -08:00
John MacFarlane e7e76dbdd8 RST writer: Ensure no blank line after def in definition list.
Closes #992.
2014-01-02 21:10:14 -08:00
John MacFarlane 452a140d0c Pretty: Added nestle. API change, minor version bump to 1.12.3. 2014-01-02 21:09:39 -08:00
John MacFarlane 4e7aadb903 HTML writer: With --toc, headers no longer link to themselves.
Closes #1081.
2014-01-02 19:59:33 -08:00