Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion colorspace.sty
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@
% read the icc file and extract the space it applies to
\ifx\pdffiledump\@undefined
\directlua{
local icc = io.open([[#2]], "r")
local icc = io.open(kpse.find_file([[#2]]), "r")
if icc then
icc:seek("set", 16)
tex.print([[\noexpand\csname @namedef\endcsname{spc@tempa}{]]
Expand Down