Timeline for Latex Space between page number and text footer
Current License: CC BY-SA 4.0
13 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jan 3 at 19:34 | vote | accept | Pablovick | ||
| Jan 3 at 17:44 | answer | added | cabohah | timeline score: 1 | |
| Jan 3 at 17:10 | comment | added | Pablovick | I need to add vertical space between the number page and the text. Reading your help, I tried to modified margins with \newgeometry{footskip=1cm, head=0.45cm, left=2cm, right=2cm, headsep=2cm} but the result is the same. | |
| Jan 3 at 17:06 | comment | added | cabohah | Can you explain the expected result or show a sketch of it? Sorry, but currently I don't understand what you want. Do you want a long text below or above the page number and shall there be a specific vertical or horizontal distance between this footer text and the page number? Or is the problem the width of the text in the page footer? Please add all relevant information to your question. Note also, that I get something different with your code: i.imgur.com/ZASFKat.png | |
| Jan 3 at 17:01 | comment | added | cabohah | Instead of manipulating low level layout lengths like \textheight and \textwidth I recommend to use package geometry to setup text width and height and/or the margins. The package also allows to change the distance between head and text or text and footer. And because it is a standard package, I suggest also to read a LaTeX tutorial. | |
| Jan 3 at 16:58 | comment | added | cabohah | Off-topic: Without using extra font size options, it makes no sense to use extarticle instead of the (newer) standard class article. | |
| Jan 3 at 16:56 | comment | added | cabohah | The code is still not minimal. Please try to reduce the document preamble to the packages needed to reproduce the problem. Loading packages more than once makes also no sense (but often harm, when you try to change package options). Loading, e.g., url explicitly (without options) immediately before hyperref does also not make sense. And usually hyperref should be loaded as late as possible, e.g., after packages like float. | |
| Jan 3 at 16:53 | comment | added | cabohah | Please don't use random tags. I cannot see any relation to xetex, overleaf, or latex3. But header-footer and maybe vertical-alignment or errors or compilation-error. Please read the tag descriptions or at least the short tag usage information. | |
| Jan 3 at 16:53 | history | edited | Pablovick | CC BY-SA 4.0 | added 1897 characters in body; edited tags |
| Jan 3 at 16:51 | history | edited | cabohah | edited tags | |
| Jan 3 at 16:44 | comment | added | cabohah | Welcome to TeX.SX! Please help us help you and add a minimal working example (MWE) that illustrates your problem. Reproducing the problem and finding out what the issue is will be much easier when we see compilable code, starting with \documentclass{...} and ending with \end{document}. And if you get an error message, please don't forget to show it (as code block copied from the log file). | |
| S Jan 3 at 16:40 | review | First questions | |||
| Jan 3 at 17:15 | |||||
| S Jan 3 at 16:40 | history | asked | Pablovick | CC BY-SA 4.0 |