\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
相关内容
- 我在创建 VHD 时关闭了磁盘管理控制台,这很糟糕吗?
- 在最后一个会话存在后,如何让 tmux 服务器保持运行?
- 使用没有有效分区表的 USB 外部驱动器是否安全?
- Proliant dl380p gen8 Debian 启动 [关闭]
- 更改 Exchange 服务器面向 Internet 的 IP
- 简单扫描在启动时几乎立即崩溃
- 更改 .strm 文件的默认应用程序但不更改其他类型文件的默认应用程序?
- 什么是 bogofilter?我需要它吗?
- 域“拒绝连接”在 digitalocean droplet 上运行 django 应用程序
- Ubuntu 10.04 上的 HAProxy perl 插件和 Net-SNMPd