Re: acro e opzione french di babel

#90456
dianoia
Partecipante
    Up
    0
    Down
    ::


    Ho scritto a Clemens Niederberger, che è stato molto gentile e disponibile.
    Ha riscontrato il problema, e propone come soluzione temporanea quella di caricare il pacchetto acro prima di babel:

    Basically it is caused because `acro’ requires `l3sort’ at begin
    document. babel’s ldf files usually make the shorthand characters active
    at begin document which in this case caused l3sort to choke because it
    was loaded _after_ babel made the semicolon active. So the solution is
    to load `l3sort’ earlier, i.e., before begin document.

    Go to top