[OS X TeX] Carbon Emacs settings.
Gilles Serasset
Gilles.Serasset at imag.fr
Tue Apr 27 09:17:58 CEST 2004
Hi,
On 26 avr. 04, at 22:14, Andrea Riciputi wrote:
> [...]
>
> (concat " if[ " tex-file ".pdf -ot " tex-file ".dvi ]; then dvipdf "
> tex-file ".dvi " tex-file ".pdf ; "
> pdf-previewer-program " " tex-file ".pdf; else "
> pdf-previewer-program " " tex-file ".pdf "))
>
> the resulting shell script would be:
>
> if [file.pdf -ot file.dvi]; then dvipdf file.dvi file.pdf; open -a
> 'Preview' file.pdf; else open -a 'Preview' file.pdf; fi
>
No, in fact it is:
if[file.pdf -ot file.dvi]; then dvipdf file.dvi file.pdf; open -a
'Preview' file.pdf; else open -a 'Preview' file.pdf; fi
(without the first space). hence, the [ command is not recognized...
Gilles,
--
Gilles Sérasset
GETA-CLIPS-IMAG (UJF, INPG & CNRS)
BP 53 - F-38041 Grenoble Cedex 9
Phone: +33 4 76 51 43 80
Fax: +33 4 76 44 66 75
-----------------------------------------------------
Please see <http://www.esm.psu.edu/mac-tex/> for list
guidelines, information, and LaTeX/TeX resources.
More information about the macostex-archives
mailing list