diff options
author | Karl Berry <karl@freefriends.org> | 2008-12-05 01:52:40 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-12-05 01:52:40 +0000 |
commit | d00f2929d26af30109b9c7f5909b584460b73978 (patch) | |
tree | e4ca1a17c574062225ca3f59ef5829b89792ad30 /Master/texmf-dist/doc/latex/pdfx/README | |
parent | 328f6344fc5d11b5731246b12ea1df785d55d968 (diff) |
new latex package pdfx (4dec08)
git-svn-id: svn://tug.org/texlive/trunk@11521 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfx/README')
-rw-r--r-- | Master/texmf-dist/doc/latex/pdfx/README | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfx/README b/Master/texmf-dist/doc/latex/pdfx/README new file mode 100644 index 00000000000..6c6fc8ba7a2 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pdfx/README @@ -0,0 +1,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>
\ No newline at end of file |