John MacFarlane
8a7895d3de
Bump version on windows installer.
2012-06-28 19:26:35 -07:00
John MacFarlane
6cdfde5807
SelfContained: Fix handling of absolute URLs in css imports.
...
Also allow single-quoted values.
Closes #535 .
2012-06-28 18:35:21 -07:00
John MacFarlane
d812036182
Updated changelog.
2012-06-28 09:48:31 -07:00
John MacFarlane
83238cb686
Added webm to mime types. Closes #543 .
2012-06-28 09:48:07 -07:00
John MacFarlane
5fe6e45d14
Updated changelog.
2012-06-27 15:59:24 -07:00
John MacFarlane
f75f3392ef
Bump version to 1.9.4.2.
2012-06-27 15:54:02 -07:00
John MacFarlane
38f933356f
Use -rtsopts and -threaded.
2012-06-27 15:25:35 -07:00
John MacFarlane
7da913dbd7
ConTeXt writer: don't escape &
,^
,<
,>
.
...
Simplified escapes for `}` and `{` to `\{` and `\}`.
Thanks to Aditya Mahajan.
2012-06-27 15:05:13 -07:00
John MacFarlane
064af070da
Acknowledge Gavin Beatty in AUTHORS.
2012-06-27 14:47:33 -07:00
John MacFarlane
d320c2eac5
MediaWiki writer: Avoid extra blank lines after sublists.
...
Thanks to Gavin Beatty.
2012-06-27 14:46:46 -07:00
John MacFarlane
e9f6366af7
Don't escape _
as \letterunderscore{}
in ConTeXt.
2012-06-26 19:50:52 -07:00
John MacFarlane
e03b940baa
In make_osx_package.sh, rebuild citeproc-hs with embed_data_files.
2012-06-26 19:41:54 -07:00
John MacFarlane
dc158768b9
Docbook reader: Added support for "bold" emphasis.
...
Thanks to mb21.
2012-06-26 19:41:34 -07:00
John MacFarlane
527be1ddf2
Don't generate empty H1 after hrule slide breaks.
...
We now use a slide-level header with contents [Str "\0"] to mark
an hrule break. This avoids creation of an empty H1 in these
contexts.
Closes #484 .
2012-06-25 14:52:09 -07:00
John MacFarlane
4cf3aaecde
Test for base 4.4.0 instead of 4.5.0 for argument/filename encoding.
2012-06-25 14:27:22 -07:00
Alexander V Vershilov
cf4db74400
fixing exported test modules and files
2012-06-25 03:00:16 +04:00
John MacFarlane
cc39c313c5
Don't encode/decode file paths if base >= 4.5.
...
Prior to base 4.5 (and perhaps earlier - check), filepaths and command
line arguments were treated as unencoded lists of bytes, not unicode
strings, so we had to work around that by encoding and decoding
them. This commit adds CPP checks for base 4.5 that disable the
encoding/decoding.
Fixes a bug with multilingual filenames when pandoc was compiled
with ghc 7.4. Closes #540 .
2012-06-24 10:58:15 +02:00
John MacFarlane
c24b7991aa
Fixed shadowing warning.
2012-06-08 11:12:56 -07:00
John MacFarlane
9fc72d1ff2
Updated changelog.
2012-06-08 11:01:10 -07:00
John MacFarlane
a08650a603
Updated tests for changes in LaTeX template.
2012-06-08 11:00:27 -07:00
John MacFarlane
fdbfdf2f60
LaTeX template: Separate urlcolor and linkcolor variables.
2012-06-08 10:57:44 -07:00
John MacFarlane
e085949ff6
README: Documented new variables in LaTeX template.
2012-06-08 10:56:24 -07:00
John MacFarlane
28427f522d
Updated changelog.
2012-06-08 10:48:29 -07:00
John MacFarlane
b606e93050
Bumped version to 1.9.4.1.
2012-06-08 10:48:13 -07:00
John MacFarlane
db645f7087
Biblio: Workaround broken toCapital in citeproc-0.3.4.
2012-06-08 10:28:51 -07:00
John MacFarlane
5fe9542ca8
Fixed documentation on mixed lists. Closes #533 .
2012-06-08 10:06:07 -07:00
John MacFarlane
3982aaaed6
Updated tests for changes in LaTeX changes.
2012-06-05 22:25:54 -07:00
John MacFarlane
ba4cab2b35
LaTeX template: use ifxetex, ifluatex instead of iftex.
2012-06-05 22:22:08 -07:00
John MacFarlane
c06ed6e3b1
Biblio: Add comma to beginning of bare suffix, e.g. @item1 [50].
...
Motivation: @item1 [50] should be as close as possible to
[@item1, 50].
2012-06-05 11:54:27 -07:00
John MacFarlane
337735ae32
Updated tests for changes in latex template.
2012-06-05 11:52:57 -07:00
John MacFarlane
29d4b167b4
LaTeX template: Removed extra blank line.
2012-06-05 11:49:51 -07:00
John MacFarlane
1eaac7bbfb
LaTeX template improvements.
...
* Don't print date unless one is given explicitly in the document.
* Use iftex instead of ifxetex, ifluatex.
* Simplified templates.
* Use fontenc [T1] by default, and lmodern.
* Use microtype if available (with pdflatex only).
2012-06-05 11:42:39 -07:00
John MacFarlane
ca7efdec3c
LaTeX template: Added linkcolor and links-as-notes variables.
...
Make TOC links black.
2012-06-05 10:05:36 -07:00
John MacFarlane
0dab912c22
Markdown reader: Added cf. and cp. to list of likely abbreviations.
2012-06-04 11:13:41 -07:00
John MacFarlane
927b5997d8
Added failing tests for note beginning with a citation.
...
See issue #531 .
2012-06-03 19:26:36 -07:00
John MacFarlane
80f9619948
Have windows installer make man page first.
...
In cabal-dev, makemanpage fails.
2012-06-03 13:06:43 -07:00
John MacFarlane
1d2041283b
Updated LaTeX template.
...
Internal links black; removed unneeded url package.
2012-06-03 11:13:42 -07:00
John MacFarlane
cc1f0aca7c
Revert "Updated LaTeX template (use black for internal links and TOC)."
...
This reverts commit 4c5616fe2d
.
2012-06-03 11:13:33 -07:00
John MacFarlane
9ab5b00221
Updated test suite.
2012-06-03 11:08:57 -07:00
John MacFarlane
c8c09cc403
Updated changelog.
2012-06-03 11:01:36 -07:00
John MacFarlane
4c5616fe2d
Updated LaTeX template (use black for internal links and TOC).
2012-06-03 11:00:40 -07:00
John MacFarlane
84600e7e28
Updated changelog.
2012-06-03 09:16:09 -07:00
John MacFarlane
34fac208d2
Fixed --incremental
behavior for Beamer.
...
When `--incremental` is used, lists inside block quotes should
appear all at once (as in HTML).
2012-06-03 09:14:09 -07:00
John MacFarlane
e630c773ae
Updated changelog.
2012-06-01 18:45:26 -07:00
John MacFarlane
5669dc2a47
Simplified bullet characters so they work with Word 2007.
...
Closes #520 .
2012-06-01 18:44:00 -07:00
John MacFarlane
be45b2877f
Updated changelog.
2012-06-01 10:52:37 -07:00
John MacFarlane
e14712dabd
LaTeX writer: Ensure newline after Verbatim at end of footnote.
...
This fixes a regression. Also added a test for this.
2012-06-01 10:50:22 -07:00
John MacFarlane
3fd80cd835
Updated changelog.
2012-05-31 19:39:28 -07:00
John MacFarlane
fbefdd040b
Version bump to 1.9.4.
2012-05-31 19:29:13 -07:00
John MacFarlane
4834865653
Escape %
as \letterpercent{}
not \letterpercent
in ConTeXt.
2012-05-31 19:15:42 -07:00