diff options
Diffstat (limited to 'Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty')
-rw-r--r-- | Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty b/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty index c21380800f1..e420d89bd34 100644 --- a/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty +++ b/Master/texmf-dist/tex/lualatex/novel/novel-pdfx.sty @@ -24,7 +24,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesFile{novel-pdfx.sty} - [2017/03/09 v1.0.7 LaTeX file (PDF/X support for novel class)] + [2017/03/21 v1.0.9 LaTeX file (PDF/X support for novel class)] % This package supports, and is part of, class `novel'. % No support for anything but LuaLaTeX. @@ -414,17 +414,17 @@ \edef\0{\string\0} % Not sure why, but it works. \edef\({\string\(} % PDF Catalog requires escaped parentheses. \edef\){\string\)} % PDF Catalog requires escaped parentheses. - \catcode`\_ 12 % The *.icc file name might contain underscores. + \catcode`\_ 12 % The icc file name might contain underscores. % \if@noembedicc\else \IfFileExists{\@OIprofile}{% \immediate\pdfobj stream attr{/N 4} file{\@OIprofile}% \edef\OBJ@OI{\the\pdflastobj\space 0 R}% }{% - \ClassError{novel}{Requested color profile *.icc not found}% - {Your Output Intent calls for a color profile *.icc file,^^J% - and you requested `embed-icc',^^J% - but the file could not be located.}% + \ClassError{novel}{Requested icc color profile not found}% + {You used the starred \string\SetPDFX*\space which embeds the^^J% + associated icc color profile. But the file could not be located.^^J% + If necessary, place it in the same folder as your *.tex document.}% } \fi \ifthenelse{\equal{\@OIcondition}{}}{ |