2
votes
1answer
54 views

Page number position on page with table of contents

I want to position page numbers in my document in top-right corner. I managed to do so using fancyhdr (see below). \usepackage{fancyhdr} \hypersetup{% pdfborder = {0 0 0} } ...
7
votes
2answers
77 views

Controlling the exact positioning and size of individual glyphs

I'm typesetting a book using the memoir document class. The overall layout comes with a background image. This image incorporates space for the page numbers in the footer which looks like a slot ...
6
votes
1answer
93 views

Fallback text in header if overlapping occurs

I'm currently working on several projects, where the authors are read from a textfile. I'm also displaying the authors in the header using fancyhdr. This works great if there are just 2 or 3 ...
3
votes
1answer
557 views

How to design a nice looking chapter title and page

I want to create something like the images I have below: ( I couldn't draw well the chapter number and its font) and ( I couldn't draw well the page number) --------------UPDATE According to ...
6
votes
2answers
628 views

Text before maketitle

My goal is to put text before \maketitle as well as on left side, and on the right. They should be on the same level. I've tried \begingroup -- doesn't work: \documentclass[a4paper,10pt, twoside, ...
1
vote
0answers
610 views

How can I add a logo to a page header in Lyx? [closed]

I am writing a thesis and want to add the university logo accross the top of my first page. I have a banner.pdf file, which will fit nicely accross the top of the page. But how do I go about placing ...
10
votes
2answers
2k views

Reproducing an official letterhead

My university, just like many other institutions, isn't really aware of something called LaTeX. Therefore, the letterhead comes only in MS Word. The following (low quality) image is the best guide I ...
6
votes
1answer
467 views

How to move dark rectangle in headline of PaloAlto theme after changing the sidebar width?

I'm currently using the beamer PaloAlto theme with a headline and sidebar on each slide. I used the command \setbeamersize{sidebar width left=1.7cm} to fit the table of contents in the sidebar. The ...
4
votes
2answers
351 views

Adding a header to the right hand top corner from a specific page

This is how my page looks: What I want to do is, add a header to the blackened portion in this image: These are the settings that I am already using: \documentclass[letter, ...
0
votes
1answer
257 views

Footer placement in LaTeX

I'm trying to write a footer in my document. I'm using the following command \cofoot{\so{\Large\Letter} abc@def.com \ {\Large\Telefon} (+12) 345-678-9101} How to manually place the footer in the ...
3
votes
1answer
396 views

Barcode with text wrapping and on every page

I am trying to get a dynamic \psbarcode barcode (it changes based on the page) to display in the top right corner of every single page and I would also like the text of the page to wrap around this. I ...
3
votes
1answer
557 views

Custom slide titles in beamer

My slides have a particular PDF background and I would like to force slide-titles to appear in a particular place on each slide without a blue box underneath them. I want the \frametitle{} command to ...
10
votes
3answers
2k views

How can I add text in the top right corner of a page _without_ using fancyhdr

I want to put a block of text into the top right corner of my document (which uses the article class). The specifications of the document's formatting are very detailed, and it has taken me about 2 ...
1
vote
1answer
237 views

How to make footer stick close to the text on the last page?

I want footer to appear immediately after text on the last page, without huge gap. I used showframe package and know that white space comes from the body (is tex adding some sort of \vskip or similar ...
2
votes
3answers
1k views

Page numbering with figures and tables

I'm having a bit of trouble with my LaTeX document. I've been writing quite a bit, and have a few images and a table that I'm referring to. My first problem is, that I have some text, then image, ...