[tex-live] texdoc in luatex

Reinhard Kotucha reinhard.kotucha at web.de
Tue Jun 26 19:12:48 CEST 2007


Frank Küster writes:

 > And, most importantly, which commands should I use (in os.execute()) to
 > start viewers on windows systems?
 > 
 > I mean, with what should I replace 
 > 
 > texdoc_viewer = { 
 >    dvi  = '(xdvi %s ) &',
 >    html = '(see %s) &',
 >    pdf = '(xpdf %s) &'
 > };

texdoc_viewer = { 
   dvi  = '(start "" %s ) &',
   html = '(start "" %s) &',
   pdf = '(start "" %s) &'
};

On Windows filename extensions are associated with programs.  start
launches the appropriate program.  The first argument is a string
supposed to appear in the title bar.  I it is ommitted, a shell window
will open with the expansion of %s in the title bar and nothing else
will happen.

Regards,
  Reinhard 

-- 
----------------------------------------------------------------------------
Reinhard Kotucha			              Phone: +49-511-4592165
Marschnerstr. 25
D-30167 Hannover	                      mailto:reinhard.kotucha at web.de
----------------------------------------------------------------------------
Microsoft isn't the answer. Microsoft is the question, and the answer is NO.
----------------------------------------------------------------------------



More information about the tex-live mailing list