From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/474 Path: main.gmane.org!not-for-mail From: David Arnold Newsgroups: gmane.comp.tex.context Subject: Re: texexec Date: Tue, 01 Jun 1999 12:34:10 -0700 Sender: owner-ntg-context@let.uu.nl Message-ID: <3.0.5.32.19990601123410.00a5b100@mail.northcoast.com> References: <375383E9.3A6BF93E@wxs.nl> NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" X-Trace: main.gmane.org 1035391332 24381 80.91.224.250 (23 Oct 2002 16:42:12 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Wed, 23 Oct 2002 16:42:12 +0000 (UTC) Cc: ntg-context@ntg.nl Original-To: Hans Hagen In-Reply-To: <375383E9.3A6BF93E@wxs.nl> Xref: main.gmane.org gmane.comp.tex.context:474 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:474 Hans, Here is my texexec.ini. I am a Miktex user. See any problems? % This is texexec.ini, the file used by texexec to determine % where to find files, what tex to use, what flags to pass, % etc. These settings are based on web2c. % this should be set to 'myself, tetex, whatever' %set TeXShell to tetex %set TeXShell to atpragma set TeXShell to miktex % some defaults set UsedInterfaces to en set UserInterface to en set TeXExecutable to tex % some tetex defaults for tetex set UsedInterfaces to nl,en,de,uk for tetex set UserInterface to nl for tetex set TeXExecutable to pdfetex for tetex set MpExecutable to mpost for tetex set MpToTeXExecutable to mpto for tetex set DviToMpExecutable to dvitomp % some private defaults for atpragma set UsedInterfaces to nl,en for atpragma set UserInterface to nl for atpragma set TeXExecutable to pdfetex for atpragma set MpExecutable to mpost for atpragma set MpToTeXExecutable to mpto for atpragma set DviToMpExecutable to dvitomp for atpragma set TeXFormatFlag to & for atpragma set TeXVirginFlag to -ini for atpragma set TeXFormatPath to t:/tex/web2c/fmt/ for atpragma set ConTeXtPath to t:/pragma/sources/ for atpragma set SetupPath to t:/pragma/sources/ for atpragma set TeXScriptsPath to t:/pragma/programs/ % some private defaults for miktex for miktex set UsedInterfaces to en for miktex set UserInterface to en for miktex set TeXExecutable to pdftex for miktex set MpExecutable to mpost for miktex set MpToTeXExecutable to mpto for miktex set DviToMpExecutable to dvitomp for miktex set TeXFormatFlag to & for miktex set TeXVirginFlag to --initialize for miktex set TeXFormatPath to f:/localtexmf/miktex/fmt/ for miktex set ConTeXtPath to f:/texmf/tex/context/base/ %for miktex set SetupPath to t:/pragma/sources/ %for miktex set TeXScriptsPath to t:/pragma/programs/ At 08:55 AM 6/1/99 +0200, you wrote: >The texexec.rme file can be copied into texexec.ini; watch the miktex >section. > >\texmf\context\perltk -> texexec.exe texutil.exe texexec.pl texutil.pl >\texmf\context\config -> texexec.ini > >when no kpathsea is found, texexec analyzes its own path, and when texmf >is found, tries the texmf\context ones first. Fast enough. > >Hans > > >----------------------------------------------------------------- > Hans Hagen | PRAGMA ADE > Ridderstraat 27 | 8061 GH Hasselt | The Netherlands > tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.nl >----------------------------------------------------------------- >Attachment Converted: "c:\eudora\attach\texexec.pl" >% == introduction == >% >% This is texexec.ini, the file used by texexec to determine where >% to find files, what TeX to use, what flags to pass, etc. Although >% TeXexec tries to locate things itself, a little help is sometimes >% needed. One can influence texexec by setting some variables. These >% are only needed when the automatic determined settings fail. >% >% == interfacing == >% >% UsedInterfaces nl,en the formats generated with --make >% UserInterface nl the default format used >% >% == binaries == >% >% TeXExecutable pdfetex the TeX binary to use >% MpExecutable mpost the MetaPost binary to use >% MpToTeXExecutable mpto the MetaPost to TeX converter >% DviToMpExecutable dvitomp the DVI to MetaPost converter >% >% == flags == >% >% TeXFormatFlag & the format introducer >% TeXVirginFlag -ini the format generation switch >% >% == paths == >% >% TeXFormatPath texmf/... fmt files >% ConTeXtPath texmf/tex/context/base sources >% SetupPath texmf/tex/base/user cont-sys/usr file >% TeXScriptsPath texmf/context/perltk scripts >% >% == >% >% As shown below, one can define his/her own sections. We >% default to the teTeX/fpTeX web2c based settings. > >set TeXShell to tetex >%set TeXShell to miktex >%set TeXShell to private > >% Here are some general defaults. They can be overruled later. > >set UsedInterfaces to en,nl,de,uk >set UserInterface to en >set TeXExecutable to tex >set MpExecutable to mpost >set MpToTeXExecutable to mpto >set DviToMpExecutable to dvitomp > >% For teTeX and fpTeX, the next settings will do. > >for tetex set UsedInterfaces to en,nl,de,uk >for tetex set UserInterface to en >for tetex set TeXExecutable to pdfetex > >% MikTeX users probably have to set up some paths too. > >for miktex set UsedInterfaces to en,nl,de,uk >for miktex set UserInterface to en >for miktex set TeXExecutable to pdftex >for miktex set TeXFormatFlag to & >for miktex set TeXVirginFlag to --initialize > >% These are the settings used at PRAGMA ADE. They can serve as an >% example for local settings. Local settings should either be added >% to the previous one, or go without the 'for' directives. > >for private set UsedInterfaces to en,nl >for private set UserInterface to nl >for private set TeXExecutable to pdfetex >for private set TeXFormatFlag to & >for private set TeXVirginFlag to -ini >for private set TeXFormatPath to t:/tex/web2c/fmt/ >for private set ConTeXtPath to t:/pragma/sources/ >for private set SetupPath to t:/pragma/perl/ >for private set TeXScriptsPath to t:/pragma/perl/ >