From 5303791bc4a9d5233a60e6bc84f2fb773c9c8e4e Mon Sep 17 00:00:00 2001 From: Karl Pettersson Date: Mon, 15 Jul 2019 20:55:04 +0200 Subject: Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610) * Let the user choose type of PDF/A generated with ConTeXt (closes #5608) * Updated ConTeXt test documents for changes in tagging * Updated color profile settings in accordance with ConTeXt wiki * Made ICC profile and output intent for PDF/A customizable * Read pdfa variable from meta (and updated manual) --- test/writer.context | 3 ++- test/writers-lang-and-dir.context | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/writer.context b/test/writer.context index d6a36f0dd..619124788 100644 --- a/test/writer.context +++ b/test/writer.context @@ -10,8 +10,9 @@ % make chapter, section bookmarks visible when opening document \placebookmarks[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][chapter, section] \setupinteractionscreen[option=bookmark] -\setuptagging[state=start] +\setupbackend[export=yes] +\setupstructure[state=start,method=auto] % use microtypography \definefontfeature[default][default][script=latn, protrusion=quality, expansion=quality, itlc=yes, textitalics=yes, onum=yes, pnum=yes] diff --git a/test/writers-lang-and-dir.context b/test/writers-lang-and-dir.context index 3b29763d7..d58164f38 100644 --- a/test/writers-lang-and-dir.context +++ b/test/writers-lang-and-dir.context @@ -8,8 +8,9 @@ % make chapter, section bookmarks visible when opening document \placebookmarks[chapter, section, subsection, subsubsection, subsubsubsection, subsubsubsubsection][chapter, section] \setupinteractionscreen[option=bookmark] -\setuptagging[state=start] +\setupbackend[export=yes] +\setupstructure[state=start,method=auto] % use microtypography \definefontfeature[default][default][script=latn, protrusion=quality, expansion=quality, itlc=yes, textitalics=yes, onum=yes, pnum=yes] -- cgit v1.2.3