Perl scripts almost unusable under Win32 MiKTeX
Recent ConTeXt updates have rendered some Perl scripts (texshow.pl & modules) unusable under MiKTeX because they heavily rely on web2c methods to find binaries and complementary files. -- Giuseppe "Oblomov" Bilotta
On Tue, 23 Dec 2003, Giuseppe Bilotta wrote:
Recent ConTeXt updates have rendered some Perl scripts (texshow.pl & modules) unusable under MiKTeX because they heavily rely on web2c methods to find binaries and complementary files.
And probably under fptex (e.g., TeX Live 2003) if you have spaces in paths
(I tried to eliminate spaces in paths when I ran into problems, so I don't
know if the subsequent changes have fixed this).
Fptex caches the kpathsea lists in shared memory, which is a big
performance boost for slower machines on fat32 (but also comes with some
caveates -- RTFM). The recent (Dec. 18th??) updates to fptex seem at long
last to work properly on Win9x, Win2k, and WinXP. The TeX Live 2003 page
has a link to the fptex update page, but the URL for the updates seems to
have died with the recent prohibition against symbolic links, so you will
want to edit the properties for Maintenance/Add packages to change the
command line to use you favorite CTAN mirror, e.g.,:
C:\texLive\bin\Win32\TeXSetup.exe --add-package --remote-source-directory
ftp://ctan.cms.math.ca/tex-archive/systems/win32/fptex/0.7/.
--
George N. White III
Hi George,
Fptex caches the kpathsea lists in shared memory, which is a big performance boost for slower machines on fat32 (but also comes with some caveates -- RTFM). The recent (Dec. 18th??) updates to fptex seem at long
one caveat being that you cannot run two tex jobs at the same time, each using a different texmf tree; but not that many users will encounter that situation Hans
At 10:12 23/12/2003, you wrote:
Recent ConTeXt updates have rendered some Perl scripts (texshow.pl & modules) unusable under MiKTeX because they heavily rely on web2c methods to find binaries and complementary files.
it would help if there was a counterpart of kpsewhich for miktex; something: miktexwhich 'somefile' reporting the location of that file would be ok Hans
Sunday, January 4, 2004 Hans Hagen wrote:
At 10:12 23/12/2003, you wrote:
Recent ConTeXt updates have rendered some Perl scripts (texshow.pl & modules) unusable under MiKTeX because they heavily rely on web2c methods to find binaries and complementary files.
it would help if there was a counterpart of kpsewhich for miktex; something:
miktexwhich 'somefile'
reporting the location of that file would be ok
There is, but it doesn't work with "other text files" AFAIK. -- Giuseppe "Oblomov" Bilotta
participants (3)
-
George N. White III
-
Giuseppe Bilotta
-
Hans Hagen