On Mon, 01 Jul 2013 10:54:11 +0200, Hans Hagen <pra...@wxs.nl> wrote:

you can add this to l-pdfview.lua (opencalls windows section):

         ['pdfxcview']   = [[start "test" pdfxcview.exe /A
"nolock=yes=OpenParameters" "%filename%"]],


if you have a texmfcnf.lua file in your local tree you can add a
directive there, otherwise you can make such a file with:

return {
     type    = "configuration",
     content = {
         directives = {
             ["pdfview.method"] = "pdfxcview",
         },

     },
}

assuming of course that you have that viewer someplace in your path

PdfXChange is normally here:

"c:\Program Files\Tracker Software\PDF Viewer\PDFXCview.exe"

or

"%ProgramFiles%\Tracker Software\PDF Viewer\PDFXCview.exe"

I guess the snippet might become a part of the standard ConTeXt Suite.

Lukas


Hans


--
Ing. Lukáš Procházka [mailto:l...@pontex.cz]
Pontex s. r. o.      [mailto:pon...@pontex.cz] [http://www.pontex.cz]
Bezová 1658
147 14 Praha 4

Tel: +420 244 062 238
Fax: +420 244 461 038

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

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://tex.aanhet.net
archive  : http://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to