Tagged Questions
5
votes
1answer
53 views
Beamer: Add an progress bar image based on page number
I would like to add a "progress bar" to my presentation slides (the MWE below is for an article though). I have 25 images named pbar1.png to pbar25.png, as shown below, to be put on slides:
...
1
vote
1answer
37 views
Insert image in the header
I am a real beginner in LyX and I want to insert a small image into the header. Actually I want to insert two images. But let's begin by one. I have no idea how to do this and would appreciate any ...
0
votes
0answers
31 views
How to keep two different headers for odd even page with image?
I am writing one report using image as header in which I need to keep right and left aligned images in header (odd-even page). How can I implement it?
0
votes
0answers
22 views
Fancy header on the first page is not the same on subsequent pages [duplicate]
Possible Duplicate:
fancyhdr - anomalous behaviour on first page
I'm using XeLaTeX (but I've confirmed the same issue in LaTeX), and I can't seem to get my fancy headers to work properly. ...
1
vote
1answer
132 views
Adjusting header and footer and graphics, landscape,
\begin{landscape}
\begin{figure}
\centering
\includegraphics[width=0.9\textwidth, angle=0]{epsFig.eps}
\caption{Insert caption}
\end{figure}
\begin{tabular}{ l | c || r }
\hline ...
2
votes
1answer
238 views
Logo in LaTeX document
I don't see any (big) logo on the title page of document class. I'm using the example of report in TeXnicCenter.
How can I include a logo on all pages?
\documentclass[a4paper,twoside,10pt]{report}
...
1
vote
1answer
95 views
Dedicated pages for figures and automatic scaling and use of pdflscape
There are some books where you have a couple of pages that contain only a picture with no footer, header or anything like that. I wanted to have something similar although I'd like to keep a uniform ...
3
votes
0answers
86 views
Graphic in header bloats PDF file size [duplicate]
Possible Duplicate:
Multiple inclusion of the same image gives huge PS file
I recently started to include a graphic in the header of a long PDF document and the file size has grown ...
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.
...
1
vote
0answers
620 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 ...
4
votes
1answer
288 views
Can I put a logo in the header using memoir?
Part of our corporate standard is to place a small logo graphic at the top right of each page. It looks like fancyhdr handles this quite easily, but I'm using the memoir class, and it doesn't seem to ...
3
votes
2answers
383 views
Logotype without moving header on every page down
I am trying to insert a logo on the first page without moving the header on every page down. With the following code the logo get inserted but every header on every page is pushed down.
The code ...
6
votes
2answers
3k views
Put an image header in \documentclass{letter}
Is there is any possibility to put an image header in a letter class document? I can put a footer image and an image for my signature, but I want to put an image on the top of the letter.
9
votes
3answers
2k views
Using fancyhdr to create an image based header and footer
I'm trying to generate a latex report (via Sweave and R) where the header of the document is an image that covers everything (including the top/left/right page margin) and the footer covers everything ...
1
vote
2answers
518 views
fancyhdr with image and flowing text
I want to add a flipbook to my document. Everything seems to work (adding the write pictures. The only thing I'm looking for is making the text flow on every page around the image inserted with ...
3
votes
1answer
2k views
How to add image to beamer footline and keep it align with the text?
I want to add an image to my footline and aligned with the text of the same footline.
I have the following in my beamertheme.
\def\logo{%
\resizebox{!}{2.5ex}{\includegraphics{logo-small.png}}
}
...
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}
...
6
votes
2answers
944 views
How to make custom page frame using LaTeX?
I need to make questionnaire template for automatic processing with queXF. To do this I need to produce pages like this:
The queXF requirements for the pages are
unique barcode for each page ...
2
votes
1answer
311 views
How to set title for a single page inside document
I would like to ask for an advise about how to set title of the single page inside the document (not the title page, but regular page in document). I'd like to have picture on whole page with caption ...