summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdfx/README
blob: 6c6fc8ba7a2caf057b5c8618eccf41f6c697519a (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
Readme for pdfx package (pdfx.sty)

pdfx.sty is a LaTeX package which helps to create PDF/X-1a and
PFD/A-1b compliant pdf documents with pdfTeX.

Installation:

Create a directory $TEXMF/tex/latex/pdfx and copy pdfx.sty, *.xmp to
this directory.  Update the file database of your TeX system.

Documentation:

Composite documentation and code is available in src/pdfx.dtx. Run
TeX/LaTeX on pdfx.ins to extract pdfx.sty from pdfx.dtx.  If you
[pdf]LaTeX pdfx.dtx, you will get pdfx.pdf which is the human readable
documentation.

A Makefile is provided in the src directory. Following steps will
create the documentation:

 make pdf
 make out
 make index
 make pdf

'make out' is for manipulating the bookmarks file to create QUICK
LINKS in the pdf document.

Licence:

The package is released under LaTeX Project Public Licence.

Authors:

CV Radhakrishnan <cvr@river-valley.org> and 
Han The Thanh <thanh@river-valley.org>