Commit Graph
10211 Commits
Author SHA1 Message Date
John MacFarlane 14050e77a3 README: Removed misleading note on reST math. 2012-03-12 12:47:25 -07:00
John MacFarlane 60fb915351 Use {} around ctable caption. Closes #445. 2012-03-12 11:06:49 -07:00
John MacFarlane 1202f016bb Added section on Internal links. 2012-03-12 10:19:41 -07:00
John MacFarlane 1b1d7d570a Merge pull request #444 from trofi/master
fix doc generation failure against haddock-2.10.0
2012-03-12 08:36:40 -07:00
Sergei Trofimovich e838cca4e6 fix doc generation failure against haddock-2.10.0
$ cabal configure --haddock-option=-v3
$ cabal haddock -v3
    Creating interface...
     100% (  2 /  2) in 'Text.Pandoc.Readers.Native'
    Checking module Text.Pandoc.Readers.HTML...
    Creating interface...
      50% (  4 /  8) in 'Text.Pandoc.Readers.HTML'
    Checking module Text.Pandoc.Readers.Textile...
    Creating interface...
    haddock: internal error: lexical error
    /usr/bin/haddock returned ExitFailure 1

Patch changes UTF-8 spaces to ASCII spaces.

It's a known haddock issue:
    http://www.haskell.org/pipermail/haskell-cafe/2012-March/099870.html

Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2012-03-12 10:40:08 +03:00
John MacFarlane a768844751 Fixed lstlisting environment in LaTeX reader.
Closes #443.
2012-03-10 12:33:55 -08:00
John MacFarlane 7253946318 Fixed typo in README 2012-03-10 07:47:59 -08:00
John MacFarlane b4314620bc Merge pull request #442 from trofi/master
pandoc.cabal: fix typo in zlib's upper bound '<= 0.6' should be '< 0.6'
2012-03-10 07:06:45 -08:00
Sergei Trofimovich b7c13f1645 pandoc.cabal: fix typo in zlib's upper bound '<= 0.6' should be '< 0.6'
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2012-03-10 13:24:25 +03:00
John MacFarlane d154aff4fc make_osx_package: removed --reinstall flag on citeproc-hs. 1.9.1.2 2012-03-09 14:23:06 -08:00
John MacFarlane 1f7ca66627 Updated changelog. 2012-03-09 13:54:36 -08:00
John MacFarlane 5f013051e2 Made man writer more robust.
Previously it assumed that inlines weren't normalized.
2012-03-09 13:39:19 -08:00
John MacFarlane 96274b2838 Fixed permissions on installed man pages.
Thanks to Magnus Therning for the patch.
2012-03-09 13:30:14 -08:00
John MacFarlane 0d095be64f OSX package: Check for 64-bit Intel CPU before installing. 2012-03-09 13:07:26 -08:00
John MacFarlane 5fe63436c8 Create osx package in osx_package dir. 2012-03-09 12:37:29 -08:00
John MacFarlane d4d9504950 Changed -V so that you can specify a key without a value.
Such keys get the value `true`.
2012-03-09 10:45:01 -08:00
John MacFarlane 9766b532f3 Added beamer+lhs as output format. 2012-03-09 10:32:32 -08:00
John MacFarlane 6787cf2fbf Bump version to 1.9.1.2. 2012-03-09 09:30:32 -08:00
John MacFarlane 4a17d661ff EPUB reader: convert e.g. en_US from locale to en-US in language. 2012-03-09 09:25:24 -08:00
John MacFarlane 95b0f28831 Updated tests for euro-related template changes. 2012-03-07 13:29:03 -08:00
John MacFarlane 7a5f51eb95 Merge pull request #438 from michaelt/patch-2
Fix initial `Str "."` after `LineBreak` as well?
2012-03-07 12:50:56 -08:00
John MacFarlane 45aed51628 Merge pull request #437 from michaelt/patch-1
escape initial dot in code lines
2012-03-07 10:50:08 -08:00
John MacFarlane 8a8d4a8abc Set mainlang variable in context writer.
This parallels behavior of latex writer.  Mainlang is the last
of a comma-separated list of languages in lang.
2012-03-07 10:09:17 -08:00
John MacFarlane 7c4816983e Fixed spacing issue in context template. 2012-03-07 10:08:13 -08:00
John MacFarlane 1bcfd44b43 Use mainlang variable to set main language in context template. 2012-03-07 10:06:59 -08:00
John MacFarlane 40ac87808b Merge pull request #6 from adityam/master
Set mainlanguage for ConTeXt
2012-03-07 10:02:22 -08:00
John MacFarlane 0cadc5f757 Fixes list label positions in beamer. 2012-03-07 09:59:44 -08:00
John MacFarlane d709b6709b Fix list labels in beamer.
This code (from the latex template) was causing bullets
and list numbers to extend beyond the left edge of the slide
in beamer.

