blob: 5cdee967d096737edf866f3e2aa6e218bbe0e8ff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
|
% \iffalse meta-comment
%
% Copyright 2008-2016 CV Radhakrishnan and Han The Thanh
% Copyright 2015-2016 Ross Moore and Peter Selinger
%
% This file is part of the 'pdfx' package.
% ----------------------------------------
%
% It may be distributed and/or modified under the conditions of the
% LaTeX Project Public License, either version 1.2 of this license or
% (at your option) any later version. The latest version of this
% license is in http://www.latex-project.org/lppl.txt and version 1.2
% or later is part of all distributions of LaTeX version 1999/12/01 or
% later.
%
% The color profile sRGB_IEC61966-2-1_black_scaled.icc is
% Copyright 2009 International Color Consortium.
% It is distributed under the terms given in the file `ICC_LICENSE.txt'.
%
% The list of all files belonging to the LaTeX package, 'pdfx.sty' is
% given in the file `manifest.txt'.
%
% \fi
%
% CONTENTS
README
Readme file
pdfx.sty
the main package
pdfx.pdf
package documentation
glyphtounicode-cmr.tex
maps glyphnames in cmr font to Unicode
pdfa.xmp
XMP template for PDF/A documents
pdfe.xmp
XMP template for PDF/E documents
pdfvt.xmp
XMP template for PDF/VT documents
pdfx.xmp
XMP template for PDF/X documents
8bit.def
custom input encoding
l8uenc.def
custom output into UTF-8 format text metadata
l8uarb.def
supports arabic output into UTF-8 format metadata
l8uarm.def
supports armenian output into UTF-8 format metadata
armglyphs.dfu
provides \pdfglyphname map to Unicode, for armenian characters
l8ucyr.def
supports cyrillic output into UTF-8 format metadata
l8udev.def
supports devanagari output into UTF-8 format metadata
l8ugrk.def
supports greek output into UTF-8 format metadata
l8ulat.def
supports input from Latin-1 to Latin-9 encodings for UTF-8 format metadata
l8umath.def
supports mathematical symbols in UTF-8 format metadata
coated_FOGRA39L_argl.icc
CMYK color profile
sRGB_IEC61966-2-1_black_scaled.icc
RGB color profile
ICC_LICENSE.txt
the license for the color profiles
AdobeColorProfiles.tex
defines commands for including Adobe profiles
AdobeExternalProfiles.tex
defines commands for external Adobe profiles; PDF/X-4p, PDF/X-5pg
sample.tex
example TeX document, no metadata included
sample.xmpdata
example metadata file, for sample.tex
small2e-pdfx.tex
example TeX document, with included metadata
manifest.txt
file list
Directory: src
Makefile
make file for compiling documentation
pdfx.dtx
main package with driver, including documentation
pdfx.xmpdata
metadata for documentation as PDF/A-u2
pdfx.ins
main installer batch file
rvdtx.sty
extra package needed to compile documentation
arm-start.tex
used to show example coding in a Figure
koi8-example.tex
used to show example coding in a Figure
koi8-example2.tex
used to show example coding in a Figure
latin2-example.tex
used to show example coding in a Figure
TL-POL-meta.png
screen-shot image used in a Figure
TL-RU-LICRs.png
screen-shot image used in a Figure
TL-RU-metadata.png
screen-shot image used in a Figure
TL-RU-toc.png
screen-shot image used in a Figure
armtex-meta.png
screen-shot image used in a Figure
math-assign5.png
screen-shot image used in a Figure
usage-meta.png
screen-shot image used in a Figure
|