我尝试使用背景包添加自定义页码样式。这是我的代码
\makeatletter
\AddEverypageHook{%
\SetBgPosition{0.5\textwidth,.05\textheight}
\SetBgContents{\thepage}
\bg@material%
}
\makeatother
有什么方法可以改变 \SetBgContents 中写入的文本的大小?
答案1
以下是设置背景材料的典型用法(用于序言区域)
\SetBgPosition{0,-.7\textheight} % position
\SetBgContents{-\thepage-} % content
\SetBgAngle{0} % angle
\SetBgColor{black!40} % color
\SetBgScale{4} % scaling
\SetBgHshift{60} % horizontal movement
\SetBgVshift{-5} % vertical movement
\SetBgOpacity{1} % Opacity 0<Opacity<1
具体来说,position
是基于 TikZ 节点使用语法的。
{0,0} 表示左上角。
{当前页面.中心} 或南、西、东北等等。