[XeTeX] [OS X TeX] Unexpected quotation marks

Michael Kubovy kubovy at virginia.edu
Sun Jun 10 22:17:51 CEST 2007


On Jun 10, 2007, at 4:11 PM, Peter Dyballa wrote:

>
> Am 10.06.2007 um 21:32 schrieb Michael Kubovy:
>
>> tcsh: BIBINPUTS: Undefined variable.
>
> Then put it this way:
>
> 	set SYS_BIBINPUTS=`kpsewhich --show-path=bib | sed -e "s/\!\!//g"`
> 	if ($?BIBINPUTS) then					# if already exists then
> 	    setenv BIBINPUTS ${BIBINPUTS}:${SYS_BIBINPUTS}	# append
> 	else							# else
> 	    setenv BIBINPUTS ${SYS_BIBINPUTS}			# set
> 	endif


When XeLaTeX-xdvipdfmx.engine reads;

#!/bin/tcsh

set path= ($path /usr/texbin /usr/local/bin)
xelatex -output-driver="xdvipdfmx -q -E" "$1"
set SYS_BIBINPUTS=`kpsewhich --show-path=bib | sed -e "s/\!\!//g"`
if ($?BIBINPUTS) then					# if already exists then
     setenv BIBINPUTS ${BIBINPUTS}:${SYS_BIBINPUTS}	# append
else							# else
     setenv BIBINPUTS ${SYS_BIBINPUTS}			# set
endif


then console says
tcsh: 0: Event not found.

_____________________________
Professor Michael Kubovy
University of Virginia
Department of Psychology
USPS:     P.O.Box 400400    Charlottesville, VA 22904-4400
Parcels:    Room 102        Gilmer Hall
         McCormick Road    Charlottesville, VA 22903
Office:    B011    +1-434-982-4729
Lab:        B019    +1-434-982-4751
Fax:        +1-434-982-4766
WWW:    http://www.people.virginia.edu/~mk9y/




More information about the XeTeX mailing list