Footer alignment problem

  • Having a weird issue on a footer.
    All lines should be centered like below in the footer. I'm using that header/footer dialog btw.

    Code
    line 1   line 2   line 3

    But, sometimes, it does not hold the centering alignment on line 3, it sets it to the left. Like this.

    Code
    line 1
       line 2
    line 3

    However, if I put an extra carriage return after line 3, line three remains centered but the new blank line gets left aligned. So it appears the last line gets switched back to left align somehow.

    Any ideas?

    • Offizieller Beitrag

    Hi,

    >>But, sometimes, it does not hold the centering alignment on line 3, it sets it to the left<<

    This problem is caued because the line was not closed. It is essential that there is a CR after the end of the text in the header. There is no way to avoid it. (Word always has a \par there, too)

    Julian