\documentclass[12pt]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{mathrsfs}
\usepackage{amsthm}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage[top=2cm, bottom=2cm, left=2cm, right=2cm]{geometry}
\usepackage{xparse}
\usepackage{lipsum}
\usepackage{mdframed}
\usepackage[most]{tcolorbox}
\usepackage{xcolor}
\usepackage{adjustbox}
\NewDocumentCommand{\newframedtheorem}{O{}momo}{%
\IfNoValueTF{#3}
{%
\IfNoValueTF{#5}
{\newtheorem{#2}{#4}}
{\newtheorem{#2}{#4}[#5]}%
}
{\newtheorem{#2}[#3]{#4}}
\tcolorboxenvironment{#2}{#1}%
}
\newtheoremstyle{theoremddq}% name of the style to be used
{\topsep}% measure of space to leave above the theorem. E.g.: 3pt
{\topsep}% measure of space to leave below the theorem. E.g.: 3pt
{\itshape}% name of font to use in the body of the theorem
{2mm}%measure of space to indent
{\bfseries}% name of head font
{}%punctuation between head and body
{ }% space after theorem head; " "= normal interword space
{\underline{\thmname{#1} \thmnumber{#2}:} {\underline{\thmnote{\textit{(#3)}}}} }
\newframedtheorem[ enhanced jigsaw, colback={white!70!white},
colframe=black, coltitle=black, boxrule=1pt, sharp corners,
breakable, ]{remark*}{Remarque}
\newframedtheorem[ enhanced jigsaw, colback={white!70!white},
colframe=black, coltitle=black, boxrule=1pt, sharp corners,
breakable]{remarks*}[remark*]{Remarques}
\newframedtheorem[ enhanced jigsaw, colback={white!70!white},
colframe=red, coltitle=black, boxrule=1pt, sharp corners,
breakable, ]{defi}{Définition}
\newtheorem{thech}{Exercice}
\begin{document}
\begin{defi}
Let G be a finite abelian group and let V be an
irreducible representation
\end{defi}
\end{document}
我想增加字体的粗细,因为对我来说字体太细了
•
fonts