summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdfx/small2e-pdfx.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-05 23:40:13 +0000
committerKarl Berry <karl@freefriends.org>2016-02-05 23:40:13 +0000
commit463c2ec14523be0366ac7388095b0e1dacbc8d3f (patch)
tree8c61b63ccc40dcf7308ecafe2c061914be629067 /Master/texmf-dist/doc/latex/pdfx/small2e-pdfx.tex
parent51400e096ca50dd3c9303cf8aea839947ea4c0dc (diff)
pdfx (5feb16)
git-svn-id: svn://tug.org/texlive/trunk@39594 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pdfx/small2e-pdfx.tex')
-rw-r--r--Master/texmf-dist/doc/latex/pdfx/small2e-pdfx.tex70
1 files changed, 68 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/pdfx/small2e-pdfx.tex b/Master/texmf-dist/doc/latex/pdfx/small2e-pdfx.tex
index 1475d29abb4..777272678c1 100644
--- a/Master/texmf-dist/doc/latex/pdfx/small2e-pdfx.tex
+++ b/Master/texmf-dist/doc/latex/pdfx/small2e-pdfx.tex
@@ -9,6 +9,72 @@
% & $ # % _ { } ^ ~ \
%
\documentclass{article} % Your input file must contain a \documentclass line and a package+option:
+%%
+%% Only use {filecontents} for the .xmpdata file when there are no UTF8 characters included
+%%
+%\usepackage[utf8]{inputenc}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+\begin{filecontents*}{\jobname.xmpdata}
+% a macro definition, used below
+\pdfxEnableCommands{% simple macro definitions can be provided everything expands to characters
+ \def\RossPete{Ross \& Pete}
+ }
+\Title{Sample LaTeX input file}% *not* set by LaTeX's \title
+\Author{LaTeX project team\sep River Valley Technologies\sep \RossPete}% *not* set by LaTeX's \author
+\Subject{Metadata for PDF/X, PDF/A and PDF/E conforming documents}
+\Keywords{pdfTeX\sep PDF/X-1a\sep PDF/A-1b\sep PDF/E-1}
+\Org{TeX Users Group}
+%\CreatorTool{pdfTeX} % generated automatically
+\Copyright{\Thanh, \CVR, \RossPete}
+%\Copyright{\CVR, \RossPete}
+\WebStatement{http://www.tug.org/}% should be URL to copyright statement on the web
+%\Producer{LaTeX} % generated automatically
+\Volume{latest in 2015}
+\Issue{???}
+\CoverDisplayDate{Special Issue, 2016}
+\CoverDate{2016-01-01}% must be in format YYYY-MM-DD or YYYY-MM
+\Doi{0.0.0.0}%
+\Lastpage{10}
+\Firstpage{1}%
+%\PublicationType{journal}% automatically set by \Journaltitle{?}
+\Journaltitle{TUGboat}%
+\Journalnumber{0896-3207}% ISSN
+%\AuthoritativeDomain{http://ctan.tug.org/}%
+%
+% some more macro definitions, used above
+\pdfxEnableCommands{\def\Thanh{H\`an Th\'{\^e} Thanh}\def\CVR{CV Radhakrishnan}}
+%
+% setting the color profile, these reproduce the defaults; use your own, if required
+%
+% RGB is used with PDF/A (4 parameters):
+\setRGBcolorprofile{sRGB_IEC61966-2-1_black_scaled.icc}{sRGB_IEC61966-2-1_black_scaled}{sRGB IEC61966 v2.1 with black scaling}{http://www.color.org}
+%
+% For Adobe Color Profiles, set the directory for your system
+%
+% e.g. on Mac OS X
+% What is it under Windows ?
+%
+\gdef\ColorProfileDir{/Library/Application Support/Adobe/Color/Profiles/Recommended/}
+%
+% For available profiles, see file AdobeColorProfiles.tex
+% For PDF/X-4p or PDF/X-5pg see file AdobeExternalProfiles.tex
+%
+% Now you can use the macros defined in those files:
+ \FOGRAXXXIX
+%
+% or CMYK is used with PDF/X (4 parameters)
+% \setCMYKcolorprofile{\ColorProfileDir coated_FOGRA39L_argl.icc}{Coated FOGRA39}{FOGRA39 (ISO Coated v2 300\%\space (ECI))}{http://www.color.org}
+\end{filecontents*}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%\usepackage[infoshow]{tracefnt}
+%\usepackage[T1]{fontenc}
+%\usepackage[hyperref,cmyk]{xcolor}
+\providecommand{\pdfxopt}{a-1b}
+\usepackage[\pdfxopt]{pdfx}
+\makeatletter
+%\def\@linkbordercolor{0 0 0 1}
+\makeatother
+%\hypersetup{xurlbordercolor=black,xlinkbordercolor=black,linkbordercolor=xlinkbordercolor}
%\usepackage[x-1]{pdfx}% for PDF/X-1a:2001
%\usepackage[x-1a]{pdfx}% for PDF/X-1a:2003
%\usepackage[x-3]{pdfx}% for PDF/X-3:2002
@@ -17,7 +83,7 @@
%\usepackage[x-4]{pdfx}% for PDF/X-4
%\usepackage[x-5g]{pdfx}% for PDF/X-5g
%\usepackage[e-1]{pdfx}% for PDF/E-1
-\usepackage[a-1b]{pdfx}% for PDF/A-1b
+%\usepackage[a-1b]{pdfx}% for PDF/A-1b
%\usepackage[a-2b]{pdfx}% for PDF/A-2b
%\usepackage[a-2u]{pdfx}% for PDF/A-2u
%\usepackage[a-3b]{pdfx}% for PDF/A-3b
@@ -68,6 +134,6 @@ typing a backslash in front of them: \$ \& \# \% \_ \{ and \}.
The manual tells how to make other symbols.
\bigskip\vfil
-\rightline{\footnotesize Jump back to Section~\ref{sec1}.}
+\rightline{\footnotesize Jump back to Section~}%\tracingall\ref{sec1}.}
\end{document} % The input file ends with this command.