[OS X TeX] A recipe for installing TeXLive (TUG)
Claus Gerhardt
gerhardt at math.uni-heidelberg.de
Sun Nov 19 02:27:52 CET 2006
Here is an Applescript that gives you the original path of the
symlink texprograms.
Save it as macro in TeXShop.
Claus
-- Applescript
-- reveal-tex
-- Claus Gerhardt
(*This script reveals the location of the currently active tex
program.*)
set dirName to do shell script "readlink /usr/local/texprograms"
set revealTex to "This is the directory of the currently active tex:
" & dirName
display dialog revealTex buttons {"OK"} default button "OK"
------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
& FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
More information about the macostex-archives
mailing list