> I had a look at the definition of page-ref in > define-markup-commands.scm and see that it's specifically adding a > gap to the markup to right-align the text. > > (interpret-markup layout props > (make-line-markup > (list > (make-hspace-markup gap) > page-markup))) > > If I copy the function, but remove the "(make-hspace-markup gap)", > then I get the left-aligned page number like I want.
You might open an issue in our bug tracker, tagging it as 'enhancement'. Werner