From 0e03b1c035f50863fd828faf12e59f1b3c6850a7 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 2 Apr 2020 03:02:37 +0000 Subject: CTAN sync 202004020302 --- macros/luatex/optex/op-slides.tex | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'macros/luatex/optex/op-slides.tex') diff --git a/macros/luatex/optex/op-slides.tex b/macros/luatex/optex/op-slides.tex index fb691fcd9d..1787cf3aff 100644 --- a/macros/luatex/optex/op-slides.tex +++ b/macros/luatex/optex/op-slides.tex @@ -167,32 +167,32 @@ The previous page was created by: \pg; %------------------------------------------------------------------ -\sec Putting images and text wherever +\sec Putting images and texts wherever -* `\puttext {}` puts a to the desired place: - It moves the current point and , puts the and returns +* `\puttext {}` puts a to the desired place: + It moves the current point and , puts the and returns back, so the typesetting continues from previous position. The parameters - and are dimensions. For example + and are dimensions. For example \begtt -\puttext -50mm 0mm {\Red HELLO} +\puttext 0mm 50mm {\Red HELLO} \endtt - \puttext -50mm 0mm {\Red HELLO} + \puttext 0mm 50mm {\Red HELLO} prints red HELLO, as shown here.\pg+ -* `\putpic {}` +* `\putpic {}` puts the image with desired and at the position like `\puttext` puts the text. - \putpic -20mm .8\hsize 30mm \nospec {op-ring.png} + \putpic .8\hsize 20mm 30mm \nospec {op-ring.png} * The ring above is the result of \begtt -\putpic -20mm .8\hsize 30mm \nospec {op-ring.png} +\putpic .8\hsize 20mm 30mm \nospec {op-ring.png} \endtt % - used ad beginning of this paragraph.\pg+ + used at beginning of this paragraph.\pg+ * Use `\nospec` for or of the image if you don't want to specify both dimensions (because you don't want to change the image aspect ratio). -- cgit v1.2.3