Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'is there a fink version?' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
is there a fink version?
Authored by: slacker on Aug 14, '03 06:58:48PM

I started poking around in the package. It looks like most of the external files are called with wrapper scripts. If you insert "source /sw/bin/init.csh" below #!/bin/tcsh line it should find them in fink if I trace the logic correctly. You need to do it in every file with wrap at the end in the Contents/Resources directory.

/Applications/TeXShop.app/Contents/Resources$ more contextwrap
#!/bin/tcsh

# This short script calls texexec to run a conTeXt job
# Richard Koch; September 14, 2001

set mytexexecpath = "$argv[1]"
if (-x ${mytexexecpath}texexec) then
setenv PATH "${mytexexecpath}:${PATH}"
rehash
endif

set filename = "$argv[2]"

texexec --pdf "${filename}"



[ Reply to This | # ]
is there a fink version?
Authored by: herbs on Aug 17, '03 11:40:17AM

Howdy,

I think it's easier than that. You can change the paths to the software from the preferences within TeXShop.

Good Luck,
Herb Schulz


---
Herb Schulz



[ Reply to This | # ]