Dear list, I have the following sample: \setupexternalfigure[location=default] \starttext \insertpages[cow.pdf][width=\textwidth] \stoptext Using latest beta from 2016.07.08 17:19, scaling doesn’t work. Am I missing something or have I hit a bug? Just in case it might me causing the issue, I’m using LuaTeX-0.95 for Linux 32bit. Could anyone check this issue? Many thanks for your help, Pablo -- http://www.ousia.tk
On 7/9/2016 8:10 PM, Pablo Rodriguez wrote:
Dear list,
I have the following sample:
\setupexternalfigure[location=default] \starttext \insertpages[cow.pdf][width=\textwidth] \stoptext
Using latest beta from 2016.07.08 17:19, scaling doesn’t work.
Am I missing something or have I hit a bug?
width is the width of the destination box, not of the image an dit's used to flush left or right the image scaled to \textheight (currently)
Just in case it might me causing the issue, I’m using LuaTeX-0.95 for Linux 32bit.
Could anyone check this issue?
Many thanks for your help,
Pablo
-- ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 7/9/2016 8:10 PM, Pablo Rodriguez wrote:
Dear list,
I have the following sample:
\setupexternalfigure[location=default] \starttext \insertpages[cow.pdf][width=\textwidth] \stoptext
Using latest beta from 2016.07.08 17:19, scaling doesn’t work.
next beta: \setupexternalfigure[location=default] \defineexternalfigure[foo][width=.5\textwidth] \starttext \showframe \insertpages[cow.pdf][category=foo] \stoptext (you wikify it) ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl -----------------------------------------------------------------
On 07/10/2016 12:51 PM, Hans Hagen wrote:
On 7/9/2016 8:10 PM, Pablo Rodriguez wrote:
Dear list,
I have the following sample:
\setupexternalfigure[location=default] \starttext \insertpages[cow.pdf][width=\textwidth] \stoptext
Using latest beta from 2016.07.08 17:19, scaling doesn’t work.
next beta:
\setupexternalfigure[location=default] \defineexternalfigure[foo][width=.5\textwidth]
\starttext \showframe
\insertpages[cow.pdf][category=foo]
\stoptext
(you wikify it)
Many thanks for the implementation, Hans. I have just wikified it. Pablo -- http://www.ousia.tk
participants (2)
-
Hans Hagen
-
Pablo Rodriguez