Skip to content

Commit

Permalink
error if PDF standard is unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
u-fischer authored and josephwright committed Sep 16, 2024
1 parent 91cbfe1 commit 54f0312
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions required/latex-lab/changes.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2024-09-13 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
* documentmetadata-support.dtx: change warning to error if pdfstandard is unknown,
see https://github.com/latex3/pdfresources/issues/77#issuecomment-2329522654.

2024-09-03 Ulrike Fischer <Ulrike.Fischer@latex-project.org>
* documentmetadata-support.dtx: switch to T1 encoding by default for non-Unicode
Expand Down
6 changes: 3 additions & 3 deletions required/latex-lab/documentmetadata-support.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
% for those people who are interested or want to report an issue.
%
% \begin{macrocode}
\def\documentmetadatasupportversion{1.0i}
\def\documentmetadatasupportdate{2024-09-03}
\def\documentmetadatasupportversion{1.0j}
\def\documentmetadatasupportdate{2024-09-13}
% \end{macrocode}
%
%
Expand Down Expand Up @@ -498,7 +498,7 @@
}
,_pdfstandard / unknown .code:n =
{
\msg_warning:nnn{pdf}{unknown-standard}{#1}
\msg_error:nnn{pdf}{unknown-standard}{#1}
}
,testphase .multichoice:
,testphase / tagpdf .code:n =
Expand Down

0 comments on commit 54f0312

Please sign in to comment.