summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/pdftex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-04-26 23:05:51 +0000
committerKarl Berry <karl@freefriends.org>2016-04-26 23:05:51 +0000
commit350085b7018e7df5be7c784a0b94e61fcf79f142 (patch)
treeda50f09ba32048dce1ac9875238c52e3f5a46b5c /Master/texmf-dist/doc/pdftex
parent60ba296e029b568481ab2ad00c7a003485ffbe4b (diff)
samplepdf.tex update from Akira, sync
git-svn-id: svn://tug.org/texlive/trunk@40776 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/pdftex')
-rw-r--r--Master/texmf-dist/doc/pdftex/samplepdftex/samplepdf.tex30
1 files changed, 16 insertions, 14 deletions
diff --git a/Master/texmf-dist/doc/pdftex/samplepdftex/samplepdf.tex b/Master/texmf-dist/doc/pdftex/samplepdftex/samplepdf.tex
index a8ac378488a..c6017f6a885 100644
--- a/Master/texmf-dist/doc/pdftex/samplepdftex/samplepdf.tex
+++ b/Master/texmf-dist/doc/pdftex/samplepdftex/samplepdf.tex
@@ -1,8 +1,12 @@
-% This example shows how to use pdfTeX primitives. High-level macros are provided
-% by macros packages like LaTeX or ConTeXt. We present basic set of commands,
-% extended with some more sophisticated issues (like MP to PDF conversion). All
-% the functionality other than provided by pdfTeX itself is commented by default.
-% Please follow the code below and uncomment fragments you want.
+% $Id: samplepdf.tex 749 2016-04-26 23:03:45Z karl $
+% (This samplepdf.tex file is public domain.)
+%
+% This example shows how to use pdfTeX primitives. High-level macros are
+% provided by macros packages like LaTeX or ConTeXt. We present basic
+% set of commands, extended with some more sophisticated issues (like MP
+% to PDF conversion). All the functionality other than provided by
+% pdfTeX itself is commented by default. Please follow the code below
+% and uncomment fragments you want.
% Many new features has been implemented since the first release of pdfTeX. To
% make this sample version independent, we use compatibility sections.
@@ -492,8 +496,8 @@ The previous page has been written as object \pdfpageref1.
%
% Sorry, TIFF files are no longer supported.
%
-% pdfTeX itself does not support EPS and Postscript codes at all, however
-% it's possible to include Metapost output. EPS files can be converted to
+% pdfTeX itself does not support EPS and Postscript codes at all, but
+% it iss possible to include Metapost output. EPS files can be converted to
% PDF for use with pdfTeX. See below for further info about using Metapost
% and EPS.
@@ -686,7 +690,7 @@ Hacked image color space.
\endfeature
-% Thanks to Hans Hagen pictures created by Metapost can be easily used with
+% Thanks to Hans Hagen, pictures created by Metapost can be used directly with
% pdftex. The following files come from ConTeXt distribution. Another
% place to get them is http://www.tug.org/applications/pdftex/, where
% is also possible to get the latest driver file for using LaTeX graphicx
@@ -759,7 +763,7 @@ Shell escape (via \cs\pdfshellescape) seems to be
\ifnum\pdfshellescape=0 disabled\fi.
\endfeature
-% Uncomment line below, if there is Metapost available in your system (should be!)
+% Uncomment line below, if Metapost is available on your system (should be!)
% \immediate \write 18 {mpost \jobname.mp} % call Metapost on \jobname.mp
\convertMPtoPDF{\jobname.0}{1}{1}
\convertMPtoPDF{\jobname.1}{1}{1}
@@ -767,12 +771,10 @@ Shell escape (via \cs\pdfshellescape) seems to be
\newpage
% EPS pictures cannot be inserted directly by pdfTeX, but it's possible to
-% convert them to PDF using a Postscript-to-PDF converter, like Acrobat
-% Distiller or Ghostscript. The below example calls epstopdf (available
+% convert them to PDF using a Postscript-to-PDF converter, like
+% Ghostscript. The below example calls epstopdf (available
% from http://www.tug.org/applications/pdftex), which preprocess the EPS
-% and afterwards uses Ghostscript to convert to PDF. In order to convert
-% EPS with embedded Type 1 fonts, a later version (beta) of Ghostscript is
-% required.
+% and afterwards uses Ghostscript to convert to PDF.
% Uncomment line below, if there is epstopdf utility available in your system