Re: DictionarySCR

#83920
claudio
Partecipante
    Up
    0
    Down
    ::


    ecco le mie modifiche

    `
    \renewcommand\subsection{\scr@startsection{subsection}{1}{\z@}%
    {-\abovesectionskip}%
    {\belowsectionskip}%
    {\ifnum \scr@compatibility>\@nameuse{scr@v@2.96}\relax
    \setlength{\parfillskip}{\z@ plus 1fil}\fi
    \raggedsection\normalfont\itshape\nobreak\size@section}%
    }
    \newcommand\sublemma[2][]{%
    \ifblank{#1}{%
    \subsection*{#2}\phantomsection\label{lm@#2}%
    }{%
    \subsection*{\texorpdfstring{#2}{#1}}\phantomsection\label{lm@#1}%
    }
    \ignorespaces
    }
    \newcommand\llemma[2][]{%
    \ifblank{#1}{%
    {\bfseries\,//\, #2}\label{lm@#2}%
    }{%
    {\bfseries\,//\, #2}\label{lm@#1}%
    }%
    }
    `
    ciao
    claudio

    Go to top