Hubert Plociniczak
30b3412857
Added page breaks into Pandoc.
...
This requires an updated version of pandoc-types that
introduces PageBreak definition.
Not that this initial commit only introduces ODT pagebreaks
and distinguishes for it page breaks before, after, or both,
the paragraph, as read from the style definition.
2017-01-25 17:07:39 +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
John MacFarlane
8f09a2b010
Travis: add path to happy to path.
2016-12-24 14:41:13 -07:00
Mauro Bieg
0159956f7f
markdown reader: disallow space between inline code and attributes ( #3326 )
...
closes #3323
2016-12-24 07:34:07 -07:00
John MacFarlane
b872765765
Added happy to travis deb pkgs.
2016-12-23 21:16:17 -07:00
John MacFarlane
9e67e1dedc
Updated windows stack.yaml.
2016-12-23 18:10:18 -07:00
John MacFarlane
9d781b1454
Updates to use skylighting rather than highlighting-kate.
...
So far this just reproduces capacity.
Later we'll be able to add features like warning
messages, dynamic loading of xml syntax definitions,
and dynamic loading of themes.
2016-12-23 18:07:49 -07:00
John MacFarlane
bfb6b61084
Allow directory 1.3. Closes #3325 .
2016-12-23 14:14:10 -07:00
Albert Krewinkel
d27188ad30
Org writer: prefix footnote numbers with fn:
...
Unprefixed numbers where used by older org-mode versions, but are no
longer supported.
2016-12-21 23:51:15 +01:00
ickc
b5ce9635ca
MANUAL/README: Fixed broken links ( #3316 )
...
MANUAL/README: "groff man" links to groff_man rather than groff
MANUAL/README: Word docx link to wikipedia
2016-12-16 22:03:00 +01:00
John MacFarlane
ee03272883
LaTeX writer: allow tables with empty cells to count as "plain."
...
This addresses a problem of too-wide tables when empty cells
are used.
Thanks to Joost Kremers for reporting the issue.
2016-12-16 14:03:58 +01:00
John MacFarlane
e8ebc540a3
MANUAL: note that --wrap=auto does not work in HTML output.
2016-12-16 09:13:02 +01:00
John MacFarlane
bbdc0e7542
MANUAL: Default --columns width is 72, not 80.
2016-12-16 09:11:14 +01:00
Albert Krewinkel
69f2734504
CONTRIBUTING: Describe labels currently used in issue tracker
...
The labels have changed over time, the list of labels is updated to
reflect the current set of labels used in the issue tracker.
2016-12-14 22:11:27 +01:00