summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Compile with latest pandoc-citeproc.John MacFarlane2017-03-30
|
* JATS writer: Fixed bibliography handling.John MacFarlane2017-03-30
|
* Merge branch 'jats'John MacFarlane2017-03-30
|\
| * Added JATS writer.John MacFarlane2017-03-30
| | | | | | | | | | | | | | * New module Text.Pandoc.Writer.JATS exporting writeJATS. * New output format `jats`. * Added tests. * Revised manual.
| * Added default.jats template.John MacFarlane2017-03-28
| | | | | | | | | | This is copied from Martin Fenner's pandoc-jats project: https://github.com/mfenner/pandoc-jats
* | lstinline with braces can be used (verb cannot be used with braces) (#3535)schrieveslaach2017-03-29
| | | | | | | | | | | | | | | | | | | | * Fix lstinline handling: lstinline with braces can be used (verb cannot be used with braces) * Use codeWith and determine the language from lstinline * Improve code * Add another test: convert lstinline without language option
* | Custom writer: remove old preprocesesor conditionalsAlbert Krewinkel2017-03-28
|/ | | | | The minimum required hslua version is 0.4.0, the conditionals inserted to support hslua-0.3.* can hence be removed.
* Add auxiliary files for command test for #3530 to pandoc.cabal.John MacFarlane2017-03-27
| | | | Otherwise builds fail.
* LaTeX reader: add support for LaTeX subfiles package.schrieveslaach2017-03-27
| | | Closes #3530.
* MANUAL: document that html4 is technically XHTML 1.0 transitional.John MacFarlane2017-03-27
|
* default.ms template: move header-includes and .1C up.John MacFarlane2017-03-26
|
* Add blank lines to #3531 command test.John MacFarlane2017-03-26
|
* Revert "Use file-embed instead of hsb2hs to embed data files."John MacFarlane2017-03-26
| | | | This reverts commit 10d91c147968d2e4d63b99b5b0342624827f416f.
* Revert "Setup.hs - removed unneeded imports."John MacFarlane2017-03-26
| | | | This reverts commit 5354b441706b7c745efecb9174b00625c2d6bab3.
* Revert "Text.Pandoc.Data: ensure it compiles even without embed_data_files."John MacFarlane2017-03-26
| | | | This reverts commit 453970c6b34ed7cc2f52181e5e77b9182a3639e9.
* MediaWiki writer: don't softbreak lines inside list items.John MacFarlane2017-03-26
| | | | Closes #3531.
* Ms writer: update TODO comments.John MacFarlane2017-03-26
|
* Ms writer: Hyperlink table of contents and other improvements.John MacFarlane2017-03-26
|
* PDF: when running pdfroff, don't do second pass to relocate toc.John MacFarlane2017-03-26
|
* Text.Pandoc.Data: ensure it compiles even without embed_data_files.John MacFarlane2017-03-26
| | | | In this case we don't depend on file-embed or use TH.
* Ms writer: Add PDF outline bookmarks.John MacFarlane2017-03-26
|
* Setup.hs - removed unneeded imports.John MacFarlane2017-03-26
|
* Use file-embed instead of hsb2hs to embed data files.John MacFarlane2017-03-26
| | | | | | | | | | I think template haskell is robust enough now across platforms that this will work. Motivation: file-embed gives us better dependency tracking: if a data file changes, ghc/stack/cabal know to recompile the Data module. This also removes hsb2hs as a build dependency.
* Update date on MANUALJohn MacFarlane2017-03-26
|
* Fixed a test not updated on last commit.John MacFarlane2017-03-26
|
* Ms writer: Use @ instead of | for inline math delimiter.John MacFarlane2017-03-26
| | | | | The `|` delimiter had a bad interaction with tbl. See discussion in #1839.
* Ms writre: Added some escapes.John MacFarlane2017-03-26
|
* Removed unused imports.John MacFarlane2017-03-26
|
* Ms writer: Support external links.John MacFarlane2017-03-26
| | | | Also add config options for link color.
* Ms writer: better placement of header anchors.John MacFarlane2017-03-26
|
* Ms writer: more spacing fixes for internal links.John MacFarlane2017-03-26
|
* Ms writer: improved internal links.John MacFarlane2017-03-26
|
* Ms writer: added TODO comment.John MacFarlane2017-03-25
|
* Ms writer: Implement header identifiers and internal links.John MacFarlane2017-03-25
|
* Ms writer: revise TODO comments.John MacFarlane2017-03-25
|
* Ms writer: use light gray for strikeout.John MacFarlane2017-03-25
| | | | | Pending groff definitions for striking out an arbitrary section of text (not just a few words).
* Ms writer: improved pdf metadata.John MacFarlane2017-03-25
|
* Updated test suite for ms template change.John MacFarlane2017-03-25
|
* ms template: beginnings of support for PDF metadata.John MacFarlane2017-03-25
| | | | | | | | This will have to be refined along the lines of what is now done in the latex writer/template. For help, see http://pipeline.lbl.gov/code/3rd_party/licenses.win/groff/1.19.2/pdf/pdfmark.pdf
* Ms. writer: links: use footnote only for absolute URIs.John MacFarlane2017-03-25
|
* Ms writer: Got figures with ps and eps images working.John MacFarlane2017-03-25
|
* Updated tests.John MacFarlane2017-03-25
|
* Ms template: don't include www macros.John MacFarlane2017-03-25
|
* Ms writer: Use indented paragraphs after first in section.John MacFarlane2017-03-24
| | | | | Note that the current indentation setting is 0; see the settings in the template.
* default.ms: Add settings for document variables like width.John MacFarlane2017-03-24
|
* Ensure compatibility with hslua 0.5.*Albert Krewinkel2017-03-24
| | | | | | The 0.5.0 release of hslua fixes problems with lua C modules on linux. The signature of the `loadstring` function changed, so a compatibility wrapper is introduced to allow both 0.4.* and 0.5.* versions to be used.
* Use www.tmac in default.ms.John MacFarlane2017-03-24
| | | | This will allow us to use link macros, etc.
* Ms writer: support --toc, date, abstract.John MacFarlane2017-03-24
|
* Revert "LaTeX reader: be more picky about beamer angle arguments."John MacFarlane2017-03-24
| | | | This reverts commit b98a05d604ab4353c2e684beecf669b182d88906.
* LaTeX reader: be more picky about beamer angle arguments.John MacFarlane2017-03-24
| | | | | We now only allow them if they contain only numbers, spaces, `-`, and `,`.