Hans,

I have found that the values page, portrait, landscape and paper from
the option key in \setupinteractionscreen force the page scaling to none.

I think it is essential to have the fixed option only when explicitly
invoked.

I attach a patch that fixes the issue. Could it be applied to ConTeXt?

Many thanks in advance,

Pablo
-- 
http://www.ousia.tk
--- lpdf-mis.lua	2016-06-28 17:53:56.159957387 +0200
+++ mkiv/lpdf-mis.lua	2016-06-28 17:54:52.122257762 +0200
@@ -297,25 +297,21 @@
     [v_landscape] = {
         mode   = "UseNone",
         layout = "auto",
-        fixed  = true,
         duplex = "DuplexFlipShortEdge",
     },
     [v_portrait] = {
         mode   = "UseNone",
         layout = "auto",
-        fixed  = true,
         duplex = "DuplexFlipLongEdge",
     },
     [v_page] = {
         mode   = "UseNone",
         layout = "auto",
-        fixed  = true,
         duplex = "Simplex",
     },
     [v_paper] = {
         mode   = "UseNone",
         layout = "auto",
-        fixed  = true,
         duplex = "Simplex",
         paper  = true,
     },
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
https://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to