[OS X TeX] latexdb & texshop

Claus Gerhardt gerhardt at math.uni-heidelberg.de
Thu Oct 13 08:30:47 EDT 2005


Latexdb creates two additional files ending in ....tex.pre  
and ....tex.debug, which probably are causing the trouble. Let me  
suggest as possible solution:

Change your latexdbi shell script to

#!/bin/tcsh
# latexdbi

set path= ($path  /usr/local/bin  /usr/local/teTeX/bin/powerpc-apple- 
darwin-current)

latexdb  "$1"
rm -f "$1.pre"
rm -f "$1.debug"

Claus

On Oct 13, 2005, at 14:04, Ingo Reich wrote:

> Claus, thanks for your kind help. The script works great, but  
> texshop still complains when I try to save the file after running  
> latexdb. The problem however seems not to relate to texshop since I  
> got a similar warning message when I tried to edit the source file  
> in alphax. It rather seems that latexdb changes some property of  
> the tex-file such that either the editor can't locate the file  
> (texshop) or it states that the file has been changed (alphax). The  
> only way to deal with that problem at the moment is: 1. edit file,  
> 2. save file, 3. run your script, 4. close file, 5. open file, 6.  
> edit file, 7. save file etc. pp. -- not very concenient; probably a  
> bug in latexdb.
> Ingo
>
> ------------------------- Info --------------------------
> Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
>          & FAQ: http://latex.yauh.de/faq/
> TeX FAQ: http://www.tex.ac.uk/faq
> List Archive: http://tug.org/pipermail/macostex-archives/
>
>

------------------------- Info --------------------------
Mac-TeX Website: http://www.esm.psu.edu/mac-tex/
          & FAQ: http://latex.yauh.de/faq/
TeX FAQ: http://www.tex.ac.uk/faq
List Archive: http://tug.org/pipermail/macostex-archives/




More information about the MacOSX-TeX mailing list