package that makes it easy to add some picture commands to every page at absolute positions
5
votes
1answer
54 views
eso-pic, watermark NOT on title page
I use eso-pic package to put watermark in my document.
It works very well.
But I have a problem with the first page - I would avoid this watermark on first page.
In describing of eso-pic I am not ...
3
votes
1answer
96 views
Color influences layout?
To verify a layout template, I use eso-pic. In this example, all boxes should start at 20mm from the left, but as soon as I use \color...put \color...put the X-coordinates of the boxes are deferred.
...
1
vote
1answer
63 views
Getting Atbegshi to start on first page and reset content when overwritten
I'm trying to add titles at a specific location (over a letterhead) for a number of pages (1-2) and then add a new title to the following 2. I have two problems. First AtBegShi starts at the second ...
2
votes
1answer
81 views
eso-pic colorgrid overwriting pdfpages page
this may be really obvious but I'm trying to use pdfpages to annotate a pdf "form". To help with filling it in, I'm trying to put a grid on the page.
The following code places a grid on the page but ...
4
votes
1answer
55 views
pst-abspos and afterpage not producing the effect I want: is there an aftereverypage?
I'm trying to create a document which looks like it's been printed on a ruled page. I know I can probably do this in tikZ, but I would like to be able to do this in pstricks.
The option absolute for ...
4
votes
1answer
143 views
Package conflict between eso-pic and wallpaper
The following code gives me a conflicting options message. Does anyone know if there is a way to fix it?
\documentclass[10pt,landscape]{article}
%\input{this-preamble}
\usepackage{wallpaper}
...
4
votes
0answers
265 views
EveryShipout errors when using TikZ with conference style [closed]
Using the conference style cvpr.sty from the CVPR 2013 Author Kit, the following small example works for me:
\documentclass{article}
\usepackage{cvpr}
\def\cvprPaperID{0} % necessary for cvpr.sty ...
4
votes
1answer
234 views
Multiple rotated text boxes with absolute page positions
As part of a layout for a home made recipe book, I'm trying to lay out a series of text boxes at absolute positions on a page. I'm using eso-pic to put a background image on the page which has ...
2
votes
0answers
145 views
Tikz externalization figure placement problem with hyperref / eso-pic
I am facing a problem with the placement of my externalized tikz/pgf/pgfplots figures. The externalization works well and the external figure is included into my document. The placement of the figure ...
2
votes
0answers
158 views
Redefine the \AtBeginShipout command (eso-pic, atbegshi) [closed]
I don't understand how to redefine/clear/reset a running \AtBeginShipout-command.
So far, I've used \AtBeginShipout{\AddToShipoutPicture*{...}} to place proper images running through the document, ...
3
votes
1answer
833 views
Multiple AddToShipoutPicture
\myTileWallPaper is defined in the classfile like this
\makeatletter
\newcommand{\myTileWallPaper}[4]{%
\begingroup
\setlength{\tileYoffset}{\wpYoffset}
\setlength{\tilewidth}{#1}%
...
8
votes
1answer
345 views
tikz/eso-pic watermark isn't transparent on the first page
I'm seeing odd behavior when trying to use a watermark with tikz and eso-pic.
Here is my example document:
\documentclass[10pt]{article}
\usepackage{eso-pic}
\usepackage{tikz}
...
0
votes
1answer
275 views
How can I write multi line text on the foreground of pages, and how can I align it?
I'm using this to write on the foreground of individual pages of a large PDF (hopefully), i.e one with white spaces to enter in LaTeX notes.
\documentclass{article}
\usepackage{pdfpages}
...