Re: Ambienti definiti con \newtheorem che finiscano con \qed ?

#23980
Up
0
Down
::

`\newtheorem{hypbase}{Hypothesis}
\newenvironment{hyp}{\pushQED{\qed}\hypbase}{\popQED\endhypbase}`
È essenzialmente la stessa tecnica che usa l’ambiente proof. Definisci un teorema “ausiliario” e poi un ambiente in termini di questo. Con \begin{hyp}…\end{hyp} ottieni automaticamente il quadratino che però non viene messo se compare un \qedhere.

E’ proprio quello che cercavo, e ha funzionato perfettamente!
Grazie mille davvero!!!

(Ho sostituito \bf con \bfseries).

Ciao,
Salegrosso.

Go to top