summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge pull request #1344 from mpickering/masterJohn MacFarlane2014-06-16
|\
| * Moved extractSpaces to Shared.hsmpickering2014-06-16
* | Merge pull request #1339 from dfc/patch-1John MacFarlane2014-06-16
|\ \
| * | input fmt is org-citations its plural not singularDouglas Calvert2014-06-13
| |/
* / Org reader: fixed #1342.John MacFarlane2014-06-16
|/
* Merge pull request #1336 from aspnes/masterJohn MacFarlane2014-06-12
|\
| * allow (and discard) optional argument for \captionJames Aspnes2014-06-12
|/
* Updated default latex template so `\subtitle` works properly.John MacFarlane2014-06-09
* Require aeson >= 0.7.0.5 to avoid build problems.John MacFarlane2014-06-06
* make_osx_package: don't cabal update at beginning.John MacFarlane2014-06-06
* Reformatted nocite example in README.John MacFarlane2014-06-04
* LaTeX reader: Handle comments at the end of tables.John MacFarlane2014-06-03
* Markdown writer: Prettier pipe tables.John MacFarlane2014-06-03
* Require texmath >= 0.6.6.3. Closes #1324.John MacFarlane2014-06-03
* Docx writer: Section numbering carries over from reference.docx.John MacFarlane2014-06-03
* Docx writer: Combine reference.docx numbering with pandoc's.John MacFarlane2014-06-03
* Docx writer: pandoc uses only numIds >= 1000 for lists.John MacFarlane2014-06-03
* Docx writer: Changed abstractNumId numbering scheme.John MacFarlane2014-06-03
* Docx writer: Simplified abstractNumId numbering.John MacFarlane2014-06-03
* Version bump to 1.12.5.John MacFarlane2014-06-03
* Templates: use ordNum instead of ord.John MacFarlane2014-06-03
* Shared: Added ordNub.John MacFarlane2014-06-03
* Docx writer: Create overrides per-image for media/ in ref docx.John MacFarlane2014-06-02
* Docx writer: Improved entryFromArchive to avoid parse.John MacFarlane2014-06-02
* Docx writer: Make images work in reference.docx headers/footers.John MacFarlane2014-06-02
* Require latest texmath. Closes #1319.John MacFarlane2014-06-02
* Templates: Fail informatively on template syntax errors.John MacFarlane2014-06-01
* Updated tests for c8bc70a6bb12e0fbfadadb9480efafb3be4f11a5.John MacFarlane2014-06-01
* Updated README on reference.docx.John MacFarlane2014-06-01
* Docx writer: Improved handling of headers/footers.John MacFarlane2014-06-01
* Removed header1.xml, footer1.xml from reference.docx.John MacFarlane2014-06-01
* Docx writer: Header and footer are now carried over from reference.docx.John MacFarlane2014-06-01
* Minor code reformat.John MacFarlane2014-06-01
* LaTeX/Beamer templates: remove conditional around date.John MacFarlane2014-06-01
* Docx writer: Take over document formatting from reference.docx.John MacFarlane2014-05-31
* Windows installer: Use one install command for pandoc, pandoc-citeproc.John MacFarlane2014-05-28
* PDF writer: Fixed treatment of data uris for images.John MacFarlane2014-05-28
* Windows install script: force install of pandoc-citeproc.John MacFarlane2014-05-28
* Merge pull request #1302 from tarleb/inline-latexJohn MacFarlane2014-05-28
|\
| * Org reader: support for inline LaTeXAlbert Krewinkel2014-05-20
* | Markdown reader: Handle `c++` and `objective-c` as language identifiersJohn MacFarlane2014-05-27
* | Require latest highlighting-kate. Fixes #1317.John MacFarlane2014-05-27
* | Markdown reader: inline math must have nonspace before final `$`.John MacFarlane2014-05-27
* | Require latest zip-archive.John MacFarlane2014-05-27
* | Fixed documentation of attributes. Closes #1315.John MacFarlane2014-05-27
* | Updated date on README.John MacFarlane2014-05-27
* | EPUB writer: Handle multiple dates with OPF `event` attributes.John MacFarlane2014-05-19
* | Avoid `import Prelude hiding (catch)`.John MacFarlane2014-05-19
* | Merge pull request #1309 from michaelt/patch-1John MacFarlane2014-05-19
|\ \
| * | no need to hide 'catch'Michael Thompson2014-05-17
| |/