diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-05 22:29:12 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-05 22:29:12 +0000 |
commit | f4e490b11405179fb82fb6067c8989511eedb2c6 (patch) | |
tree | fdefa8944d506f425ffa1151a48162d347dbfc99 /Master/texmf-dist/tex | |
parent | afcc406e83da2888dcc67dca1cca3b3c020d81b2 (diff) |
colorprofiles (5nov18)
git-svn-id: svn://tug.org/texlive/trunk@49086 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/colorprofiles/colorprofiles.sty | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-dist/tex/generic/colorprofiles/colorprofiles.sty b/Master/texmf-dist/tex/generic/colorprofiles/colorprofiles.sty index dea8f9a7a53..edd0c7faeed 100644 --- a/Master/texmf-dist/tex/generic/colorprofiles/colorprofiles.sty +++ b/Master/texmf-dist/tex/generic/colorprofiles/colorprofiles.sty @@ -18,7 +18,7 @@ %% \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{colorprofiles} - [2018/10/20 v1.0.0 color profiles for PDF/X and PDF/A support] + [2018/11/01 v1.0.1 color profiles for PDF/X and PDF/A support] % \begingroup @@ -54,7 +54,7 @@ \global\let\colorpro@cmyk@identifier\relax \global\let\colorpro@cmyk@registry\relax } - \IfFileExists{colorpro@rgb@profile}{}{\colorpro@rgb@clear} - \IfFileExists{colorpro@cmyk@profile}{}{\colorpro@cmyk@clear} + \IfFileExists{\colorpro@rgb@profile}{}{\colorpro@rgb@clear} + \IfFileExists{\colorpro@cmyk@profile}{}{\colorpro@cmyk@clear} \endgroup \endinput |