summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex
diff options
context:
space:
mode:
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