使用 tcolorbox 固定框的宽度

使用 tcolorbox 固定框的宽度

如何使用为框设置固定宽度(50pt 或任何其他固定值)tcolorbox。请参阅以下 MWE 文件:

\documentclass{book}
\usepackage[most]{tcolorbox}

\newtcbox{rhbox}{colback=red,colframe=red,
boxsep=1pt,boxrule=1pt,top=3pt,bottom=3pt,left=3pt,right=3pt, %left skip=38.5pt,
arc=5pt,width=50pt}

\begin{document}

\rhbox{\thepage}

\end{document} 

相关内容