Re: [NTG-context] context --autopdf and --showdirectives

2022-11-02 Thread Henning Hraban Ramm via ntg-context

Am 01.11.22 um 23:22 schrieb Hans Hagen via ntg-context:

  > * How can I configure the command for --autopdf ? (Something in

texmfcnf.lua?)



you can try to set it in the cnf:
  -- ["pdfview.method"]   = "sumatra",


Oops, I didn’t see that line.
But I can’t set it to "open" or any other custom command; "auto" works.


* What’s wrong with --showdirectives?


i'll fix the show variant, just use --directives


Ok

Hraban
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___


Re: [NTG-context] context --autopdf and --showdirectives

2022-11-01 Thread Hans Hagen via ntg-context

On 10/31/2022 11:01 PM, Henning Hraban Ramm via ntg-context wrote:
I’d like to configure the default behaviour of "context --autopdf"; 
since on my Mac I must always write "--autopdf=auto", otherwise context 
tries to call


wine "sumatrapdf.exe" -reuse-instance -bg-color 0xCC

instead of e.g. "open".

There’s a hint about "directives_pdfview_method", so I wanted to find 
out more about directives:

"context --showdirectives" looks promising;
it tells me "result saved in file: 
.../texmf-context/tex/context/base/mkiv/mtx-context-setters.pdf", but 
that file isn’t there; it is actually in the current directory, but broken.


it's more a side effect, we need to run context to get them

 > * How can I configure the command for --autopdf ? (Something in

texmfcnf.lua?)

* Can we add additional options ("pdfview methods: auto default okular 
pdfxcview sumatra"), e.g. open (should be default on Mac), xdg-open 
(could be default on Linux)...


you can try to set it in the cnf:

 -- ["pdfview.method"]   = "sumatra",


* What’s wrong with --showdirectives?


i'll fix the show variant, just use --directives

Hans

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-

___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : https://contextgarden.net
___