Re: Illegal character in array arg.

#77923
OldClaudio
Partecipante
    Up
    0
    Down
    ::

    ! Package pgfkeys Error: I do not know the key ‘/tikz/xticklabel boundaries’ an
    d I am going to ignore it. Perhaps you misspelled it.

    Il messaggio è chiaro xtikzlabel boundaries è una chiave che il compilatore non conosce, è possibile che tu non abbia caricato uno dei pacchetti di tikz, come è possibile che quella chiave non sia davvero definita da nessuna parte.

    Non riuscendo a interpretare quella chiave, va a catafascio l’interpretazione del contenuto dell’ambiente axis; produce un emergency exit ed esce senza aver prodotto nessun file pdf, ma solo i messaggi nel file log.

    Poi c’è quel messaggio

    End of file on the terminal!

    che non so bene come interpretare, ma forse è causato dall’Emergency exit.

    Go to top