summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/lualatex/novel
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-19 21:28:46 +0000
committerKarl Berry <karl@freefriends.org>2017-10-19 21:28:46 +0000
commit65c87b552bf411a1a352dd55485976609b28911c (patch)
tree2aaa281526ee99e4550198fa55deddb342fc161e /Master/texmf-dist/doc/lualatex/novel
parentb88e60ca81fae4479f3368d4741b6d314417aee8 (diff)
novel (19oct17)
git-svn-id: svn://tug.org/texlive/trunk@45558 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/lualatex/novel')
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/extras/fmtcount-faux.sty1115
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/extras/novel-cover-template.tex2
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/extras/novel-example.pdf82
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/extras/novel-example.tex2
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/html-resources/docprops.pngbin49291 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/html-resources/lowdown.pngbin0 -> 16332 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/html-resources/margins.pngbin65539 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/html-resources/robberies.pngbin0 -> 8461 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/html-resources/thelowdown.pngbin14697 -> 0 bytes
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/novel-documentation.html130
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/novel.pdf270
-rw-r--r--Master/texmf-dist/doc/lualatex/novel/novel.tex17
12 files changed, 272 insertions, 1346 deletions
diff --git a/Master/texmf-dist/doc/lualatex/novel/extras/fmtcount-faux.sty b/Master/texmf-dist/doc/lualatex/novel/extras/fmtcount-faux.sty
deleted file mode 100644
index 17561e28285..00000000000
--- a/Master/texmf-dist/doc/lualatex/novel/extras/fmtcount-faux.sty
+++ /dev/null
@@ -1,1115 +0,0 @@
-%%
-%% This is file `fmtcount-faux.sty',
-%% It is a modified version of file `fmtcount.sty'.
-%%
-%% Copyright 2017 Nicola Talbot and Vincent Belache
-%% Modification by Robert Allgeyer, October 3, 2017
-%% NOT FOR GENERAL DISTRIBUTION - FOR TESTING ONLY
-%%
-%% This work may be distributed and/or modified under the
-%% conditions of the LaTeX Project Public License, either version 1.3
-%% 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.3 or later is part of all distributions of LaTeX
-%% version 2005/12/01 or later.
-%%
-
-\NeedsTeXFormat{LaTeX2e}
-\ProvidesPackage{fmtcount-faux}[2017/10/03 v3.04b] %%%%% modification
-\RequirePackage{ifthen}
-\RequirePackage{xkeyval}
-\RequirePackage{etoolbox}
-\RequirePackage{fcprefix}
-\RequirePackage{ifxetex}
-\RequirePackage{ifluatex} %%%%% modification
-\RequirePackage{amsgen}
-\providecommand*{\fc@orddef@ult}[1]{\fc@textsuperscript{#1}}
-\providecommand*{\fc@ord@multiling}[1]{%
- \ifcsundef{fc@\languagename @alias@of}{%
- \fc@orddef@ult{#1}}{%
- \expandafter\let\expandafter\@tempa\csname fc@\languagename @alias@of\endcsname
- \ifcsundef{fc@ord@\@tempa}{%
- \fc@orddef@ult{#1}}{%
-\csname fc@ord@\@tempa\endcsname{#1}}}}
-\newcount\c@padzeroesN
-\c@padzeroesN=1\relax
-\providecommand*{\padzeroes}[1][17]{\c@padzeroesN=#1}
-\newcount\fc@tmpcatcode
-\def\fc@languages{}%
-\def\fc@mainlang{}%
-\newcommand*{\FCloadlang}[1]{%
- \@FC@iflangloaded{#1}{}%
- {%
- \fc@tmpcatcode=\catcode`\@\relax
- \catcode `\@ 11\relax
- \InputIfFileExists{fc-#1.def}%
- {%
- \ifdefempty{\fc@languages}%
- {%
- \gdef\fc@languages{#1}%
- }%
- {%
- \gappto\fc@languages{,#1}%
- }%
- \gdef\fc@mainlang{#1}%
- }%
- {}%
- \catcode `\@ \fc@tmpcatcode\relax
- }%
-}
-\newcommand{\@FC@iflangloaded}[3]{%
- \ifcsundef{ver@fc-#1.def}{#3}{#2}%
-}
-\newcommand*{\ProvidesFCLanguage}[1]{%
- \ProvidesFile{fc-#1.def}%
-}
-\newif\iffmtcount@language@option
-\fmtcount@language@optionfalse
-\newcommand*\fc@supported@language@list{%
-english,%
-UKenglish,%
-british,%
-USenglish,%
-american,%
-spanish,%
-portuges,%
-french,%
-frenchb,%
-francais,%
-german,%
-germanb,%
-ngerman,%
-ngermanb,%
-italian}
-\newcommand*\fc@iterate@on@languages[1]{%
- \ifx\fc@supported@language@list\@empty
- \PackageError{fmtcount}{Macro `\protect\@fc@iterate@on@languages' is empty}{You should never get here:
- Something is broken within \texttt{fmtcount}, please report the issue on
- \texttt{https://github.com/search?q=fmtcount\&ref=cmdform\&type=Issues}}%
- \else
- \let\fc@iterate@on@languages@body#1
- \expandafter\@fc@iterate@on@languages\fc@supported@language@list,\@nil,%
- \fi
-}
-\def\@fc@iterate@on@languages#1,{%
- {%
- \def\@tempa{#1}%
- \ifx\@tempa\@nnil
- \let\@tempa\@empty
- \else
- \def\@tempa{%
- \fc@iterate@on@languages@body{#1}%
- \@fc@iterate@on@languages
- }%
- \fi
- \expandafter
- }\@tempa
-}%
-\newcommand*{\@fc@loadifbabelorpolyglossialdf}[1]{%
- \ifxetex
- \IfFileExists{gloss-#1.ldf}{\ifcsundef{#1@loaded}{}{\FCloadlang{#1}}}{}%
- \else
- \ifluatex %%%%% modifications
- \IfFileExists{gloss-#1.ldf}{\ifcsundef{#1@loaded}{}{\FCloadlang{#1}}}{}% %%%%%
- \else %%%%%
- \ifcsundef{ver@#1.ldf}{}{\FCloadlang{#1}}%
- \fi %%%%%
- \fi
-}
-\fc@iterate@on@languages\@fc@loadifbabelorpolyglossialdf
-\def\fc@iterate@on@languages@body#1{%
- \expandafter\def\csname fc@#1@alias@of\endcsname{#1}}
-\expandafter\@fc@iterate@on@languages\fc@supported@language@list,\@nil,%
-\def\@tempa#1#2{%
- \expandafter\def\csname fc@#1@alias@of\endcsname{#2}%
-}%
-\@tempa{frenchb}{french}
-\@tempa{francais}{french}
-\@tempa{germanb}{german}
-\@tempa{ngermanb}{german}
-\@tempa{ngerman}{german}
-\@tempa{british}{english}
-\@tempa{american}{USenglish}
-\def\fc@iterate@on@languages@body#1{%
- \define@key{fmtcount}{#1}[]{%
- \@FC@iflangloaded{#1}%
- {%
- \setkeys{fc\csname fc@#1@alias@of\endcsname}{##1}%
- }{%
- \PackageError{fmtcount}%
- {Language `#1' not defined}%
- {You need to load \ifxetex polyglossia\else\ifluatex polyglossia\else babel\fi\fi\space before loading fmtcount}% %%%%% modification
- }%
- }%
- \ifthenelse{\equal{\csname fc@#1@alias@of\endcsname}{#1}}{%
- \define@key{fc\csname fc@#1@alias@of\endcsname}{fmtord}{%
- \ifthenelse{\equal{##1}{raise}\or\equal{##1}{level}}{%
- \expandafter\let\expandafter\@tempa\csname fc@set@ord@as@##1\endcsname
- \expandafter\@tempa\csname fc@ord@#1\endcsname
- }{%
- \ifthenelse{\equal{##1}{undefine}}{%
- \expandafter\let\csname fc@ord@#1\endcsname\undefined
- }{%
- \PackageError{fmtcount}%
- {Invalid value `##1' to fmtord key}%
- {Option `fmtord' can only take the values `level', `raise'
- or `undefine'}%
- }}
- }%
- }{%
- \expandafter\let\expandafter\@tempa\csname KV@\csname fc@#1@alias@of\endcsname @fmtord\endcsname
- \expandafter\let\csname KV@#1@fmtord\endcsname\@tempa
- }%
-}
-\expandafter\@fc@iterate@on@languages\fc@supported@language@list,\@nil,%
-\def\fc@set@ord@as@level#1{%
- \def#1##1{##1}%
-}
-\def\fc@set@ord@as@raise#1{%
- \let#1\fc@textsuperscript
-}
-\define@key{fmtcount}{fmtord}{%
- \ifthenelse{\equal{#1}{level}
- \or\equal{#1}{raise}}%
- {%
- \csname fc@set@ord@as@#1\endcsname\fc@orddef@ult
- \def\fmtcount@fmtord{#1}%
- }%
- {%
- \PackageError{fmtcount}%
- {Invalid value `#1' to fmtord key}%
- {Option `fmtord' can only take the values `level' or `raise'}%
- }%
-}
-\newif\iffmtord@abbrv
-\fmtord@abbrvtrue
-\define@key{fmtcount}{abbrv}[true]{%
- \ifthenelse{\equal{#1}{true}\or\equal{#1}{false}}%
- {%
- \csname fmtord@abbrv#1\endcsname
- }%
- {%
- \PackageError{fmtcount}%
- {Invalid value `#1' to fmtord key}%
- {Option `abbrv' can only take the values `true' or
- `false'}%
- }%
-}
-\define@key{fmtcount}{prefix}[scale=long]{%
- \RequirePackage{fmtprefix}%
- \fmtprefixsetoption{#1}%
-}
-\def\fmtcountsetoptions{%
- \def\fmtcount@fmtord{}%
- \setkeys{fmtcount}}%
-\InputIfFileExists{fmtcount.cfg}%
-{%
- \PackageInfo{fmtcount}{Using configuration file fmtcount.cfg}%
-}%
-{%
-}
-\newcommand*{\fmtcount@loaded@by@option@lang@list}{}
-\newcommand*\@fc@declare@language@option[1]{%
- \DeclareOption{#1}{%
- \ifx\fmtcount@loaded@by@option@lang@list\@empty
- \def\fmtcount@loaded@by@option@lang@list{#1}%
- \else
- \edef\fmtcount@loaded@by@option@lang@list{\fmtcount@loaded@by@option@lang@list,#1}%
- \fi
- }}%
-\fc@iterate@on@languages\@fc@declare@language@option
-\DeclareOption{level}{\def\fmtcount@fmtord{level}%
- \def\fc@orddef@ult#1{#1}}
-\DeclareOption{raise}{\def\fmtcount@fmtord{raise}%
- \def\fc@orddef@ult#1{\fc@textsuperscript{#1}}}
-\ProcessOptions\relax
-\ifx\fmtcount@loaded@by@option@lang@list\@empty\else
-\def\fc@iterate@on@languages@body#1{%
- \@FC@iflangloaded{#1}{}{%
- \fmtcount@language@optiontrue
- \FCloadlang{#1}%
- }}
-\expandafter\@fc@iterate@on@languages\fmtcount@loaded@by@option@lang@list,\@nil,%
-\fi
-\newcount\@DT@modctr
-\newcommand*{\@FCmodulo}[2]{%
- \@DT@modctr=#1\relax
- \divide \@DT@modctr by #2\relax
- \multiply \@DT@modctr by #2\relax
- \advance #1 by -\@DT@modctr
-}
-\newcount\@ordinalctr
-\newcount\@orgargctr
-\newcount\@strctr
-\newcount\@tmpstrctr
-\newif\if@DT@padzeroes
-\newcount\@DT@loopN
-\newcount\@DT@X
-\newrobustcmd*{\@binary}[1]{%
- \@DT@padzeroestrue
- \@DT@loopN=17\relax
- \@strctr=\@DT@loopN
- \whiledo{\@strctr<\c@padzeroesN}{0\advance\@strctr by \@ne}%
- \@strctr=65536\relax
- \@DT@X=#1\relax
- \loop
- \@DT@modctr=\@DT@X
- \divide\@DT@modctr by \@strctr
- \ifthenelse{\boolean{@DT@padzeroes}
- \and \(\@DT@modctr=0\)
- \and \(\@DT@loopN>\c@padzeroesN\)}%
- {}%
- {\the\@DT@modctr}%
- \ifnum\@DT@modctr=0\else\@DT@padzeroesfalse\fi
- \multiply\@DT@modctr by \@strctr
- \advance\@DT@X by -\@DT@modctr
- \divide\@strctr by \tw@
- \advance\@DT@loopN by \m@ne
- \ifnum\@strctr>\@ne
- \repeat
- \the\@DT@X
-}
-
-\let\binarynum=\@binary
-\newrobustcmd*{\@octal}[1]{%
- \@DT@X=#1\relax
- \ifnum\@DT@X>32768
- \PackageError{fmtcount}%
- {Value of counter too large for \protect\@octal}
- {Maximum value 32768}
- \else
- \@DT@padzeroestrue
- \@DT@loopN=6\relax
- \@strctr=\@DT@loopN
- \whiledo{\@strctr<\c@padzeroesN}{0\advance\@strctr by \@ne}%
- \@strctr=32768\relax
- \loop
- \@DT@modctr=\@DT@X
- \divide\@DT@modctr by \@strctr
- \ifthenelse{\boolean{@DT@padzeroes}
- \and \(\@DT@modctr=0\)
- \and \(\@DT@loopN>\c@padzeroesN\)}%
- {}{\the\@DT@modctr}%
- \ifnum\@DT@modctr=0\else\@DT@padzeroesfalse\fi
- \multiply\@DT@modctr by \@strctr
- \advance\@DT@X by -\@DT@modctr
- \divide\@strctr by \@viiipt
- \advance\@DT@loopN by \m@ne
- \ifnum\@strctr>\@ne
- \repeat
- \the\@DT@X
- \fi
-}
-\let\octalnum=\@octal
-\newcommand*{\@@hexadecimal}[1]{%
- \ifcase#10\or1\or2\or3\or4\or5\or
- 6\or7\or8\or9\or a\or b\or c\or d\or e\or f\fi
-}
-\newrobustcmd*{\@hexadecimal}[1]{%
- \@DT@padzeroestrue
- \@DT@loopN=\@vpt
- \@strctr=\@DT@loopN
- \whiledo{\@strctr<\c@padzeroesN}{0\advance\@strctr by \@ne}%
- \@strctr=65536\relax
- \@DT@X=#1\relax
- \loop
- \@DT@modctr=\@DT@X
- \divide\@DT@modctr by \@strctr
- \ifthenelse{\boolean{@DT@padzeroes}
- \and \(\@DT@modctr=0\)
- \and \(\@DT@loopN>\c@padzeroesN\)}
- {}{\@@hexadecimal\@DT@modctr}%
- \ifnum\@DT@modctr=0\else\@DT@padzeroesfalse\fi
- \multiply\@DT@modctr by \@strctr
- \advance\@DT@X by -\@DT@modctr
- \divide\@strctr by 16\relax
- \advance\@DT@loopN by \m@ne
- \ifnum\@strctr>\@ne
- \repeat
- \@@hexadecimal\@DT@X
-}
-\let\hexadecimalnum=\@hexadecimal
-\newcommand*{\@@Hexadecimal}[1]{%
- \ifcase#10\or1\or2\or3\or4\or5\or6\or
- 7\or8\or9\or A\or B\or C\or D\or E\or F\fi
-}
-\newrobustcmd*{\@Hexadecimal}[1]{%
- \@DT@padzeroestrue
- \@DT@loopN=5\relax
- \@strctr=\@DT@loopN
- \whiledo{\@strctr<\c@padzeroesN}{0\advance\@strctr by \@ne}%
- \@strctr=65536\relax
- \@DT@X=#1\relax
- \loop
- \@DT@modctr=\@DT@X
- \divide\@DT@modctr by \@strctr
- \ifthenelse{\boolean{@DT@padzeroes}
- \and \(\@DT@modctr=0\)
- \and \(\@DT@loopN>\c@padzeroesN\)}%
- {}{\@@Hexadecimal\@DT@modctr}%
- \ifnum\@DT@modctr=0\else\@DT@padzeroesfalse\fi
- \multiply\@DT@modctr by \@strctr
- \advance\@DT@X by -\@DT@modctr
- \divide\@strctr by 16\relax
- \advance\@DT@loopN by \m@ne
- \ifnum\@strctr>\@ne
- \repeat
- \@@Hexadecimal\@DT@X
-}
-
-\let\Hexadecimalnum=\@Hexadecimal
-\newrobustcmd*{\@aaalph}{\fc@aaalph\@alph}
-\newcommand*\fc@aaalph[2]{%
- \@DT@loopN=#2\relax
- \@DT@X\@DT@loopN
- \advance\@DT@loopN by \m@ne
- \divide\@DT@loopN by 26\relax
- \@DT@modctr=\@DT@loopN
- \multiply\@DT@modctr by 26\relax
- \advance\@DT@X by \m@ne
- \advance\@DT@X by -\@DT@modctr
- \advance\@DT@loopN by \@ne
- \advance\@DT@X by \@ne
- \edef\@tempa{#1\@DT@X}%
- \loop
- \@tempa
- \advance\@DT@loopN by \m@ne
- \ifnum\@DT@loopN>0
- \repeat
-}
-
-\let\aaalphnum=\@aaalph
-\newrobustcmd*{\@AAAlph}{\fc@aaalph\@Alph}%
-
-\let\AAAlphnum=\@AAAlph
-\newrobustcmd*{\@abalph}{\fc@abalph\@alph}%
-\newcommand*\fc@abalph[2]{%
- \@DT@X=#2\relax
- \ifnum\@DT@X>17576\relax
- \ifx#1\@alph\def\@tempa{\@abalph}%
- \else\def\@tempa{\@ABAlph}\fi
- \PackageError{fmtcount}%
- {Value of counter too large for \expandafter\protect\@tempa}%
- {Maximum value 17576}%
- \else
- \@DT@padzeroestrue
- \@strctr=17576\relax
- \advance\@DT@X by \m@ne
- \loop
- \@DT@modctr=\@DT@X
- \divide\@DT@modctr by \@strctr
- \ifthenelse{\boolean{@DT@padzeroes}
- \and \(\@DT@modctr=1\)}%
- {}{#1\@DT@modctr}%
- \ifnum\@DT@modctr=\@ne\else\@DT@padzeroesfalse\fi
- \multiply\@DT@modctr by \@strctr
- \advance\@DT@X by -\@DT@modctr
- \divide\@strctr by 26\relax
- \ifnum\@strctr>\@ne
- \repeat
- \advance\@DT@X by \@ne
- #1\@DT@X
- \fi
-}
-
-\let\abalphnum=\@abalph
-\newrobustcmd*{\@ABAlph}{\fc@abalph\@Alph}%
-\let\ABAlphnum=\@ABAlph
-\def\@fmtc@count#1#2\relax{%
- \if\relax#1%
- \else
- \advance\@strctr by 1\relax
- \@fmtc@count#2\relax
- \fi
-}
-\newrobustcmd*{\@decimal}[1]{%
- \@strctr=0\relax
- \expandafter\@fmtc@count\number#1\relax
- \@DT@loopN=\c@padzeroesN
- \advance\@DT@loopN by -\@strctr
- \ifnum\@DT@loopN>0\relax
- \@strctr=0\relax
- \whiledo{\@strctr < \@DT@loopN}{0\advance\@strctr by 1\relax}%
- \fi
- \number#1\relax
-}
-
-\let\decimalnum=\@decimal
-\newcommand{\FCordinal}[1]{%
- \ordinalnum{%
- \the\value{#1}}%
-}
-\ifcsundef{ordinal}
- {\let\ordinal\FCordinal}%
- {%
- \PackageWarning{fmtcount}%
- {\protect\ordinal \space already defined use
- \protect\FCordinal \space instead.}
- }
-\newrobustcmd*{\ordinalnum}[1]{%
- \new@ifnextchar[%
- {\@ordinalnum{#1}}%
- {\@ordinalnum{#1}[m]}%
-}
-\def\@ordinalnum#1[#2]{%
- {%
- \ifthenelse{\equal{#2}{f}}%
- {%
- \protect\@ordinalF{#1}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{n}}%
- {%
- \protect\@ordinalN{#1}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#2'}%
- {Available options are m, f or n}%
- }%
- \protect\@ordinalM{#1}{\@fc@ordstr}%
- }%
- }%
- \@fc@ordstr
- }%
-}
-\newcommand*{\storeordinal}[2]{%
- {%
- \toks0{\storeordinalnum{#1}}%
- \expandafter
- }\the\toks0\expandafter{%
- \the\value{#2}}%
-}
-\newrobustcmd*{\storeordinalnum}[2]{%
- \@ifnextchar[%
- {\@storeordinalnum{#1}{#2}}%
- {\@storeordinalnum{#1}{#2}[m]}%
-}
-\def\@storeordinalnum#1#2[#3]{%
- \ifthenelse{\equal{#3}{f}}%
- {%
- \protect\@ordinalF{#2}{\@fc@ord}
- }%
- {%
- \ifthenelse{\equal{#3}{n}}%
- {%
- \protect\@ordinalN{#2}{\@fc@ord}%
- }%
- {%
- \ifthenelse{\equal{#3}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#3'}%
- {Available options are m or f}%
- }%
- \protect\@ordinalM{#2}{\@fc@ord}%
- }%
- }%
- \expandafter\let\csname @fcs@#1\endcsname\@fc@ord
-}
-\newcommand*{\FMCuse}[1]{\csname @fcs@#1\endcsname}
-\newcommand*{\ordinalstring}[1]{%
- \ordinalstringnum{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\newrobustcmd*{\ordinalstringnum}[1]{%
- \new@ifnextchar[%
- {\@ordinal@string{#1}}%
- {\@ordinal@string{#1}[m]}%
-}
-\def\@ordinal@string#1[#2]{%
- {%
- \ifthenelse{\equal{#2}{f}}%
- {%
- \protect\@ordinalstringF{#1}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{n}}%
- {%
- \protect\@ordinalstringN{#1}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#2' to \protect\ordinalstring}%
- {Available options are m, f or n}%
- }%
- \protect\@ordinalstringM{#1}{\@fc@ordstr}%
- }%
- }%
- \@fc@ordstr
- }%
-}
-\newcommand*{\storeordinalstring}[2]{%
- {%
- \toks0{\storeordinalstringnum{#1}}%
- \expandafter
- }\the\toks0\expandafter{\the\value{#2}}%
-}
-\newrobustcmd*{\storeordinalstringnum}[2]{%
- \@ifnextchar[%
- {\@store@ordinal@string{#1}{#2}}%
- {\@store@ordinal@string{#1}{#2}[m]}%
-}
-\def\@store@ordinal@string#1#2[#3]{%
- \ifthenelse{\equal{#3}{f}}%
- {%
- \protect\@ordinalstringF{#2}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{n}}%
- {%
- \protect\@ordinalstringN{#2}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#3' to \protect\ordinalstring}%
- {Available options are m, f or n}%
- }%
- \protect\@ordinalstringM{#2}{\@fc@ordstr}%
- }%
- }%
- \expandafter\let\csname @fcs@#1\endcsname\@fc@ordstr
-}
-\newcommand*{\Ordinalstring}[1]{%
- \Ordinalstringnum{\expandafter\expandafter\expandafter\the\value{#1}}%
-}
-\newrobustcmd*{\Ordinalstringnum}[1]{%
- \new@ifnextchar[%
- {\@Ordinal@string{#1}}%
- {\@Ordinal@string{#1}[m]}%
-}
-\def\@Ordinal@string#1[#2]{%
- {%
- \ifthenelse{\equal{#2}{f}}%
- {%
- \protect\@OrdinalstringF{#1}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{n}}%
- {%
- \protect\@OrdinalstringN{#1}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#2'}%
- {Available options are m, f or n}%
- }%
- \protect\@OrdinalstringM{#1}{\@fc@ordstr}%
- }%
- }%
- \@fc@ordstr
- }%
-}
-\newcommand*{\storeOrdinalstring}[2]{%
- {%
- \toks0{\storeOrdinalstringnum{#1}}%
- \expandafter
- }\the\toks0\expandafter{\the\value{#2}}%
-}
-\newrobustcmd*{\storeOrdinalstringnum}[2]{%
- \@ifnextchar[%
- {\@store@Ordinal@string{#1}{#2}}%
- {\@store@Ordinal@string{#1}{#2}[m]}%
-}
-\def\@store@Ordinal@string#1#2[#3]{%
- \ifthenelse{\equal{#3}{f}}%
- {%
- \protect\@OrdinalstringF{#2}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{n}}%
- {%
- \protect\@OrdinalstringN{#2}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#3'}%
- {Available options are m or f}%
- }%
- \protect\@OrdinalstringM{#2}{\@fc@ordstr}%
- }%
- }%
- \expandafter\let\csname @fcs@#1\endcsname\@fc@ordstr
-}
-\newcommand*{\storeORDINALstring}[2]{%
- {%
- \toks0{\storeORDINALstringnum{#1}}%
- \expandafter
- }\the\toks0\expandafter{\the\value{#2}}%
-}
-\newrobustcmd*{\storeORDINALstringnum}[2]{%
- \@ifnextchar[%
- {\@store@ORDINAL@string{#1}{#2}}%
- {\@store@ORDINAL@string{#1}{#2}[m]}%
-}
-\def\@store@ORDINAL@string#1#2[#3]{%
- \ifthenelse{\equal{#3}{f}}%
- {%
- \protect\@ordinalstringF{#2}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{n}}%
- {%
- \protect\@ordinalstringN{#2}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#3'}%
- {Available options are m or f}%
- }%
- \protect\@ordinalstringM{#2}{\@fc@ordstr}%
- }%
- }%
- \expandafter\protected@edef\csname @fcs@#1\endcsname{%
- \noexpand\MakeUppercase{\@fc@ordstr}%
- }%
-}
-\newcommand*{\ORDINALstring}[1]{%
- \ORDINALstringnum{\expandafter\expandafter\expandafter
- \the\value{#1}%
- }%
-}
-\newrobustcmd*{\ORDINALstringnum}[1]{%
- \new@ifnextchar[%
- {\@ORDINAL@string{#1}}%
- {\@ORDINAL@string{#1}[m]}%
-}
-\def\@ORDINAL@string#1[#2]{%
- {%
- \ifthenelse{\equal{#2}{f}}%
- {%
- \protect\@ordinalstringF{#1}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{n}}%
- {%
- \protect\@ordinalstringN{#1}{\@fc@ordstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#2'}%
- {Available options are m, f or n}%
- }%
- \protect\@ordinalstringM{#1}{\@fc@ordstr}%
- }%
- }%
- \MakeUppercase{\@fc@ordstr}%
- }%
-}
-\newcommand*{\storenumberstring}[2]{%
- \expandafter\protect\expandafter\storenumberstringnum{#1}{%
- \expandafter\the\value{#2}}%
-}
-\newcommand{\storenumberstringnum}[2]{%
- \@ifnextchar[%
- {\@store@number@string{#1}{#2}}%
- {\@store@number@string{#1}{#2}[m]}%
-}
-\def\@store@number@string#1#2[#3]{%
- \ifthenelse{\equal{#3}{f}}%
- {%
- \protect\@numberstringF{#2}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{n}}%
- {%
- \protect\@numberstringN{#2}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{m}}%
- {}%
- {%
- \PackageError{fmtcount}
- {Invalid gender option `#3'}%
- {Available options are m, f or n}%
- }%
- \protect\@numberstringM{#2}{\@fc@numstr}%
- }%
- }%
- \expandafter\let\csname @fcs@#1\endcsname\@fc@numstr
-}
-\newcommand*{\numberstring}[1]{%
- \numberstringnum{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\newrobustcmd*{\numberstringnum}[1]{%
- \new@ifnextchar[%
- {\@number@string{#1}}%
- {\@number@string{#1}[m]}%
-}
-\def\@number@string#1[#2]{%
- {%
- \ifthenelse{\equal{#2}{f}}%
- {%
- \protect\@numberstringF{#1}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{n}}%
- {%
- \protect\@numberstringN{#1}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#2'}%
- {Available options are m, f or n}%
- }%
- \protect\@numberstringM{#1}{\@fc@numstr}%
- }%
- }%
- \@fc@numstr
- }%
-}
-\newcommand*{\storeNumberstring}[2]{%
- {%
- \toks0{\storeNumberstringnum{#1}}%
- \expandafter
- }\the\toks0\expandafter{\the\value{#2}}%
-}
-\newcommand{\storeNumberstringnum}[2]{%
- \@ifnextchar[%
- {\@store@Number@string{#1}{#2}}%
- {\@store@Number@string{#1}{#2}[m]}%
-}
-\def\@store@Number@string#1#2[#3]{%
- \ifthenelse{\equal{#3}{f}}%
- {%
- \protect\@NumberstringF{#2}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{n}}%
- {%
- \protect\@NumberstringN{#2}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#3'}%
- {Available options are m, f or n}%
- }%
- \protect\@NumberstringM{#2}{\@fc@numstr}%
- }%
- }%
- \expandafter\let\csname @fcs@#1\endcsname\@fc@numstr
-}
-\newcommand*{\Numberstring}[1]{%
- \Numberstringnum{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\newrobustcmd*{\Numberstringnum}[1]{%
- \new@ifnextchar[%
- {\@Number@string{#1}}%
- {\@Number@string{#1}[m]}%
-}
-\def\@Number@string#1[#2]{%
- {%
- \ifthenelse{\equal{#2}{f}}%
- {%
- \protect\@NumberstringF{#1}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{n}}%
- {%
- \protect\@NumberstringN{#1}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#2'}%
- {Available options are m, f or n}%
- }%
- \protect\@NumberstringM{#1}{\@fc@numstr}%
- }%
- }%
- \@fc@numstr
- }%
-}
-\newcommand{\storeNUMBERstring}[2]{%
- {%
- \toks0{\storeNUMBERstringnum{#1}}%
- \expandafter
- }\the\toks0\expandafter{\the\value{#2}}%
-}
-\newcommand{\storeNUMBERstringnum}[2]{%
- \@ifnextchar[%
- {\@store@NUMBER@string{#1}{#2}}%
- {\@store@NUMBER@string{#1}{#2}[m]}%
-}
-\def\@store@NUMBER@string#1#2[#3]{%
- \ifthenelse{\equal{#3}{f}}%
- {%
- \protect\@numberstringF{#2}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{n}}%
- {%
- \protect\@numberstringN{#2}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#3}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#3'}%
- {Available options are m or f}%
- }%
- \protect\@numberstringM{#2}{\@fc@numstr}%
- }%
- }%
- \expandafter\edef\csname @fcs@#1\endcsname{%
- \noexpand\MakeUppercase{\@fc@numstr}%
- }%
-}
-\newcommand*{\NUMBERstring}[1]{%
- \NUMBERstringnum{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\newrobustcmd*{\NUMBERstringnum}[1]{%
- \new@ifnextchar[%
- {\@NUMBER@string{#1}}%
- {\@NUMBER@string{#1}[m]}%
-}
-\def\@NUMBER@string#1[#2]{%
- {%
- \ifthenelse{\equal{#2}{f}}%
- {%
- \protect\@numberstringF{#1}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{n}}%
- {%
- \protect\@numberstringN{#1}{\@fc@numstr}%
- }%
- {%
- \ifthenelse{\equal{#2}{m}}%
- {}%
- {%
- \PackageError{fmtcount}%
- {Invalid gender option `#2'}%
- {Available options are m, f or n}%
- }%
- \protect\@numberstringM{#1}{\@fc@numstr}%
- }%
- }%
- \MakeUppercase{\@fc@numstr}%
- }%
-}
-\providecommand*{\binary}[1]{%
- \@binary{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\providecommand*{\aaalph}[1]{%
- \@aaalph{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\providecommand*{\AAAlph}[1]{%
- \@AAAlph{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\providecommand*{\abalph}[1]{%
- \@abalph{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\providecommand*{\ABAlph}[1]{%
- \@ABAlph{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\providecommand*{\hexadecimal}[1]{%
- \@hexadecimal{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\providecommand*{\Hexadecimal}[1]{%
- \@Hexadecimal{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\providecommand*{\octal}[1]{%
- \@octal{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\providecommand*{\decimal}[1]{%
- \@decimal{\expandafter\expandafter\expandafter
- \the\value{#1}}%
-}
-\def\@setdef@ultfmtcount{%
- \ifcsundef{@ordinalMenglish}{\FCloadlang{english}}{}%
- \def\@ordinalstringM{\@ordinalstringMenglish}%
- \let\@ordinalstringF=\@ordinalstringMenglish
- \let\@ordinalstringN=\@ordinalstringMenglish
- \def\@OrdinalstringM{\@OrdinalstringMenglish}%
- \let\@OrdinalstringF=\@OrdinalstringMenglish
- \let\@OrdinalstringN=\@OrdinalstringMenglish
- \def\@numberstringM{\@numberstringMenglish}%
- \let\@numberstringF=\@numberstringMenglish
- \let\@numberstringN=\@numberstringMenglish
- \def\@NumberstringM{\@NumberstringMenglish}%
- \let\@NumberstringF=\@NumberstringMenglish
- \let\@NumberstringN=\@NumberstringMenglish
- \def\@ordinalM{\@ordinalMenglish}%
- \let\@ordinalF=\@ordinalM
- \let\@ordinalN=\@ordinalM
- \let\fmtord\fc@orddef@ult
-}
-\newcommand*{\fc@multiling}[2]{%
- \ifcsundef{@#1#2\languagename}%
- {% try loading it
- \FCloadlang{\languagename}%
- }%
- {%
- }%
- \ifcsundef{@#1#2\languagename}%
- {%
- \PackageWarning{fmtcount}%
- {No support for \expandafter\protect\csname #1\endcsname\space for
- language '\languagename'}%
- \ifthenelse{\equal{\languagename}{\fc@mainlang}}%
- {%
- \FCloadlang{english}%
- }%
- {%
- }%
- \ifcsdef{@#1#2\fc@mainlang}%
- {%
- \csuse{@#1#2\fc@mainlang}%
- }%
- {%
- \PackageWarningNoLine{fmtcount}%
- {No languages loaded at all! Loading english definitions}%
- \FCloadlang{english}%
- \def\fc@mainlang{english}%
- \csuse{@#1#2english}%
- }%
- }%
- {%
- \csuse{@#1#2\languagename}%
- }%
-}
-\def\@set@mulitling@fmtcount{%
- \def\@numberstringM{%
- \fc@multiling{numberstring}{M}%
- }%
- \def\@numberstringF{%
- \fc@multiling{numberstring}{F}%
- }%
- \def\@numberstringN{%
- \fc@multiling{numberstring}{N}%
- }%
- \def\@NumberstringM{%
- \fc@multiling{Numberstring}{M}%
- }%
- \def\@NumberstringF{%
- \fc@multiling{Numberstring}{F}%
- }%
- \def\@NumberstringN{%
- \fc@multiling{Numberstring}{N}%
- }%
- \def\@ordinalM{%
- \fc@multiling{ordinal}{M}%
- }%
- \def\@ordinalF{%
- \fc@multiling{ordinal}{F}%
- }%
- \def\@ordinalN{%
- \fc@multiling{ordinal}{N}%
- }%
- \def\@ordinalstringM{%
- \fc@multiling{ordinalstring}{M}%
- }%
- \def\@ordinalstringF{%
- \fc@multiling{ordinalstring}{F}%
- }%
- \def\@ordinalstringN{%
- \fc@multiling{ordinalstring}{N}%
- }%
- \def\@OrdinalstringM{%
- \fc@multiling{Ordinalstring}{M}%
- }%
- \def\@OrdinalstringF{%
- \fc@multiling{Ordinalstring}{F}%
- }%
- \def\@OrdinalstringN{%
- \fc@multiling{Ordinalstring}{N}%
- }%
- \let\fmtord\fc@ord@multiling
-}
-\expandafter\@ifpackageloaded
-\expandafter{\ifxetex polyglossia\else\ifluatex polyglossia\else babel\fi\fi}% %%%%% modification
-{%
- \@set@mulitling@fmtcount
-}%
-{%
- \@ifpackageloaded{ngerman}%
- {%
- \FCloadlang{ngerman}%
- \@set@mulitling@fmtcount
- }%
- {%
- \iffmtcount@language@option
- \@set@mulitling@fmtcount
- \AtBeginDocument{%
- \ifcsundef{languagename}%
- {%
- \PackageWarning{fmtcount}{%
- `\protect\languagename' is undefined, you should use package babel/polyglossia when loading a
- language via package option. Reverting to default language.
- }%
- \@setdef@ultfmtcount
- }{%
- \@FC@iflangloaded{\languagename}{}{%
- \PackageWarning{fmtcount}{%
- Setting `\protect\languagename' to `\fc@mainlang'.\MessageBreak
- Reason is that `\protect\languagename' was `\languagename',\MessageBreak
- but `\languagename' was not loaded by fmtcount,\MessageBreak
- whereas `\fc@mainlang' was the last language loaded by fmtcount ;
- }%
- \let\languagename\fc@mainlang
- }
- }%
- }
- \else
- \@setdef@ultfmtcount
- \fi
- }%
-}
-\AtBeginDocument{%
- \ifcsundef{FBsupR}{\let\fc@textsuperscript\textsuperscript}{\let\fc@textsuperscript\fup}%
-}
-\let\@ordinal=\@ordinalM
-\let\@ordinalstring=\@ordinalstringM
-\let\@Ordinalstring=\@OrdinalstringM
-\let\@numberstring=\@numberstringM
-\let\@Numberstring=\@NumberstringM
-\iffalse Local variables: \fi
-\iffalse mode: docTeX \fi
-\iffalse End: \fi
-\endinput
-%%
-%% End of file `fmtcount-faux.sty'.
diff --git a/Master/texmf-dist/doc/lualatex/novel/extras/novel-cover-template.tex b/Master/texmf-dist/doc/lualatex/novel/extras/novel-cover-template.tex
index dac181ed69a..95e5f6374d5 100644
--- a/Master/texmf-dist/doc/lualatex/novel/extras/novel-cover-template.tex
+++ b/Master/texmf-dist/doc/lualatex/novel/extras/novel-cover-template.tex
@@ -3,7 +3,7 @@
% IF YOU COMPILE THIS DOCUMENT: Be sure that this file, and its generated PDF,
% have read/write permissions for any user. If they don't, then
% compile will fail at the point where files are written.
-\documentclass[coverart]{novel} % v. 1.42 or later
+\documentclass[coverart]{novel} % v. 1.44 or later
\SetMediaSize{width}{height} % includes bleed
\SetTrimSize{width}{height} % without bleed
\SetTitle{example} % title required, might not be book title
diff --git a/Master/texmf-dist/doc/lualatex/novel/extras/novel-example.pdf b/Master/texmf-dist/doc/lualatex/novel/extras/novel-example.pdf
index 36a85acf9ad..d25aec03a8f 100644
--- a/Master/texmf-dist/doc/lualatex/novel/extras/novel-example.pdf
+++ b/Master/texmf-dist/doc/lualatex/novel/extras/novel-example.pdf
@@ -9,10 +9,10 @@ stream
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:xmp="http://ns.adobe.com/xap/1.0/">
- <xmp:ModifyDate>2017-10-03T20:01:49-07:00</xmp:ModifyDate>
- <xmp:CreateDate>2017-10-03T20:01:49-07:00</xmp:CreateDate>
+ <xmp:ModifyDate>2017-10-18T17:44:10-07:00</xmp:ModifyDate>
+ <xmp:CreateDate>2017-10-18T17:44:10-07:00</xmp:CreateDate>
<xmp:CreatorTool>LuaLaTeX with novel and microtype</xmp:CreatorTool>
- <xmp:MetadataDate>2017-10-03T20:01:49-07:00</xmp:MetadataDate>
+ <xmp:MetadataDate>2017-10-18T17:44:10-07:00</xmp:MetadataDate>
</rdf:Description>
<rdf:Description rdf:about=""
xmlns:dc="http://purl.org/dc/elements/1.1/">
@@ -31,7 +31,7 @@ stream
<rdf:Description rdf:about=""
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
<xmpMM:DocumentID>uuid:A12D98E081B6A0EC2CBA2D468474F922</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:11671CAF3EBDCF2E4FFA831865B76337</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:7F13185C0F58E1840EF639EC4966D07F</xmpMM:InstanceID>
<xmpMM:RenditionClass>default</xmpMM:RenditionClass>
<xmpMM:VersionID>1</xmpMM:VersionID>
</rdf:Description>
@@ -138,7 +138,7 @@ q
1.8 0 0 1.8 0 0 cm
1 0 0 1 -279.474 -438.882 cm
BT
-/F44 11.3574 Tf 1 0 0 1 279.474 438.882 Tm [<0025>-5<00420053004C>-250<0042004F0045>]TJ
+/F45 11.3574 Tf 1 0 0 1 279.474 438.882 Tm [<0025>-5<00420053004C>-250<0042004F0045>]TJ
ET
1 0 0 1 279.474 438.882 cm
Q
@@ -147,7 +147,7 @@ q
2.4 0 0 2.4 0 0 cm
1 0 0 1 -276.537 -409.291 cm
BT
-/F44 11.3574 Tf 1 0 0 1 276.537 409.291 Tm [<0034005500500053>-2<004E005A>]TJ
+/F45 11.3574 Tf 1 0 0 1 276.537 409.291 Tm [<0034005500500053>-2<004E005A>]TJ
ET
1 0 0 1 276.537 409.291 cm
Q
@@ -160,7 +160,7 @@ endobj
/TrimBox[0 0 396 612]/Parent 9 0 R>>
endobj
5 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F44 8 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F45 8 0 R>>/ProcSet[/PDF/Text]>>
endobj
12 0 obj
<</Length 0 >>
@@ -184,7 +184,7 @@ q
3.6 0 0 3.6 0 0 cm
1 0 0 1 -126.474 -453.677 cm
BT
-/F44 11.3574 Tf 1 0 0 1 126.474 453.677 Tm [<0025>-5<00420053004C>-250<0042004F0045>]TJ
+/F45 11.3574 Tf 1 0 0 1 126.474 453.677 Tm [<0025>-5<00420053004C>-250<0042004F0045>]TJ
ET
1 0 0 1 126.474 453.677 cm
Q
@@ -193,7 +193,7 @@ q
4.8 0 0 4.8 0 0 cm
1 0 0 1 -123.537 -409.291 cm
BT
-/F44 11.3574 Tf 1 0 0 1 123.537 409.291 Tm [<0034005500500053>-2<004E005A>]TJ
+/F45 11.3574 Tf 1 0 0 1 123.537 409.291 Tm [<0034005500500053>-2<004E005A>]TJ
ET
1 0 0 1 123.537 409.291 cm
Q
@@ -202,7 +202,7 @@ q
1.6 0 0 1.6 0 0 cm
1 0 0 1 -146.224 -372.303 cm
BT
-/F41 11.3574 Tf 1 0 0 1 146.224 372.303 Tm [<0022>-250<0035>49<0042004D0046>-250<00500047>-250<002F004A0048004900550054>]TJ
+/F32 11.3574 Tf 1 0 0 1 146.224 372.303 Tm [<0022>-250<0035>49<0042004D0046>-250<00500047>-250<002F004A0048004900550054>]TJ
ET
1 0 0 1 146.224 372.303 cm
Q
@@ -211,14 +211,14 @@ q
6 0 0 6 0 0 cm
1 0 0 1 -138.856 -301.285 cm
BT
-/F45 11.3574 Tf 1 0 0 1 138.856 301.285 Tm [<0176>]TJ
+/F46 11.3574 Tf 1 0 0 1 138.856 301.285 Tm [<0176>]TJ
ET
1 0 0 1 138.856 301.285 cm
Q
1 0 0 1 -138.856 -301.285 cm
BT
-/F41 34.07221 Tf 1 0 0 1 106.742 215.362 Tm [<0025004A0053004C>-250<002900420053>8<00450044004200540046>]TJ
-/F41 14.19675 Tf 1 0 0 1 134.49 54.203 Tm [<002F0050004F0046>7<0059004A005400550046004F0055>-250<003100560043004D004A004400420055004A0050004F0054>]TJ
+/F32 34.07221 Tf 1 0 0 1 106.742 215.362 Tm [<0025004A0053004C>-250<002900420053>8<00450044004200540046>]TJ
+/F32 14.19675 Tf 1 0 0 1 134.49 54.203 Tm [<002F0050004F0046>7<0059004A005400550046004F0055>-250<003100560043004D004A004400420055004A0050004F0054>]TJ
1 0 0 1 109.27 39.407 Tm [<0022004F005A00550050>7<0058004F>-250<06E6>-250<0022004F005A0051004D004200440046>-250<06E6>-250<0022004F005A>-15<0058004900460053>8<0046>]TJ
ET
@@ -230,14 +230,14 @@ endobj
/TrimBox[0 0 396 612]/Parent 9 0 R>>
endobj
13 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F44 8 0 R/F41 16 0 R/F45 17 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F45 8 0 R/F32 16 0 R/F46 17 0 R>>/ProcSet[/PDF/Text]>>
endobj
20 0 obj
<</Length 2647 >>
stream
BT
-/F49 11.3574 Tf 1 0 0 1 146.785 335.315 Tm [<0025086E087F0878>-250<086E087B0871>-250<00340881>25<087C087F087A0886>]TJ
-/F49 11.3574 Tf 1 0 0 1 117.136 320.519 Tm [<002400500051>7<005A0053004A004800490055>-250<006908E708E508E608EC>-250<0025004A0053004C>-250<002900420053>8<00450044004200540046>10<000F>]TJ
+/F50 11.3574 Tf 1 0 0 1 146.785 335.315 Tm [<0025086E087F0878>-250<086E087B0871>-250<00340881>25<087C087F087A0886>]TJ
+/F50 11.3574 Tf 1 0 0 1 117.136 320.519 Tm [<002400500051>7<005A0053004A004800490055>-250<006908E708E508E608EC>-250<0025004A0053004C>-250<002900420053>8<00450044004200540046>10<000F>]TJ
1 0 0 1 145.053 305.724 Tm [<0022004D004D>-250<0033004A0048004900550054>-250<00330046005400460053>-15<0057>8<0046>-7<0045000F>]TJ
1 0 0 1 136.205 276.133 Tm [<086C004A0054>-250<004A0054>-250<0042>-250<0058>8<00500053004C>-250<00500047>-250<084800440055004A0050004F000F>]TJ
1 0 0 1 130.566 261.338 Tm [<0022004D004D>-250<0051>-7<0046005300540050004F0054>-250<0042004F0045>-250<0046>7<0057>8<0046004F00550054>-250<00420053>8<0046>]TJ
@@ -262,17 +262,17 @@ endobj
/TrimBox[0 0 396 612]/Parent 9 0 R>>
endobj
18 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F49 21 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F50 21 0 R>>/ProcSet[/PDF/Text]>>
endobj
24 0 obj
<</Length 803 >>
stream
BT
-/F41 11.3574 Tf 1 0 0 1 110.787 424.087 Tm [<003800490046004F>-250<005500490046>-250<004D0050004F0046>-250<00530042004400440050>-7<0050004F>-250<00490050>7<0058004D0054>-250<00420055>-250<004500560054004C000D>]TJ
+/F32 11.3574 Tf 1 0 0 1 110.787 424.087 Tm [<003800490046004F>-250<005500490046>-250<004D0050004F0046>-250<00530042004400440050>-7<0050004F>-250<00490050>7<0058004D0054>-250<00420055>-250<004500560054004C000D>]TJ
1 0 0 1 110.389 409.291 Tm [<0022004F0045>-250<00580049004A00550046>-250<0043004A0053>8<00450054>-250<00440046004200540046>-250<005500490046004A0053>-250<00550058004A0A1D00460053>58<000D>]TJ
1 0 0 1 110.787 394.496 Tm [<09AB0046004F>-250<005400490042004D004D>-250<005500490046>-250<0053004A0057>8<004600530054>-250<0050>7<0057>8<00460053098C0050>7<0058>-250<0058004A00550049>-250<004E004600420045000F>]TJ
1 0 0 1 198.975 379.701 Tm [<06D8>]TJ
-/F49 11.3574 Tf 1 0 0 1 207.402 379.701 Tm [<00310053>8<0050005100490046>-7<0044005A>-250<00500047>-250<0024004D004200560045004A00560054>]TJ
+/F50 11.3574 Tf 1 0 0 1 207.402 379.701 Tm [<00310053>8<0050005100490046>-7<0044005A>-250<00500047>-250<0024004D004200560045004A00560054>]TJ
ET
endstream
@@ -283,7 +283,7 @@ endobj
/TrimBox[0 0 396 612]/Parent 9 0 R>>
endobj
22 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F41 16 0 R/F49 21 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F32 16 0 R/F50 21 0 R>>/ProcSet[/PDF/Text]>>
endobj
27 0 obj
<</Length 0 >>
@@ -303,8 +303,8 @@ endobj
<</Length 7502 >>
stream
BT
-/F41 18.17191 Tf 1 0 0 1 159.426 485.231 Tm [<0024004900420051005500460053>-250<0030004F0046>]TJ
-/F41 11.3574 Tf 0.98 0 0 1 54 394.511 Tm [<002A0055>-178<005800420054>-178<0042>-179<004500420053004C>-178<0042004F0045>-179<0054005500500053004E005A>-178<004F004A004800490055000F>-315<002D00500053>8<0045>-178<0038004A005500490046004F0054>-178<0053>7<0050>-6<00450046>-179<0049004A0054>-178<00490050005300540046>-178<005500490053>7<0050005600480049>]TJ
+/F32 18.17191 Tf 1 0 0 1 159.426 485.231 Tm [<0024004900420051005500460053>-250<0030004F0046>]TJ
+/F32 11.3574 Tf 0.98 0 0 1 54 394.511 Tm [<002A0055>-178<005800420054>-178<0042>-179<004500420053004C>-178<0042004F0045>-179<0054005500500053004E005A>-178<004F004A004800490055000F>-315<002D00500053>8<0045>-178<0038004A005500490046004F0054>-178<0053>7<0050>-6<00450046>-179<0049004A0054>-178<00490050005300540046>-178<005500490053>7<0050005600480049>]TJ
0.993 0 0 1 54 379.716 Tm [<005500490046>-250<0048004D0050>-7<0050004E000D>-251<00580049004A00440049>-251<005800420054000D>-251<00420054>-251<004900460053>8<004600550050004700500053>8<0046>-250<004E0046004F0055004A0050004F0046>-7<0045000D>-251<004500420053004C000F>-336<002E005000540055>-250<0048004D0050>-7<0050004E>]TJ
1 0 0 1 54 364.92 Tm [<004A0054>-250<004500420053004C000D>-250<00460049>-250<0058>8<005000550020>]TJ
1.002 0 0 1 71.036 350.125 Tm [<002E0050>7<0057004A004F0048>-249<0053004A004800490055>-249<0042004D0050004F0048000D>-249<0049004A0054>-249<00490050005300540046>-249<004200530053004A0057>7<0046>-6<0045>-249<00420055>-249<005500490046>-249<004300420044004C>-249<00450050>-7<00500053>-249<00500047>-250<002D00420045005A>]TJ
@@ -339,14 +339,14 @@ endobj
/TrimBox[0 0 396 612]/Parent 9 0 R>>
endobj
28 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F41 16 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F32 16 0 R>>/ProcSet[/PDF/Text]>>
endobj
33 0 obj
<</Length 10889 >>
stream
BT
-/F41 10.44878 Tf 1 0 0 1 36 565.643 Tm [<0013>-10569<0025>-50<09B9>-50<09C1>-50<09B0>-341<0029>-50<09B1>-50<09C1>-50<09B4>-50<09B3>-50<09B1>-50<09C2>-50<09B5>]TJ
-/F41 11.3574 Tf 1.011 0 0 1 36 542.45 Tm [<002E005000530043004A>-247<00420044>-248<00500053>7<0044004A>-246<00460055>-248<004F004A0054004D>-247<00490046004F00450053>7<00460053004A0055>-247<004E0050004D004D004A0054000F>-331<0034005600540051>-7<0046004F0045004A005400540046>-247<00560055>-248<004E0042005400540042000F>-330<0024005300420054>]TJ
+/F32 10.44878 Tf 1 0 0 1 36 565.643 Tm [<0013>-10569<0025>-50<09B9>-50<09C1>-50<09B0>-341<0029>-50<09B1>-50<09C1>-50<09B4>-50<09B3>-50<09B1>-50<09C2>-50<09B5>]TJ
+/F32 11.3574 Tf 1.011 0 0 1 36 542.45 Tm [<002E005000530043004A>-247<00420044>-248<00500053>7<0044004A>-246<00460055>-248<004F004A0054004D>-247<00490046004F00450053>7<00460053004A0055>-247<004E0050004D004D004A0054000F>-331<0034005600540051>-7<0046004F0045004A005400540046>-247<00560055>-248<004E0042005400540042000F>-330<0024005300420054>]TJ
1.02 0 0 1 36 527.654 Tm [<004F0046>-6<0044>-284<0042004F00550046>9<000F>-443<00310046004D004D0046004F005500460054005200560046>-284<0042>-284<004F0056004D004D0042000F>-443<00240056004E>-284<00540050>-7<0044004A004A0054>-283<004F004200550050>-7<005200560046>-284<0051>-7<0046004F00420055004A004300560054>-284<00460055>]TJ
1.02 0 0 1 36 512.859 Tm [<004E00420048004F004A0054>-316<0045004A0054>-316<005100420053005500560053004A0046004F0055>-317<004E0050004F005500460054000D>-334<004F0042005400440046005500560053>-316<0053004A0045004A00440056004D00560054>-316<004E00560054000F>-541<0022004D004A005200560042004E>]TJ
0.999 0 0 1 36 498.063 Tm [<0055004A004F0044004A00450056004F0055>-250<00560053004F0042000F>-336<002F0056004D004D0042>-251<0056004D004D0042004E0044005000530051>-7<00460053>-251<0057>7<004600540055004A00430056004D0056004E>-250<0055005600530051004A0054000F>-335<00310046004D004D0046004F005500460054005200560046>]TJ
@@ -391,14 +391,14 @@ endobj
/TrimBox[0 0 396 612]/Parent 9 0 R>>
endobj
31 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F41 16 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F32 16 0 R>>/ProcSet[/PDF/Text]>>
endobj
36 0 obj
<</Length 6085 >>
stream
BT
-/F41 10.44878 Tf 1 0 0 1 162.882 565.643 Tm [<0025>-50<09B1>-50<09C1>-50<09B0>-340<09B1>-50<09BD>-50<09B4>-340<0034>-50<09C3>-25<09BE>-50<09C1>-50<09BC>-50<09C8>-9956<0014>]TJ
-/F41 11.3574 Tf 0.98 0 0 1 71.036 542.45 Tm [<0034005600540051>-7<0046004F0045004A005400540046>-249<0057>7<0046004D>-248<00470046004D004A0054000F>-339<00360055>-249<004D00500053>7<0046004E>-248<004D00500053>7<0046004E000D>-249<004A004F005500460053>7<00450056004E>-249<00460056000D>-250<0055004A004F0044004A00450056004F0055>-250<0054004A0055>]TJ
+/F32 10.44878 Tf 1 0 0 1 162.882 565.643 Tm [<0025>-50<09B1>-50<09C1>-50<09B0>-340<09B1>-50<09BD>-50<09B4>-340<0034>-50<09C3>-25<09BE>-50<09C1>-50<09BC>-50<09C8>-9956<0014>]TJ
+/F32 11.3574 Tf 0.98 0 0 1 71.036 542.45 Tm [<0034005600540051>-7<0046004F0045004A005400540046>-249<0057>7<0046004D>-248<00470046004D004A0054000F>-339<00360055>-249<004D00500053>7<0046004E>-248<004D00500053>7<0046004E000D>-249<004A004F005500460053>7<00450056004E>-249<00460056000D>-250<0055004A004F0044004A00450056004F0055>-250<0054004A0055>]TJ
1.015 0 0 1 54 527.654 Tm [<0042004E00460055000D>-246<004D004200500053>7<0046>-6<00460055>-247<0057004A005500420046>9<000D>-246<00420053>7<00440056000F>-329<0022>11<0046004F00460042004F>-246<0047004200560044004A004300560054>-246<0051>-7<0046>-7<00450046>-247<00460056>-246<0042004F00550046>9<000F>-329<003100530042004600540046004F0055>]TJ
1.02 0 0 1 54 512.859 Tm [<0046004F004A004E>-282<0046004D004A0055000D>-293<00530056005500530056004E>-283<00420055000D>-292<004E0050004D004600540055004A0046>-283<004F0050004F000D>-292<004F0050004F0056004E004E005A>-283<0057>7<0046004D000D>-291<004F004A0054004D000F>-440<00360055>-283<004D0046>-7<0044005500560054>]TJ
1.02 0 0 1 54 498.063 Tm [<00460053>7<00500054000D>-317<004E0042004D004600540056004200450042>-304<0054004A0055>-304<0042004E00460055000D>-319<004700460053004E0046004F00550056004E>-304<00460056000D>-319<00540050>-7<00450042004D00460054>-303<004400560053005400560054000D>-319<004E00420048004F0042000F>]TJ
@@ -427,14 +427,14 @@ endobj
/TrimBox[0 0 396 612]/Parent 9 0 R>>
endobj
34 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F41 16 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F32 16 0 R>>/ProcSet[/PDF/Text]>>
endobj
39 0 obj
<</Length 7785 >>
stream
BT
-/F41 18.17191 Tf 1 0 0 1 140.517 485.231 Tm [<0024004900420051005500460053>-250<0035>49<0058>8<0050>]TJ
-/F41 11.3574 Tf 0.994 0 0 1 36 394.511 Tm [<09AB0046>-252<004F004A004800490055>-252<005800420054>-252<00540055004A004D004D>-252<004500420053004C>-252<0042004F0045>-252<0054005500500053004E005A>59<000F>-336<09AB004A0054>-252<0054004900500056004D0045>-252<004F00500055>-252<0043>-10<0046>-252<00540056005300510053004A0054004A004F0048000D>]TJ
+/F32 18.17191 Tf 1 0 0 1 140.517 485.231 Tm [<0024004900420051005500460053>-250<0035>49<0058>8<0050>]TJ
+/F32 11.3574 Tf 0.994 0 0 1 36 394.511 Tm [<09AB0046>-252<004F004A004800490055>-252<005800420054>-252<00540055004A004D004D>-252<004500420053004C>-252<0042004F0045>-252<0054005500500053004E005A>59<000F>-336<09AB004A0054>-252<0054004900500056004D0045>-252<004F00500055>-252<0043>-10<0046>-252<00540056005300510053004A0054004A004F0048000D>]TJ
0.989 0 0 1 36 379.716 Tm [<00540046>-7<0046004A004F0048>-253<00420054>-253<00490050>6<0058>-252<0050004F004D005A>-254<00490042004D0047>-253<0042004F>-253<0049005000560053>-254<004900420054>-253<0046004D0042005100540046>-7<0045>-253<0054004A004F00440046>-254<005500490046>-253<098B005300540055>-253<0044004900420051005500460053>59<000F>]TJ
1.02 0 0 1 36 364.92 Tm [<09AB00420055>-287<004A004F004700500053004E00420055004A0050004F>-287<005800420054>-287<004F0046>-7<004400460054005400420053>-15<005A>57<000D>-297<004A004F>-287<0044004200540046>-287<005A>7<00500056>-287<005100560055>-287<005500490046>-287<0043>-10<0050>-7<0050004C>-287<00450050>6<0058004F>]TJ
1 0 0 1 36 350.125 Tm [<0042004F0045>-250<004900420057>8<0046004F06DD0055>-250<0053>8<004600420045>-250<0042004F005A>-250<00500047>-250<004A0055>-250<004700500053>-250<005500490046>-250<004D004200540055>-250<00550058>8<0050>-250<0058>8<0046>-7<0046004C0054000F>]TJ
@@ -469,14 +469,14 @@ endobj
/TrimBox[0 0 396 612]/Parent 9 0 R>>
endobj
37 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F41 16 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F32 16 0 R>>/ProcSet[/PDF/Text]>>
endobj
42 0 obj
<</Length 10907 >>
stream
BT
-/F41 10.44878 Tf 1 0 0 1 162.882 565.643 Tm [<0025>-50<09B1>-50<09C1>-50<09B0>-340<09B1>-50<09BD>-50<09B4>-340<0034>-50<09C3>-25<09BE>-50<09C1>-50<09BC>-50<09C8>-9956<0016>]TJ
-/F41 11.3574 Tf 1.011 0 0 1 54 542.45 Tm [<002E005000530043004A>-247<00420044>-248<00500053>7<0044004A>-246<00460055>-248<004F004A0054004D>-247<00490046004F00450053>7<00460053004A0055>-247<004E0050004D004D004A0054000F>-331<0034005600540051>-7<0046004F0045004A005400540046>-247<00560055>-248<004E0042005400540042000F>-330<0024005300420054>]TJ
+/F32 10.44878 Tf 1 0 0 1 162.882 565.643 Tm [<0025>-50<09B1>-50<09C1>-50<09B0>-340<09B1>-50<09BD>-50<09B4>-340<0034>-50<09C3>-25<09BE>-50<09C1>-50<09BC>-50<09C8>-9956<0016>]TJ
+/F32 11.3574 Tf 1.011 0 0 1 54 542.45 Tm [<002E005000530043004A>-247<00420044>-248<00500053>7<0044004A>-246<00460055>-248<004F004A0054004D>-247<00490046004F00450053>7<00460053004A0055>-247<004E0050004D004D004A0054000F>-331<0034005600540051>-7<0046004F0045004A005400540046>-247<00560055>-248<004E0042005400540042000F>-330<0024005300420054>]TJ
1.02 0 0 1 54 527.654 Tm [<004F0046>-6<0044>-284<0042004F00550046>9<000F>-443<00310046004D004D0046004F005500460054005200560046>-284<0042>-284<004F0056004D004D0042000F>-443<00240056004E>-284<00540050>-7<0044004A004A0054>-283<004F004200550050>-7<005200560046>-284<0051>-7<0046004F00420055004A004300560054>-284<00460055>]TJ
1.02 0 0 1 54 512.859 Tm [<004E00420048004F004A0054>-316<0045004A0054>-316<005100420053005500560053004A0046004F0055>-317<004E0050004F005500460054000D>-334<004F0042005400440046005500560053>-316<0053004A0045004A00440056004D00560054>-316<004E00560054000F>-541<0022004D004A005200560042004E>]TJ
0.999 0 0 1 54 498.063 Tm [<0055004A004F0044004A00450056004F0055>-250<00560053004F0042000F>-336<002F0056004D004D0042>-251<0056004D004D0042004E0044005000530051>-7<00460053>-251<0057>7<004600540055004A00430056004D0056004E>-250<0055005600530051004A0054000F>-335<00310046004D004D0046004F005500460054005200560046>]TJ
@@ -521,14 +521,14 @@ endobj
/TrimBox[0 0 396 612]/Parent 43 0 R>>
endobj
40 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F41 16 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F32 16 0 R>>/ProcSet[/PDF/Text]>>
endobj
46 0 obj
<</Length 6071 >>
stream
BT
-/F41 10.44878 Tf 1 0 0 1 36 565.643 Tm [<0017>-10569<0025>-50<09B9>-50<09C1>-50<09B0>-341<0029>-50<09B1>-50<09C1>-50<09B4>-50<09B3>-50<09B1>-50<09C2>-50<09B5>]TJ
-/F41 11.3574 Tf 0.98 0 0 1 53.036 542.45 Tm [<0034005600540051>-7<0046004F0045004A005400540046>-249<0057>7<0046004D>-248<00470046004D004A0054000F>-339<00360055>-249<004D00500053>7<0046004E>-248<004D00500053>7<0046004E000D>-249<004A004F005500460053>7<00450056004E>-249<00460056000D>-250<0055004A004F0044004A00450056004F0055>-250<0054004A0055>]TJ
+/F32 10.44878 Tf 1 0 0 1 36 565.643 Tm [<0017>-10569<0025>-50<09B9>-50<09C1>-50<09B0>-341<0029>-50<09B1>-50<09C1>-50<09B4>-50<09B3>-50<09B1>-50<09C2>-50<09B5>]TJ
+/F32 11.3574 Tf 0.98 0 0 1 53.036 542.45 Tm [<0034005600540051>-7<0046004F0045004A005400540046>-249<0057>7<0046004D>-248<00470046004D004A0054000F>-339<00360055>-249<004D00500053>7<0046004E>-248<004D00500053>7<0046004E000D>-249<004A004F005500460053>7<00450056004E>-249<00460056000D>-250<0055004A004F0044004A00450056004F0055>-250<0054004A0055>]TJ
1.015 0 0 1 36 527.654 Tm [<0042004E00460055000D>-246<004D004200500053>7<0046>-6<00460055>-247<0057004A005500420046>9<000D>-246<00420053>7<00440056000F>-329<0022>11<0046004F00460042004F>-246<0047004200560044004A004300560054>-246<0051>-7<0046>-7<00450046>-247<00460056>-246<0042004F00550046>9<000F>-329<003100530042004600540046004F0055>]TJ
1.02 0 0 1 36 512.859 Tm [<0046004F004A004E>-282<0046004D004A0055000D>-293<00530056005500530056004E>-283<00420055000D>-292<004E0050004D004600540055004A0046>-283<004F0050004F000D>-292<004F0050004F0056004E004E005A>-283<0057>7<0046004D000D>-291<004F004A0054004D000F>-440<00360055>-283<004D0046>-7<0044005500560054>]TJ
1.02 0 0 1 36 498.063 Tm [<00460053>7<00500054000D>-317<004E0042004D004600540056004200450042>-304<0054004A0055>-304<0042004E00460055000D>-319<004700460053004E0046004F00550056004E>-304<00460056000D>-319<00540050>-7<00450042004D00460054>-303<004400560053005400560054000D>-319<004E00420048004F0042000F>]TJ
@@ -557,7 +557,7 @@ endobj
/TrimBox[0 0 396 612]/Parent 43 0 R>>
endobj
44 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F41 16 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F32 16 0 R>>/ProcSet[/PDF/Text]>>
endobj
49 0 obj
<</Length 0 >>
@@ -749,7 +749,7 @@ endobj
61 0 obj
<</Subtype/CIDFontType0C/Length 472 >>
stream
-
+
ڒ l/ 
endstream
@@ -1054,7 +1054,7 @@ endobj
endobj
79 0 obj
<<
- /Title(Dark\040and\040Stormy)/Author(Dirk\040Hardcase)/Creator(LuaLaTeX\040with\040novel\040and\040microtype)/CreationDate(D:20171003200149-07'00')/ModDate(D:20171003200149-07'00')/Producer(LuaLaTeX\040with\040novel-pdfx\040and\040hyperref)/Trapped/False/GTS_PDFXVersion(PDF/X-1a:2001)/GTS_PDFXConformance(PDF/X-1a:2001)
+ /Title(Dark\040and\040Stormy)/Author(Dirk\040Hardcase)/Creator(LuaLaTeX\040with\040novel\040and\040microtype)/CreationDate(D:20171018174410-07'00')/ModDate(D:20171018174410-07'00')/Producer(LuaLaTeX\040with\040novel-pdfx\040and\040hyperref)/Trapped/False/GTS_PDFXVersion(PDF/X-1a:2001)/GTS_PDFXConformance(PDF/X-1a:2001)
>>
endobj
xref
@@ -1140,7 +1140,7 @@ xref
0000110883 00000 n
0000111246 00000 n
trailer
-<</Size 80/Root 78 0 R/Info 79 0 R/ID[<727C6F53E27F7D815464EBB8B4A4A4B8> <727C6F53E27F7D815464EBB8B4A4A4B8>]>>
+<</Size 80/Root 78 0 R/Info 79 0 R/ID[<D461A6E0CAD549745A42D5561EF956EB> <D461A6E0CAD549745A42D5561EF956EB>]>>
startxref
111590
%%EOF
diff --git a/Master/texmf-dist/doc/lualatex/novel/extras/novel-example.tex b/Master/texmf-dist/doc/lualatex/novel/extras/novel-example.tex
index 6e1a84d920f..6f617794d04 100644
--- a/Master/texmf-dist/doc/lualatex/novel/extras/novel-example.tex
+++ b/Master/texmf-dist/doc/lualatex/novel/extras/novel-example.tex
@@ -6,7 +6,7 @@
% IF YOU COMPILE THIS DOCUMENT: Be sure that this file, and its generated PDF,
% have read/write permissions for any user. If they don't, then
% compile will fail at the point where files are written.
-\documentclass{novel} % v. 1.42 or later
+\documentclass{novel} % v. 1.43 or later
\SetTitle{Dark and Stormy}
\SetSubtitle{A Tale of Nights}
\SetAuthor{Dirk Hardcase}
diff --git a/Master/texmf-dist/doc/lualatex/novel/html-resources/docprops.png b/Master/texmf-dist/doc/lualatex/novel/html-resources/docprops.png
deleted file mode 100644
index 60947d38012..00000000000
--- a/Master/texmf-dist/doc/lualatex/novel/html-resources/docprops.png
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/novel/html-resources/lowdown.png b/Master/texmf-dist/doc/lualatex/novel/html-resources/lowdown.png
new file mode 100644
index 00000000000..261880c6a52
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/novel/html-resources/lowdown.png
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/novel/html-resources/margins.png b/Master/texmf-dist/doc/lualatex/novel/html-resources/margins.png
deleted file mode 100644
index 294c962d21b..00000000000
--- a/Master/texmf-dist/doc/lualatex/novel/html-resources/margins.png
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/novel/html-resources/robberies.png b/Master/texmf-dist/doc/lualatex/novel/html-resources/robberies.png
new file mode 100644
index 00000000000..fe913fc0f8f
--- /dev/null
+++ b/Master/texmf-dist/doc/lualatex/novel/html-resources/robberies.png
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/novel/html-resources/thelowdown.png b/Master/texmf-dist/doc/lualatex/novel/html-resources/thelowdown.png
deleted file mode 100644
index 2af27d2b107..00000000000
--- a/Master/texmf-dist/doc/lualatex/novel/html-resources/thelowdown.png
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/doc/lualatex/novel/novel-documentation.html b/Master/texmf-dist/doc/lualatex/novel/novel-documentation.html
index be1f869178c..f07e4b9df0e 100644
--- a/Master/texmf-dist/doc/lualatex/novel/novel-documentation.html
+++ b/Master/texmf-dist/doc/lualatex/novel/novel-documentation.html
@@ -78,12 +78,27 @@ div.codeblock p {text-indent:0px;}
*.toptitle {display:none;}
}
</style>
+<script type="text/javascript">var doprint=false;</script>
+
+
+<!-- Trouble Printing? Remove the following line, and another one below: -->
+<!-- REMOVE ME
+
+<style type="text/css">
+ body {color:#000000; background:#ffffff none;}
+ #toc {display:block; font-size:1em; width:auto; background:#ffffff none; position:static; overflow:auto; height:auto;}
+ #toc li ul li {display:none;}
+ #main {float:none; background:#ffffff none; width:auto; padding-bottom:0;}
+ div.codeblock p {text-indent:0px; white-space:auto;}
+ *.screennoscript {display:none;}
+ *.toptitle {display:block;}
+ *.notprinted {display:none;}
+</style>
+<script type="text/javascript">doprint=true;</script>
+
+REMOVE ME TOO -->
+<!-- Also remove the above line, if trouble printing. Then load with JavaScript off. -->
-<script type="text/javascript">
-var doprint=false;
-var mysearch = location.href;
-if(mysearch.indexOf("print")!=-1){doprint=true; document.getElementById("screenstyle").disabled=true;}
-</script>
<script type="text/javascript">
if(!doprint) {window.onload = loadnav;}
@@ -327,6 +342,7 @@ function closeall() {
<li><a href="#h5.3.1">5.3.1 \SetScenebreakIndent</a></li>
</ul>
</li><!-- end 5.3 -->
+ <li id="l5.4"><span class="n" style="visibility:hidden"></span><a href="#h5.4">5.4 Chapter Numbering</a></li><!-- end 5.4 -->
</ul>
</li><!-- end 5 -->
@@ -534,11 +550,7 @@ function closeall() {
<li id="lF"><span class="n" style="visibility:hidden"></span><a href="#hF"><b>F. Sample Document</b></a>
</li><!-- end F -->
- <li id="lG"><span class="n"></span><a href="#hG"><b>G. Known Issues</b></a>
- <ul id="uG">
- <li><a href="#hG.1">G.1. fmtcount (solved)</a></li>
- </ul>
- </li><!-- end C -->
+ <li id="lG"><span class="n" style="visibility:hidden"></span><a href="#hG"><b>G. Known Issues</b></a></li><!-- end G -->
</ul><!-- end master toc ul -->
@@ -553,11 +565,12 @@ function closeall() {
<!-- **************************************************************************************** -->
<h1 id="h0">Document class <i>novel</i> - documentation</h1>
-<p class="noindent">Version: 1.42, 2017/10/04. <span id="screennoscript" class="screennoscript"><b>For enchanced navigation of this file, turn on JavaScript.</b></span></p>
+<p class="noindent">Version: 1.43, 2017/10/19. <span id="screennoscript" class="screennoscript"><b>For enchanced navigation of this file, turn on JavaScript.</b></span></p>
<div><script type="text/javascript">if(document.getElementById("screennoscript")){document.getElementById("screennoscript").style.display="none";}</script></div>
<p class="noindent" style="position:relative"><span style="position:absolute; top:-.1em; font-size:150%; color:#008000">&#9786;</span>&nbsp; &nbsp; &nbsp; An example novel, text and cover, can be found at the <a class="external" rel="external" target="new" href="https://github.com/RobtAll/novel/">GitHub project page, https://github.com/RobtAll/novel/</a>, in the "other" folder. You will find its TeX source and the resulting PDF. The PDF text and cover meet submission standards for major American print-on-demand services.</p>
<p>A smaller example document is <i>novel-example.tex</i>, which can be found in the <i>extras</i> folder within this documentation.</p>
-<p><b>Printing this file:</b> Some user agents have difficulty previewing this HTML file for print, or printing it. If you wish to print (to PDF or paper) then try this: Copy the HTML file, and name the copy <i style="white-space:nowrap">novel-documentation-print.html</i>. That might (or might not) help. In any case, the printable format of this file has an abbreviated list of contents at the top, not as a sidebar.</p>
+<p class="notprinted"><b>Printing this file:</b> A printed version (PDF or paper) has condensed Table of Contents, and inactive hyperlinks. If your user agent has trouble printing, do this: In a UNIX-compatible plain text editor, edit this file. About 83 lines from the top you will see a block of style that is commented out. Remove the comments so that the block is effective. Load the edited HTML file with JavaScript turned off.</p>
+<p class="notprinted">Some user agents have difficulty previewing this HTML file for print, or printing it. If you wish to print (to PDF or paper) then try this: Copy the HTML file, and name the copy <i style="white-space:nowrap">novel-documentation-print.html</i>. That might (or might not) help. In any case, the printable format of this file has an abbreviated list of contents at the top, not as a sidebar.</p>
<p>&nbsp;</p>
@@ -1020,7 +1033,8 @@ OSX: <code>/Library/Colorsync/Profiles/</code> or hidden <code>(username)/Librar
<div class="d5" id="d4.2.1.1">
<p>In <i>novel</i> you set a parent font (<i>parentfont</i>), which is the ancestor of several pre-defined font styles, including the main text font. In Preamble:</p>
<p class="code"><code>\SetParentFont[<em>features</em>]{<em>fontname</em>}</code><p>
-<p>The command uses <i>fontspec</i> syntax, which is reviewed in an Appendix here, and described in full detail by the <i>fontspec</i> package documentation.</p>
+<p>The command uses <i>fontspec</i> syntax, which is reviewed in <a href="#hE">Appendix E</a>, and described in full detail by the <i>fontspec</i> package documentation.</p>
+<p>When you use <code>\SetParentFont</code>, its features and fontname are stored as strings in macros <code>\parentfontfeatures</code> and <code>\parentfontname</code>. If you don't use <code>\SetParentFont</code> then the default values will be provided. In any case, you can use <code>\parentfontfeatures</code> and <code>\parentfontname</code> as arguments to other font commands.</p>
<p>IMPORTANT: In all font setting commands (<code>\SetParentFont</code> and others), you may <i>not</i> use a line break anywhere in the command. If you wish to break your code into multiple lines for ease of reading in the source document, be sure to use the percent symbol % at the end of each line, so that the line return character is nullified, like this:</p>
<p class="code"><code>
\SetParentFont[%<br/>
@@ -1061,6 +1075,7 @@ AnotherFeature=Setting,%<br/>
<code>\SetSubchFont[<em>features</em>]{<em>fontname</em>}</code> &nbsp; % <em>see section <a href="#h5.1.3.1">5.1.3.1</a></em><br/>
<code>\SetHeadFont[<em>features</em>]{<em>fontname</em>}</code> &nbsp; % <em>see section <a href="#h4.3.4.2">4.3.4.2</a></em>
</p>
+<p>You may use <code>\parentfontfeatures</code> and/or <code>\parentfontname</code> as arguments, if you wish.</p>
</div><!-- end 4.2.2 -->
<h4 id="h4.2.3">4.2.3. Advanced: The Deco Font</h4>
@@ -1269,7 +1284,8 @@ ItalicFont=Montserrat-ExtraLightItalic.otf]%<br/>
<p class="centerimg"><img src="html-resources/headfont-montserrat-el.png" width="419" height="81" title="Montserrat EL headfont" alt="Montserrat EL headfont"/></p>
<p>Unless you change it, the <i>headfont</i> is the same as the parent (main) font. However, it is scaled to slightly smaller size, uses lining numbers (if available), and small caps (if available). This is a general-purpose style, widely used in fiction. It may not be the most artistic, but it is unlikely to cause visual distraction:</p>
<p class="centerimg"><img src="html-resources/headfont-default.png" width="419" height="81" title="default headfont" alt="default headfont"/></p>
-<p>If you do <i>not</i> want SmallCaps to be automatically added, use <code>Letters=ResetAll</code> as a feature.</p>
+<p>If you do <i>not</i> want SmallCaps to be automatically added, use <code>Letters=ResetAll</code> as a feature:</p>
+<p class="code"><code>\SetHeadFont[Letters=ResetAll]{\parentfontname}</code></p>
<div style="clear:both"></div>
</div><!-- end 4.3.4.2 -->
@@ -1324,7 +1340,7 @@ ItalicFont=Montserrat-ExtraLightItalic.otf]%<br/>
<h5 id="h4.3.4.6">4.3.4.6. Setting and Changing Header Text</h5>
<div class="d5" id="d4.3.4.6">
<p class="noindent">If you are using head/foot style <i>1</i>, <i>4</i>, <i>5</i>, or <i>6</i>, it has text in the header. By default, that text is the author on verso pages, the title on recto pages. That is an accepted design for fiction, but it is not always the appropriate thing to do.</p>
-<p>For example, in exotic cases you may use something such as <code>\SetTitle{ISBN9780123456789TEXTBLOCK}</code>, instead of the book's actual title, if required fr the printer's database. Obviously you do not want that to appear in page headings!</p>
+<p>For example, in exotic cases you may use something such as <code>\SetTitle{ISBN9780123456789TEXTBLOCK}</code>, instead of the book's actual title, if required for the printer's database. Obviously you do not want that to appear in page headings!</p>
<p>This is solved using these commands:</p>
<p class="code"><code>\SetVersoHeadText{<em>text</em>}</code><br/>
<code>\SetRectoHeadText{<em>text</em>}</code></p>
@@ -1466,26 +1482,20 @@ Following the dark and stormy night, it was a bright and sunny day. That did not
</small></code></p>
</div><!-- end 5.1.3.2 -->
-<h5 id="h5.1.3.3">5.1.3.3. <code>\ChapterDeco[<em>alignment</em>]{<em>text</em>}</code></h5>
+<h5 id="h5.1.3.3">5.1.3.3. <code>\ChapterDeco[<em>alignment scale</em>]{<em>text</em>}</code></h5>
<div class="d5" id="d5.1.3.3">
-<p class="noindent">Text within <code>\ChapterDeco</code> has no particular content, and no particular styling. This command is simply a way for you to remember that its content is neither the title nor subtitle of the chapter.</p>
-<p>The optional <i>alignment</i> is one of <i>l</i>, <i>c</i>, <i>r</i> (left, center, right). Default <i>c</i>.</p>
-<p>Many works of fiction have a decorative element below (or within) chapter titles. For your convenience, the <i>NovelDeco</i> font (included with <i>novel</i> has a few possibilities. they are accessed via the <code>\decoglyph</code> command. The list of available decorations, and codes to access them, are in the file <i>NovelDeco-glyphs.pdf</i>, which is in the <i>extras</i> folder within this documentation. Note that the decorations can be placed anywhere in your document, not just in <code>\ChapterDeco</code>.</p>
-<p>When you use a decoration, it will almost certainly have to be up-scaled, using the <code>\charscale</code> command. You may have to adjust its vertical position using <code>\vspace</code>.</p>
-<p>Example: More likely than not, the same decoration will be applied to any chapter that has one. Then, you can define the decoration as a macro in Preamble:</p>
-<p class="code"><code><small>\newcommand\myctdeco{%<br/>
-<span style="padding-left:2em"></span>\charscale[4]{\decoglyph{r9666}\decoglyph{n9591}\decoglyph{r9656}}<br/>
-<span style="padding-left:2em"></span>}%
-</small></code></p>
-<p>Then use it wherever needed:</p>
-<p class="code"><img class="floatright" src="html-resources/thelowdown.png" width="334" height="181" title="chapter title with decoration" alt="chapter title with decoration"/><code><small>
-\begin{ChapterStart}<br/>
-\vspace{2\nbs}<br/>
-\ChapterTitle{3. The Low-Down}<br/>
+<p class="noindent">This command is simply a way for you to remember that its content is neither the title nor subtitle of the chapter. Typical usage is to place a decorative element.</p>
+<p>There is a single command option, which is parsed for a letter and/or a number, with our without comma or space. The <i>alignment</i> letter is one of <i>l</i>, <i>c</i>, <i>r</i> (left, center, right). Default <i>c</i>. The numerical <i>scale</i> (may be decimal) changes the size of the text, and tweaks its vertical position. Default scale is <i>1</i>.</p>
+<p>For your convenience, the <i>NovelDeco</i> font (included with <i>novel</i> has a few possibilities. they are accessed via the <code>\decoglyph</code> command. The list of available decorations, and codes to access them, are in the file <i>NovelDeco-glyphs.pdf</i>, which is in the <i>extras</i> folder within this documentation. Note that the decorations can be placed anywhere in your document, not just in <code>\ChapterDeco</code>.</p>
+<p><img class="floatright" src="html-resources/lowdown.png" width="300" height="141" title="chapter title with decoration" alt="chapter title with decoration"/>Most of the <code>\decoglyph</code> decorations look best when the optional <i>scale</i> is near <i>4</i>. Example:</p>
+<p class="code"><code><small>
+\begin{ChapterStart}[8]<br/>
\vspace{2\nbs}<br/>
-\ChapterDeco{\myctdeco}<br/>
+\ChapterTitle[l]{3}<br/>
+\ChapterSubtitle[l]{The Low-Down}<br/>
+\ChapterDeco[l4]{\decoglyph{n9591}\decoglyph{r9656}}<br/>
\end{ChapterStart}<br/>
-I didn't hear the low-down until the following Saturday. By then, all hell had broken loose at Vinny's joint, and the boys were looking for me in trash cans, just in case that was where I was hiding. ...\par
+I didn't hear the low-down until the following Saturday. By then, all hell had broken loose at Vinny's joint, and the boys were looking for me in trash cans, just in case that was where I was hiding, or maybe dead. ...\par
</small></code></p>
</div><!-- end 5.1.3.3 -->
@@ -1590,6 +1600,34 @@ Unfortunately, novelists of that era had so little to write about, or they would
</div><!-- end 5.3.1 -->
</div><!-- end 5.3 -->
+<h3 id="h5.4">5.4. Automatic Chapter Numbering</h3>
+<div class="d3" id="d5.4">
+<p class="noindent">By popular demand, here is how to add automatic chapter numbering:</p>
+<p>Counter <i>novelcn</i> is pre-defined, and initialized to <i>1</i> (not zero). If you simply wish to print its value as a number, then increment the count, do something like this:</p>
+<p class="code"><code>
+\ChapterTitle{Chapter \the\value{novelcn}\stepcounter{novelcn}}
+</code></p>
+<p>That will print Chapter 1, Chapter 2, and so forth. Of course, only do this for real, numbered chapters, not for "chapter-like" sections. If your book has several parts, and each part re-sets its own chapter count, use \setcounter{novelcn}{1} prior to the first chapter in each part.</p>
+<p>If you would like the number to be spelled out, as in Chapter One, Chapter Two, and so forth, then try the <i>fmtcount</i> package. It can also do ordinals such as First Chapter, Second Chapter. See the <i>fmtcount</i> package documentation for details.</p>
+<p>If your document's language is other than English, use <code>\setdefaultlanguage</code> <i>before</i> you load the <i>fmtcount</i> package. If you do it later, then positioning will be incorrect.</p>
+<p><b>Caution:</b> At the time I write this, <i>fmtcount</i> does not detect <i>luatex</i>. Without some hacking, it incorrectly positions its text, when used with <i>novel</i>. The maintainer has been informed. Until such time as <i>fmtcount</i> is fixed, here is the hack. In Preamble:</p>
+<p class="code"><code>
+% if necessary, use \setdefaultlanguage first.<br/>
+\xetextrue % remove this command when <i>fmtcount</i> is fixed<br/>
+\RequirePackage{fmtcount}<br/>
+\xetexfalse % remove this command when <i>fmtcount</i> is fixed
+</code></p>
+<p>Example usage in chapter titles:</p>
+<p class="code"><code>
+\ChapterTitle{\Ordinalstring{novelcn}\stepcounter{novelcn} Robbery} %1<br/>
+\ChapterTitle{\Ordinalstring{novelcn}\stepcounter{novelcn} Robbery} %2<br/>
+\ChapterTitle{\Ordinalstring{novelcn}\stepcounter{novelcn} Robbery} %3
+</code></p>
+<p class="centerimg"><img src="html-resources/robberies.png" width="411" height="98" title="odinal chapter numbering" alt="ordinal chapter numbering"/></p>
+</div><!-- end 5.4 -->
+
+
+
</div><!-- end 5 -->
</div><!-- end page05 -->
@@ -1603,7 +1641,7 @@ Unfortunately, novelists of that era had so little to write about, or they would
<p>Information about how to choose the global, main text point size is described in <a href="#h4.2.1.2">section 4.2.1.2</a>. General information about choosing fonts and font features is in <a href="#hC">Appendix C</a> and <a href="#hE">Appendix E</a>.</p>
<p>There is no direct setting for normal baselineskip; it is automatically calculated from the size of the textblock (using Trim Size, Margins, and header/footer layouts) and <a href="#h4.3.2">lines per page</a>.</p>
<p>The included <i>microtype</i> package is pre-configured, using these settings:</p>
-<p class="code"><code>\microtypesetup{config=novel-microtype,stretch=20,shrink=20,final}</code></p>
+<p class="code"><code>\microtypesetup{config=novel-microtype,final,stretch=20,shrink=20}</code></p>
<p>File <i>novel-microtype.cfg</i> uses settings typical of the kind of book-weight font that you are likely to use. The stretch and shrink factors are moderate. Calculation is always final, so that you see the same effect whether or not you use the <i>draft</i> class option. If you wish to change any of these, see the <i>microtype</i> package documentation. Note that since you are compiling with LuaLaTeX, some features of <i>microtype</i> may not be available.</p>
<h3 id="h6.1">6.1. Text Sizes</h3>
@@ -3047,7 +3085,6 @@ Some text {\baskf\addfontfeature{Numbers=Monospaced} hello 123} is here.
<h2 id="hF">Appendix F. Sample Document</h2>
<div class="d2" id="dF">
<p class="noindent">If you click on a command, you will be taken to its documentation.
-Default values are shown in braces and brackets, where applicable.
There are many other commands available, but they are not specific to novel class.</p>
<div class="sampledoc">
<p>Non-empty default values are <em>shown like this</em>.<br/>
@@ -3057,7 +3094,7 @@ There are many other commands available, but they are not specific to novel clas
<a href="#h1.2.1">% !TeX encoding = UTF-8</a><br/>
<a href="#h2">\documentclass{novel}</a> % See list of class options; usually none needed.<br/>
%%% METADATA (FILE DATA):<br/>
-<a href="#h3.3.1">\SetTitle{}</a> % Default: empty.<br/>
+<a href="#h3.3.1">\SetTitle{}</a> % Default: empty. Required for PDF/X.<br/>
<a href="#h3.3.3">\SetSubtitle{}</a> % Default: empty.<br/>
<a href="#h3.3.2">\SetAuthor{}</a> % Default: empty.<br/>
<a href="#h3.3.4">\SetApplication{<em>LuaLaTeX with novel and microtype</em>}</a><br/>
@@ -3098,15 +3135,15 @@ There are many other commands available, but they are not specific to novel clas
<a href="#h4.3.4.1">\SetFootJump{<em>1.5</em>}</a><br/>
<a href="#h4.3.4.3">\SetLooseHead{<em>50</em>}</a><br/>
<a href="#h4.3.4.5">\SetEmblems{}{}</a> % Default blanks.<br/>
-<a href="#h4.3.4.2">\SetHeadFont[<em>\parentfontfeatures,Letters=SmallCaps,Scale=0.92</em>]{<em>\parentfont</em>}</a><br/>
+<a href="#h4.3.4.2">\SetHeadFont[<em>\parentfontfeatures,Letters=SmallCaps,Scale=0.92</em>]{<em>\parentfontname</em>}</a><br/>
<a href="#h4.3.4.4">\SetPageNumberStyle{<em>\thepage</em>}</a><br/>
<a href="#h4.3.4.6">\SetVersoHeadText{<em>\theAuthor</em>}</a><br/>
<a href="#h4.3.4.6">\SetRectoHeadText{<em>\theTitle</em>}</a><br/>
%%% CHAPTERS:<br/>
<a href="#h5.1.2.1">\SetChapterStartStyle{<em>footer</em>}</a> % Equivalent to empty, when style has no footer.<br/>
<a href="#h5.1.2.2">\SetChapterStartHeight{<em>10</em>}</a><br/>
-<a href="#h5.1.3.1">\SetChapterFont[<em>Numbers=Lining,Scale=1.6</em>]{<em>\parentfont</em>}</a><br/>
-<a href="#h5.1.3.1">\SetSubchFont[<em>Numbers=Lining,Scale=1.2</em>]{<em>\parentfont</em>}</a><br/>
+<a href="#h5.1.3.1">\SetChapterFont[<em>Numbers=Lining,Scale=1.6</em>]{<em>\parentfontname</em>}</a><br/>
+<a href="#h5.1.3.1">\SetSubchFont[<em>Numbers=Lining,Scale=1.2</em>]{<em>\parentfontname</em>}</a><br/>
<a href="#h5.3.1">\SetScenebreakIndent{<em>false</em>}</a><br/>
%%% CUSTOM FONTS:<br/>
% <a href="#h4.2.5">\NewFontFamily[]{}</a> % Optional command.<br/>
@@ -3123,13 +3160,13 @@ There are many other commands available, but they are not specific to novel clas
<a href="#h8.3.2">\frontmatter</a> % Required.<br/>
% Typically <a href="#hB">six pages</a> of front matter, but <a href="#h8.3.2">could be more</a>.<br/>
<a href="#h8.3.3">\mainmatter</a> % Required<br/>
-% <a href="#h5">Chapters</a> go here. Sample Chapter structure:<br/>
+% <a href="#h5">Chapters</a> go here. SAMPLE Chapter structure:<br/>
<a href="#h5.1.1">\clearpage</a> % or <a href="#h5.1.1">\cleartorecto</a><br/>
<a href="#h5.1.2.3">\begin{ChapterStart}</a><br/>
\vspace*{2\nbs} % Space above chapter title. \nbs = normal baseline skip.<br/>
<a href="#h5.1.3">\ChapterTitle{</a>— 1 —<a href="#h5.1.3">}</a> % Perhaps also <a href="#h5.1.3">ChapterSubtitle</a>, <a href="#h5.1.3">ChapterDeco</a>.<br/>
<a href="#h5.1.2.3">\end{ChapterStart}</a><br/>
-It was a dark and stormy night. \lipsum<br/>
+It was a dark and stormy night, etc.<br/>
<a href="#h5.1.1">\clearpage</a> % or <a href="#h5.1.1">\cleartorecto</a><br/>
<a href="#h8.3.4">\cleartoend</a><br/>
\end{document}
@@ -3147,15 +3184,16 @@ It was a dark and stormy night. \lipsum<br/>
<div class="d2" id="dG">
<p class="noindent">Here is a list of known issues (and solutions, if known). Remember that "only compile with lualatex" is not an issue; it is a feature! Also remember that academic-like commands and modes are often disabled in this document class. That is also a feature, not an issue.</p>
-<h3 id="hG.1"><span class="n"></span>G.1. Placement of \Ordinalstring (fmtcount). Solved.</h3>
+<h3 id="hG.1"><span class="n"></span>G.1. Incorrect string placement with package <i>fmtcount</i></h3>
<div class="d3" id="uG.1">
-<p class="noindent">At the time I write this (early October 2017) package <i>fmtcount</i> does not detect luatex. As a result, it incorrectly forks <i>novel</i> into code designed for the <i>pdftex</i> compiler. This may cause text placed by <code>\Ordinalstring</code> to appear in the wrong position, especially the first time the command is used.</p>
-<p>Solution: Look for file <i>fmtcount-faux.sty</i> in the "extras" folder of this documentation. In your <i>texmf-local</i> directory, create folder <i>tex/latex/fmtcount-faux</i> and place <i>fmtcount-faux.sty</i> in there. Then update your TeX file name database, using <code>mktexlsr</code> or MikTeX Update FNDB, as appropriate.</p>
-<p>In your own *.tex document, change <code>usepackage{fmtcount}</code> to <code>\usepackage{fmtcount-faux}</code>.</p>
-<p>If you use <i>polyglosia</i> language commands, such as <code>\setdefaultlanguage</code>, ensure that they are placed <i>before</i> loading <i>fmtcount-faux</i> in your Preamble. If you do not have commands in correct order, then this will not work. I believe that you must follow this rule with <i>fmtcount</i>, when it is fixed.</p>
-<p>The <i>fmtcount</i> maintainers have been informed.</p>
+<p class="noindent">Solved. See <a href="#h5.4">section 5.4</a>.</p>
</div><!-- end G.1 -->
+<h3 id="hG.2"><span class="n"></span>G.2. Compile fails after changing default language</h3>
+<div class="d3" id="uG.2">
+<p class="noindent">Solved. If you compile a document sucessfully, then re-compile with a different <code>\setdefaultlanguage</code> setting, then compile may fail the second time. It may stop with error message "You can't use \relax after \the."<p>
+<p>This depends on which languages are involved. The solution is simple: Discard the <i>*.aux</i> and <i>*.synctex.gz</i> files generated by previous compilation. Then try again.</p>
+
</div><!-- end G -->
</div><!-- end Appendix G -->
diff --git a/Master/texmf-dist/doc/lualatex/novel/novel.pdf b/Master/texmf-dist/doc/lualatex/novel/novel.pdf
index 1e4f526765c..ec6823cf88a 100644
--- a/Master/texmf-dist/doc/lualatex/novel/novel.pdf
+++ b/Master/texmf-dist/doc/lualatex/novel/novel.pdf
@@ -9,10 +9,10 @@ stream
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
<rdf:Description rdf:about=""
xmlns:xmp="http://ns.adobe.com/xap/1.0/">
- <xmp:ModifyDate>2017-10-03T20:00:22-07:00</xmp:ModifyDate>
- <xmp:CreateDate>2017-10-03T20:00:22-07:00</xmp:CreateDate>
+ <xmp:ModifyDate>2017-10-18T17:43:10-07:00</xmp:ModifyDate>
+ <xmp:CreateDate>2017-10-18T17:43:10-07:00</xmp:CreateDate>
<xmp:CreatorTool>LuaLaTeX with novel and microtype</xmp:CreatorTool>
- <xmp:MetadataDate>2017-10-03T20:00:22-07:00</xmp:MetadataDate>
+ <xmp:MetadataDate>2017-10-18T17:43:10-07:00</xmp:MetadataDate>
</rdf:Description>
<rdf:Description rdf:about=""
xmlns:dc="http://purl.org/dc/elements/1.1/">
@@ -26,7 +26,7 @@ stream
<rdf:Description rdf:about=""
xmlns:xmpMM="http://ns.adobe.com/xap/1.0/mm/">
<xmpMM:DocumentID>uuid:A12D98E081B6A0EC2CBA2D468474F922</xmpMM:DocumentID>
- <xmpMM:InstanceID>uuid:5D508994A5BA04F5062BBD508268D8A7</xmpMM:InstanceID>
+ <xmpMM:InstanceID>uuid:CFF3681FB45A48E6B1B6C65A0CF74B49</xmpMM:InstanceID>
<xmpMM:RenditionClass>default</xmpMM:RenditionClass>
<xmpMM:VersionID>1</xmpMM:VersionID>
</rdf:Description>
@@ -125,36 +125,36 @@ stream
endstream
endobj
7 0 obj
-<</Length 8242 >>
+<</Length 8238 >>
stream
0 g 0 G
BT
-/F44 18.17191 Tf 1 0 0 1 178.388 537.015 Tm [<002F0030>-37<00370026002D>]TJ
-/F44 13.62884 Tf 1 0 0 1 105.124 503.725 Tm [<0022>-250<00250050>-7<00440056004E0046004F0055>-250<0024004D004200540054>-250<004700500053>-250<005500490046>-250<0033004600540055>-250<00500047>-250<00360054>]TJ
+/F45 18.17191 Tf 1 0 0 1 178.388 537.015 Tm [<002F0030>-37<00370026002D>]TJ
+/F45 13.62884 Tf 1 0 0 1 105.124 503.725 Tm [<0022>-250<00250050>-7<00440056004E0046004F0055>-250<0024004D004200540054>-250<004700500053>-250<005500490046>-250<0033004600540055>-250<00500047>-250<00360054>]TJ
ET
1 0 0 1 161.57 477.093 cm
q
4 0 0 4 0 0 cm
1 0 0 1 -161.57 -477.093 cm
BT
-/F46 11.3574 Tf 1 0 0 1 161.57 477.093 Tm [<0176>]TJ
+/F47 11.3574 Tf 1 0 0 1 161.57 477.093 Tm [<0176>]TJ
ET
1 0 0 1 161.57 477.093 cm
Q
1 0 0 1 -161.57 -477.093 cm
BT
-/F47 11.3574 Tf 1 0 0 1 53.432 446.295 Tm [<0038004900460053>5<0046>-250<004A0054>-249<005500490046>-250<00450050>-7<00440056004E0046004F005500420055004A0050004F00200020>]TJ
-/F44 11.3574 Tf 1.017 0 0 1 203.432 446.295 Tm [<002A0055>-245<004A0054>-246<004A004F>-246<0029>-36<0035002E002D>-246<004700500053004E00420055000D>-246<0042004F0045>-246<00440042004F004F00500055>]TJ
-1 0 0 1 54 431.499 Tm [<0043>-10<0046>-249<0053>7<004600550053>8<0046004A0057>8<0046>-6<0045>-249<0057004A0042>]TJ
-/F48 11.3574 Tf 1 0 0 1 128.737 431.499 Tm [<00550046>7<005900450050>-7<0044>]TJ
-/F44 11.3574 Tf 1 0 0 1 157.221 431.499 Tm [<000F>-333<002A0047>-249<005A>7<00500056>-248<004900420057>7<0046>-248<00550049004A0054>-249<005100420044004C004200480046>-249<004A004F005400550042004D004D0046>-7<0045000D>-250<004D0050>-7<0050004C>-249<004700500053>]TJ
+/F48 11.3574 Tf 1 0 0 1 53.432 446.295 Tm [<0038004900460053>5<0046>-250<004A0054>-249<005500490046>-250<00450050>-7<00440056004E0046004F005500420055004A0050004F00200020>]TJ
+/F45 11.3574 Tf 1.017 0 0 1 203.432 446.295 Tm [<002A0055>-245<004A0054>-246<004A004F>-246<0029>-36<0035002E002D>-246<004700500053004E00420055000D>-246<0042004F0045>-246<00440042004F004F00500055>]TJ
+1 0 0 1 54 431.499 Tm [<0043>-10<0046>-249<0053>7<004600550053004A0046>7<0057>8<0046>-6<0045>-249<0057004A0042>]TJ
+/F49 11.3574 Tf 1 0 0 1 128.745 431.499 Tm [<00550046>7<005900450050>-7<0044>]TJ
+/F45 11.3574 Tf 1 0 0 1 157.229 431.499 Tm [<000F>-333<002A0047>-249<005A>7<00500056>-248<004900420057>7<0046>-248<00550049004A0054>-249<005100420044004C004200480046>-249<004A004F005400550042004D004D0046>-7<0045000D>-249<004D0050>-7<0050004C>-249<004700500053>]TJ
0.996 0 0 1 53.659 416.704 Tm [<000900550046>7<00590053>8<0050>-7<00500055000A001000450050>-7<00440010004D00560042004D004200550046>7<00590010004F0050>7<0057>8<0046004D0010004F0050>7<0057>8<0046004D000E00450050>-6<00440056004E0046004F005500420055004A0050004F000F00490055004E004D000F>-341<002A0047>-253<005A>7<00500056>-252<00420053>7<0046>]TJ
-0.98 0 0 1 54 401.909 Tm [<0050004F004D004A004F0046>10<000D>-219<004800500055>-212<00550050>-211<005500490046>-211<00240035>49<0022002F>-210<0051004200480046>-211<00420055>-212<00490A1D00510054001B00100010004400550042004F000F00500053004800100051004C00480010004F0050>7<0057>8<0046004D>-211<0042004F0045>-211<0044004D004A0044004C>]TJ
+0.98 0 0 1 54 401.909 Tm [<0050004F004D004A004F0046>10<000D>-248<00480050>-247<00550050>-247<005500490046>-247<00240035>49<0022002F>-247<0051004200480046>-247<00420055>-247<00490A1D00510054001B00100010004400550042004F000F00500053004800100051004C00480010004F0050>6<0057>9<0046004D>-247<0042004F0045>-247<0044004D004A0044004C>]TJ
1 0 0 1 53.148 387.113 Tm [<06E0003100420044004C004200480046>-250<00250050>-7<00440056004E0046004F005500420055004A0050004F>-250<00090029>-37<0035002E002D000A000F>122<06E1>]TJ
-/F47 11.3574 Tf 1 0 0 1 54 357.522 Tm [<0025>-5<0046005400440053004A00510055004A0050004F001B>]TJ
-/F44 11.3574 Tf 1.02 0 0 1 117.818 357.522 Tm [<09AB0046>]TJ
-/F48 11.3574 Tf 1.02 0 0 1 138.758 357.522 Tm [<004F0050>6<0057>8<0046004D>]TJ
-/F44 11.3574 Tf 1.02 0 0 1 167.321 357.522 Tm [<00450050>-6<00440056004E0046004F0055>-313<0044004D004200540054>-313<004A0054>-312<004700500053>-313<00580053004A0055004600530054>-312<00500047>-313<00500053004A0048004A004F0042004D>]TJ
+/F48 11.3574 Tf 1 0 0 1 54 357.522 Tm [<0025>-5<0046005400440053004A00510055004A0050004F001B>]TJ
+/F45 11.3574 Tf 1.02 0 0 1 117.818 357.522 Tm [<09AB0046>]TJ
+/F49 11.3574 Tf 1.02 0 0 1 138.758 357.522 Tm [<004F0050>6<0057>8<0046004D>]TJ
+/F45 11.3574 Tf 1.02 0 0 1 167.321 357.522 Tm [<00450050>-6<00440056004E0046004F0055>-313<0044004D004200540054>-313<004A0054>-312<004700500053>-313<00580053004A0055004600530054>-312<00500047>-313<00500053004A0048004A004F0042004D>]TJ
0.98 0 0 1 54 342.727 Tm [<098B00440055004A0050004F000D>-245<00550050>-244<0043>-10<0046>-243<00510053004A004F00550046>-7<0045>-244<00550050>-243<005100420051>-7<00460053>59<000D>-245<0058004A00550049>-243<00420A1D0046004F0055004A0050004F>-243<00550050>-244<005500490046>-243<0053>7<0046>-6<00520056004A0053>7<0046004E0046004F00550054>-242<00500047>]TJ
0.995 0 0 1 54 327.932 Tm [<005500490046>-249<00510053004A004F0055000E0050004F000E00450046004E0042004F0045>-250<004E00420053004C00460055000F>-335<002F0050004F000E00440050004D00500053>-249<004A004F005500460053004A005000530054>-250<0042004F0045>-250<00440050004D00500053>-250<00440050>6<0057>8<004600530054>]TJ
1.02 0 0 1 54 313.136 Tm [<00420053>7<0046>-293<0054005600510051>-7<0050005300550046>-7<0045000F>-474<002A004E0042004800460054>-295<00420053>7<0046>-293<0054005600510051>-7<0050005300550046>-7<0045000D>-306<004300560055>-295<0050004F004D005A>-294<00420054>-294<005500490046>6<005A>-294<004E004A004800490055>-294<0043>-10<0046>]TJ
@@ -163,20 +163,20 @@ BT
1 0 0 1 54 268.75 Tm [<00500053>-250<004A0054>-250<00420044004200450046004E004A0044000D>-250<005500490046004F>-250<00550049004A0054>-250<00450050>-7<00440056004E0046004F0055>-250<0044004D004200540054>-250<004A0054>-250<004F00500055>-250<004700500053>-250<005A>8<00500056000F>]TJ
1 0 0 1 71.036 253.955 Tm [<002300560055>-250<004A0047>-250<005A>7<00500056>-250<00420053>7<0046>-249<00580053004A0055004A004F0048>-250<0042>-251<0045004600550046>-7<00440055004A0057>7<0046>-249<004F0050>6<0057>8<0046004D000D>-250<00500053>-250<00540044004A0046004F00440046>-250<098B00440055004A0050004F000D>-251<00500053>-250<0042>]TJ
1 0 0 1 54 239.16 Tm [<00440050004D004D0046>-7<00440055004A0050004F>-250<00500047>-250<00540049005000530055>-250<0054005500500053004A00460054000D>-250<005500490046004F>-250<0053>8<004600420045>-250<0050004F0002>]TJ
-/F44 13.62884 Tf 1 0 0 1 54 213.658 Tm [<0012000F>-333<002700460042005500560053>7<00460054>]TJ
-/F44 11.3574 Tf 1.02 0 0 1 54 194.773 Tm [<09AB0053>7<0050005600480049005000560055000D>-334<004A0055>-318<004A0054>-317<0042005400540056004E0046>-7<0045>-318<0055004900420055>-317<005500490046>-318<0051005600530051>-6<005000540046>-318<00500047>-317<005A>7<005000560053>-317<00580053004A0055004A004F0048>-318<004A0054>-317<0042>]TJ
+/F45 13.62884 Tf 1 0 0 1 54 213.658 Tm [<0012000F>-333<002700460042005500560053>7<00460054>]TJ
+/F45 11.3574 Tf 1.02 0 0 1 54 194.773 Tm [<09AB0053>7<0050005600480049005000560055000D>-334<004A0055>-318<004A0054>-317<0042005400540056004E0046>-7<0045>-318<0055004900420055>-317<005500490046>-318<0051005600530051>-6<005000540046>-318<00500047>-317<005A>7<005000560053>-317<00580053004A0055004A004F0048>-318<004A0054>-317<0042>]TJ
1 0 0 1 54 179.978 Tm [<00440050004E004E00460053>8<0044004A0042004D004D005A>-250<00510053004A004F00550046>-7<0045>-250<0043>-10<0050>-7<0050004C>-250<00500047>-250<098B00440055004A0050004F000F>]TJ
0.98 0 0 1 71.036 165.183 Tm [<0022>-244<004F0046>6<0058>]TJ
-/F48 11.3574 Tf 0.98 0 0 1 103.452 165.183 Tm [<004F0050>7<0057>8<0046004D>]TJ
-/F44 11.3574 Tf 0.98 0 0 1 130.156 165.183 Tm [<004A0054>-244<00510053>7<0046000E00440050004F098B004800560053>9<0046>-7<0045>-244<00550050>-244<00510053>7<0050>-6<0045005600440046>-244<0042>-245<005400550042004F004500420053>8<0045>-244<00550053004200450046>-244<0043>-10<0050>-7<0050004C>]TJ
+/F49 11.3574 Tf 0.98 0 0 1 103.452 165.183 Tm [<004F0050>7<0057>8<0046004D>]TJ
+/F45 11.3574 Tf 0.98 0 0 1 130.156 165.183 Tm [<004A0054>-244<00510053>7<0046000E00440050004F098B004800560053>9<0046>-7<0045>-244<00550050>-244<00510053>7<0050>-6<0045005600440046>-244<0042>-245<005400550042004F004500420053>8<0045>-244<00550053004200450046>-244<0043>-10<0050>-7<0050004C>]TJ
1.003 0 0 1 54 150.387 Tm [<0054004A005B0046>-249<00500047>-249<0A25000F0A25004A004F>-249<0038>-249<0059>-249<0A28000F0A25004A004F>-249<0029000D>-250<0058004A00550049>-249<004D0042005A>7<005000560055>-248<004E004200530048004A004F0054>-249<0055004900420055>-249<00420053>7<0046>-248<004D004A004C0046004D005A>-250<00550050>-249<0043>-10<0046>]TJ
-0.988 0 0 1 54 135.592 Tm [<00420044004400460051005500420043004D0046>-252<00550050>-252<005500490046>-252<004E005000540055>-252<0058004A00450046004D005A000E005600540046>-7<0045>-253<00510053004A004F0055>-252<005400460053>-15<0057004A004400460054000F>-337<09AB0046>-252<098B004D0046>-253<004F0050>7<0058>-252<00420053>8<0046>]TJ
+0.998 0 0 1 54 135.592 Tm [<00420044004400460051005500420043004D0046>-249<00550050>-249<005500490046>-250<004E005000540055>-249<0058004A00450046004D005A000E005600540046>-7<0045>-249<00510053004A004F0055>-250<005400460053>-15<0057004A004400460054000F>-333<09AB0046>-250<098B004D0046>-249<005A>7<00500056>-248<00420053>7<0046>]TJ
0.98 0 0 1 54 120.797 Tm [<004F0050>7<0058>-203<0053>8<004600420045004A004F0048>-202<004A0054>-204<004A004F>-203<00550049004A0054>-203<004700500053004E00420055000F>-323<002300560055>-203<004A0047>-203<0055004900420055>-203<004A0054>-203<004F00500055>-203<005500490046>-203<0054004A005B0046>-203<00500053>-203<004D0042005A>7<005000560055>-202<005A>7<00500056>]TJ
0.986 0 0 1 53.58 106.001 Tm [<00580042004F0055000D>-252<005500490046004F>-253<0055004900460053>8<0046>-252<00420053>7<0046>-251<00440050004E004E0042004F00450054>-252<0055004900420055>-253<00440050004F098B004800560053>7<0046>-251<004B005600540055>-252<00420043>-11<005000560055>-252<0042004F005A00550049004A004F0048000D>]TJ
1.02 0 0 1 54 91.206 Tm [<00560054004A004F0048>-243<005400550042004F004500420053>7<0045>-243<005500460053004E004A004F0050004D00500048005A>-244<0042004F0045>-243<0056004F004500460053005400550042004F004500420043004D0046>-244<0051005600530051>-7<005000540046>9<000F>-325<0023004600540055>-244<00500047>]TJ
0.984 0 0 1 54 76.411 Tm [<0042004D004D000D>-253<005500490046>-253<0029>-38<0035002E002D>-253<00450050>-7<00440056004E0046004F005500420055004A0050004F>-254<00440050004E00460054>-253<0058004A00550049>-253<004A004E0042004800460054>-254<0042004F0045>-253<0046>6<00590042004E0051004D00460054000D>-252<00540050>]TJ
1 0 0 1 54 61.615 Tm [<005A>8<00500056>-250<004C004F0050>7<0058>-250<0058004900420055>-250<005A>8<00500056>-250<00420053>8<0046>-250<00450050004A004F0048000F>]TJ
-/F44 10.44878 Tf 1 0 0 1 204.571 39.407 Tm [<0012>]TJ
+/F45 10.44878 Tf 1 0 0 1 204.571 39.407 Tm [<0012>]TJ
ET
endstream
@@ -187,50 +187,52 @@ endobj
/TrimBox[0 0 396 612]/Parent 12 0 R>>
endobj
5 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F44 8 0 R/F46 9 0 R/F47 10 0 R/F48 11 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F45 8 0 R/F47 9 0 R/F48 10 0 R/F49 11 0 R>>/ProcSet[/PDF/Text]>>
endobj
15 0 obj
-<</Length 8611 >>
+<</Length 8724 >>
stream
BT
-/F44 11.3574 Tf 1.02 0 0 1 53.036 564.643 Tm [<0022004D004E005000540055>-285<0046>6<0057>8<00460053>-14<005A00550049004A004F0048>-286<004A0054>-286<00510053>7<0046000E00440050004F098B004800560053>8<0046>-6<0045>-286<00550050>-285<06E0004B005600540055>-286<0058>7<00500053004C000D>120<06E1>-295<0046>6<0057>7<0046004F>-284<005500490046>]TJ
+/F45 11.3574 Tf 1.02 0 0 1 53.036 564.643 Tm [<0022004D004E005000540055>-285<0046>6<0057>8<00460053>-14<005A00550049004A004F0048>-286<004A0054>-286<00510053>7<0046000E00440050004F098B004800560053>8<0046>-6<0045>-286<00550050>-285<06E0004B005600540055>-286<0058>7<00500053004C000D>120<06E1>-295<0046>6<0057>7<0046004F>-284<005500490046>]TJ
0.997 0 0 1 36 549.847 Tm [<004400490050004A00440046>-250<00500047>-251<00470050004F00550054000F>-335<09AB0046>-251<00440049005000540046004F>-250<00440050004E0051004A004D00460053>-251<004A0054>-251<002D00560042002D00420035>62<00460039000D>-250<0042004F0045>-251<00300051>-7<0046004F>-251<0035>49<005A0051>-6<0046>]TJ
-1.017 0 0 1 36 535.052 Tm [<00470050004F00550054>-245<00420053>6<0046>-245<004D0050004200450046>-6<0045>-246<00560054004A004F0048>-246<00470050004F005500540051>-7<0046>-7<0044>-246<00550046>-7<00440049004F0050004D00500048005A>57<000F>-327<002A0047>-246<005A>7<00500056>-245<00510053>7<0046004700460053>-245<00550050>-246<005600540046>-246<0042>]TJ
+1.02 0 0 1 36 535.052 Tm [<00470050004F00550054>-254<00420053>7<0046>-253<004D0050004200450046>-7<0045>-254<00560054004A004F0048>]TJ
+/F49 11.3574 Tf 1.02 0 0 1 143.404 535.052 Tm [<00470050004F005500540051>-6<0046>-7<0044>]TJ
+/F45 11.3574 Tf 1.02 0 0 1 184.399 535.052 Tm [<00550046>-6<00440049004F0050004D00500048005A>57<000F>-353<002A0047>-254<005A>7<00500056>-254<00510053>7<0046004700460053>-253<00550050>-254<005600540046>-254<0042>]TJ
1 0 0 1 36 520.257 Tm [<00510053>8<00500047004600540054004A0050004F0042004D>-250<00470050004F0055000D>-250<004A0055>-250<0058004A004D004D>-250<0043>-10<0046>-250<004600420054005A>-250<00550050>-250<004D005000420045>-250<0042004F0045>-250<005600540046>-250<004A004F>-250<005600550047000E0A28000F>]TJ
1.02 0 0 1 53.036 505.461 Tm [<002E0042004F005A>-339<005400550042004F004500420053>7<0045>-338<002D00420035>60<00460039>-338<00440050004E004E0042004F00450054>-339<00420053>7<0046>-339<0045004A005400420043004D0046>-7<0045000F>-609<09AB004A0054>-339<0058004A004D004D>-340<0043>-9<0046>]TJ
0.98 0 0 1 36 490.666 Tm [<00540056005300510053004A0054004A004F0048>-227<00420055>-228<098B005300540055000F>-331<002300560055>]TJ
-/F48 11.3574 Tf 0.98 0 0 1 138.827 490.666 Tm [<004F0050>7<0057>8<0046004D>]TJ
-/F44 11.3574 Tf 0.98 0 0 1 165.349 490.666 Tm [<004A0054>-227<00470050>-8<0044005600540046>-7<0045>-227<0050004F>-228<0050004F0046>-228<00550049004A004F0048>-228<0050004F004D005A>59<000F>-330<0022004F005A00550049004A004F0048>]TJ
+/F49 11.3574 Tf 0.98 0 0 1 138.827 490.666 Tm [<004F0050>7<0057>8<0046004D>]TJ
+/F45 11.3574 Tf 0.98 0 0 1 165.349 490.666 Tm [<004A0054>-227<00470050>-8<0044005600540046>-7<0045>-227<0050004F>-228<0050004F0046>-228<00550049004A004F0048>-228<0050004F004D005A>59<000F>-330<0022004F005A00550049004A004F0048>]TJ
0.986 0 0 1 36 475.87 Tm [<0055004900420055>-254<004E004A004800490055>-254<004A004F005500460053004700460053>7<0046>-254<0058004A00550049>-254<0055004900420055>-254<0051005600530051>-7<005000540046>-255<004E0042005A>-254<004900420057>7<0046>-254<0043>-10<0046>-7<0046004F>-254<00550050005400540046>-7<0045>-255<00420054004A00450046>10<000F>]TJ
0.98 0 0 1 36 461.075 Tm [<00340050>10<000D>-231<0043>-10<0046>-226<005400560053>7<0046>-224<0055004900420055>-226<005A>7<00500056>-225<0053>8<004600420045>-225<005500490046>-226<00450050>-7<00440056004E0046004F005500420055004A0050004F0002>-331<002A0047>-225<005A>7<00500056>-225<00550042004C0046>-226<0042004F>-225<0046>6<0059004A00540055004A004F0048>]TJ
0.98 0 0 1 36 446.28 Tm [<002D00420035>64<00460039>-173<00450050>-8<00440056004E0046004F0055>-174<0042004F0045>-174<004B005600540055>-174<004400490042004F00480046>-175<005500490046>-174<0044004D004200540054>-174<00550050>]TJ
-/F48 11.3574 Tf 0.98 0 0 1 237.08 446.28 Tm [<004F0050>7<0057>8<0046004D000D>]TJ
-/F44 11.3574 Tf 0.98 0 0 1 264.884 446.28 Tm [<004A0055>-174<004A0054>-174<0057>7<00460053>-14<005A>-175<0056004F004D004A004C0046004D005A>]TJ
+/F49 11.3574 Tf 0.98 0 0 1 237.08 446.28 Tm [<004F0050>7<0057>8<0046004D000D>]TJ
+/F45 11.3574 Tf 0.98 0 0 1 264.884 446.28 Tm [<004A0055>-174<004A0054>-174<0057>7<00460053>-14<005A>-175<0056004F004D004A004C0046004D005A>]TJ
1 0 0 1 36 431.484 Tm [<00550050>-250<0058>8<00500053004C>-250<00420054>-250<0046>7<00590051>-7<0046>-7<004400550046>-7<0045000F>]TJ
1.02 0 0 1 53.036 416.689 Tm [<002E0042004F005A>-273<004F0046>6<0058>-274<00440050004E004E0042004F00450054>-273<00420053>7<0046>-273<00510053>6<0050>7<0057004A00450046>-6<0045000F>-413<09AB0046>6<005A>-273<00420053>7<0046>-273<00470050>-7<0044005600540046>-7<0045>-274<0050004F>-273<005500490046>]TJ
0.98 0 0 1 36 401.894 Tm [<004F0046>-7<0046>-7<00450054>-239<00500047>-240<00510053004A004F0055>-240<098B00440055004A0050004F>-239<00580053004A0055004600530054000D>-243<0051>-7<00460053004A0050>-7<0045000F>-335<0022004F0045000D>]TJ
-/F48 11.3574 Tf 0.98 0 0 1 231.129 401.894 Tm [<004F0050>7<0057>8<0046004D>]TJ
-/F44 11.3574 Tf 0.98 0 0 1 257.782 401.894 Tm [<004900420054>-239<00430056004A004D0055000E004A004F>-240<00310025002700100039>]TJ
+/F49 11.3574 Tf 0.98 0 0 1 231.129 401.894 Tm [<004F0050>7<0057>8<0046004D>]TJ
+/F45 11.3574 Tf 0.98 0 0 1 257.782 401.894 Tm [<004900420054>-239<00430056004A004D0055000E004A004F>-240<00310025002700100039>]TJ
0.98 0 0 1 36 387.098 Tm [<00550046>-7<00440049004F0050004D00500048005A>-185<0055004900420055>-186<0046>6<005900440046>-6<0046>-7<00450054>-186<005500490046>-185<00440042005100420043004A004D004A0055004A00460054>-186<0044005600530053>7<0046004F0055004D005A>-184<004200570042004A004D00420043004D0046>-186<0057004A0042>-186<00500055004900460053>]TJ
1 0 0 1 36 372.303 Tm [<002D00420035>63<00460039>-250<005100420044004C0042004800460054000F>]TJ
-/F44 13.62884 Tf 1 0 0 1 36 346.801 Tm [<0013000F>-333<00240050004E0051004D004600550046>-250<00250050>-7<00440056004E0046004F005500420055004A0050004F>]TJ
-/F44 11.3574 Tf 1.012 0 0 1 35.455 327.917 Tm [<0038004900420055>-246<005A>7<00500056>-245<00420053>7<0046>-246<0053>7<004600420045004A004F0048>-245<004F0050>6<0058>58<000D>-246<004A0054>-246<0050004F004D005A>-246<0042004F>-247<004A004F00550053>7<0050>-6<0045005600440055004A0050004F000F>-329<09AB0046>-246<00440050004E0051004D004600550046>]TJ
+/F45 13.62884 Tf 1 0 0 1 36 346.801 Tm [<0013000F>-333<00240050004E0051004D004600550046>-250<00250050>-7<00440056004E0046004F005500420055004A0050004F>]TJ
+/F45 11.3574 Tf 1.012 0 0 1 35.455 327.917 Tm [<0038004900420055>-246<005A>7<00500056>-245<00420053>7<0046>-246<0053>7<004600420045004A004F0048>-245<004F0050>6<0058>58<000D>-246<004A0054>-246<0050004F004D005A>-246<0042004F>-247<004A004F00550053>7<0050>-6<0045005600440055004A0050004F000F>-329<09AB0046>-246<00440050004E0051004D004600550046>]TJ
0.98 0 0 1 36 313.121 Tm [<00450050>-7<00440056004E0046004F005500420055004A0050004F>-223<004A0054>-224<004A004F>-223<0029>-38<0035002E002D>-224<004700500053004E00420055000D>-230<0045004A0053>8<0046>-7<00440055004D005A>-223<00580053004A0A1D0046004F>-224<004A004F>-223<0029>-38<0035002E002D>-224<005300420055004900460053>]TJ
0.98 0 0 1 36 298.326 Tm [<005500490042004F>-183<0046>6<0059005500530042004400550046>-6<0045>-184<00470053>7<0050004E>-183<00440050>-7<00450046>10<000F>-316<09AB00460053>7<0046>-183<00420053>8<0046>-183<004F0056004E00460053>7<005000560054>-183<0046>7<00590042004E0051004D00460054>-183<0042004F0045>-184<004A004E0042004800460054000D>]TJ
1 0 0 1 36 283.531 Tm [<00550050>-7<0050>-250<0045004600550042004A004D0046>-7<0045>-250<00550050>-250<0043>-10<0046>-250<00510053>8<004600540046004F00550046>-7<0045>-250<00420054>-250<003100250027>24<000F>]TJ
-/F44 13.62884 Tf 1 0 0 1 36 258.029 Tm [<0014000F>-333<002D004A00440046004F00540046>]TJ
-/F44 11.3574 Tf 1.02 0 0 1 36 239.145 Tm [<09AB0046>-331<002D00420035>61<00460039>-330<00440050>-7<00450046>9<000D>-352<0042004F0045>-331<0042004400440050004E00510042004F005A004A004F0048>-331<00450050>-7<00440056004E0046004F005500420055004A0050004F000D>-353<004A0054>-331<0053>7<0046004D0046004200540046>-6<0045>]TJ
+/F45 13.62884 Tf 1 0 0 1 36 258.029 Tm [<0014000F>-333<002D004A00440046004F00540046>]TJ
+/F45 11.3574 Tf 1.02 0 0 1 36 239.145 Tm [<09AB0046>-331<002D00420035>61<00460039>-330<00440050>-7<00450046>9<000D>-352<0042004F0045>-331<0042004400440050004E00510042004F005A004A004F0048>-331<00450050>-7<00440056004E0046004F005500420055004A0050004F000D>-353<004A0054>-331<0053>7<0046004D0046004200540046>-6<0045>]TJ
1 0 0 1 36 224.349 Tm [<0056004F004500460053>-250<005500490046>-250<002D0042005500460039>-250<00310053>8<0050004B0046>-7<00440055>-250<003100560043004D004A0044>-250<002D004A00440046004F00540046>10<000D>-250<0057>8<004600530054004A0050004F>-250<0A21000F0A230044>-250<00500053>-250<004D0042005500460053>59<000F>]TJ
0.983 0 0 1 53.036 209.554 Tm [<09AB0046>-255<00440050004E00510042004F004A0050004F>-255<00470050004F00550009>11<0054000A>-254<004A00540009>11<00420053>8<0046000A>-254<004D004A00440046004F00540046>-7<0045>-255<0056004F004500460053>-256<005500490046>-255<0034002A002D>-255<00300051>-7<0046004F>-255<00270050004F0055>]TJ
1 0 0 1 36 194.759 Tm [<002D004A00440046004F00540046>10<000D>-250<0057>8<004600530054004A0050004F>-250<0A21000F0A21000F>]TJ
-/F44 13.62884 Tf 1 0 0 1 36 169.257 Tm [<0015000F>-333<0037>79<004600530054004A0050004F>]TJ
-/F44 11.3574 Tf 1 0 0 1 36 150.372 Tm [<0A21000F0A240A22000D>-250<0A220A200A210A27000E0A210A20000E0A200A24001B>-333<00440050004F0055004A004F00560046>-7<0045>-250<00450050>-7<0044>-250<004A004E00510053>7<0050>7<0057>8<0046004E0046004F0055000F>]TJ
+/F45 13.62884 Tf 1 0 0 1 36 169.257 Tm [<0015000F>-333<0037>79<004600530054004A0050004F>]TJ
+/F45 11.3574 Tf 1 0 0 1 36 150.372 Tm [<0A21000F0A240A22000E0A21000F0A240A23000D>-250<0A220A200A210A27000E0A210A20000E0A210A29001B>-333<00440050004F0055004A004F00560046>-7<0045>-250<00450050>-7<0044>-250<004A004E00510053>7<0050>7<0057>8<0046004E0046004F0055000F>]TJ
1 0 0 1 36 135.577 Tm [<0A21000F0A240A21000D>-250<0A220A200A210A27000E0A210A20000E0A200A22001B>-333<0046>6<0057>8<0046004F>-249<0043>-10<00460A1D00460053>-250<00450050>-7<00440054000D>-250<004E004A004F00500053>-250<004A004F005500460053004F0042004D>-250<004400490042004F004800460054000F>]TJ
1 0 0 1 36 120.782 Tm [<0A21000F0A240A20000D>-250<0A220A200A210A27000E0A200A29000E0A210A24001B>-333<0053>7<0046004E0050>7<0057>8<0046>-6<0045>-250<00450046004300560048>-250<004700460042005500560053>7<0046>10<000D>-249<004E0042004B00500053>-250<00450050>-7<00440054>-250<0053>7<0046>7<00580053004A00550046>10<000F>]TJ
1 0 0 1 36 105.986 Tm [<0A21000E0A230A2206D70A21000F0A230A28000D>-250<005700420053004A005000560054>-250<098B005900460054000F>]TJ
1 0 0 1 36 91.191 Tm [<0A21000F0A22000D>-250<0A220A200A210A27000E0A200A26000E0A200A26001B>-333<0042004500450046>-7<0045>-250<00440050>-7<00450046>-250<004700500053>-250<00440050004D00500053>-250<004A004E004200480046>-250<0042005300550058>7<00500053004C000F>]TJ
1 0 0 1 36 76.396 Tm [<0A21000F0A21000D>-250<0A220A200A210A27000E0A200A23000E0A200A21001B>-333<004A004F004A0055004A0042004D>-250<005100560043004D004A0044>-250<0053>7<0046004D0046004200540046>10<000F>]TJ
-/F44 10.44878 Tf 1 0 0 1 186.571 39.407 Tm [<0013>]TJ
+/F45 10.44878 Tf 1 0 0 1 186.571 39.407 Tm [<0013>]TJ
ET
endstream
@@ -241,44 +243,44 @@ endobj
/TrimBox[0 0 396 612]/Parent 12 0 R>>
endobj
13 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F44 8 0 R/F48 11 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F45 8 0 R/F49 11 0 R>>/ProcSet[/PDF/Text]>>
endobj
18 0 obj
<</Length 10146 >>
stream
BT
-/F44 13.62884 Tf 1 0 0 1 54 553.936 Tm [<0016000F>-333<0027>58<0022>34<00320054>]TJ
-/F44 11.3574 Tf 1 0 0 1 54 535.052 Tm [<0032>29<000F>-607<00240042004F>-250<00550049004A0054>-250<00450050>-7<00440056004E0046004F0055>-250<0044004D004200540054>-250<0043>-10<0046>-250<005600540046>-7<0045>-250<004700500053>-250<0026000E0043>-10<0050>-7<0050004C00540020>]TJ
+/F45 13.62884 Tf 1 0 0 1 54 553.936 Tm [<0016000F>-333<0027>58<0022>34<00320054>]TJ
+/F45 11.3574 Tf 1 0 0 1 54 535.052 Tm [<0032>29<000F>-607<00240042004F>-250<00550049004A0054>-250<00450050>-7<00440056004E0046004F0055>-250<0044004D004200540054>-250<0043>-10<0046>-250<005600540046>-7<0045>-250<004700500053>-250<0026000E0043>-10<0050>-7<0050004C00540020>]TJ
1 0 0 1 54 520.257 Tm [<0022000F>]TJ
0.997 0 0 1 71.036 520.257 Tm [<002F0050>10<000F>-334<0022004F0045000D>-250<0055004900420055>-250<004700460042005500560053>7<0046>-249<0058004A004D004D>-250<004F0046>6<0057>8<00460053>-249<0043>-10<0046>-250<0042004500450046>-7<0045000D>-251<00420054>-250<005500490046>-250<00550046>-7<00440049004F0050004D00500048005A>-250<004A0054>]TJ
1 0 0 1 71.036 505.461 Tm [<004A004F004900460053>8<0046004F0055004D005A>-250<004A004F00440050004E005100420055004A0043004D0046>10<000F>-333<0022>-250<0058>7<00500053>8<0045>-249<00510053>7<0050>-6<004400460054005400500053>-250<004A0054>-250<005A>7<005000560053>-249<00470053004A0046004F0045000F>]TJ
1 0 0 1 54 490.666 Tm [<0032>29<000F>-607<002A0054>-250<00550049004A0054>-250<00510053>8<0050004B0046>-7<00440055>-250<00540055004A004D004D>-250<0042004D004A0057>8<00460020>]TJ
1 0 0 1 54 475.87 Tm [<0022000F>]TJ
-1.02 0 0 1 71.036 475.87 Tm [<003A>69<00460054000D>-371<0042004F0045>-348<004A0055>-347<004A0054>-347<00540055004A004D004D>-347<004A004F>-347<005600540046>-347<0043005A>-347<004A00550054>-347<00440053>7<00460042005500500053>58<000F>-632<00290050>6<0058>8<0046>7<0057>8<00460053>57<000D>-371<00490046>-347<0058>7<00500056004D0045>]TJ
-0.987 0 0 1 71.036 461.075 Tm [<004D004A004C0046>-252<00540050004E0046>-7<0050004F0046>-252<0046004D00540046>-252<00550050>-251<00550042004C0046>-252<0050>6<0057>8<00460053>-251<004D0050004F0048000E005500460053004E>-252<004E0042004A004F00550046004F0042004F00440046>9<000D>-251<0043>-10<0046>-7<00440042005600540046>]TJ
-1.02 0 0 1 71.036 446.28 Tm [<00490046>-276<004A0054>-277<004E0050>6<0057004A004F0048>-276<0050004F>-277<00550050>-277<00500055004900460053>-276<00550049004A004F00480054000F>-422<002A0047>-277<004A004F005500460053>7<0046005400550046>-6<0045000D>-285<00440050004F0055004200440055>-277<00240035>48<0022002F>]TJ
-1.02 0 0 1 71.036 431.484 Tm [<0042004F0045>-270<005500490046>-270<00440053>7<00460042005500500053>-269<0009>16<0046000E004E0042004A004D>-270<00420055>-270<005500500051>-270<00500047>-270<004F0050>6<0057>8<0046004D000F0044004D0054>-269<098B004D0046000A000F>-402<003A>69<00500056>-270<0058004A004D004D>-270<004F0046>-7<0046>-6<0045>]TJ
-1.02 0 0 1 71.036 416.689 Tm [<00550050>-306<0043>-10<0046>-306<00470042004E004A004D004A00420053>-306<0058004A00550049>-307<002D00560042002D00420035>61<00460039000D>-305<00470050004F005500540051>-7<0046>-7<0044000D>-321<00300051>-7<0046004F>-307<0035>48<005A0051>-6<0046>9<000D>-321<0042004F0045>-306<005500490046>]TJ
-1.01 0 0 1 71.036 401.894 Tm [<005500460053004E004A004F0050004D00500048005A>-246<00500047>-246<098B00440055004A0050004F>-245<00580053004A>-1<0055004A004F0048000F>-329<002D00560042>-246<00440050>-7<0045004A004F0048>-246<004F00500055>-246<0053>7<0046>-6<00520056004A0053>7<0046>-6<0045000F>-329<0036004F0055004A004D>]TJ
-1 0 0 1 71.036 387.098 Tm [<005500490046004F000D>-250<005500490046>-250<00500053004A0048004A004F0042004D>-250<00440053>8<00460042005500500053>-250<0058004A004D004D>-250<004E0042004A004F00550042004A004F>-250<004A0055>-250<00470053>8<0050004E>-250<0055004A004E0046>-250<00550050>-250<0055004A004E0046>10<000F>]TJ
-1 0 0 1 54 372.303 Tm [<0032>29<000F>-607<002E005A>-250<0055004900460054004A0054>-250<004200450057004A005400500053>-250<00550050004D0045>-250<004E004606D8>]TJ
-1 0 0 1 54 357.508 Tm [<0022000F>]TJ
-1.02 0 0 1 71.036 357.508 Tm [<0034005500500051>-323<0053004A004800490055>-323<0055004900460053>6<0046>10<000F>-561<09AB004A0054>-323<00450050>-7<00440056004E0046004F0055>-323<0044004D004200540054>-324<004A0054>-323<0057>7<00460053>-14<005A>-324<0045004A098A00460053>7<0046004F0055>-322<00470053>7<0050004E>]TJ
-1 0 0 1 71.036 342.712 Tm [<0042004F005A00550049004A004F0048>-250<005600540046>-7<0045>-250<004700500053>-250<005500490046005400460054>-250<0042004F0045>-250<00500055004900460053>-250<00420044004200450046004E004A0044>-250<005100560043004D004A004400420055004A0050004F0054000F>]TJ
-1 0 0 1 54 327.917 Tm [<0032>29<000F>-607<002A0047>-250<002A>-250<005600540046>-250<0035004A004C003B>-250<004700500053>-250<00270046>7<005A004F004E0042004F>-250<0045004A0042004800530042004E0054000D>-250<005500490046004F06D8>]TJ
-1 0 0 1 54 313.121 Tm [<0022000F>-585<00280050>-250<004200580042005A>59<000F>]TJ
-1 0 0 1 54 298.326 Tm [<0032>29<000F>-607<002900420054>-250<00550049004A0054>-250<00450050>-7<00440056004E0046004F0055>-250<0044004D004200540054>-250<0046>7<0057>8<00460053>-250<0043>-10<0046>-7<0046004F>-250<005600540046>-7<0045>-250<004700500053>-250<0042004F>-250<00420044005500560042004D>-250<004F0050>7<0057>8<0046004D0020>]TJ
-1 0 0 1 54 283.531 Tm [<0022000F>]TJ
-1.02 0 0 1 71.036 283.531 Tm [<003A>69<00460054>-290<004A004F00450046>-7<0046>-7<00450002>-465<002A004F>-291<0022>32<00560048005600540055>-290<0A220A200A210A27>-292<005500490046>-291<004200560055004900500053>-291<005100560043004D004A005400490046>-7<0045>-291<0042>-291<00440050004E0051004D004600550046>]TJ
-0.98 0 0 1 71.036 268.735 Tm [<004F0050>7<0057>8<0046004D000D>-253<004A004F0044004D00560045004A004F0048>-253<004A00550054>-253<00440050>6<0057>8<00460053>60<000D>-252<00560054004A004F0048>-253<00550049004A0054>-254<00450050>-7<00440056004E0046004F0055>-253<0044004D004200540054000F>-339<0022004D004E005000540055>-254<0042004D004D>]TJ
-0.999 0 0 1 71.036 253.94 Tm [<00500047>-250<005500490046>-250<00540046005500560051>-251<005600540046>-7<0045>-250<00450046004700420056004D00550054000F>-335<09AB0046>-250<098B004D00460054>-251<000900550046>7<005900550043004D0050>-7<0044004C>-250<0042004F0045>-250<00440050>6<0057>8<00460053>17<000A>-250<0058>7<00460053>8<0046>]TJ
-0.98 0 0 1 71.036 239.145 Tm [<005400560043004E004A0A1D0046>-7<0045>-254<00550050>-253<0042>-254<004E0042004B00500053>-254<0022004E00460053004A00440042004F>-254<0031>24<000F>10<0030>30<000F0025>29<000F>-253<005400460053>-15<0057004A00440046>-254<004A004F>]TJ
-/F44 11.3574 Tf 0.98 0 0 1 293.018 239.145 Tm [<00310025002700100039>24<000E00120042001B0013001100110012>]TJ
-/F44 11.3574 Tf 1.02 0 0 1 71.036 224.349 Tm [<004700500053004E00420055000D>-261<005500490046004F>-258<0046004D0046>-7<004400550053>7<0050004F004A00440042004D004D005A>-258<0053>7<0046>7<0057004A0046>7<0058>8<0046>-6<0045>-258<0042004F0045>-259<0042004400440046005100550046>-7<0045>]TJ
-/F48 11.3574 Tf 1.02 0 0 1 310.307 224.349 Tm [<0050004F>-258<005500490046>-258<0848005300540055>]TJ
-1.02 0 0 1 71.036 209.554 Tm [<004208680046004E00510055000F>]TJ
-/F44 11.3574 Tf 1.02 0 0 1 115.343 209.554 Tm [<0022>-313<00510053004A004F00550046>-7<0045>-314<004400500051>6<005A>-314<005800420054>-314<004A004F>-314<005500490046>-314<00420056005500490050005306DD0054>-314<00490042004F00450054>-314<0058004A00550049004A004F>-314<0042>]TJ
-1 0 0 1 70.616 194.759 Tm [<0058>8<0046>-7<0046004C000F>-333<002B005600540055>-250<004D004A004C0046>-250<0055004900420055000F>-333<0035>62<0050>-6<0050004C>-250<004E0050004F005500490054>-250<00550050>-250<00580053004A00550046>9<000D>-249<00500047>-250<004400500056005300540046>9<000F>]TJ
+1.004 0 0 1 71.036 475.87 Tm [<003A>70<00460054000F>-332<002300560055>-249<004A00550054>-249<00440053>7<00460042005500500053>-249<0058>7<00500056004D0045>-248<004D004A004C0046>-249<00540050004E0046>-7<0050004F0046>-249<0046004D00540046>-250<00550050>-249<00550042004C0046>-249<0050>6<0057>8<00460053>-249<004D0050004F0048000E>]TJ
+1.02 0 0 1 71.036 461.075 Tm [<005500460053004E>-313<004E0042004A004F00550046004F0042004F00440046>9<000D>-330<0043>-10<0046>-7<00440042005600540046>-314<00490046>-313<004A0054>-314<004E0050>6<0057004A004F0048>-313<0050004F>-313<00550050>-314<00500055004900460053>-314<00550049004A004F00480054000F>]TJ
+1.02 0 0 1 71.036 446.28 Tm [<002A0047>-278<004A004F005500460053>7<0046005400550046>-6<0045000D>-286<00540046>-7<0046>-278<0046000E004E0042004A004D>-278<00420055>-278<005500500051>-278<00500047>-279<004F0050>6<0057>8<0046004D000F0044004D0054>-277<098B004D0046>9<000F>-425<003A>69<00500056>-278<0058004A004D004D>-278<004F0046>-7<0046>-6<0045>]TJ
+1.02 0 0 1 71.036 431.484 Tm [<00550050>-306<0043>-10<0046>-306<00470042004E004A004D004A00420053>-306<0058004A00550049>-307<002D00560042002D00420035>61<00460039000D>-305<00470050004F005500540051>-7<0046>-7<0044000D>-321<00300051>-7<0046004F>-307<0035>48<005A0051>-6<0046>9<000D>-321<0042004F0045>-306<005500490046>]TJ
+1.01 0 0 1 71.036 416.689 Tm [<005500460053004E004A004F0050004D00500048005A>-246<00500047>-246<098B00440055004A0050004F>-245<00580053004A>-1<0055004A004F0048000F>-329<002D00560042>-246<00440050>-7<0045004A004F0048>-246<004F00500055>-246<0053>7<0046>-6<00520056004A0053>7<0046>-6<0045000F>-329<0036004F0055004A004D>]TJ
+1 0 0 1 71.036 401.894 Tm [<005500490046004F000D>-250<005500490046>-250<00500053004A0048004A004F0042004D>-250<00440053>8<00460042005500500053>-250<0058004A004D004D>-250<004E0042004A004F00550042004A004F>-250<004A0055>-250<00470053>8<0050004E>-250<0055004A004E0046>-250<00550050>-250<0055004A004E0046>10<000F>]TJ
+1 0 0 1 54 387.098 Tm [<0032>29<000F>-607<002E005A>-250<0055004900460054004A0054>-250<004200450057004A005400500053>-250<00550050004D0045>-250<004E004606D8>]TJ
+1 0 0 1 54 372.303 Tm [<0022000F>]TJ
+1.02 0 0 1 71.036 372.303 Tm [<0034005500500051>-323<0053004A004800490055>-323<0055004900460053>6<0046>10<000F>-561<09AB004A0054>-323<00450050>-7<00440056004E0046004F0055>-323<0044004D004200540054>-324<004A0054>-323<0057>7<00460053>-14<005A>-324<0045004A098A00460053>7<0046004F0055>-322<00470053>7<0050004E>]TJ
+1 0 0 1 71.036 357.508 Tm [<0042004F005A00550049004A004F0048>-250<005600540046>-7<0045>-250<004700500053>-250<005500490046005400460054>-250<0042004F0045>-250<00500055004900460053>-250<00420044004200450046004E004A0044>-250<005100560043004D004A004400420055004A0050004F0054000F>]TJ
+1 0 0 1 54 342.712 Tm [<0032>29<000F>-607<002A0047>-250<002A>-250<005600540046>-250<0035004A004C003B>-250<004700500053>-250<00270046>7<005A004F004E0042004F>-250<0045004A0042004800530042004E0054000D>-250<005500490046004F06D8>]TJ
+1 0 0 1 54 327.917 Tm [<0022000F>-585<00280050>-250<004200580042005A>59<000F>]TJ
+1 0 0 1 54 313.121 Tm [<0032>29<000F>-607<002900420054>-250<00550049004A0054>-250<00450050>-7<00440056004E0046004F0055>-250<0044004D004200540054>-250<0046>7<0057>8<00460053>-250<0043>-10<0046>-7<0046004F>-250<005600540046>-7<0045>-250<004700500053>-250<0042004F>-250<00420044005500560042004D>-250<004F0050>7<0057>8<0046004D0020>]TJ
+1 0 0 1 54 298.326 Tm [<0022000F>]TJ
+1.02 0 0 1 71.036 298.326 Tm [<003A>69<00460054>-290<004A004F00450046>-7<0046>-7<00450002>-465<002A004F>-291<0022>32<00560048005600540055>-290<0A220A200A210A27>-292<005500490046>-291<004200560055004900500053>-291<005100560043004D004A005400490046>-7<0045>-291<0042>-291<00440050004E0051004D004600550046>]TJ
+0.98 0 0 1 71.036 283.531 Tm [<004F0050>7<0057>8<0046004D000D>-253<004A004F0044004D00560045004A004F0048>-253<004A00550054>-253<00440050>6<0057>8<00460053>60<000D>-252<00560054004A004F0048>-253<00550049004A0054>-254<00450050>-7<00440056004E0046004F0055>-253<0044004D004200540054000F>-339<0022004D004E005000540055>-254<0042004D004D>]TJ
+0.999 0 0 1 71.036 268.735 Tm [<00500047>-250<005500490046>-250<00540046005500560051>-251<005600540046>-7<0045>-250<00450046004700420056004D00550054000F>-335<09AB0046>-250<098B004D00460054>-251<000900550046>7<005900550043004D0050>-7<0044004C>-250<0042004F0045>-250<00440050>6<0057>8<00460053>17<000A>-250<0058>7<00460053>8<0046>]TJ
+0.98 0 0 1 71.036 253.94 Tm [<005400560043004E004A0A1D0046>-7<0045>-254<00550050>-253<0042>-254<004E0042004B00500053>-254<0022004E00460053004A00440042004F>-254<0031>24<000F>10<0030>30<000F0025>29<000F>-253<005400460053>-15<0057004A00440046>-254<004A004F>]TJ
+/F45 11.3574 Tf 0.98 0 0 1 293.018 253.94 Tm [<00310025002700100039>24<000E00120042001B0013001100110012>]TJ
+/F45 11.3574 Tf 1.02 0 0 1 71.036 239.145 Tm [<004700500053004E00420055000D>-261<005500490046004F>-258<0046004D0046>-7<004400550053>7<0050004F004A00440042004D004D005A>-258<0053>7<0046>7<0057004A0046>7<0058>8<0046>-6<0045>-258<0042004F0045>-259<0042004400440046005100550046>-7<0045>]TJ
+/F49 11.3574 Tf 1.02 0 0 1 310.307 239.145 Tm [<0050004F>-258<005500490046>-258<0848005300540055>]TJ
+1.02 0 0 1 71.036 224.349 Tm [<004208680046004E00510055000F>]TJ
+/F45 11.3574 Tf 1.02 0 0 1 115.343 224.349 Tm [<0022>-313<00510053004A004F00550046>-7<0045>-314<004400500051>6<005A>-314<005800420054>-314<004A004F>-314<005500490046>-314<00420056005500490050005306DD0054>-314<00490042004F00450054>-314<0058004A00550049004A004F>-314<0042>]TJ
+1.015 0 0 1 70.616 209.554 Tm [<0058>7<0046>-6<0046004C000F>-328<002B005600540055>-246<004D004A004C0046>-246<0055004900420055000F>-328<0035>61<0050>-6<0050004C>-246<004E0050004F005500490054>-246<00550050>-246<00580053004A00550046>9<000D>-246<00500047>-246<004400500056005300540046>9<000F>-327<00360051>-7<0045004200550046001B>]TJ
+1 0 0 1 70.639 194.759 Tm [<0022004F00500055004900460053>-250<004200560055004900500053>-250<0053>8<00460051>-7<0050005300550054>-250<0054005600440044004600540054>-250<0058004A00550049>-250<0042>-250<005100560043004D004A005400490046>-7<0045>-250<0043>-10<0050>-7<0050004C000F>]TJ
1 0 0 1 54 179.963 Tm [<0032>29<000F>]TJ
1.009 0 0 1 71.036 179.963 Tm [<003800490046004F>-247<002A>-247<0058>7<0050004C0046>-247<00560051>-247<00550049004A0054>-248<004E00500053004F004A004F0048000D>-247<004E005A>-247<0049004600420045>-248<00470046004D0055>-247<004D004A004C0046>-248<0042>-247<00550050>-7<00450045004D00460053>-247<004900420045>]TJ
1.011 0 0 1 71.036 165.168 Tm [<0043>-9<0046>-7<0046004F>-248<0051>-6<00500056004F0045004A004F0048>-248<004A0055>-247<004A004F>-247<0042>-247<00540042004F00450043>-10<0050>6<0059000F>-329<002A>-247<0053>7<0050004D004D0046>-6<0045>-247<0050>6<0057>8<00460053>-246<0042004F0045>-247<004D0050>-7<0050004C0046>-7<0045>-247<00420055>-248<005500490046>]TJ
@@ -289,7 +291,7 @@ BT
0.98 0 0 1 71.036 91.191 Tm [<00450050>7<0058004F>-240<00550050>-242<005500490046>-241<0050004F0046000E004E0042004F>-241<0045004600550046>-7<00440055004A0057>7<0046>-240<004200480046004F0044005A>-241<0055004900420055>-241<002A>-241<004B0050004C004A004F0048004D005A>-241<00440042004D004D0046>-7<0045>-241<004E005A>]TJ
1 0 0 1 71.036 76.396 Tm [<004E00460042004F0054>-250<00500047>-250<004D004A0057004A004F0048000F>-333<003A>70<00500056>-249<004C004F0050>6<0058>-249<0058004900420055>-250<002A>-250<004E00460042004F0020>]TJ
1 0 0 1 54 61.6 Tm [<0022000F>-585<003A>71<004600420049000F>-333<00340055004A0044004C>-250<0058004A00550049>-250<004E0046>9<000D>-249<004C004A0045000F>-333<09AB004A0054>-250<00450050>-7<00440056004E0046004F0055>-250<0044004D004200540054>-250<004A0054>-250<004700500053>-250<005A>7<00500056000F>]TJ
-/F44 10.44878 Tf 1 0 0 1 204.571 39.407 Tm [<0014>]TJ
+/F45 10.44878 Tf 1 0 0 1 204.571 39.407 Tm [<0014>]TJ
ET
endstream
@@ -300,7 +302,7 @@ endobj
/TrimBox[0 0 396 612]/Parent 12 0 R>>
endobj
16 0 obj
-<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F44 8 0 R/F48 11 0 R>>/ProcSet[/PDF/Text]>>
+<< /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R /Font<</F45 8 0 R/F49 11 0 R>>/ProcSet[/PDF/Text]>>
endobj
1 0 obj
<<>>
@@ -312,42 +314,43 @@ endobj
<< /pgfprgb [/Pattern /DeviceRGB] >>
endobj
19 0 obj
-[13[219]15[219]66[486]68[389 489 401]73[519]77[266 783 518 447 489]83[357 353 307]87[472]89[475]2120[564]2152[606]]
+[13[219]15[219]66[486]68[389 489 401 314]73[519]77[266 783 518 447 489]83[357 353 307]87[472]89[475]2120[564]2152[606]]
endobj
20 0 obj
<</Length 270 >>
stream
-
+
endstream
endobj
21 0 obj
-<</Subtype/CIDFontType0C/Length 5350 >>
+<</Subtype/CIDFontType0C/Length 5776 >>
stream
-
-
-  Y//N$>>^>> >\>8Pɸsyò
+
+
+c # B / hN$>>^>> >\>8Pɸsyò
+

L{33
͋L͋f3Lo\bkbxx}ƈ}qmn|f
-fg`ffgAkg_e~Yo
+fg`ffgAkg_e~Yo
endstream
endobj
22 0 obj
-<</Type/FontDescriptor/FontName/VEXCTF+LibertinusSerif-Italic/Flags 4/FontBBox[-634 -312 6171 893]/Ascent 894/CapHeight 647/Descent -246/ItalicAngle -12/StemV 73/XHeight 429/FontFile3 21 0 R/CIDSet 20 0 R>>
+<</Type/FontDescriptor/FontName/EKAOGO+LibertinusSerif-Italic/Flags 4/FontBBox[-634 -312 6171 893]/Ascent 894/CapHeight 647/Descent -246/ItalicAngle -12/StemV 73/XHeight 429/FontFile3 21 0 R/CIDSet 20 0 R>>
endobj
23 0 obj
-<</Length 978 >>
+<</Length 992 >>
stream
%!PS-Adobe-3.0 Resource-CMap
%%DocumentNeededResources: ProcSet (CIDInit)
%%IncludeResource: ProcSet (CIDInit)
-%%BeginResource: CMap (TeX-VEXCTF-LibertinusSerif-Italic-0)
-%%Title: (TeX-VEXCTF-LibertinusSerif-Italic-0 TeX VEXCTF-LibertinusSerif-Italic 0)
+%%BeginResource: CMap (TeX-EKAOGO-LibertinusSerif-Italic-0)
+%%Title: (TeX-EKAOGO-LibertinusSerif-Italic-0 TeX EKAOGO-LibertinusSerif-Italic 0)
%%Version: 1.000
%%EndComments
/CIDInit /ProcSet findresource begin
@@ -355,23 +358,24 @@ stream
begincmap
/CIDSystemInfo
<< /Registry (TeX)
-/Ordering (VEXCTF-LibertinusSerif-Italic)
+/Ordering (EKAOGO-LibertinusSerif-Italic)
/Supplement 0
>> def
-/CMapName /TeX-Identity-VEXCTF-LibertinusSerif-Italic def
+/CMapName /TeX-Identity-EKAOGO-LibertinusSerif-Italic def
/CMapType 2 def
1 begincodespacerange
<0000> <FFFF>
endcodespacerange
0 beginbfrange
endbfrange
-19 beginbfchar
+20 beginbfchar
<000D> <002C>
<000F> <002E>
<0042> <0061>
<0044> <0063>
<0045> <0064>
<0046> <0065>
+<0047> <0066>
<0049> <0068>
<004D> <006C>
<004E> <006D>
@@ -396,10 +400,10 @@ end
endstream
endobj
11 0 obj
-<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/VEXCTF+LibertinusSerif-Italic/DescendantFonts[24 0 R]/ToUnicode 23 0 R>>
+<</Type/Font/Subtype/Type0/Encoding/Identity-H/BaseFont/EKAOGO+LibertinusSerif-Italic/DescendantFonts[24 0 R]/ToUnicode 23 0 R>>
endobj
24 0 obj
-<</Type/Font/Subtype/CIDFontType0/BaseFont/VEXCTF+LibertinusSerif-Italic/FontDescriptor 22 0 R/W 19 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
+<</Type/Font/Subtype/CIDFontType0/BaseFont/EKAOGO+LibertinusSerif-Italic/FontDescriptor 22 0 R/W 19 0 R/CIDSystemInfo<</Registry (Adobe)/Ordering (Identity)/Supplement 0>>>>
endobj
25 0 obj
[27[219]32[430]37[718]56[998]66[476]68[435 527 461]73[550 286]78[801 563 519 523]83[401 401 331 550]]
@@ -498,7 +502,7 @@ endobj
33 0 obj
<</Subtype/CIDFontType0C/Length 472 >>
stream
-
+
ڒ l/ 
endstream
@@ -751,58 +755,58 @@ endobj
endobj
44 0 obj
<<
- /Title(Novel\040Document\040Class)/Creator(LuaLaTeX\040with\040novel\040and\040microtype)/CreationDate(D:20171003200022-07'00')/ModDate(D:20171003200022-07'00')/Producer(LuaLaTeX\040with\040novel-pdfx\040and\040hyperref)/Trapped/False/GTS_PDFXVersion(PDF/X-1a:2001)/GTS_PDFXConformance(PDF/X-1a:2001)
+ /Title(Novel\040Document\040Class)/Creator(LuaLaTeX\040with\040novel\040and\040microtype)/CreationDate(D:20171018174310-07'00')/ModDate(D:20171018174310-07'00')/Producer(LuaLaTeX\040with\040novel-pdfx\040and\040hyperref)/Trapped/False/GTS_PDFXVersion(PDF/X-1a:2001)/GTS_PDFXConformance(PDF/X-1a:2001)
>>
endobj
xref
0 45
0000000000 65535 f
-0000034712 00000 n
-0000034732 00000 n
-0000034752 00000 n
+0000034821 00000 n
+0000034841 00000 n
+0000034861 00000 n
0000000015 00000 n
-0000015170 00000 n
-0000015029 00000 n
+0000015166 00000 n
+0000015025 00000 n
0000006731 00000 n
-0000071094 00000 n
-0000049562 00000 n
-0000047623 00000 n
-0000041951 00000 n
-0000071414 00000 n
-0000024123 00000 n
-0000023979 00000 n
-0000015311 00000 n
-0000034591 00000 n
-0000034447 00000 n
-0000024244 00000 n
-0000034805 00000 n
-0000034937 00000 n
-0000035264 00000 n
-0000040693 00000 n
-0000040916 00000 n
-0000042096 00000 n
-0000042286 00000 n
-0000042404 00000 n
-0000042472 00000 n
-0000046377 00000 n
-0000046600 00000 n
-0000047770 00000 n
-0000047962 00000 n
-0000047990 00000 n
-0000048094 00000 n
-0000048645 00000 n
-0000048853 00000 n
-0000049693 00000 n
-0000049870 00000 n
-0000050287 00000 n
-0000050670 00000 n
-0000068946 00000 n
-0000069162 00000 n
-0000071231 00000 n
-0000071481 00000 n
-0000071804 00000 n
+0000071647 00000 n
+0000050115 00000 n
+0000048176 00000 n
+0000042504 00000 n
+0000071967 00000 n
+0000024232 00000 n
+0000024088 00000 n
+0000015307 00000 n
+0000034700 00000 n
+0000034556 00000 n
+0000024353 00000 n
+0000034914 00000 n
+0000035050 00000 n
+0000035377 00000 n
+0000041232 00000 n
+0000041455 00000 n
+0000042649 00000 n
+0000042839 00000 n
+0000042957 00000 n
+0000043025 00000 n
+0000046930 00000 n
+0000047153 00000 n
+0000048323 00000 n
+0000048515 00000 n
+0000048543 00000 n
+0000048647 00000 n
+0000049198 00000 n
+0000049406 00000 n
+0000050246 00000 n
+0000050423 00000 n
+0000050840 00000 n
+0000051223 00000 n
+0000069499 00000 n
+0000069715 00000 n
+0000071784 00000 n
+0000072034 00000 n
+0000072357 00000 n
trailer
-<</Size 45/Root 43 0 R/Info 44 0 R/ID[<0DC3444F1267E1BE39DDE49D3812813B> <0DC3444F1267E1BE39DDE49D3812813B>]>>
+<</Size 45/Root 43 0 R/Info 44 0 R/ID[<F357E9BC2C429C8576023DA3B8AA5D57> <F357E9BC2C429C8576023DA3B8AA5D57>]>>
startxref
-72128
+72681
%%EOF
diff --git a/Master/texmf-dist/doc/lualatex/novel/novel.tex b/Master/texmf-dist/doc/lualatex/novel/novel.tex
index 2009bf63b22..6c1fc64d124 100644
--- a/Master/texmf-dist/doc/lualatex/novel/novel.tex
+++ b/Master/texmf-dist/doc/lualatex/novel/novel.tex
@@ -5,7 +5,7 @@
% IF YOU COMPILE THIS DOCUMENT: Be sure that both this file and
% novel.pdf (if present) have read/write permissions for any user.
% Otherwise, compile may fail at the point where files are written.
-\documentclass{novel} % v. 1.42 or later
+\documentclass{novel} % v. 1.43 or later
% Almost all settings are defaults.
\SetHeadFootStyle{3}
\SetTitle{Novel Document Class} % only footer, with page number
@@ -22,7 +22,7 @@
\ChapterDeco[4]{\decoglyph{n9548}}
\end{ChapterStart}
-\textbf{Where is the documentation??} It is in HTML format, and cannot be retreived via \textit{texdoc}. If you have this package installed, look for (texroot)/doc/lualatex/novel/novel-documentation.html. If you are online, got to the CTAN page at https://ctan.org/pkg/novel and click ``Package Documentation (HTML).''
+\textbf{Where is the documentation??} It is in HTML format, and cannot be retrieved via \textit{texdoc}. If you have this package installed, look for (texroot)/doc/lualatex/novel/novel-documentation.html. If you are online, go to the CTAN page at https://ctan.org/pkg/novel and click ``Package Documentation (HTML).''
\scenebreak
@@ -36,9 +36,9 @@ But if you are writing a detective novel, or science fiction, or a collection of
Throughout, it is assumed that the purpose of your writing is a commercially printed book of fiction.
-A new \emph{novel} is pre-configured to produce a standard trade book size of 5.5in W x 8.5in H, with layout margins that are likely to be acceptable to the most widely-used print services. The file now are now reading is in this format. But if that is not the size or layout you want, then there are commands that configure just about anything, using standard terminology and understandable purpose. Best of all, the HTML documentation comes with images and examples, so you know what you are doing.
+A new \emph{novel} is pre-configured to produce a standard trade book size of 5.5in W x 8.5in H, with layout margins that are likely to be acceptable to the most widely-used print services. The file you are now reading is in this format. But if that is not the size or layout you want, then there are commands that configure just about anything, using standard terminology and understandable purpose. Best of all, the HTML documentation comes with images and examples, so you know what you are doing.
-Almost everything is pre-configured to “just work,” even the choice of fonts. The chosen compiler is LuaLaTeX, and Open Type fonts are loaded using fontspec technology. If you prefer to use a professional font, it will be easy to load and use in utf-8.
+Almost everything is pre-configured to “just work,” even the choice of fonts. The chosen compiler is LuaLaTeX, and Open Type fonts are loaded using \textit{fontspec} technology. If you prefer to use a professional font, it will be easy to load and use in utf-8.
Many standard LaTeX commands are disabled. This will be surprising at first. But \emph{novel} is focused on one thing only. Anything that might interfere with that purpose may have been tossed aside. So, be sure that you read the documentation! If you take an existing LaTeX document and just change the class to \emph{novel,} it is very unlikely to work as expected.
@@ -58,7 +58,7 @@ The companion font(s) is(are) licensed under the SIL Open Font License, version
\QuickChapter{4. Version}
-\noindent 1.42, 2017-10-04: continued doc improvement.
+\noindent 1.42-1.43, 2017-10-19: continued doc improvement.
\noindent 1.41, 2017-10-02: even better docs, minor internal changes.
@@ -85,7 +85,7 @@ The companion font(s) is(are) licensed under the SIL Open Font License, version
\backindent\makebox[\parindent][l]{Q. }Is this project still alive?
\end{adjustwidth}
\begin{adjustwidth}{\parindent}{0pt}
-\backindent\makebox[\parindent][l]{A. }Yes, and it is still in use by its creator. However, he would like someone else to take over long-term maintenance, because he is moving on to other things. If interested, contact CTAN and the creator (e-mail at top of novel.cls file). You will need to be familiar with LuaLaTeX, fontspec, Open Type, and the terminology of fiction writing. Lua coding not required. Until then, the original creator will maintain it from time to time.
+\backindent\makebox[\parindent][l]{A. }Yes. But its creator would like someone else to take over long-term maintenance, because he is moving on to other things. If interested, see e-mail at top of novel.cls file. You will need to be familiar with LuaLaTeX, fontspec, Open Type, and the terminology of fiction writing. Lua coding not required. Until then, the original creator will maintain it from time to time.
\end{adjustwidth}
\begin{adjustwidth}{\parindent}{0pt}
@@ -106,12 +106,11 @@ The companion font(s) is(are) licensed under the SIL Open Font License, version
\backindent\makebox[\parindent][l]{Q. }Has this document class ever been used for an actual novel?
\end{adjustwidth}
\begin{adjustwidth}{\parindent}{0pt}
-\backindent\makebox[\parindent][l]{A. }Yes indeed! In August 2017 the author published a complete novel, including its cover, using this document class. Almost all of the setup used defaults. The files (textblock and cover) were submitted to a major American P.O.D. service in \lnum{PDF/X-1a:2001} format, then electronically reviewed and accepted \textit{on the first attempt.} A printed copy was in the author's hands within a week. Just like that. Took months to write, of course.
+\backindent\makebox[\parindent][l]{A. }Yes indeed! In August 2017 the author published a complete novel, including its cover, using this document class. Almost all of the setup used defaults. The files (textblock and cover) were submitted to a major American P.O.D. service in \lnum{PDF/X-1a:2001} format, then electronically reviewed and accepted \textit{on the first attempt.} A printed copy was in the author's hands within a week. Just like that. Took months to write, of course. Update: Another author reports success with a published book.
\end{adjustwidth}
\begin{adjustwidth}{\parindent}{0pt}
-\backindent\makebox[\parindent][l]{Q. }When I woke up this morning, my head felt like a toddler had been pounding it in a sandbox. I rolled over and looked at the mug shot on the wall. It was a woman in her forties with a drug habit that
-was bad, and an attitude that was even worse. She had seen better days, like the time I took her to the eighth grade sock hop. Then I got up, washed, and dragged my lonely butt down to the one-man detective agency that I jokingly called my means of living. You know what I mean?
+\backindent\makebox[\parindent][l]{Q. }When I woke up this morning, my head felt like a toddler had been pounding it in a sandbox. I rolled over and looked at the mug shot on the wall. It was a woman in her forties with a drug habit that was bad, and an attitude that was even worse. She had seen better days, like the time I took her to the eighth grade sock hop. Then I got up, washed, and dragged my lonely butt down to the one-man detective agency that I jokingly called my means of living. You know what I mean?
\end{adjustwidth}
\begin{adjustwidth}{\parindent}{0pt}
\backindent\makebox[\parindent][l]{A. }Yeah. Stick with me, kid. This document class is for you.