Re: Creare un nuovo simbolo

#6387
Up
0
Down
::


…oppure puoi scrivere
`\dj`
usando però fontenc T1 (non c’è su OT1);

oppure pacchetto slashed (che dovresti già avere) con
`
$\slashed{d}$
`

oppure te lo crei combinando una “d” e un segno meno o slash
`
\def\dbar{{\mathchar’26\mkern-12mu d}}
`
arretrando il “-” di 12 unità matematiche.

Ciao
Roberto

Go to top