
Am 11.06.25 um 14:48 schrieb Hans Hagen:
fixed in next upload (the file was zipped as text so it got this linefeed changing that is/was needed for unix but it's a binary file; actually that normalizing was needed decades ago but i'm not sure if it still is needed; for tex it doesn't matter if there's cr lf or crlf (mac linux windows); for a similar reason we had to add \endinput to the end of files but again one can wonder if that matters now)
Though I see a new profile I still get the same error.
profiles > profile specification '{ISO Coated v2 300% (ECI)} ' not found in 'colorprofiles.xml, colorprofiles.lua' xml > core > load error in [/home/juh/hs.pub.context/context/tex/texmf-local/colors/icc/context/colorprofiles.xml]: empty xml file backend > profiles > profile specification '{ISO Coated v2 300% (ECI)} ' not found in 'colorprofiles.xml, colorprofiles.lua'
This is in my local colorprofiles.xml <profile> <filename>ISOcoated_v2_300_eci.icc</filename> <colorspace>CMYK</colorspace> <class>prtr</class> <id>FOGRA39</id> <info>ISO Coated v2 300% (ECI)</info> <checksum>e14f5db955711d914d877df35ad7a1b5</checksum> <version>24000000</version> <url>http://www.color.org</url> <outputcondition>Offset printing, according to ISO 12647-2:2004/Amd 1, OFCOM, paper type 1 or 2 = coated art, 115 g/m2, tone value increase curves A (CMY) and B (K)</outputcondition> </profile> My definition: \setupbackend[ %format=PDF/X-1a:2001, %format=PDF/X-1a:2003, format=PDF/X-3:2002, %Empfehlung von Flyeralarm %format=PDF/X-3:2003, %format=PDF/X-4, %format=PDF/X-4p, intent={ISO Coated v2 300\letterpercent\space (ECI)} ] My profile in textmf-local...: -rw-r--r-- 1 juh juh 1,8M 15. Feb 2022 ISOcoated_v2_300_eci.icc I checked the File checksum. It it correct. The names of the profiles in tex-context differs. colo-imp-cgats001compat-v2-micro.icc colo-imp-icc.rme colo-imp-sgrey-v2-magic.icc colo-imp-srgb.icc colo-imp-srgb-v4.icc colo-imp-default_gray.icc colo-imp-isocoated_v2_eci.icc colo-imp-sgrey-v4.icc colo-imp-srgb-v2-magic.icc All names start with colo-... But in colorprofiles.xml all these names are missing. Sorry, but I am quite confused. juh