diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-09-02 21:07:10 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2015-09-02 21:07:10 +0000 |
commit | 32ce884fb7b6d27ce7461e149762f2c71a2a878a (patch) | |
tree | a9f2752c48c2e32ff2662dfdbfbf7be383eee99e | |
parent | ffe0571cfeed11aff6873c2a6337b678f06cac11 (diff) |
Update doc/pdftex/manual/samplepdf/samplepdf.tex
git-svn-id: svn://tug.org/texlive/trunk@38275 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r-- | Master/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.tex | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.tex b/Master/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.tex index fcabab495b9..0af5040312f 100644 --- a/Master/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.tex +++ b/Master/texmf-dist/doc/pdftex/manual/samplepdf/samplepdf.tex @@ -685,8 +685,6 @@ Hacked image color space. \endfeature -\newpage - % Thanks to Hans Hagen pictures created by Metapost can be easily used with % pdftex. The following files come from ConTeXt distribution. Another % place to get them is http://www.tug.org/applications/pdftex/, where @@ -755,7 +753,9 @@ Shell escape (via \cs{ifeof}) seems to be \feature 1.30.0 {Shell escape detection (via \cs\pdfshellescape)} Shell escape (via \cs\pdfshellescape) seems to be -\ifnum\pdfshellescape=1 disabled\else enabled\fi. +\ifnum\pdfshellescape=2 enabled (restricted)\fi% +\ifnum\pdfshellescape=1 enabled\fi% +\ifnum\pdfshellescape=0 disabled\fi. \endfeature % Uncomment line below, if there is Metapost available in your system (should be!) @@ -1208,7 +1208,7 @@ The link is object \the\pdflastlink. % pdfTeX 1.40.0 comes with three extra primitives that fixes this problem. % \pdfsetmatrix primitive inserts first four numbers of the afine % transformation matrix into the page content stream and updates annotations -% accordingly. \pdfsave saves the current matrix, \pdfrestore resores the +% accordingly. \pdfsave saves the current matrix, \pdfrestore restores the % previously saved matrix. \hrule height 0pt depth 0pt width 0pt \bigskip |