summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdfx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-12-05 01:52:40 +0000
committerKarl Berry <karl@freefriends.org>2008-12-05 01:52:40 +0000
commitd00f2929d26af30109b9c7f5909b584460b73978 (patch)
treee4ca1a17c574062225ca3f59ef5829b89792ad30 /Master/texmf-dist/doc/latex/pdfx
parent328f6344fc5d11b5731246b12ea1df785d55d968 (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')
-rw-r--r--Master/texmf-dist/doc/latex/pdfx/README36
-rw-r--r--Master/texmf-dist/doc/latex/pdfx/manifest.txt59
-rw-r--r--Master/texmf-dist/doc/latex/pdfx/pdfx.pdfbin0 -> 133809 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pdfx/small2e.pdfbin0 -> 55030 bytes
-rw-r--r--Master/texmf-dist/doc/latex/pdfx/small2e.tex42
-rw-r--r--Master/texmf-dist/doc/latex/pdfx/small2e.xmpdata5
6 files changed, 142 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
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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pdfx/pdfx.pdf
Binary files 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
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/pdfx/small2e.pdf
Binary files 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{pdfTeX</rdf:li><rdf:li>PDF/X-1a</rdf:li><rdf:li>PDF/A-b}
+\Title{Sample LaTeX input file}
+\Author{LaTeX project team}
+\Org{TeX Users Group}
+ \ No newline at end of file