John MacFarlane
661f1adedb
Adjustments for building trypandoc with stack.
2017-01-29 22:01:11 +01:00
John MacFarlane
9a9a0ca62b
Small update to release checklist.
2017-01-29 21:55:58 +01:00
John MacFarlane
47da92df2d
Fixed up github changes target in Makefile so #s aren't escaped.
2017-01-29 21:55:08 +01:00
John MacFarlane
632d4347f4
Updated man page.
2017-01-29 21:19:16 +01:00
John MacFarlane
484c91ea36
Updated copyright to include 2017.
2017-01-29 21:17:42 +01:00
John MacFarlane
2e178f0990
Updated deb, osx, windows stack.yaml.
...
Use latest skylighting, pandoc-citeproc.
2017-01-29 21:15:30 +01:00
John MacFarlane
678aa66bb6
Updated changelog.
2017-01-29 21:09:21 +01:00
John MacFarlane
84bd0b027b
Bump version to 1.19.2.
2017-01-29 21:08:33 +01:00
John MacFarlane
6af01bae97
Updated authors and date in MANUAL
2017-01-29 21:07:55 +01:00
John MacFarlane
1b416dd12b
Use latest skylighting.
2017-01-29 20:53:22 +01:00
John MacFarlane
ea684d257e
Fixed trypandoc.
2017-01-29 20:52:57 +01:00
John MacFarlane
d1dd4f2e26
Removed unneeded imports.
2017-01-29 20:34:43 +01:00
John MacFarlane
4f955085e0
LaTeX template: Moved geometry after hyperref.
...
Thanks to Václav Haisman.
Otherwise PDF sizes can be wrong in some circumstances.
2017-01-29 20:30:34 +01:00
John MacFarlane
5a03ebf05b
Copied a few changes from default.latex to default.beamer.
...
(Wandmalfarbe)
2017-01-25 17:05:55 +01:00
John MacFarlane
a5d855d342
Update list of listings languages in Highlighting.
...
This allows more languages to be used when using the `--listings`
option.
Closes #3374 .
2017-01-25 12:35:14 +01:00
John MacFarlane
6d751cb386
OpenDocument writer: small refactoring.
...
Removed separate 'parent' param in paraStyle.
2017-01-24 15:01:39 +01:00
John MacFarlane
77e8682a73
Update latex writer test for template change.
2017-01-24 15:01:11 +01:00
John MacFarlane
207b3f7e40
Changed position of \VerbatimNotes and fancyvrb in latex, beamer templates.
...
This fixes hyperlinks on footnotes in documents that contain
verbatim in notes.
(Note: the beamer template was updated to match the LaTeX template, but
at this point verbatim in notes seems not to work in beamer.)
Closes #3361 .
2017-01-24 14:48:38 +01:00
ickc
74875695e2
travis: catch #3372 ( #3373 )
2017-01-24 10:29:54 +01:00
John MacFarlane
41f4476aab
OpenDocument writer: don't profilerate text styles unnecessarily.
...
This change makes the writer create only as many temporary
text styles as are absolutely necessary. It also consolidates
adjacent nodes with the same style.
Closes #3371 .
2017-01-23 15:18:34 +01:00
John MacFarlane
faf4f7818b
Use skylighting 0.1.1.1 in stack.yaml.
2017-01-21 23:30:24 +01:00
Albert Krewinkel
5729f1f2ea
Org reader: allow short hand for single-line raw blocks
...
Single-line raw blocks can be given via `#+FORMAT: raw line`, where
`FORMAT` must be one of `latex`, `beamer`, `html`, or `texinfo`.
Closes : #3366
2017-01-19 20:33:05 +01:00
John MacFarlane
aad7c3bf54
windows stack.yaml - use latest skylighting.
2017-01-19 20:04:02 +01:00
John MacFarlane
b596d20605
Some fixes to permit breezeDark style.
2017-01-19 16:32:35 +01:00
John MacFarlane
46b1c31925
Add breezeDark to the list of highlighting styles.
2017-01-19 15:59:57 +01:00
John MacFarlane
937b502923
Use skylighting 0.1.1.
...
Closes #3363 .
2017-01-19 15:56:19 +01:00
John MacFarlane
06bdb8dbab
MediaWiki reader: improved handling of display math.
...
Sometimes display math is indented with more than one colon.
Previously we handled these cases badly, generating definition
lists and missing the math.
Closes #3362 .
2017-01-19 11:24:19 +01:00
bumper314
5bd571f499
Fix sample.lua barfing on Raw data ( #3358 )
...
* Fix for "pandoc: user error (Incorrect result type (string expected, got nil))." when the source format contains Raw data.
* Update sample.lua
2017-01-18 12:47:15 +01:00
ickc
117f3d2323
travis: download stack only in stack BUILD ( #3357 )
2017-01-17 14:09:02 +01:00
Mauro Bieg
1b2ba57270
fix internal link in INSTALL.md
2017-01-17 10:20:14 +01:00
John MacFarlane
1dc4b3925d
Clarify that blank space is needed around footnotes.
...
Closes #3352 .
2017-01-15 10:51:49 +01:00
Albert Krewinkel
c743e93912
Rearrange and extend badges in README ( #3354 )
...
* Reorganize badges to get a more harmonic look
* Add homebrew badge
* Add badge for pandoc-discuss google group
2017-01-15 10:48:28 +01:00
Alexey Rogachev
94513e3744
Fixed typo ( #3351 )
2017-01-13 22:15:06 +01:00
John MacFarlane
c56669ec39
Allow vector 0.12.0.0.
2017-01-10 17:05:29 +01:00
John MacFarlane
072e5a7d20
LaTeX template: Add hyphen option to url package.
2017-01-10 17:05:25 +01:00
John MacFarlane
4781819a6b
Fixed -f markdown_github-hard_line_breaks+escaped_line_breaks.
...
Previously this did not properly enable escaped line breaks.
Closes #3341 .
2017-01-08 10:01:19 +01:00
John MacFarlane
d719d79ebc
Added instructions for manual install from oxs, win packages.
2017-01-07 12:52:44 +01:00
Albert Krewinkel
4da41bdb8e
Remove pipe char irking the haddock coverage tool
...
Haddock documentation strings must be associated with functions. Remove
pipe char from a comment that was moved into a `do` block in
`Readers/Org/Inlines.hs`.
2017-01-06 18:59:07 +01:00
Albert Krewinkel
4ca420e937
Org reader: accept org-ref citations followed by commas
...
Bugfix for an issue which, whenever the citation was immediately followed by a
comma, prevented correct parsing of org-ref citations.
2017-01-06 18:22:19 +01:00
Albert Krewinkel
21e6ca1976
Org reader: ensure emphasis markup can be nested
...
Nested emphasis markup (e.g. `/*strong and emphasized*/`) was
interpreted incorrectly in that the inner markup was not recognized.
2017-01-05 23:30:46 +01:00
tgkokk
f2e3e756f8
MediaWiki reader: Fix quotation mark parsing ( #3336 )
...
Change MediaWiki reader's behavior when the smart option is parsed to
match other readers' behavior.
Fix #2012 .
2017-01-05 21:24:33 +01:00
John MacFarlane
2d8d735bb7
LaTeX template: allow passing microtypeoptions
to microtype.
...
Thanks to Vaclav Haisman.
2017-01-03 21:04:50 -08:00
John MacFarlane
66fc644ddb
Allow aeson 1.1.
2017-01-02 12:13:35 -08:00
Bheesham Persaud
6c1afc0412
Indent code on the installation page. ( #3335 )
...
Previously, not all code on the installation page was
highlighted/wrapped in code blocks due to incorrect indentation.
2017-01-01 22:40:43 -07:00
John Muccigrosso
0865168e5a
Add '@*' usage ( #3333 )
...
* Add '@*' usage
Added to nocite section to add the wildcard functionality.
* Restoring accented characters.
Removed trailing whitespace in new text too.
* Removing unneeded single quotes.
2016-12-31 12:47:28 -07:00
John MacFarlane
dccdd6b7f1
Updated docbook5 writer test for new template.
2016-12-30 23:36:12 -07:00
John MacFarlane
d1e957775a
Travis: fix false positives and speed up dist build by avoiding tests.
2016-12-30 21:18:47 -07:00
John MacFarlane
0c201c407c
docbook5template: fix namespace declarations (Mauro Bieg).
2016-12-30 20:06:59 -07:00
Mauro Bieg
32cbb8f46d
DocBook5 writer: make id attribute xml:id, fixes #3329 ( #3330 )
2016-12-30 20:03:43 -07:00
Mauro Bieg
9b29a55d9b
HTML writer: don't process pars with empty RawInline, fixes #1040 ( #3327 )
2016-12-24 14:41:54 -07:00