Removing it seems to fix things.
2012-03-07 09:58:44 -08:00
Michael Thompson 2d1703e8a0 Fix initial Str "." after LineBreak as well? 2012-03-07 12:27:46 -05:00
Michael Thompson 698eb059b7 escape initial dot in code lines 2012-03-07 11:35:18 -05:00
Aditya Mahajan 917c3e6188 Set mainlanguage for ConTeXt 2012-03-05 19:36:07 -05:00
John MacFarlane 30cafd913a Fixed ployglossia support in LaTeX template for multiple langs.
\setmainlanguage will now just use the last of a comma-separated
list of languages.
2012-03-05 09:07:14 -08:00
John MacFarlane 49d45a23dc LaTeX template: use mainlang variable in \setmainlanguage. 2012-03-05 08:37:04 -08:00
John MacFarlane b44fec5877 Windows installer: require XP or higher.
Trying to run pandoc on Win2K yields:
"addrinfo could not be located in the dynamic link library WS2_32.dll".
This is a function added in XP.
2012-03-05 00:23:31 -08:00
John MacFarlane 053ba29883 Better instructions for modifying templates for pdf, odt, epub output.
Thanks to rwst.  Closes #347.
2012-03-04 19:31:40 -08:00
John MacFarlane 0b4c04f105 Fixed default LaTeX template so \euro and € work.
Closes #309.
2012-03-04 18:52:46 -08:00
John MacFarlane d8fc051068 LaTeX commands to deal with \euro command with every engine. 2012-03-04 18:52:20 -08:00
John MacFarlane 74492225f5 Updated LaTeX template for better language support.
Uses polyglossia if xetex, sets lang as documentclass option.
Thanks to  François Gannaz.
2012-03-04 18:43:59 -08:00
John MacFarlane 49e113d0d1 Better language defaults in LaTeX template.
Thansk to Francois Gannaz.  The lang variable is now included, if set,
in documentclass options.  polyglossia is used instead of babel if
xetex.
2012-03-04 18:42:42 -08:00
John MacFarlane c14efbb6df Fixed link example in README.
Thanks to Ryan Gray for pointing out the mistake.
2012-03-04 11:13:10 -08:00
John MacFarlane 210d186f9c Updated tests for context template changes. 2012-03-03 08:38:40 -08:00
John MacFarlane f4762d52c4 Updated context template to avoid extra spaces. 2012-03-03 08:38:23 -08:00
John MacFarlane 5aaa69eda5 Slight change in context template to avoid double spacing. 2012-03-03 08:37:17 -08:00
John MacFarlane 40133e8a7d Use <q> tags for Quoted items for HTML5 output.
The quote style can be changed by modifying the template
or including a css file. A default quote style is included.
2012-03-03 08:29:01 -08:00
John MacFarlane cc0e845c18 Default q:quote style for HTML5 template. 2012-03-03 08:27:22 -08:00
John MacFarlane e6a03cdd4b EPUB writer: Use extensible exceptions. 2012-03-03 08:16:16 -08:00
John MacFarlane 8a218dc0d5 Fixed LaTeX writer tests for last patch. 2012-03-03 06:34:38 -08:00
John MacFarlane 940b603548 Use \textasciitilde for ~ in LaTeX writer. 2012-03-03 06:33:24 -08:00
John MacFarlane 53e6bf36a9 Fixed bug in LaTeX string escaper (with ~). 2012-03-02 07:49:55 -08:00
John MacFarlane aab8c3a9b3 Merge pull request #5 from adityam/master
Better support for unnumbered sections in ConTeXt
2012-02-29 22:28:04 -08:00