%% This is file `novel-xmppacket.sty', part of `novel' document class. %% Copyright 2017-2024 Robert Allgeyer. %% %% This file may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, version 1.3c. %% License URL: https://www.latex-project.org/lppl/lppl-1-3c/ %% %% ---------------------------------------------------------------------------- %% %% The descriptive properties of the namespaces, and the general format of XMP, %% are public standards released by Adobe Systems Incorporated. %% See http://www.adobe.com/products/xmp.html %% %% ---------------------------------------------------------------------------- %% \ProvidesFile{novel-xmppacket.sty}% [2024/04/26 any version. (novel XMP packet template)] %% % This packet uses utf-8 BOM. % The catcodes allow # _ ~ $ % & to be used as ordinary characters. % \edef and \let get rid of escape backslashes in front of those characters. % NO COMMENTS AFTER THIS! Until \endgroup. \begingroup \catcode`\¤=12\relax \lccode`\¤="FEFF \lowercase{\gdef\@novelBOM{¤}} \catcode`\#=12 \catcode`\_=12 \catcode`\~=12 \catcode`\$=12 \catcode`\%=12 \catcode`\&=12 \edef\@pctchar{\expandafter\@gobble\string\%} \let\%\@pctchar \edef\@hashchar{\expandafter\@gobble\string\#} \let\#\@hashchar \edef\@ampchar{\expandafter\@gobble\string\&} \let\&\@ampchar \edef\@dollarchar{\expandafter\@gobble\string\$} \let\$\@dollarchar \edef\@underchar{\expandafter\@gobble\string\_} \let\_\@underchar \edef\@tildechar{\expandafter\@gobble\string\~} \let\~\@tildechar \xdef\@xmpPacket{^^J ^^J \pad@ii^^J \pad@iv^^J \pad@vi\@modifyDate^^J \pad@vi\@createDate^^J \@applicationString \pad@vi\@metadataDate^^J \pad@iv^^J \pad@iv^^J \pad@viapplication/pdf^^J \@titleString \@authorString \pad@iv^^J \pad@iv^^J \pad@vi\@documentID^^J \pad@vi\@instanceID^^J \pad@videfault^^J \pad@vi1^^J \pad@iv^^J \pad@iv^^J \@producerString \pad@viFalse^^J \pad@iv^^J \pad@iv^^J \@verconfString \pad@iv^^J \pad@iv^^J \@pdfidString \pad@iv^^J \pad@ii^^J ^^J \pad@dxii } \endgroup % OK to use comments now. %% \endinput %% %% End of file `novel-xmppacket.sty'.