summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/luatex/base/luatex-graphics.tex
diff options
context:
space:
mode:
authorLuigi Scarso <luigi.scarso@gmail.com>2017-04-16 09:10:05 +0000
committerLuigi Scarso <luigi.scarso@gmail.com>2017-04-16 09:10:05 +0000
commite9b0196e322c6698e646707c3ca475ed71e5e4c7 (patch)
treeff9476e9bcae6b1ab3a62849030751d35ffcb3cc /Master/texmf-dist/doc/luatex/base/luatex-graphics.tex
parentbf116d0aa38e0248d454de32e3954855a8323752 (diff)
updated luatex 1.0.4 manual
git-svn-id: svn://tug.org/texlive/trunk@43839 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