diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-09-28 11:16:46 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-09-28 11:16:46 -0700 |
commit | 981b5de790d7625b717083cb1bcf6a88224f34dd (patch) | |
tree | 33d5ac0d6f1e0cfd7c51d612730e80e17276b0fc | |
parent | 3f4fc4474f85ae197f3d5a7e5730b1f0a09b755d (diff) | |
download | pandoc-981b5de790d7625b717083cb1bcf6a88224f34dd.tar.gz |
MANUAL.txt: fixed some markdown errors.
-rw-r--r-- | MANUAL.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 9ce2d528d..756e43064 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -1859,20 +1859,20 @@ Pandoc uses these variables when [creating a PDF] with ConTeXt. To successfully generate PDF/A the required ICC color profiles have to be available and the content and all included files (such as images) have to be standard conforming. The ICC profiles and output intent - may be specified using the variables `pdfaiccprofile` and `pdfaintent'. + may be specified using the variables `pdfaiccprofile` and `pdfaintent`. See also [ConTeXt PDFA] for more details. `pdfaiccprofile` -: when used in conjunction with `pdfa', specifies the ICC profile to use - in the PDF, e.g. `default.cmyk'. If left unspecified, `sRGB.icc' is +: when used in conjunction with `pdfa`, specifies the ICC profile to use + in the PDF, e.g. `default.cmyk`. If left unspecified, `sRGB.icc` is used as default. May be repeated to include multiple profiles. Note that the profiles have to be available on the system. They can be obtained from [ConTeXt ICC Profiles]. -`pdfaintent' -: when used in conjunction with `pdfa', specifies the output intent for - the colors, e.g. `ISO coated v2 300\letterpercent\space (ECI)' - If left unspecified, `sRGB IEC61966-2.1' is used as default. +`pdfaintent` +: when used in conjunction with `pdfa`, specifies the output intent for + the colors, e.g. `ISO coated v2 300\letterpercent\space (ECI)` + If left unspecified, `sRGB IEC61966-2.1` is used as default. `toc` : include table of contents (can also be set using `--toc/--table-of-contents`) |