[OS X TeX] Creating a glossar
Bruno Voisin
bvoisin at mac.com
Sat Jan 27 08:13:21 EST 2007
Le 27 janv. 07 à 13:53, Christian Burk a écrit :
> I created an engine called "GlossarBibDesk" with the following
> content:
>
> [...]
>
> But both gave me message in TeXShop that this engine has not set
> the executable bit.
How about opening Terminal, going to the folder where your .engine
files are (for example type "cd " without the quotes in Terminal, and
drag the folder icon from the Finder onto the Terminal window, which
will paste the path to that folder), and then using chmod:
chmod a+x *.engine
This should make the engine files executables (in Unix sense).
For example, in my case:
Portable-de-Bruno:~/Library/TeXShop/Engines brunovoisin$ ls -l
total 32
-rwxr-xr-x 1 brunovoi staff 104 Jan 20 22:12 XeLaTeX +
xdvipdfmx.engine
-rwxr-xr-x 1 brunovoi staff 72 Jan 20 22:14 XeLaTeX.engine
-rwxr-xr-x 1 brunovoi staff 102 Jan 20 22:14 XeTeX +
xdvipdfmx.engine
-rwxr-xr-x 1 brunovoi staff 69 Jan 20 22:13 XeTeX.engine
where XeLaTeX + xdvipdfmx.engine contains:
#!/bin/tcsh
set path= ($path /usr/texbin /usr/local/bin)
xelatex -output-driver="xdvipdfmx -q -E" "$1"
Bruno Voisin
------------------------- Helpful Info -------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/
List Reminders & Etiquette: http://www.esm.psu.edu/mac-tex/list/
More information about the MacOSX-TeX
mailing list