From d00f2929d26af30109b9c7f5909b584460b73978 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 5 Dec 2008 01:52:40 +0000 Subject: new latex package pdfx (4dec08) git-svn-id: svn://tug.org/texlive/trunk@11521 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/pdfx/README | 36 ++++++++++++++ Master/texmf-dist/doc/latex/pdfx/manifest.txt | 59 +++++++++++++++++++++++ Master/texmf-dist/doc/latex/pdfx/pdfx.pdf | Bin 0 -> 133809 bytes Master/texmf-dist/doc/latex/pdfx/small2e.pdf | Bin 0 -> 55030 bytes Master/texmf-dist/doc/latex/pdfx/small2e.tex | 42 ++++++++++++++++ Master/texmf-dist/doc/latex/pdfx/small2e.xmpdata | 5 ++ 6 files changed, 142 insertions(+) create mode 100644 Master/texmf-dist/doc/latex/pdfx/README create mode 100644 Master/texmf-dist/doc/latex/pdfx/manifest.txt create mode 100644 Master/texmf-dist/doc/latex/pdfx/pdfx.pdf create mode 100644 Master/texmf-dist/doc/latex/pdfx/small2e.pdf create mode 100644 Master/texmf-dist/doc/latex/pdfx/small2e.tex create mode 100644 Master/texmf-dist/doc/latex/pdfx/small2e.xmpdata (limited to 'Master/texmf-dist/doc/latex/pdfx') 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 and +Han The Thanh \ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/pdfx/manifest.txt b/Master/texmf-dist/doc/latex/pdfx/manifest.txt new file mode 100644 index 00000000000..d4529fc7cba --- /dev/null +++ b/Master/texmf-dist/doc/latex/pdfx/manifest.txt @@ -0,0 +1,59 @@ +% \iffalse meta-comment +% +% Copyright 2008 CV Radhakrishnan and Han The Thanh +% +% 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 + +pdfa-1b.xmp + xmp template for pdf/a-1b documents + +pdfx-1a.xmp + xmp template for pdf/x-1a documents + +pdfx.sty + the main package + +pdfx.pdf + documentation in pdf format + +small2e.pdf + example pdf document + +small2e.tex + example TeX document + +small2e.xmpdata + data file with meta information + +Directory: src + +Makefile + make file for compiling documentation + +pdfx.dtx + main package with driver + +pdfx.ins + main installer batch file + +rvdtx.sty + extra package needed to compile documentation + diff --git a/Master/texmf-dist/doc/latex/pdfx/pdfx.pdf b/Master/texmf-dist/doc/latex/pdfx/pdfx.pdf new file mode 100644 index 00000000000..481b4506bd6 Binary files /dev/null and b/Master/texmf-dist/doc/latex/pdfx/pdfx.pdf differ diff --git a/Master/texmf-dist/doc/latex/pdfx/small2e.pdf b/Master/texmf-dist/doc/latex/pdfx/small2e.pdf new file mode 100644 index 00000000000..61451d80da8 Binary files /dev/null and b/Master/texmf-dist/doc/latex/pdfx/small2e.pdf differ diff --git a/Master/texmf-dist/doc/latex/pdfx/small2e.tex b/Master/texmf-dist/doc/latex/pdfx/small2e.tex new file mode 100644 index 00000000000..728ecb3b4cc --- /dev/null +++ b/Master/texmf-dist/doc/latex/pdfx/small2e.tex @@ -0,0 +1,42 @@ +% This is a small sample LaTeX input file (Version of 10 April 1994) +% +% Use this file as a model for making your own LaTeX input file. +% Everything to the right of a % is a remark to you and is ignored by LaTeX. + +% The Local Guide tells how to run LaTeX. + +% WARNING! Do not type any of the following 10 characters except as directed: +% & $ # % _ { } ^ ~ \ + +\documentclass{article} % Your input file must contain these two lines +\usepackage[a-1b]{pdfx} + +\begin{document} % plus the \end{document} command at the end. + + +\section{Simple Text} % This command makes a section title. + +Words are separated by one or more spaces. Paragraphs are separated by +one or more blank lines. The output is not affected by adding extra +spaces or extra blank lines to the input file. + +Double quotes are typed like this: ``quoted text''. +Single quotes are typed like this: `single-quoted text'. + +dashes are typed as Long three dash characters---like this. + +Emphasized text is typed like this: \emph{this is emphasized}. +Bold text is typed like this: \textbf{this is bold}. + +\subsection{A Warning or Two} % This command makes a subsection title. + +If you get too much space after a mid-sentence period---abbreviations +like etc.\ are the common culprits)---then type a backslash followed by +a space after the period, as in this sentence. + +Remember, don't $\left[\frac2a\right]H_n^1$ type the 10 special characters (such as dollar sign and +backslash) except as directed! The following seven are printed by +typing a backslash in front of them: \$ \& \# \% \_ \{ and \}. +The manual tells how to make other symbols. + +\end{document} % The input file ends with this command. diff --git a/Master/texmf-dist/doc/latex/pdfx/small2e.xmpdata b/Master/texmf-dist/doc/latex/pdfx/small2e.xmpdata new file mode 100644 index 00000000000..9da9ecab417 --- /dev/null +++ b/Master/texmf-dist/doc/latex/pdfx/small2e.xmpdata @@ -0,0 +1,5 @@ +\Keywords{pdfTeXPDF/X-1aPDF/A-b} +\Title{Sample LaTeX input file} +\Author{LaTeX project team} +\Org{TeX Users Group} + \ No newline at end of file -- cgit v1.2.3