You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One more question is how to wrap page_numbering_style. By default it flows beyond the page when rendering a longer text. Looks like this part is responsible for rendering it:
\makeatletter
\let\ps@customFooterStyle\ps@plain % Copy the plain style to customFooterStyle
\patchcmd{\ps@customFooterStyle}{\thepage}{
\seqsplit\color{gray}\textit{\small <<design.page_numbering_style|replace_placeholders_with_actual_values(page_numbering_style_placeholders)>>}
}{}{} % replace number by desired string
\makeatother
\pagestyle{customFooterStyle}
Currently I am lurking through Stack Exchange to find a way how to wrap it according to margins like any other entries. Bottom right corner of my doc:
One more question is how to wrap
page_numbering_style
. By default it flows beyond the page when rendering a longer text. Looks like this part is responsible for rendering it:Currently I am lurking through Stack Exchange to find a way how to wrap it according to margins like any other entries. Bottom right corner of my doc:
Originally posted by @mattmaniak in #162 (comment)
The text was updated successfully, but these errors were encountered: