Timeline for Header in Middle of Top Rule
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 13, 2019 at 23:29 | comment | added | Pieter van Oostrum | This is caused by the fullspace package. By default it sets the \headsep to 0, because it thinks you have no header (default is plain page style, which doesn't have a header. By using \usepackage[headings]{fullpage} you specify that it does have headers. It would by itself use the page style headings, but you overwrite that with fancyhdr. | |
| Nov 13, 2019 at 19:07 | comment | added | Werner♦ | Is your concern here that the header element should be centred on the page (not right) or that it should be at a different position vertically (as in, not at the top)? | |
| Nov 13, 2019 at 19:03 | comment | added | leandriis | Change the value of \headsep uwing \setlength{\headsep}{<length of your choice>} in your preamble, as also explained here: Setting the space between page header and text block | |
| Nov 13, 2019 at 18:57 | history | asked | Jennifer | CC BY-SA 4.0 |