Re: caratteri non corisvi nei teoremi

#16469
lorenzo.pantieri
Partecipante
    Up
    0
    Down
    ::


    Se usi \mathbf non succede:
    `\documentclass{article}
    \newtheorem{teorema}{Teorema}
    \newcommand{\vett}[1]{\mathbf#1}
    \begin{document}
    \begin{teorema}
    $\vett{v}\ne\textbf{v}$.
    \end{teorema}
    \end{document}`
    Ciao,
    L.

    Go to top