Search found 2 matches

by kumthekar
Sat Apr 30, 2011 12:23 am
Forum: Page Layout
Topic: How to add text/image in the left/right margin on every page
Replies: 2
Views: 5878

How to add text/image in the left/right margin on every page

Hi Stefan,

Thanks a lot for your pointers. I am able to get *almost* what I am looking for with atbegshi. Here is the code:


\documentclass[12pt]{exam}
\usepackage[latin1]{inputenc}
\usepackage{atbegshi}
\usepackage{textpos}
\usepackage{shadow}
\usepackage{draftwatermark}
\usepackage{rotating ...
by kumthekar
Fri Apr 29, 2011 1:08 am
Forum: Page Layout
Topic: How to add text/image in the left/right margin on every page
Replies: 2
Views: 5878

How to add text/image in the left/right margin on every page

Hi all:

I am trying to repeat some text (or even an image) in the left and right margins of every page. I am new to LaTeX. Is there any package that will let me do this? I am aware of fancyhdr, but as far as I could see it affects only headers and footers on each page.

Thanks for your help ...