summaryrefslogtreecommitdiff
path: root/847
diff options
context:
space:
mode:
Diffstat (limited to '847')
0 files changed, 0 insertions, 0 deletions
/li>
  • $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$,
  • $endfor$
  • $if(babel-lang)$
  • $babel-lang$,
  • $endif$
  • $if(fontsize)$
  • $fontsize$,
  • $endif$
  • $if(papersize)$
  • $papersize$paper,
  • $endif$
  • $for(classoption)$
  • $classoption$$sep$,
  • $endfor$
  • ]{$documentclass$}