三角形符号结束备注

三角形符号结束备注

是否有人知道如何修复这个序言以便在 LaTeX 中的备注(oss、ossi 和 oss*)和示例(es、esi 和 es*)末尾放置三角形符号?

\documentclass[a4paper,openright,twoside,11pt]{book}
\usepackage[a4paper,left=3cm,right=2.5cm]{geometry}

\usepackage[T1]{fontenc}
\usepackage[italian]{babel}
\usepackage[utf8]{inputenc}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsthm}
\usepackage{mathrsfs}
\usepackage{accents}
\usepackage{mathtools}
\usepackage[shortlabels]{enumitem}
\usepackage{graphicx}
\usepackage{dsfont}
\usepackage{nicefrac}
\usepackage{textcomp}
\usepackage{floatflt,epsfig}
\usepackage{titling}
\newcommand{\subtitle}[1]{%
  \posttitle{%
    \par\end{center}
    \begin{center}\large#1\end{center}
    \vskip0.5em}%
}
\usepackage{tocbibind}
\usepackage{wrapfig}
\usepackage{subcaption}
\usepackage[rightcaption]{sidecap}
\usepackage{hyperref}
\usepackage{tikz-cd}

\pagestyle{plain}

\graphicspath{{./Notimportant/}}

\theoremstyle{plain}
\newtheorem{theorem}{Teorema}[section]
\newtheorem{prop}[theorem]{Proposizione}
\newtheorem{lemma}[theorem]{Lemma}
\newtheorem{cor}[theorem]{Corollario}
\newtheorem*{theorem*}{Teorema}
\newtheorem*{prop*}{Proposizione}
\newtheorem*{lemma*}{Lemma}
\newtheorem*{cor*}{Corollario}

\theoremstyle{remark}
\newtheorem{oss}[theorem]{Osservazione}

\theoremstyle{definition}
\newtheorem{defi}[theorem]{Definizione}
\newtheorem*{defi*}{Definizione}
\newtheorem{es}[theorem]{Esempio}
\newtheorem{esi}[theorem]{Esempi}

\newtheorem*{oss*}{Osservazione}
\newtheorem{ossi}[theorem]{Osservazioni}
\newtheorem*{ossi*}{Osservazioni}

\newtheorem{notaz}[theorem]{Notazione}
\newtheorem*{notaz*}{Notazione}

\theoremstyle{remark}
\newtheorem{esercizio}[theorem]{Esercizio}
\newtheorem{esercizio*}{Esercizio}

我阅读了所有针对此类主题的答案,但未能达到我的目的。

相关内容