Re: Bug#42839: jadetex: No warning about wrong labels

Subject: Re: Bug#42839: jadetex: No warning about wrong labels
From: Stephane Bortzmeyer <bortzmeyer@xxxxxxxxxx>
Date: Tue, 19 Oct 1999 15:51:23 +0200
On Monday 18 October 1999, at 10 h 46, the keyboard of Sebastian Rahtz 
<sebastian.rahtz@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:

>  > Is that always sufficient? If not I think a summary warning at the end would
>  > be welcome.
> 
> I too would be happy to have a summary warning at the end, but (to be
> honest) it is so long since I changed JadeTeX that I am scared to
> touch it, 

[Does it mean it is useless to ask any other JadeTex question such as "How to use Babel to get non-english hyphenation"?]

Adam Di Carlo sent me a nice trick to run JadeTeX "just enough" in your Makefiles:

MAX_TEX_RECURSION=4
...
%.dvi: %.tex
        # Trick from Adam Di Carlo <adam@xxxxxxxxxxx> to recurse jadetex 
        # "just enough".
        -cp -pf prior.aux pprior.aux
        -cp -pf $(shell basename $< .tex).aux prior.aux
        jadetex $<
        if ! cmp $(shell basename $< .tex).aux prior.aux &&             \
           ! cmp $(shell basename $< .tex).aux pprior.aux &&            \
           expr $(MAKELEVEL) '<' $(MAX_TEX_RECURSION); then             \
                rm -f $@                                                ;\
                $(MAKE) $@                                              ;\
        fi
        rm -f prior.aux pprior.aux




 DSSSList info and archive:  http://www.mulberrytech.com/dsssl/dssslist


Current Thread