Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-11-16 | Ms template: Use Palatino for default font. | John MacFarlane | 1 | -1/+1 | |
This is less ugly than Times. | |||||
2019-11-16 | Ms template: slightly wider default interparagraph space. | John MacFarlane | 1 | -1/+1 | |
2019-11-16 | ms template: default to page numbers on bottom, no paragaraph indent. | John MacFarlane | 1 | -1/+4 | |
To be more like the default LaTeX output. | |||||
2019-07-04 | Remove misleading comment in man, ms templates. | John MacFarlane | 1 | -1/+1 | |
2018-04-25 | Ms template: Fix date. | John MacFarlane | 1 | -1/+4 | |
Previously .ND was used, but this only works if you have a title page, which we don't. Thanks to @teoric. | |||||
2018-01-19 | hlint code improvements. | John MacFarlane | 1 | -1/+1 | |
2018-01-03 | Ms writer: Added papersize variable | Philip K | 1 | -0/+4 | |
2017-04-04 | Ms writer improvements: | John MacFarlane | 1 | -4/+4 | |
- added some variables to the default template. - cleaner output for images (stringify alt text). | |||||
2017-04-04 | Small fixes to ms template. | John MacFarlane | 1 | -6/+6 | |
2017-04-01 | Ms writer: added syntax highlighting. | John MacFarlane | 1 | -0/+4 | |
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 | 1 | -5/+5 | |
2017-03-26 | Ms writer: Hyperlink table of contents and other improvements. | John MacFarlane | 1 | -1/+11 | |
2017-03-26 | Ms writer: Use @ instead of | for inline math delimiter. | John MacFarlane | 1 | -1/+1 | |
The `|` delimiter had a bad interaction with tbl. See discussion in #1839. | |||||
2017-03-26 | Ms writer: Support external links. | John MacFarlane | 1 | -0/+4 | |
Also add config options for link color. | |||||
2017-03-25 | Ms writer: Implement header identifiers and internal links. | John MacFarlane | 1 | -1/+0 | |
2017-03-25 | Ms writer: use light gray for strikeout. | John MacFarlane | 1 | -0/+2 | |
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 | 1 | -1/+2 | |
2017-03-25 | ms template: beginnings of support for PDF metadata. | John MacFarlane | 1 | -0/+4 | |
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 | 1 | -1/+0 | |
2017-03-24 | Ms writer: Use indented paragraphs after first in section. | John MacFarlane | 1 | -1/+1 | |
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 | 1 | -2/+29 | |
2017-03-24 | Use www.tmac in default.ms. | John MacFarlane | 1 | -0/+1 | |
This will allow us to use link macros, etc. | |||||
2017-03-24 | Ms writer: support --toc, date, abstract. | John MacFarlane | 1 | -0/+12 | |
2017-03-24 | Ms writer: Use custom .HRULE macro for horizontal rule. | John MacFarlane | 1 | -10/+14 | |
2017-03-23 | Ms writer: Super/subscript support. | John MacFarlane | 1 | -0/+10 | |
Also added some macro definitions to default template to support subscripts + better superscripts. | |||||
2017-03-23 | Initial addition of groff ms writer. | John MacFarlane | 1 | -0/+31 | |
* 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. |