答案1
我在这里重点介绍一下这个盒子,它几乎完全是从这个很好的答案。
\documentclass{article}
\usepackage{lipsum}
\usepackage[most]{tcolorbox}
\newtcolorbox{WeMissChristian}[1][]{enhanced,
before skip=2mm,after skip=3mm,
boxrule=0.4pt,left=5mm,right=2mm,top=1mm,bottom=1mm,
colback=yellow!50,
colframe=yellow!20!black,
sharp corners,rounded corners=southeast,arc is angular,arc=3mm,
#1}
\begin{document}
\begin{WeMissChristian}
\subsubsection*{Abstract}
\lipsum[1]
\paragraph{key words:} hibernation, black forest, ducks
\end{WeMissChristian}
\end{document}
那些认为摘要需要在专用环境中排版的人:请不要来找我,我只是一只土拨鼠。;-)