Hans,

in some printers in which duplex printing is enabled by default, a
"single" value for duplex printing is required to disable it.

I attach the patch that implements this.

Many thanks for your help,


Pablo
-- 
http://www.ousia.tk
--- 11192015ctxbeta/tex/texmf-context/tex/context/base/lpdf-mis.lua	2015-12-17 17:50:47.733082093 +0100
+++ ctxbase/lpdf-mis.lua	2015-12-20 13:22:10.790577546 +0100
@@ -251,6 +251,7 @@
     [variables.none]        = { mode = false,         layout = false,            fit = false, fixed = false, duplex = false },
     -- new
     [variables.fixed]       = { mode = "UseNone",     layout = "auto",           fit = false, fixed = true,  duplex = false }, -- noscale
+    [variables.single]      = { mode = "UseNone",     layout = "auto",           fit = false, fixed = true,  duplex = "Simplex" },
     [variables.landscape]   = { mode = "UseNone",     layout = "auto",           fit = false, fixed = true,  duplex = "DuplexFlipShortEdge" },
     [variables.portrait]    = { mode = "UseNone",     layout = "auto",           fit = false, fixed = true,  duplex = "DuplexFlipLongEdge" },
 
_______________________________________________
dev-context mailing list
dev-context@ntg.nl
http://mailman.ntg.nl/mailman/listinfo/dev-context

Reply via email to