summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2017-03-31 13:27:09 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2017-03-31 13:27:09 +0000
commita4a4aad8f0f09d5c1a58209ceee4cb611a6e9970 (patch)
tree6654d545f4e942d7950b41eba3c9aa06923c9b36 /Master/texmf-dist/doc/luatex/base/luatex-graphics.tex
parent20572a0a2532c4923cabed2a1ca7a07cd1334d9c (diff)
luatex 1.0.4 and metapost 2.0rc1
git-svn-id: svn://tug.org/texlive/trunk@43654 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/luatex/base/luatex-graphics.tex')
-rw-r--r--Master/texmf-dist/doc/luatex/base/luatex-graphics.tex13
1 files changed, 9 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex b/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex
index 91feaaff8ec..916d962b2ac 100644
--- a/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex
+++ b/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex
@@ -109,7 +109,8 @@ user-supplied and automatic ones.
in multiples of 90~deg. \NC \NR
\NC stream \NC string \NC the raw stream data for an \type {/Xobject}
\type {/Form} object\NC \NR
-\NC transform \NC number \NC the image transform, integer number 0..7\NC \NR
+\NC transform \NC number \NC the image transform, integer number 0..7 \NC \NR
+\NC orientation \NC number \NC the (jpeg) image orientation, integer number 1..8 (0 for unset) \NC \NR
\NC width \NC number \NC the image width for \LUATEX \NC \NR
\NC xres \NC number \NC the horizontal natural image resolution
(in \DPI) \NC \NR
@@ -316,11 +317,15 @@ of different fields, as follows:
\NC error_line \NC number \NC error line width \NC 79 \NC \NR
\NC print_line \NC number \NC line length in ps output \NC 100 \NC \NR
\NC random_seed \NC number \NC the initial random seed \NC variable \NC \NR
-\NC interaction \NC string \NC the interaction mode,
- one of
+\NC math_mode \NC string \NC the number system to use:
+ \type {double},
+ \type {scaled},
+ \type {binary} or
+ \type {decimal} \NC \type {scaled} \NC \NR
+\NC interaction \NC string \NC the interaction mode:
\type {batch},
\type {nonstop},
- \type {scroll},
+ \type {scroll} or
\type {errorstop} \NC \type {errorstop} \NC \NR
\NC job_name \NC string \NC \type {--jobname} \NC \type {mpout} \NC \NR
\NC find_file \NC function \NC a function to find files \NC only local files \NC \NR