Problemi con l’ambiente Proof

  • Creatore
    Topic
  • #86268
    Up
    0
    Down
    ::


    Salve a tutti,
    sto scrivendo la mia tesi e finora non avevo avuto problemi (almeno nulla di grave). Poi ho notato che sebbene nel codice uso l’ambiente Proof nel pdf proof e quadratino sono scomparsi ovunque. Non ho la più pallida idea di che guaio ho combinato. Allego un codice minimale (uso TexnicCenter su Windows)
    Vi ringrazio per l’aiuto

    \documentclass[a4paper,12pt,leqno,oneside]{report}

    \usepackage[english]{babel}
    \usepackage{amsmath}
    \usepackage{amsfonts}
    \usepackage{amssymb}
    \usepackage{graphicx}
    \usepackage[T1]{fontenc}
    \usepackage[bookmarks=true,hyperfootnotes=false]{hyperref}
    \hypersetup{
    colorlinks=false
    }

    \theoremstyle{plain}

    \newtheorem{theorem}{\textbf{Theorem}}[chapter]

    \begin{document}

    \mainmatter
    \chapter{Multimartingale Theory}

    \begin{theorem}

    The following are equivalent:
    \begin{itemize}
    \item Q is time consistent
    \item Q is stable
    \end{itemize}

    \end{theorem}

    \begin{proof}

    Q Time Consistency $\Rightarrow$ Q Stable

    \end{proof}

    \end{document}

    Aggiungo che TenicCenter negli errori riporta che l’ambiete proof non è definito 😕

    Attachments:
    You must be logged in to view attached files.
  • Devi essere connesso per rispondere a questo topic.

Go to top