aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-12Updated writer tests for new version of texmath.John MacFarlane5-20/+25
2011-11-12LaTeX reader: Don't crash on commands like `\itemsep`.John MacFarlane1-1/+2
2011-11-12LaTeX reader: Ignore empty groups {}, { }.John MacFarlane1-0/+8
2011-11-12Add date to EPUB titlepage and metadata.John MacFarlane1-3/+8
2011-11-11Implemented --citation-abbreviations option.John MacFarlane3-6/+36
2011-11-10Changed misleading documentation on markdown2pdf.John MacFarlane2-3/+2
2011-11-10markdown2pdf: Use proper temp directory for latex processing.John MacFarlane1-9/+16
2011-11-09Require citeproc-hs >= 0.3.4.John MacFarlane1-2/+2
2011-11-09Markdown citations: don't strip off initial space in locator.John MacFarlane3-3/+7
2011-11-09Fixed markdown-citations.ieee.txt to use em-dashes for citation ranges.John MacFarlane1-1/+1
2011-11-08TeXMath writer: Use unicode thin spaces for thin spaces.John MacFarlane1-1/+7
2011-11-08Update templates to use Content-Style-Type meta tag.John MacFarlane9-5/+13
2011-11-07Updated templates.John MacFarlane1-5/+5
2011-11-07Updated templates.John MacFarlane1-5/+5
2011-11-07HTML writer: Use `<section>` for footnotes if html5.John MacFarlane1-2/+4
2011-11-07Updated templates.John MacFarlane1-5/+5
2011-11-07Biblio: Fixed mess created by my removing procInlines.John MacFarlane1-11/+20
2011-11-07Biblio - fixed author-in-text citations so they don't double.John MacFarlane1-1/+1
2011-11-07Biblio - Removed redundancy.John MacFarlane1-3/+2
2011-11-06Biblio: Put whole author-in-text citation in a Cite.John MacFarlane1-4/+4
2011-11-06Further simplification of Biblio.John MacFarlane1-7/+8
2011-11-06Further cleanup of Biblio.John MacFarlane1-3/+3
2011-11-06Simplified Biblio, removed procInlines, use generics instead.John MacFarlane1-24/+15
2011-11-06Markdown reader: allow punctuation only internally in cite keys.John MacFarlane1-1/+2
2011-11-04Don't add comma+space to prefix if it ends in punctuation.John MacFarlane1-5/+1
2011-10-28Clarified rule for first line of definition lists.John MacFarlane1-3/+5
2011-10-28Text.Pandoc.Biblio: Expand citations recursively inside nested inlines.John MacFarlane1-7/+5
2011-10-27Biblio: Treat \160 as space when parsing locator and suffix.John MacFarlane1-2/+6
2011-10-27Don't generate superfluous file `cover-image.jpg`.John MacFarlane1-2/+0
2011-10-27Added TOC identifier in EPUB page template.John MacFarlane1-0/+2
2011-10-26Improved make_osx_package.John MacFarlane1-5/+11
2011-10-26Removed redundant import.John MacFarlane1-1/+1
2011-10-26Fixed typo.John MacFarlane1-1/+1
2011-10-25HTML reader now recognizes DocBook block and inline tags.John MacFarlane3-10/+29
2011-10-24Fixed make_osx_package.sh. Closes #288.John MacFarlane1-4/+4
2011-10-24Modified windows installer generater to use cabal-dev.John MacFarlane2-8/+8
2011-10-24Modified make_osx_package.sh to use cabal-dev.John MacFarlane1-3/+4
2011-10-23Revert "Added built man pages to repository."John MacFarlane5-2868/+3
2011-10-23Added built man pages to repository.John MacFarlane5-3/+2868
2011-10-04Updated README to remove mention of .bbx for bibliographies.John MacFarlane1-13/+12
2011-10-03Updated templates.John MacFarlane1-12/+5
2011-10-02HTML slides: only add id to div/section if --section-divs selected.John MacFarlane3-10/+9
2011-10-02Better default dzslides template.John MacFarlane1-5/+12
2011-10-02Simplified slide creation in HTML writer.John MacFarlane3-30/+22
2011-10-01Updated templates.John MacFarlane1-5/+5
2011-10-01Added note on Paul Rouget's dzslides to COPYRIGHT.John MacFarlane1-0/+6
2011-10-01Added dzslides output option.John MacFarlane6-28/+46
2011-10-01Updated templates.John MacFarlane1-8/+5
2011-10-01LaTeX writer: don't escape # or ~ inside href{...}.John MacFarlane1-7/+11
2011-09-23Added escaping of euro character to LaTeX writer.John MacFarlane1-0/+1