Re: Product integration symbol

#24662
DMW
    Up
    0
    Down
    ::


    Certo 😀

    Carica il pacchetto bm e scrivi questo nel preambolo
    `
    \makeatletter
    \def\@prodint#1{\vcenter{\hbox{#1$\bm{\pi}$}}}
    \def\prodint{\mathop{
    \mathchoice{\@prodint\huge}{\@prodint\Large}
    {\@prodint\large}{\@prodint\normalsize}}}
    \makeatother`

    Se vuoi puoi sostituire \huge con \Huge o con \LARGE, vedi tu.

    Poi quando lo devi usare puoi scrive \prodint (sempre in modalità matematica).

    Ciao

    Andrea

    Go to top