aboutsummaryrefslogtreecommitdiff
path: root/MANUAL.txt
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-05-15 11:37:50 -0700
committerJohn MacFarlane <[email protected]>2025-05-15 11:37:50 -0700
commitcf795b0cf5bb76ced10578385e82acc6e327efcb (patch)
tree037b0c282d10c7f8586ff2a3ecd104d9b217c390 /MANUAL.txt
parent2918ac41b39a1828b7bf30391a7fca4d06a21134 (diff)
Fix context writer/template to produce tagged PDFs.
As before, the `tagging` extension must be enabled. We now add the command that tells ConTeXt to start tagging. Closes #10846.
Diffstat (limited to 'MANUAL.txt')
-rw-r--r--MANUAL.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/MANUAL.txt b/MANUAL.txt
index 5c14f9dc7..0891a8096 100644
--- a/MANUAL.txt
+++ b/MANUAL.txt
@@ -7590,10 +7590,9 @@ ConTeXt always produces tagged PDFs, but the quality depends on
the input. The default ConTeXt markup generated by pandoc is
optimized for readability and reuse, not tagging. Enable the
[`tagging`](#extension--tagging) format extension to force markup
-that is optimized for tagging. This can be combined with the
-`pdfa` variable to generate standard-compliant PDFs. E.g.:
+that is optimized for tagging. For example:
- pandoc --to=context+tagging -V pdfa=3a
+ pandoc -t context+tagging doc.md -o doc.pdf
A recent `context` version should be used, as older versions
contained a bug that lead to invalid PDF metadata.