diff options
| author | Albert Krewinkel <[email protected]> | 2022-02-02 23:20:25 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-01-15 10:03:58 -0800 |
| commit | c71d476fa6126a6fe9095c67838e452956249df4 (patch) | |
| tree | 21a39aa6241c733fce2f7a65d7cf1fa57d94bbc1 /data | |
| parent | 8f394a17f24dbf42a52a1fcddaddcab804f68c66 (diff) | |
ConTeXt writer: support `tagging` extension [API Change]
Paragraphs are enclosed by `\bpar` and `\epar` commands, and `highlight`
commands are used for emphasis. This results in much better tagging in
PDF output.
Diffstat (limited to 'data')
| -rw-r--r-- | data/templates/default.context | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/data/templates/default.context b/data/templates/default.context index 9081a08b2..b0c90b4a5 100644 --- a/data/templates/default.context +++ b/data/templates/default.context @@ -114,6 +114,9 @@ $endif$ \setupxtable[foot][] \setupxtable[lastrow][bottomframe=on] +$if(emphasis-commands)$ +$emphasis-commands$ +$endif$ $if(highlighting-commands)$ $highlighting-commands$ $endif$ |
