pandoc/src/Text/Pandoc
John MacFarlane 8ca012f139 Ms writer: font improvements.
* Use `\f[R]` rather than `\f[]` to reset.  The latter
  returns to the previous font, which gives unintended
  results in some cases.
* Use `\f[BI]` and `\f[CB]` in headers, instead of `\f[I]` and `\f[C]`,
  since the header font is automatically bold.
* Use `\f[CB]` rather than `\f[BC]` for monospace bold.

Closes #4552.
2018-04-15 22:44:16 -07:00
..
Filter Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Lua Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Readers Muse reader: don't allow footnote references inside links 2018-04-15 17:53:53 +03:00
Writers Ms writer: font improvements. 2018-04-15 22:44:16 -07:00
App.hs Added a needed import in Text.Pandoc.App. 2018-04-14 17:44:44 -07:00
Asciify.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
BCP47.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Class.hs Removed old-locale flag and Text.Pandoc.Compat.Time. 2018-03-18 11:24:29 -07:00
CSS.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
CSV.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Data.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Emoji.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Error.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Extensions.hs Set default extensions for "beamer" same as "latex". 2018-03-30 09:46:16 -07:00
Filter.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Highlighting.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
ImageSize.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Logging.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Lua.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
MediaBag.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
MIME.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Options.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Parsing.hs Fix a comment 2018-04-09 00:02:55 +03:00
PDF.hs PDF: Use withTempDir in html2pdf. 2018-04-09 09:49:09 -07:00
Pretty.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Process.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Readers.hs Removed unused extensions (#4506) 2018-03-29 10:47:12 -07:00
SelfContained.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Shared.hs Removed old-locale flag and Text.Pandoc.Compat.Time. 2018-03-18 11:24:29 -07:00
Slides.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Templates.hs Removed unused extensions (#4506) 2018-03-29 10:47:12 -07:00
Translations.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
UTF8.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
UUID.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
Writers.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00
XML.hs Use NoImplicitPrelude and explicitly import Prelude. 2018-03-18 10:46:28 -07:00