[TxMt] Re: Typesetting LaTeX never returns, never send error
Allan Odgaard
mailinglist at textmate.org
Tue Jul 28 11:32:16 UTC 2009
On 27 Jul 2009, at 18:32, textmate at sgharms.oib.com wrote:
> Steps:
>
> 0. cd ~/Desktop
> 1. cp -r Aeneid\ Translation/ TexmateTest
> 2. cd TextmateTest
> 3. try local pdflatex....
In your original letter you said you used the standard article
template, so I assume your problem isn’t just with the
‘aeneid_book.tex’, right?
> [...]
> Is there any way I could get some more debugging output on this?
You can press ⌥⌘U with the output window open, that should show you
the source of what it is displaying. Maybe there is something in that
which can shed some light on it.
You can also run something like `ps` to see which processes are
running, that might show if pdflatex is the thing stalling, or if any
commands are still being run by TextMate, e.g. use the following
options for parent PID: ps -axww -o "ppid,pid,command="
Also maybe you could provide more details, like, has this ever worked
for you? What if you create a new account and test it there, does that
work?
More information about the textmate
mailing list