blob: 3194ea495d3ec0483d8247b4c2e8eb25d56a3d71 (
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
157
158
|
% \iffalse meta-comment
%
% Copyright 2008-2016 CV Radhakrishnan and Han The Thanh
% Copyright 2015-2018 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 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
glyphtounicode-ntx.tex
maps glyphnames in ntx text and math fonts 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
l8u-penc.def
custom output into UTF-8 format text metadata
l8uarb-penc.def
supports arabic output into UTF-8 format metadata
l8uarm-penc.def
supports armenian output into UTF-8 format metadata
armglyphs.dfu
provides \pdfglyphname map to Unicode, for armenian characters
l8ucyr-penc.def
supports cyrillic output into UTF-8 format metadata
l8udev-penc.def
supports devanagari output into UTF-8 format metadata
l8ugrk-penc.def
supports greek output into UTF-8 format metadata
l8uheb-penc.def
supports hebrew output into UTF-8 format metadata
l8ulat-penc.def
supports input from Latin-1 to Latin-9 encodings for UTF-8 format metadata
l8umath-penc.def
supports mathematical symbols in UTF-8 format metadata
AdobeColorProfiles.tex
defines commands for including Adobe profiles
AdobeExternalProfiles.tex
defines commands for external Adobe profiles; PDF/X-4p, PDF/X-5pg
CallasColorProfiles.tex
defines commands for profiles included with Callas pdfaPilot software
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, with descriptions
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
Armenian-example-UTF.png
shows how coding creates a UTF-8 sequence
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
text89.def
maps bytes "80 to "9F to the '?' character, for visibility in a code listing
usage-meta.png
screen-shot image used in a Figure
|