Skip to content

Commit c339275

Browse files
authored
Merge pull request #1286 from mbertucci47/remove-testphase
remove references to phase-III
2 parents 7e3acdb + a763ad0 commit c339275

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

_data/tagging-status.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1280,8 +1280,7 @@
12801280
included-in: [arxiv01, ol0.1]
12811281
priority: 6
12821282
comments: Loads tagpdf but it is not compatible with the current version. Its patches
1283-
clash with the math module. `phase-III,math` should be used instead which
1284-
provides broader tagging support without the need to load an additional package.
1283+
clash with the math module.
12851284
tests: false
12861285
updated: 2024-07-14
12871286

_includes/ngpdfhead.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"Added Code": "",
3232
"End Added Code": "",
3333
"Top Caption": "",
34-
"metadata": "\\DocumentMetadata{\n lang=en,\n testphase={phase-III,math,table,title},\n pdfversion=2.0,\n pdfstandard=ua-2,\n pdfstandard=a-4f,\n uncompress\n}"
34+
"metadata": "\\DocumentMetadata{\n lang=en,\n tagging=on,\n pdfversion=2.0,\n pdfstandard=ua-2,\n pdfstandard=a-4f,\n uncompress\n}"
3535
}
3636
function fillForm() {
3737
if(document.location.search == "?context") {

tagging-status/full.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ a.closed {text-decoration: line-through}
2323
{% assign t-s = site.data.tagging-status %}
2424

2525
This file shows the status of **{{t-s | size }}** LaTeX [Packages](#packages) and [Classes](#classes)
26-
with respect to PDF tagging. `phase-III` is generally needed and not explicitly shown.
26+
with respect to PDF tagging. Compatibility assumes tagging is enabled, i.e.,
27+
`tagging=on` is given in `\DocumentMetadata`.
2728

2829
This is the full list of data in the [YAML file](https://github.com/latex3/tagging-project/blob/main/_data/tagging-status.yml).
2930
Revert to the [display of main properties](./).

tagging-status/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ td.date {white-space: nowrap;font-size:90%;}
2626
{% endfor %}
2727

2828
This file shows the status of **{{t-s | size }}** LaTeX [Packages](#packages) and [Classes](#classes)
29-
with respect to PDF tagging. `phase-III` is generally needed and not explicitly shown.
29+
with respect to PDF tagging.
3030

3131
The values in the *Status* column have the following meaning:
3232

0 commit comments

Comments
 (0)