diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/test')
8 files changed, 225 insertions, 19 deletions
diff --git a/Master/texmf-dist/tex/context/test/mkiv/pdf-a1a-2005.mkiv b/Master/texmf-dist/tex/context/test/mkiv/pdf-a1a-2005.mkiv index 90ac0c2420d..ec767bf829c 100644 --- a/Master/texmf-dist/tex/context/test/mkiv/pdf-a1a-2005.mkiv +++ b/Master/texmf-dist/tex/context/test/mkiv/pdf-a1a-2005.mkiv @@ -1,6 +1,6 @@ % PDF/A-1a:2005 -\enabletrackers[structure.tags,backend.tags] +\enabletrackers[structure.tags,backend.tags,backend.xmp] \setupbackend [format=PDF/A-1a:2005, @@ -13,17 +13,19 @@ \setupcolors[cmyk=no] \definecolor[rgbblack][b=0.01] -\definecolor[transtest][r=1,g=1,t=.5] +\definecolor[transtest][r=1,g=1,t=0.25]% transparency is not allowed \placebookmarks[chapter][all][force=yes] + + \starttext \starttextcolor[rgbblack] \startchapter[title=aa,bookmark=bb,list=cc,marking=dd] -Test it +Test for PDF/A-1a:2005 \stopchapter diff --git a/Master/texmf-dist/tex/context/test/mkiv/pdf-a1b-2005.mkiv b/Master/texmf-dist/tex/context/test/mkiv/pdf-a1b-2005.mkiv index f23942a97e0..4df15a13f6b 100644 --- a/Master/texmf-dist/tex/context/test/mkiv/pdf-a1b-2005.mkiv +++ b/Master/texmf-dist/tex/context/test/mkiv/pdf-a1b-2005.mkiv @@ -1,6 +1,6 @@ % PDF/A-1b:2005 -\enabletrackers[structure.tags,backend.tags,backend.xmp] +\enabletrackers[backend.xmp] \setupbackend [format=PDF/A-1b:2005, @@ -9,21 +9,20 @@ % profile={sRGB.icc,default_gray.icc}] level=0] -\setuptagging[state=start] % needed even for 'b'-version - \setupcolors[cmyk=no] \definecolor[rgbblack][b=0.01] -\definecolor[transtest][r=1,g=1,t=.5] +\definecolor[transtest][r=1,g=1,t=.25]% transparency is not allowed + + \starttext \starttextcolor[rgbblack] % forced /DeviceGray causes problems; we need a trigger -Text is needed, otherwise tagging base entries are not applied. +Test for PDF/A-1b:2005 \stoptextcolor -%\startTEXpage \hbox\bgroup \blackrule[width=1cm,height=1cm,color=red] \blackrule[width=1cm,height=1cm,color=green] @@ -32,6 +31,5 @@ Text is needed, otherwise tagging base entries are not applied. \blackrule[width=1cm,height=1cm,color=transtest]\hskip-.5cm \blackrule[width=1cm,height=1cm,color=transtest] \egroup -%\stopTEXpage \stoptext diff --git a/Master/texmf-dist/tex/context/test/mkiv/pdf-a2a.mkiv b/Master/texmf-dist/tex/context/test/mkiv/pdf-a2a.mkiv index a0e181e6906..cf609dc75df 100644 --- a/Master/texmf-dist/tex/context/test/mkiv/pdf-a2a.mkiv +++ b/Master/texmf-dist/tex/context/test/mkiv/pdf-a2a.mkiv @@ -1,6 +1,6 @@ % PDF/A-2a -\enabletrackers[structure.tags,backend.tags] +\enabletrackers[structure.tags,backend.tags,backend.xmp] \setupbackend [format=PDF/A-2a, @@ -10,19 +10,24 @@ \setuptagging[state=start] +\setupinteraction[state=start]% needed for attachment +%\setupattachment[method=hidden] + \setupcolors[cmyk=no] \definecolor[rgbblack][b=0.01] -\definecolor[transtest][r=1,g=1,t=.5] +\definecolor[transtest][r=1,g=1,t=.25] \placebookmarks[chapter][all][force=yes] + + \starttext \starttextcolor[rgbblack] \startchapter[title=aa,bookmark=bb,list=cc,marking=dd] -Test it +Test for PDF/A-2a \stopchapter @@ -37,4 +42,9 @@ Test it \blackrule[width=1cm,height=1cm,color=transtest] \egroup + +% inclusion of PDF/A is allowed; TODO: test if ANY version (even newer) is allowed +%\attachment[file={attachment_pdf-a1a-2005.pdf}, type={application/pdf}] +\attachment[file={attachment_pdf-a1b-2005.pdf}, type={application/pdf}] + \stoptext diff --git a/Master/texmf-dist/tex/context/test/mkiv/pdf-a2b.mkiv b/Master/texmf-dist/tex/context/test/mkiv/pdf-a2b.mkiv new file mode 100644 index 00000000000..d51d83025a1 --- /dev/null +++ b/Master/texmf-dist/tex/context/test/mkiv/pdf-a2b.mkiv @@ -0,0 +1,48 @@ +% PDF/A-2b + +\enabletrackers[backend.xmp] + +\setupbackend + [format=PDF/A-2b, + intent=sRGB IEC61966-2.1, % use <info> entry here; otherwise problems with predefined default profile + profile={sRGB.icc,default_gray.icc}, + level=0] + +\setupinteraction[state=start]% needed for attachment +%\setupattachment[method=hidden] + +\setupcolors[cmyk=no] +\definecolor[rgbblack][b=0.01] +\definecolor[transtest][r=1,g=1,t=.25] + +\placebookmarks[chapter][all][force=yes] + + + +\starttext + +\starttextcolor[rgbblack] + +\startchapter[title=aa,bookmark=bb,list=cc,marking=dd] + +Test for PDF/A-2b + +\stopchapter + +\stoptextcolor + +\hbox\bgroup + \blackrule[width=1cm,height=1cm,color=red] + \blackrule[width=1cm,height=1cm,color=green] + \blackrule[width=1cm,height=1cm,color=blue] + \blackrule[width=1cm,height=1cm,color=rgbblack] + \blackrule[width=1cm,height=1cm,color=transtest]\hskip-.5cm + \blackrule[width=1cm,height=1cm,color=transtest] +\egroup + + +% inclusion of PDF/A is allowed; TODO: test if ANY version (even newer) is allowed +\attachment[file={attachment_pdf-a1a-2005.pdf}, type={application/pdf}] +%\attachment[file={attachment_pdf-a1b-2005.pdf}, type={application/pdf}] + +\stoptext diff --git a/Master/texmf-dist/tex/context/test/mkiv/pdf-a2u.mkiv b/Master/texmf-dist/tex/context/test/mkiv/pdf-a2u.mkiv new file mode 100644 index 00000000000..4ea175df104 --- /dev/null +++ b/Master/texmf-dist/tex/context/test/mkiv/pdf-a2u.mkiv @@ -0,0 +1,48 @@ +% PDF/A-2u + +\enabletrackers[backend.xmp] + +\setupbackend + [format=PDF/A-2u, + intent=sRGB IEC61966-2.1, % use <info> entry here; otherwise problems with predefined default profile + profile={sRGB.icc,default_gray.icc}, + level=0] + +\setupinteraction[state=start]% needed for attachment +%\setupattachment[method=hidden] + +\setupcolors[cmyk=no] +\definecolor[rgbblack][b=0.01] +\definecolor[transtest][r=1,g=1,t=.25] + +\placebookmarks[chapter][all][force=yes] + + + +\starttext + +\starttextcolor[rgbblack] + +\startchapter[title=aa,bookmark=bb,list=cc,marking=dd] + +Test for PDF/A-2u + +\stopchapter + +\stoptextcolor + +\hbox\bgroup + \blackrule[width=1cm,height=1cm,color=red] + \blackrule[width=1cm,height=1cm,color=green] + \blackrule[width=1cm,height=1cm,color=blue] + \blackrule[width=1cm,height=1cm,color=rgbblack] + \blackrule[width=1cm,height=1cm,color=transtest]\hskip-.5cm + \blackrule[width=1cm,height=1cm,color=transtest] +\egroup + + +% inclusion of PDF/A is allowed; TODO: test if ANY version (even newer) is allowed +\attachment[file={attachment_pdf-a1a-2005.pdf}, type={application/pdf}] +%\attachment[file={attachment_pdf-a1b-2005.pdf}, type={application/pdf}] + +\stoptext diff --git a/Master/texmf-dist/tex/context/test/mkiv/pdf-a3a.mkiv b/Master/texmf-dist/tex/context/test/mkiv/pdf-a3a.mkiv index 7efb28e3cb5..0013d7a3600 100644 --- a/Master/texmf-dist/tex/context/test/mkiv/pdf-a3a.mkiv +++ b/Master/texmf-dist/tex/context/test/mkiv/pdf-a3a.mkiv @@ -1,9 +1,6 @@ % PDF/A-3a -\nopdfcompression - - -\enabletrackers[structure.tags,backend.tags] +\enabletrackers[structure.tags,backend.tags,backend.xmp] \setupbackend [format=PDF/A-3a, @@ -13,19 +10,24 @@ \setuptagging[state=start] +\setupinteraction[state=start]% needed for attachment +%\setupattachment[method=hidden] + \setupcolors[cmyk=no] \definecolor[rgbblack][b=0.01] -\definecolor[transtest][r=1,g=1,t=.5] +\definecolor[transtest][r=1,g=1,t=.25] \placebookmarks[chapter][all][force=yes] + + \starttext \starttextcolor[rgbblack] \startchapter[title=aa,bookmark=bb,list=cc,marking=dd] -Test it +Test for PDF/A-3a \stopchapter @@ -40,4 +42,8 @@ Test it \blackrule[width=1cm,height=1cm,color=transtest] \egroup + +% inclusion of any file type is allowed +\attachment[file=cow.pdf, type={application/pdf}] + \stoptext diff --git a/Master/texmf-dist/tex/context/test/mkiv/pdf-a3b.mkiv b/Master/texmf-dist/tex/context/test/mkiv/pdf-a3b.mkiv new file mode 100644 index 00000000000..2e1d8bbbb31 --- /dev/null +++ b/Master/texmf-dist/tex/context/test/mkiv/pdf-a3b.mkiv @@ -0,0 +1,47 @@ +% PDF/A-3b + +\enabletrackers[backend.xmp] + +\setupbackend + [format=PDF/A-3b, + intent=sRGB IEC61966-2.1, % use <info> entry here; otherwise problems with predefined default profile + profile={sRGB.icc,default_gray.icc}, + level=0] + +\setupinteraction[state=start]% needed for attachment +%\setupattachment[method=hidden] + +\setupcolors[cmyk=no] +\definecolor[rgbblack][b=0.01] +\definecolor[transtest][r=1,g=1,t=.25] + +\placebookmarks[chapter][all][force=yes] + + + +\starttext + +\starttextcolor[rgbblack] + +\startchapter[title=aa,bookmark=bb,list=cc,marking=dd] + +Test for PDF/A-3b + +\stopchapter + +\stoptextcolor + +\hbox\bgroup + \blackrule[width=1cm,height=1cm,color=red] + \blackrule[width=1cm,height=1cm,color=green] + \blackrule[width=1cm,height=1cm,color=blue] + \blackrule[width=1cm,height=1cm,color=rgbblack] + \blackrule[width=1cm,height=1cm,color=transtest]\hskip-.5cm + \blackrule[width=1cm,height=1cm,color=transtest] +\egroup + + +% inclusion of any file type is allowed +\attachment[file=cow.pdf, type={application/pdf}] + +\stoptext diff --git a/Master/texmf-dist/tex/context/test/mkiv/pdf-a3u.mkiv b/Master/texmf-dist/tex/context/test/mkiv/pdf-a3u.mkiv new file mode 100644 index 00000000000..17112b54212 --- /dev/null +++ b/Master/texmf-dist/tex/context/test/mkiv/pdf-a3u.mkiv @@ -0,0 +1,47 @@ +% PDF/A-3u + +\enabletrackers[backend.xmp] + +\setupbackend + [format=PDF/A-3u, + intent=sRGB IEC61966-2.1, % use <info> entry here; otherwise problems with predefined default profile + profile={sRGB.icc,default_gray.icc}, + level=0] + +\setupinteraction[state=start]% needed for attachment +%\setupattachment[method=hidden] + +\setupcolors[cmyk=no] +\definecolor[rgbblack][b=0.01] +\definecolor[transtest][r=1,g=1,t=.25] + +\placebookmarks[chapter][all][force=yes] + + + +\starttext + +\starttextcolor[rgbblack] + +\startchapter[title=aa,bookmark=bb,list=cc,marking=dd] + +Test for PDF/A-3u + +\stopchapter + +\stoptextcolor + +\hbox\bgroup + \blackrule[width=1cm,height=1cm,color=red] + \blackrule[width=1cm,height=1cm,color=green] + \blackrule[width=1cm,height=1cm,color=blue] + \blackrule[width=1cm,height=1cm,color=rgbblack] + \blackrule[width=1cm,height=1cm,color=transtest]\hskip-.5cm + \blackrule[width=1cm,height=1cm,color=transtest] +\egroup + + +% inclusion of any file type is allowed +\attachment[file=cow.pdf, type={application/pdf}] + +\stoptext |