Commit graph

3146 commits

Author SHA1 Message Date
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
John MacFarlane
5b9861d186 Slidy lang support and new slideous template. 2012-05-30 18:22:23 -07:00
John MacFarlane
81be8fbf77 Merge pull request #521 from jonassmedegaard/master
Slidy lang support, and new Slideous writer
2012-05-30 18:21:26 -07:00
John MacFarlane
d0d2edd854 Require highlighting-kate >= 0.5.1.
This is required for proper highlighted inline code in LaTeX.
Closes #527.
2012-05-29 20:58:58 -07:00
paul.rivier
75cba828b5 Textile reader: fix for <notextile> and ==.
Closes #517.
2012-05-29 17:40:55 -07:00
John MacFarlane
9a47237412 RST reader: handle figures.
Closes #522.
2012-05-29 16:59:56 -07:00
John MacFarlane
91e9d904b5 Org writer: Add space before language name.
Closes #523.
2012-05-29 16:27:19 -07:00
John MacFarlane
60495e9fb3 Added a couple needed trys to textile reader. 2012-05-29 16:23:40 -07:00
John MacFarlane
3b4e4de52b ConTeXt writer: ensure space after \stopformula. 2012-05-29 12:43:11 -07:00
Jonas Smedegaard
491d789864 Add Slidy and Slideous to COPYRIGHT file. 2012-05-24 10:41:36 +02:00
Jonas Smedegaard
34aa1bbd1a Convert Slideous CSS to Unix line-ends. 2012-05-24 10:33:01 +02:00
Jonas Smedegaard
61f8dd4da8 Add support for Slideous output. 2012-05-24 10:31:18 +02:00