diff options
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/novel/novel.cls')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/novel/novel.cls | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel.cls b/Master/texmf-dist/tex/lualatex/novel/novel.cls index 29a1c739f0f..da6d7234271 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel.cls +++ b/Master/texmf-dist/tex/lualatex/novel/novel.cls @@ -17,9 +17,11 @@ %% \NeedsTeXFormat{LaTeX2e}[1995/12/01] % Actually needs LuaLaTeX, at least version 0.95 from TeXLive 2016. -\ProvidesClass{novel}[2017/08/10 v1.36 LaTeX document class] +\ProvidesClass{novel}[2017/08/15 v1.38 LaTeX document class] %% +%% Version 1.38: corrected offset in cover artwork; some docs modified. + %% Version 1.36: minor documentation correction. %% Version 1.34: Added debug class option and related code. @@ -554,7 +556,7 @@ \if@coverart \AddToShipoutPictureBG{% \AtPageUpperLeft{% - \InlineImage*{\novelcoverimage}% + \InlineImage{\novelcoverimage}% Version 1.38 corrected erroneous starred command here. }% } \null% without this, page has no "content" |