Commit Graph
10211 Commits
Author SHA1 Message Date
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. 1.9.4.1 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 4b27abf404 LaTeX template: Separate urlcolor and linkcolor variables. 2012-06-08 10:56:57 -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 ba5f9741a1 LaTeX template: use ifxetex, ifluatex instead of iftex.
iftex is not in debian.
2012-06-05 22:21:41 -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 8806382b9a Removed extra blank line. 2012-06-05 11:49:37 -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 b5d67647dc LaTeX: Use blank \date{} if no date specified.
This way we don't get a date unless a date is explicitly specified.
2012-06-05 11:41:06 -07:00
John MacFarlane b9d2a1595d Use iftex instead of ifluatex, ifxetex. Simplified template. 2012-06-05 11:35:17 -07:00
John MacFarlane aa67d0c69f LaTeX: Use fontenc [T1] and lmodern fonts.
This gives better behavior for accented characters.
2012-06-05 11:35:03 -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 cb68b11fb4 LaTeX: Make TOC links black. 2012-06-05 10:04:42 -07:00
John MacFarlane 242daf3377 Added links-as-notes variable to print links as footnotes 2012-06-05 10:04:36 -07:00
John MacFarlane 02120505d6 LaTeX: added linkcolor variable 2012-06-05 10:04:15 -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.
1.9.4
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 3bc667281e LaTeX template: Use black for internal links.
This ensures that the table of contents will not be colored.

Also added commented-out code to use footnotes for internal
links (for print purposes).
2012-06-03 10:57:58 -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