如何使逐字框架的文本在页面居中?

如何使逐字框架的文本在页面居中?

我使用这个定义制作一个带有逐字文本的框。

  \definetyping[inline][
       numbering=file,
       bodyfont=small,
       lines=yes, 
       indentnext=auto, 
       before={
           \startframedtext[
               location=low,
               align=middle, 
               width=\makeupwidth,
               background=color,
               backgroundcolor=lightgray,
               autowidth=force]},
       after={\stopframedtext}]

但我想让这个框在我的页面中居中,并均匀地缩进这个框内的逐字内容,而不是依赖于我的 .tex 文件中逐字文本的位置……

我几乎在任何地方都尝试过论点,而这个框仍然在左边……

此外,是否可以进行类似的配置,使逐字文本与标准文本一致?

非常感谢

相关内容