Re: DictionarySCR

#83914
claudio
Partecipante
    Up
    0
    Down
    ::


    Salve l’argomento diventa interessante
    Ho rinominato DictionarySCR in DictionaryCD quindi ho creato un fork
    cosa devo fare ora?
    come impostare le cose in modo che il lavoro dei precedenti autori sia tutelato?

    Ho scoperto questo

    Class scrbook Warning: incompatible usage of \@ssect detected.
    (scrbook) You’ve used the KOMA-Script implementation of \@ssect
    (scrbook) from within a non compatible caller, that does not
    (scrbook) \scr@s@ct@@nn@m@ locally.
    (scrbook) This could result in several error messages on input lin
    e 7.

    ho corretto il codice
    come segnalato qui
    `
    \renewcommand\section{\@startsection{section}{1}{\z@}%
    `
    in
    `
    \renewcommand\section{\scr@startsection{section}{1}{\z@}%
    `
    ciao
    claudio

    Go to top