Re: Modificare allineamenti: errore?

#42654
Up
0
Down
::

Purtroppo niente se non metto a commento queste 3 stringhe di comand con il %:
`
\usepackage{moderncvthemeclassic}

\setlength{\maketitlenamewidth}{.425\textwidth}
\setlength{\maketitledetailswidth}{.325\textwidth}
`

…mi dà nel log i seguenti 2 errori:

    ! Undefined control sequence.
    \@firstname
    ~
    l.113 …irstname~}\familynamestyle{\@familyname}}

    The control sequence at the end of the top line
    of your error message was never \def’ed. If you have
    misspelled it (e.g., `\hobx’), type `I’ and the correct
    spelling (e.g., `I\hbox’). Otherwise just continue,
    and I’ll forget about whatever was undefined.

    ! Undefined control sequence.

    \@familyname

    l.113 …irstname~}\familynamestyle{\@familyname}}

    The control sequence at the end of the top line
    of your error message was never \def’ed. If you have
    misspelled it (e.g., `\hobx’), type `I’ and the correct
    spelling (e.g., `I\hbox’). Otherwise just continue,
    and I’ll forget about whatever was undefined.

Per la cronaca se clicco sul “cerchio rosso con la X bianca” (per entrambi gli errori) mi porta direttamente sulla riga dove ci sono gli errori, il file è moderncvthemeclassic.sty e la riga è la seguente:

`
\settowidth{\maketitlenamefullwidth}{\firstnamestyle{\@firstname~}\familynamestyle{\@familyname}}
`

Certo che è drammatica la situazione! 😕
Cosa posso fare 😕

Non usare un pacchetto così scarsamente documentato oppure scrivere all’autore.

Ciao
Enrico

Go to top