summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/pdfx/AdobeColorProfiles.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-12-06 22:14:29 +0000
committerKarl Berry <karl@freefriends.org>2018-12-06 22:14:29 +0000
commit89b6a5f0bb4c2c1ae32c47aee92f309f4263000a (patch)
treeb100f9a980a2ba8b9ce95d48b5e47c72af2f7f8d /Master/texmf-dist/tex/latex/pdfx/AdobeColorProfiles.tex
parent4730f384a0f5538cd55aedf11762bcc5d3aeec86 (diff)
pdfx (6dec18)
git-svn-id: svn://tug.org/texlive/trunk@49333 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/pdfx/AdobeColorProfiles.tex')
-rw-r--r--Master/texmf-dist/tex/latex/pdfx/AdobeColorProfiles.tex91
1 files changed, 78 insertions, 13 deletions
diff --git a/Master/texmf-dist/tex/latex/pdfx/AdobeColorProfiles.tex b/Master/texmf-dist/tex/latex/pdfx/AdobeColorProfiles.tex
index 5d78bafe9e4..a4dea479276 100644
--- a/Master/texmf-dist/tex/latex/pdfx/AdobeColorProfiles.tex
+++ b/Master/texmf-dist/tex/latex/pdfx/AdobeColorProfiles.tex
@@ -1,4 +1,11 @@
+%%%
+%%% file: AdobeColorProfiles.tex
+%%% version 1.1 2018-11-15
+%%% information compiled by: <ross.moore@mq.edu.au>
+%%%
% This file gives macros to specify CMYK Color Profiles as supported by Adobe's Acrobat Pro DC software.
+% Some alternatives are also included, available on some MacOS platforms
+%
% Identifying names, comments and descriptions are taken from AC/DC's "Color Setup" Preferences panel.
% --- user-command --- CMYK profile needed with PDF/X-?? files
% \setCMYKcolorprofile{<filename>}{<output intent>}{<identifier>}{<registry URL>}
@@ -23,15 +30,32 @@
{Coated FOGRA39 \string\(ISO 12647-2:2004\string\)}% /ProfileName
{http://www.color.org}% /RegistryName
}%
+% also available using:
+\gdef\MacFOGRAXXXIX{%
+ \pdfxSetCMYKcolorProfileDir\MacOSLibraryColordir
+ \setCMYKcolorprofile{CoatedFOGRA39.icc}%
+ {CoatedFOGRA39}%
+ {Coated FOGRA39 \string\(ISO 12647-2:2004\string\)}% /ProfileName
+ {http://www.color.org}% /RegistryName
+}
-% Coated GRACoL — no
+
+% Coated GRACoL
% Coated GRACoL 2006 \(ISO 12647-2:2004\)
\gdef\CoatedGRACoL{\setCMYKcolorprofile{CoatedGRACoL2006.icc}%
{CGATS TR 006}% /OutputConditionIdentifier
% {GRACoL2006_Coated1v2.icc}% /ProfileName
{Coated GRACoL 2006 \string\(ISO 12647-2:2004\string\)}%
{http://www.color.org}% /RegistryName
-}% does not validate ???
+}%
+% also available using:
+\gdef\MacCoatedGRACoL{%
+ \pdfxSetCMYKcolorProfileDir\MacOSLibraryColordir
+ \setCMYKcolorprofile{GRACoL2006_Coated1v2.icc}%
+ {CGATS TR 006}% /OutputConditionIdentifier
+ {Coated GRACoL 2006 \string\(ISO 12647-2:2004\string\)}%
+ {http://www.color.org}% /RegistryName
+}%
% ISO Web Coated
@@ -59,6 +83,14 @@
% {Japan Color 2001 Coated: Printing process definition: ISO 12647-2:2004, sheet-fed offset printing, positive plates, paper type 3 \string\(coated, 105 gsm\string\), screen frequency 69/cm.}%
{http://www.color.org}% /RegistryName
}%
+% also available using:
+\gdef\MacJapanColorMMICoated{%
+ \pdfxSetCMYKcolorProfileDir\MacOSLibraryColordir
+ \setCMYKcolorprofile{JapanColor2001Coated.icc}%
+ {JC200103}% /OutputConditionIdentifier
+ {Japan Color 2001 Coated}% /ProfileName
+ {http://www.color.org}% /RegistryName
+}%
% Japan Color 2001 Uncoated
@@ -127,32 +159,47 @@
}%
-% U.S. Web Coated (SWOP) 3v2 – no
+% U.S. Web Coated (SWOP) 3v2
\gdef\SWOPCGATSIII{\setCMYKcolorprofile{WebCoatedSWOP2006Grade3.icc}%
{CGATS TR 003}% /OutputConditionIdentifier
{SWOP2006_Coated3v2.icc}% /ProfileName
% {Web Offset CTP plates ISO 2846-1 Inks - Variable screen frequency / G7 Methodology / Grade #3 paper}% /OutputCondition
{http://www.color.org}% /RegistryName
-}% does not validate
-
-
-% U.S. Web Coated (SWOP) 5v2 – no
+}%
+% also available using
+\gdef\MacSWOPCGATSIII{%
+ \pdfxSetCMYKcolorProfileDir\MacOSLibraryColordir
+ \setCMYKcolorprofile{SWOP2006_Coated3v2.icc}%
+ {CGATS TR 003}% /OutputConditionIdentifier
+ {SWOP2006_Coated3v2.icc}% /ProfileName
+ {http://www.color.org}% /RegistryName
+}
+
+% U.S. Web Coated (SWOP) 5v2
\gdef\SWOPCGATSV{\setCMYKcolorprofile{WebCoatedSWOP2006Grade5.icc}%
{CGATS TR 005}% /OutputConditionIdentifier
{SWOP2006_Coated5v2.icc}% /ProfileName
% {Web Offset CTP plates ISO 2846-1 Inks - Variable screen frequency / G7 Methodology / grade #5 Paper}% /OutputCondition
{http://www.color.org}% /RegistryName
-}% does not validate
+}%
-% ISO Coated v2 (ECI) – no
+% ISO Coated v2 (ECI)
\gdef\ISOCoatedECI{\setCMYKcolorprofile{CoatedFOGRA39.icc}%
{FOGRA39}% /OutputConditionIdentifier
{ISO Coated v2 \string\(ECI\string\)}% /ProfileName
% {Offset commercial and specialty printing according to ISO 12647-2:2004 / Amd 1, paper type 1 or 2 \(gloss or matte coated offset, 115 g/m2\), screen frequency 60/cm.}% /OutputCondition
{http://www.color.org}% /RegistryName
-}% does not validate
+}%
+% also available using
+\gdef\MacISOCoatedECI{%
+ \pdfxSetCMYKcolorProfileDir\MacOSLibraryColordir
+ \setCMYKcolorprofile{ISOcoated_v2_eci.icc}%
+ {FOGRA39}% /OutputConditionIdentifier
+ {ISO Coated v2 \string\(ECI\string\)}% /ProfileName
+ {http://www.color.org}% /RegistryName
+}%
% FOGRA29
@@ -183,11 +230,31 @@
%Uses the FOGRA27 press characterization. It is designed to produce quality separations for standard ISO printing using: 350% total ink coverage, positive film and coated paper.
{http://www.color.org}% /RegistryName
}%
+% also available using:
+\gdef\MacCoatedFOGRA{%
+ \pdfxSetCMYKcolorProfileDir\MacOSLibraryColordir
+ \setCMYKcolorprofile{CoatedFOGRA27.icc}%
+ {FOGRA27}%
+ {Coated FOGRA27 \(ISO 12647-2:2004\)}%
+ {http://www.color.org}% /RegistryName
+}%
+% ISO Newspaper (IFRA 26%)
+% this is not in Adobe's directory, but is supported by:
+\gdef\MacIFRAXXVI{%
+ \pdfxSetCMYKcolorProfileDir\MacOSLibraryColordir
+ \setCMYKcolorprofile{ISOnewspaper26v4.icc}%
+ {IFRA26}%
+ {Printing process definition: ISO/DIS 12647-3:2004, Coldset offset printing, contact exposed negative acting plates or computer to plate \(tone value increase of 26\%\), newsprint, screen ruling 40 lines per cm.}%
+ {http://www.color.org}% /RegistryName
+}
+
\endinput
+%% Incomplete information on other Profiles
+
% U.S. Sheetfed Coated v2
% USSheetfedCoated.icc
\gdef\SheetfedCoated{\setCMYKcolorprofile{USSheetfedCoated.icc}%
@@ -205,9 +272,7 @@
{http://www.color.org}% /RegistryName
}%
-
-
-% ISO Newspaper (IFRA 26%) – no
+% ISO Newspaper (IFRA 26%) – needs:
\gdef\IFRAXXVI{\setEXTERNALprofile{ISOnewspaper26v4}% /ProfileName
{Printing process definition: ISO/DIS 12647-3:2004, Coldset offset printing, contact exposed negative acting plates or computer to plate \(tone value increase of 26\%\), newsprint, screen ruling 40 lines per cm.}% /OutputCondition
{IFRA26}% /OutputConditionIdentifier /OutputCondition (dIDS_OUTPUTCOND_IFRA26_long)