From 17917622db8a5a30fa3965f16d28e45106150667 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Wed, 28 Mar 2018 21:05:58 +0000 Subject: novel (28mar18) git-svn-id: svn://tug.org/texlive/trunk@47158 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/lualatex/novel/novel-CalculateLayout.sty | 2 +- .../tex/lualatex/novel/novel-ChapterScene.sty | 2 +- .../tex/lualatex/novel/novel-DropCap.sty | 2 +- .../tex/lualatex/novel/novel-FileData.sty | 2 +- .../texmf-dist/tex/lualatex/novel/novel-Fonts.sty | 2 +- .../tex/lualatex/novel/novel-Footnotes.sty | 2 +- .../tex/lualatex/novel/novel-HeadFootStyles.sty | 2 +- .../texmf-dist/tex/lualatex/novel/novel-Images.sty | 2 +- .../tex/lualatex/novel/novel-LayoutSettings.sty | 2 +- .../tex/lualatex/novel/novel-Obsolete.sty | 2 +- .../tex/lualatex/novel/novel-PostLayout.sty | 2 +- .../tex/lualatex/novel/novel-TextMacros.sty | 2 +- .../texmf-dist/tex/lualatex/novel/novel-pdfx.sty | 2 +- .../tex/lualatex/novel/novel-xmppacket.clo | 186 --------------------- .../tex/lualatex/novel/novel-xmppacket.sty | 186 +++++++++++++++++++++ Master/texmf-dist/tex/lualatex/novel/novel.cls | 2 +- 16 files changed, 200 insertions(+), 200 deletions(-) delete mode 100644 Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.clo create mode 100644 Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.sty (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty b/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty index 77f960c3bcf..f376134c476 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-CalculateLayout.sty @@ -12,7 +12,7 @@ %% %% \ProvidesFile{novel-CalculateLayout.sty}% -[2018/03/28 v1.50 LaTeX file (layout calculations)] +[2018/03/29 v1.50.1 LaTeX file (layout calculations)] %% %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty b/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty index 69bf8f0d9b4..62fbbd3db3a 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-ChapterScene.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-ChapterScene.sty}% -[2018/03/28 v1.50 LaTeX file (chapter and scene macros)] +[2018/03/29 v1.50.1 LaTeX file (chapter and scene macros)] %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-DropCap.sty b/Master/texmf-dist/tex/lualatex/novel/novel-DropCap.sty index 44567243054..36446e2ff7a 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-DropCap.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-DropCap.sty @@ -19,7 +19,7 @@ % This file is new in `novel' version 1.50. % \ProvidesFile{novel-DropCap.sty} - [2018/03/28 v1.50 (Drop Caps)] + [2018/03/29 v1.50.1 (Drop Caps)] \NeedsTeXFormat{LaTeX2e}[1999/12/01] % % diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty b/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty index 56d349d332e..e821f937207 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-FileData.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-FileData.sty}% -[2018/03/28 v1.50 LaTeX file (File Data settings)] +[2018/03/29 v1.50.1 LaTeX file (File Data settings)] %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-Fonts.sty b/Master/texmf-dist/tex/lualatex/novel/novel-Fonts.sty index 68c5d9270b8..d4e6168a23b 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-Fonts.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-Fonts.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-Fonts.sty}% -[2018/03/28 v1.50 LaTeX file (font settings and defaults)] +[2018/03/29 v1.50.1 LaTeX file (font settings and defaults)] %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty b/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty index 744302b2d07..e562a0ebda7 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-Footnotes.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-Footnotes.sty}% -[2018/03/28 v1.50 LaTeX file (commands for footnotes and endnotes)] +[2018/03/29 v1.50.1 LaTeX file (commands for footnotes and endnotes)] %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty b/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty index 20664fadb18..95221d5b7de 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-HeadFootStyles.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-HeadFootStyles.sty}% -[2018/03/28 v1.50 LaTeX file (header and footer layouts and styles)] +[2018/03/29 v1.50.1 LaTeX file (header and footer layouts and styles)] %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty b/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty index f5ec180c27c..484a0e6166c 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-Images.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-Images.sty}% -[2018/03/28 v1.50 LaTeX file (image placement)] +[2018/03/29 v1.50.1 LaTeX file (image placement)] %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty b/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty index d4f1e09bac6..338c097a4be 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-LayoutSettings.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-LayoutSettings.sty}% -[2018/03/28 v1.50 LaTeX file (layout settings)] +[2018/03/29 v1.50.1 LaTeX file (layout settings)] %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-Obsolete.sty b/Master/texmf-dist/tex/lualatex/novel/novel-Obsolete.sty index b848c005705..329a49cbee6 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-Obsolete.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-Obsolete.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-Obsolete.sty}% -[2018/03/28 v1.50 LaTeX file (obsolete macros)] +[2018/03/29 v1.50.1 LaTeX file (obsolete macros)] %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-PostLayout.sty b/Master/texmf-dist/tex/lualatex/novel/novel-PostLayout.sty index b2bcc27c030..da4eda8e71c 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-PostLayout.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-PostLayout.sty @@ -12,7 +12,7 @@ %% %% \ProvidesFile{novel-PostLayout.sty}% -[2018/03/28 v1.50 LaTeX file (post-layout modifications)] +[2018/03/29 v1.50.1 LaTeX file (post-layout modifications)] %% %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty b/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty index 90d92edba5e..33517d1fa45 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-TextMacros.sty @@ -13,7 +13,7 @@ %% %% \ProvidesFile{novel-TextMacros.sty}% -[2018/03/28 v1.50 LaTeX file (text macros usable within document body)] +[2018/03/29 v1.50.1 LaTeX file (text macros usable within document body)] %% diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty b/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty index 8c2bf9823bd..9de51bcd1a8 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty @@ -21,7 +21,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesFile{novel-pdfx.sty}% -[2018/03/28 v1.50 LaTeX file (PDF/X support for novel class)] +[2018/03/29 v1.50.1 LaTeX file (PDF/X support for novel class)] % This package supports, and is part of, class `novel'. % No support for anything but LuaLaTeX. diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.clo b/Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.clo deleted file mode 100644 index 6aa0e0dc849..00000000000 --- a/Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.clo +++ /dev/null @@ -1,186 +0,0 @@ -%% -%% This is file `novel-xmppacket.clo', part of `novel' document class. -%% Copyright 2017-2018 Robert Allgeyer. -%% -%% -%% This file may be distributed and/or modified under the -%% conditions of the LaTeX Project Public License, either version 1.3c -%% of this license or (at your option) any later version. -%% The latest version of this license is in -%% http://www.latex-project.org/lppl.txt -%% and version 1.3c or later is part of all distributions of LaTeX -%% version 2005/12/01 or later. -%% -%% -%% ---------------------------------------------------------------------------- -%% -%% 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.clo}% -[2018/01/14 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@iv^^J -\pad@vi^^J -\pad@viii^^J -\pad@x^^J -\pad@xiihttp://ns.adobe.com/pdf/\@pdfVersion/^^J -\pad@xiipdf^^J -\pad@xiiAdobe PDF Schema^^J -\pad@xii^^J -\pad@xiv^^J -\pad@xvi^^J -\pad@xviiiinternal^^J -\pad@xviiiA name object indicating whether the document has been modified to include trapping information^^J -\pad@xviiiTrapped^^J -\pad@xviiiText^^J -\pad@xvi^^J -\pad@xiv^^J -\pad@xii^^J -\pad@x^^J -\pad@x^^J -\pad@xiihttp://ns.adobe.com/pdfx/\@pdfVersion/^^J -\pad@xiipdfx^^J -\pad@xiiPDF/X ID Schema^^J -\pad@xii^^J -\pad@xiv^^J -\pad@xvi^^J -\pad@xviiiinternal^^J -\pad@xviiiID of PDF/X standard^^J -\pad@xviiiGTS_PDFXVersion^^J -\pad@xviiiText^^J -\pad@xvi^^J -\pad@xvi^^J -\pad@xviiiinternal^^J -\pad@xviiiConformance level of PDF/X standard^^J -\pad@xviiiGTS_PDFXConformance^^J -\pad@xviiiText^^J -\pad@xvi^^J -\pad@xiv^^J -\pad@xii^^J -\pad@x^^J -\pad@x^^J -\pad@xiihttp://ns.adobe.com/xap/1.0/mm/^^J -\pad@xiixmpMM^^J -\pad@xiiXMP Media Management Schema^^J -\pad@xii^^J -\pad@xiv^^J -\pad@xvi^^J -\pad@xviiiinternal^^J -\pad@xviiiUUID based identifier for specific incarnation of a document^^J -\pad@xviiiInstanceID^^J -\pad@xviiiURI^^J -\pad@xvi^^J -\pad@xiv^^J -\pad@xii^^J -\pad@x^^J -\pad@x^^J -\pad@xiihttp://www.npes.org/pdfx/ns/id/^^J -\pad@xiipdfxid^^J -\pad@xiiPDF/X ID Schema^^J -\pad@xii^^J -\pad@xiv^^J -\pad@xvi^^J -\pad@xviiiinternal^^J -\pad@xviiiID of PDF/X standard^^J -\pad@xviiiGTS_PDFXVersion^^J -\pad@xviiiText^^J -\pad@xvi^^J -\pad@xiv^^J -\pad@xii^^J -\pad@x^^J -\pad@viii^^J -\pad@vi^^J -\pad@iv^^J -\pad@ii^^J -^^J -\pad@dxii -} -\endgroup - - -% OK to use comments now. -%% -\endinput -%% -%% End of file `novel-xmppacket.clo'. - diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.sty b/Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.sty new file mode 100644 index 00000000000..a70419c6fe4 --- /dev/null +++ b/Master/texmf-dist/tex/lualatex/novel/novel-xmppacket.sty @@ -0,0 +1,186 @@ +%% +%% This is file `novel-xmppacket.sty', part of `novel' document class. +%% Copyright 2017-2018 Robert Allgeyer. +%% +%% +%% This file may be distributed and/or modified under the +%% conditions of the LaTeX Project Public License, either version 1.3c +%% of this license or (at your option) any later version. +%% The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.3c or later is part of all distributions of LaTeX +%% version 2005/12/01 or later. +%% +%% +%% ---------------------------------------------------------------------------- +%% +%% 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}% +[2018/01/14 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@iv^^J +\pad@vi^^J +\pad@viii^^J +\pad@x^^J +\pad@xiihttp://ns.adobe.com/pdf/\@pdfVersion/^^J +\pad@xiipdf^^J +\pad@xiiAdobe PDF Schema^^J +\pad@xii^^J +\pad@xiv^^J +\pad@xvi^^J +\pad@xviiiinternal^^J +\pad@xviiiA name object indicating whether the document has been modified to include trapping information^^J +\pad@xviiiTrapped^^J +\pad@xviiiText^^J +\pad@xvi^^J +\pad@xiv^^J +\pad@xii^^J +\pad@x^^J +\pad@x^^J +\pad@xiihttp://ns.adobe.com/pdfx/\@pdfVersion/^^J +\pad@xiipdfx^^J +\pad@xiiPDF/X ID Schema^^J +\pad@xii^^J +\pad@xiv^^J +\pad@xvi^^J +\pad@xviiiinternal^^J +\pad@xviiiID of PDF/X standard^^J +\pad@xviiiGTS_PDFXVersion^^J +\pad@xviiiText^^J +\pad@xvi^^J +\pad@xvi^^J +\pad@xviiiinternal^^J +\pad@xviiiConformance level of PDF/X standard^^J +\pad@xviiiGTS_PDFXConformance^^J +\pad@xviiiText^^J +\pad@xvi^^J +\pad@xiv^^J +\pad@xii^^J +\pad@x^^J +\pad@x^^J +\pad@xiihttp://ns.adobe.com/xap/1.0/mm/^^J +\pad@xiixmpMM^^J +\pad@xiiXMP Media Management Schema^^J +\pad@xii^^J +\pad@xiv^^J +\pad@xvi^^J +\pad@xviiiinternal^^J +\pad@xviiiUUID based identifier for specific incarnation of a document^^J +\pad@xviiiInstanceID^^J +\pad@xviiiURI^^J +\pad@xvi^^J +\pad@xiv^^J +\pad@xii^^J +\pad@x^^J +\pad@x^^J +\pad@xiihttp://www.npes.org/pdfx/ns/id/^^J +\pad@xiipdfxid^^J +\pad@xiiPDF/X ID Schema^^J +\pad@xii^^J +\pad@xiv^^J +\pad@xvi^^J +\pad@xviiiinternal^^J +\pad@xviiiID of PDF/X standard^^J +\pad@xviiiGTS_PDFXVersion^^J +\pad@xviiiText^^J +\pad@xvi^^J +\pad@xiv^^J +\pad@xii^^J +\pad@x^^J +\pad@viii^^J +\pad@vi^^J +\pad@iv^^J +\pad@ii^^J +^^J +\pad@dxii +} +\endgroup + + +% OK to use comments now. +%% +\endinput +%% +%% End of file `novel-xmppacket.sty'. + diff --git a/Master/texmf-dist/tex/lualatex/novel/novel.cls b/Master/texmf-dist/tex/lualatex/novel/novel.cls index 23989dc380b..8e0f3f63f11 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel.cls +++ b/Master/texmf-dist/tex/lualatex/novel/novel.cls @@ -13,7 +13,7 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] % Actually needs LuaLaTeX, at least version 0.95 from TeXLive 2016. -\ProvidesClass{novel}[2018/03/28 v1.50 LaTeX document class] +\ProvidesClass{novel}[2018/03/29 v1.50.1 LaTeX document class] %% %% Version 1.50: Improved image handled, sandbox, scripts. %% Version 1.46.2: Now called "novel-old" version. -- cgit v1.2.3