Tagged Questions
6
votes
1answer
112 views
Code improvement and suggestions in template
Consider the following MWE:
\documentclass[12pt,twoside,letterpaper]{report}
\usepackage[text={4.95in,7.5in},centering,bottom=1.5in,showframe]{geometry}
\usepackage[dvipsnames]{xcolor}
...
7
votes
3answers
92 views
How to set the baseline for headers with scrpage2?
I want the left and the right header to have the same baseline, regardless of the height of the content they yield. To demonstrate this, assume
\documentclass{scrartcl}
\usepackage{scrpage2}
...
1
vote
0answers
142 views
Vertical/Horizontal alignment for multi-line header [closed]
I have the following code to create my header
\documentclass[english]{scrreprt}
%%% PAGE DIMENSIONS
\usepackage{geometry}
...
1
vote
2answers
88 views
Header at baseline next to an image
I defined the headmark over \ihead[]{\headmark} and an image over \ohead[\Logo]{\Logo} with the use of koma script. Now I´ve got the problem, that the \headmark is not at the baseline of the head. I ...
3
votes
1answer
282 views
Adjust vertical alignment in footline of beamer
Using the beamer class: When I put the page number in the footline next to a navigation icon they align on the bottom of their bounding box. Unfortunately the navigation bounding box is bigger than my ...
1
vote
1answer
172 views
How to put tikzpicture aligned with the footerline?
I would like to put a tikzpicture near the footer line. The tikzpicture is used to show the page number on top of an image. The problem i am having is the tikzpicture is centered on the footer.
...
2
votes
1answer
336 views
How to vertically align title when reducing the header size in Beamer Palo Alto theme?
I tried for some time to adjust the height of the header in Beamer Palo Alto theme. I now managed to do so, but now I have the problem that the title in the header is not properly aligned anymore. ...
3
votes
1answer
186 views
Force full line height in footer text
I am having problems with a custom footer in my document. On pages "v" and "x" in the front matter, the text shifts up slightly. The best I can figure is that the whitespace above those two page ...
5
votes
1answer
83 views
How to fix diferent position of the line (space between the line and a page number and paragraphs) in the header using \pagestyle{uheadings}
I have noticed that in the document I am working on the line in the header is changing position page to page. Basically there are two slightly (but notably) different vertical spaces between the line ...
6
votes
1answer
284 views
fancyhdr plus fontsize 12pt causes varying vertical alignment of sections
Looking at the example provided in Different headers for different chapters, I noticed something strange: The vertical alignment of sections is varying. I was able to strip the effect down to the ...
3
votes
1answer
1k views
Align text and logo in footer
I can't seem to be able to align our logo and page number in the footer. I have the code below:
\pagestyle{fancy} % enable fancy page style
\renewcommand\headrulewidth{0pt}
...
4
votes
1answer
548 views
Header doesn't align with decorative line
I use tabular in header with package fancyhdr. I added settototalheight to calculate the header height. Following is a small example. The question is that header doesn't align with the decorative line ...
9
votes
3answers
2k views
How to vertically align headers/footers in fancyhdr package?
I'm using fancyhdrpackage for headings and footers. I have defined left-header as a big image, and I want to vertically align (to the top or to the center, the default is to the bottom) the text from ...
