Am 12.02.20 um 11:09 schrieb Peter Rolf:
I get this in my logs
backend > profiles > profile specification 'ISO Coated v2 300% (ECI)' loaded from '/home/juh/context-linux-64/tex/texmf-context/colors/icc/context/colorprofiles.xml'
I just realized that the above output is the right output. Ok. But now I have another question I want to install a new profile I downloaded from eci.org I extended colorprofiles.xml putting it in texmf-local/colors/icc/context/ with this additional xml: <profile> <filename>PSO_Uncoated_ISO12647_eci.icc</filename> <colorspace>CMYK</colorspace> <class>prtr</class> <id>Custom</id> <info>PSO Uncoated ISO12647 ECI</info> <checksum>ae81087e1c54c6fdda2f93bd2d47cfaf</checksum> <version>2000000</version> <url>http://www.eci.org</url> <outputcondition>Commercial and specialty offset, paper type 4, uncoated white paper, positive plates, tone value increase curves C (CMY) and D (K), white backing. </outputcondition> </profile> I generated the md5 checksum from the file PSO_Uncoated_ISO12647_eci.icc. But the file in texmf-local is not found backend > profiles > profile specification 'PSO Uncoated ISO12647 ECI' not found in 'colorprofiles.xml, colorprofiles.lua' How can I make context aware of the files? TIA juh