Re: renewcommand sum e int

#18454
DMW
    Up
    0
    Down
    ::


    Prova così
    `
    \let\oldint\int
    \renewcommand{\int}[2]{\oldint\limits_{#1}^{#2}}
    \let\oldsum\sum
    \renewcommand{\sum}[2]{\oldsum\limits_{#1}^{#2}}`

    Però se hai delle cose tipo \sum_a^b in altre parti, dà errore e conviene creare due nuovi comandi come ti ha detto neptune.

    Ciao

    Andrea

    Go to top