[OS X TeX] adding the whole bibliography via BibDesk
David Watson
dewatson at me.com
Mon May 21 15:08:14 EDT 2012
On May 21, 2012, at 2:02 PM, konstantinos vasilakos wrote:
>
> Without "sudo" it will not ask for password (as this is the permissions we are both, I guess, referring to, right ?)
> So:
> Last login: Mon May 21 20:55:37 on ttys000
> Macintosh:~ admin$ ls -l /Users/admin/Documents/HumTech_Paper/vasilakos.Command -rwxr-xr-x@ 1 admin staff 75 21 May 16:02 /Users/admin/Documents/HumTech_Paper/vasilakos.Command
> Macintosh:~ admin$ sudo chmod 755/Users/admin/Documents/HumTech_Paper/vasilakos.Command
You don't understand. You need "execute" permissions on the file, you DON'T need to use sudo at all.
Also there is a space after chmod 755 (i.e. "chmod 755 vasilakos.Command").
> Password:
> usage: chmod [-fhv] [-R [-H | -L | -P]] [-a | +a | =a [i][# [ n]]] mode|entry file ...
> chmod [-fhv] [-R [-H | -L | -P]] [-E | -C | -N | -i | -I] file ...
> Macintosh:~ admin$ sudo chmod 755 /Users/admin/Documents/HumTech_Paper/vasilakos.Command
> Macintosh:~ admin$
>
> Without sudo won't co-operate.(tried both)
>
> Then I double click in the directory the vasilakos.Command
> and I get:
>
> Last login: Mon May 21 20:56:59 on ttys001
> Macintosh:~ admin$ /Users/admin/Documents/HumTech_Paper/vasilakos.Command ; exit;
> /Users/admin/Documents/HumTech_Paper/vasilakos.Command: line 3: bibtex: command not found
> /Users/admin/Documents/HumTech_Paper/vasilakos.Command: line 3: bibtex: command not found
> logout
If it can't find bibtex, then your PATH environment is not set correctly.
You need to make sure that /usr/texbin is in your path, so you might keep the terminal window open and type:
export PATH=/usr/texbin:$PATH
and then copy/paste the contents of the .Command file directly into the SAME terminal window.
>
> [Process completed]
>
>
> Maybe the problem lies in the wrapper ?
>
> Thanks
> \K.
>
>
>
>
>
>
> ----------- Please Consult the Following Before Posting -----------
> TeX FAQ: http://www.tex.ac.uk/faq
> List Reminders and Etiquette: http://email.esm.psu.edu/mac-tex/
> List Archive: http://tug.org/pipermail/macostex-archives/
> TeX on Mac OS X Website: http://mactex-wiki.tug.org/
> List Info: http://email.esm.psu.edu/mailman/listinfo/macosx-tex
>
More information about the MacOSX-TeX
mailing list