1
0

removed extra extraneous comments

This commit is contained in:
2026-08-15 09:51:59 +09:00
parent a024557f7d
commit 90958c3e81
2 changed files with 20 additions and 32 deletions

View File

@@ -1,13 +1,4 @@
% Tagged PDF (PDF/UA-2) accessibility setup.
%
% tagging=on is what actually builds the structure tree: it loads the
% kernel code that tags paragraphs, headings, and figures. Declaring
% pdfstandard=ua-2 on its own only writes the claim into the metadata.
% Without tagging=on this letter validated as PDF/UA-2 while its
% structure tree held nothing but /Document, its body text was marked
% as artifact, and the alt= descriptions below were silently dropped:
% a file that passes the checker and is unreadable to a screen reader.
% Needs TeX Live 2025 or later.
\DocumentMetadata{
tagging=on,
pdfversion=2.0,