[XeTeX] [OS X TeX] Unexpected quotation marks
Michael Kubovy
kubovy at virginia.edu
Sun Jun 10 23:26:36 CEST 2007
Hi,
On Jun 10, 2007, at 5:19 PM, Peter Dyballa wrote:
>
> Am 10.06.2007 um 22:17 schrieb Michael Kubovy:
>
>> tcsh: 0: Event not found.
>
> tr -d '!' should be simpler than sed. Maybe the message vanishes.
#!/bin/tcsh
set path= ($path /usr/texbin /usr/local/bin)
xelatex -output-driver="xdvipdfmx -q -E" "$1"
set SYS_BIBINPUTS=`kpsewhich --show-path=bib | tr -d '!'`
if ($?BIBINPUTS) then # if already exists then
setenv BIBINPUTS ${BIBINPUTS}:${SYS_BIBINPUTS} # append
else # else
setenv BIBINPUTS ${SYS_BIBINPUTS} # set
endif
does not elicit a message, but it doesn't run BibTeX automatically
either.
_____________________________
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