答案1
这是一个练习块的示例,其中包含包彩色盒子请参阅本手册第 10 节(关于彩色盒子请skin
参见第 10.2.1 节中有关标题位置的内容。
\documentclass[11pt]{article}
\usepackage[T1]{fontenc}
\usepackage{tcolorbox}
\tcbuselibrary{skins}
\begin{document}
\begin{tcolorbox}[enhanced,
title=Exercice 6, attach boxed title to top left={yshift=-\tcboxedtitleheight/2},
boxed title style={size=small,colback=blue!25!white},
colframe=blue,colback=white,coltitle=black]
La moitié du triple d'un nombre décimal est égal à 15,3. \textbf{Déterminer ce nombre.}
\end{tcolorbox}
\end{document}
结果: