summaryrefslogtreecommitdiff
path: root/_extensions/js/stylish-issue/doc-class.tex
diff options
context:
space:
mode:
Diffstat (limited to '_extensions/js/stylish-issue/doc-class.tex')
-rw-r--r--_extensions/js/stylish-issue/doc-class.tex53
1 files changed, 52 insertions, 1 deletions
diff --git a/_extensions/js/stylish-issue/doc-class.tex b/_extensions/js/stylish-issue/doc-class.tex
index a7ad74d..a9dbfaa 100644
--- a/_extensions/js/stylish-issue/doc-class.tex
+++ b/_extensions/js/stylish-issue/doc-class.tex
@@ -1,3 +1,54 @@
+\DocumentMetadata{
+% modern PDF rendering: <https://tex.stackexchange.com/a/686905/309738>
+$if(lang)$
+ lang={$lang$},
+$endif$
+$if(pdfversion)$
+ pdfversion=$pdfversion$,
+$endif$
+$for(pdfstandard)$
+ pdfstandard=$pdfstandard$,
+$endfor$
+$if(pdftestphase)$
+testphase=
+ {
+$for(pdftestphase)$
+ $pdftestphase$,
+$endfor$
+ },
+$endif$
+$if(pdfdebug)$
+debug=
+ {
+$for(pdfdebug)$
+ $pdfdebug$,
+$endfor$
+ },
+$endif$
+$if(pdfdebugfirstaidoff)$
+debug=
+ {
+firstaidoff=
+ {
+$for(pdfdebugfirstaidoff)$
+ $pdfdebugfirstaidoff$,
+$endfor$
+ },
+ },
+$endif$
+}
+$if(copyright)$
+% flag as rights protected <https://tex.stackexchange.com/a/712443/309738>
+\ExplSyntaxOn
+\pdfmeta_xmp_add:n{<xmpRights:Marked>True</xmpRights:Marked>}
+\ExplSyntaxOff
+$endif$
+$if(pdftestphasestrict)$
+% fatalize tagging warnings
+\ExplSyntaxOn
+ \msg_redirect_module:nnn { tag } { warning } { error }
+\ExplSyntaxOff
+$endif$
\documentclass[
$for(babel-otherlangs)$
$babel-otherlangs$,
@@ -14,4 +65,4 @@ $endif$
$for(classoption)$
$classoption$$sep$,
$endfor$
-]{$documentclass$} \ No newline at end of file
+]{$documentclass$}