| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-04 | Ms writer improvements: | John MacFarlane | |
| - added some variables to the default template. - cleaner output for images (stringify alt text). | |||
| 2017-04-04 | Small fixes to ms template. | John MacFarlane | |
| 2017-04-01 | Ms writer: added syntax highlighting. | John MacFarlane | |
| Closes #3547. Macro definitions are inserted in the template when there is highlighted code. Limitations: background colors and underline currently not supported. | |||
| 2017-03-26 | default.ms template: move header-includes and .1C up. | John MacFarlane | |
| 2017-03-26 | Ms writer: Hyperlink table of contents and other improvements. | John MacFarlane | |
| 2017-03-26 | Ms writer: Use @ instead of | for inline math delimiter. | John MacFarlane | |
| The `|` delimiter had a bad interaction with tbl. See discussion in #1839. | |||
| 2017-03-26 | Ms writer: Support external links. | John MacFarlane | |
| Also add config options for link color. | |||
| 2017-03-25 | Ms writer: Implement header identifiers and internal links. | John MacFarlane | |
| 2017-03-25 | Ms writer: use light gray for strikeout. | John MacFarlane | |
| Pending groff definitions for striking out an arbitrary section of text (not just a few words). | |||
| 2017-03-25 | Ms writer: improved pdf metadata. | John MacFarlane | |
| 2017-03-25 | ms template: beginnings of support for PDF metadata. | John MacFarlane | |
| 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 | |||
| 2017-03-25 | Ms template: don't include www macros. | John MacFarlane | |
| 2017-03-24 | Ms writer: Use indented paragraphs after first in section. | John MacFarlane | |
| Note that the current indentation setting is 0; see the settings in the template. | |||
| 2017-03-24 | default.ms: Add settings for document variables like width. | John MacFarlane | |
| 2017-03-24 | Use www.tmac in default.ms. | John MacFarlane | |
| This will allow us to use link macros, etc. | |||
| 2017-03-24 | Ms writer: support --toc, date, abstract. | John MacFarlane | |
| 2017-03-24 | Ms writer: Use custom .HRULE macro for horizontal rule. | John MacFarlane | |
| 2017-03-23 | Ms writer: Super/subscript support. | John MacFarlane | |
| Also added some macro definitions to default template to support subscripts + better superscripts. | |||
| 2017-03-23 | Initial addition of groff ms writer. | John MacFarlane | |
| * New module: Text.Pandoc.Writers.Ms. * New template: default.ms. * The writer uses texmath's new eqn writer to convert math to eqn format, so a ms file produced with this writer should be processed with `groff -ms -e` if it contains math. | |||
